html {
  font-size: 16px;
}

body
{
  background-color: #fff;
}

.left
{
  float: left;
}

.right
{
  float: right;
  clear: both;
}

.clear
{
   clear: both;
}

.visible
{
  visibility: visible;
  display: block;
}

.hidden
{
  //visibility: hidden;
  display: none;
}
 
.ui.grid
{
  margin: 0px;
  padding: 0px;
}

.vertical-spacer
{
  margin-top: 50px;
}

a
{
  color: #246f8d;
  font-weight: bold;
}

a:hover
{
  color: #3fc1f5;
}

.orange.button
{
  background-color: #e9741d !important;
}

.orange.button:hover
{
  background-color: #f2781e !important;
  color: #fff;
  text-shadow: none;
}


/* =============================================================================
   Header
   ============================================================================= */

#header-space
{
  background-color: #fff;
  height: 90px;
  border-bottom: 1px solid #c0c0c0; 
}

#top-menu
{
  margin-top: 10px;
  /* border: 1px solid black; */
}

#top-menu a
{
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

span.normal
{
  font-weight: normal;
}

span.bold
{
  font-weight: bold;
}

#vaniglia-header
{
  margin: 10px;
  /* border: 10px #ffed00 solid;*/
  border-radius: 20px;
  min-height: 100px;
}

#vaniglia-header-logo
{
  position: absolute; 
  /*width: 187px;*/
  max-width: 265px;
  margin-left: -6px;
  /*height: 44px;
  max-height: 44px;*/
  z-index: -1;
}


/* =============================================================================
   Login page
   ============================================================================= */

#login-form
{
  max-width: 300px;
}


/* =============================================================================
   Home page
   ============================================================================= */

img.vaniglia-button:hover
{
  opacity: 0.5;
}

.contenitore{

margin: auto;
width: 1170px;

}

@media only screen and (min-width: 321px) and (max-width: 414px) {
.contenitore{

margin: auto;
width: 353px;

}
}

@media only screen and (min-width: 414px) and (max-width: 480px) {
.contenitore{

margin: auto;
width: 412px;

}
}

.tasto{

display: inline-block;
margin: 7px 26px;
}



@media only screen and (min-width: 321px) and (max-width: 390px) {
  
.tasto{

display: inline-block;
margin: 0 0 10px 0 !important;
}
}

@media only screen and (min-width: 415px) and (max-width: 709px) {
  
.tasto{

    display: inline-block;
    margin: 7px 8px !important;
    width: 100% ;
    }
}

@media only screen and (width: 414px) {
  
.tasto{

    display: inline-block;
    width: 100% ;
    }
}

@media only screen and (min-width: 391px) and (max-width: 413px) {
  
.tasto{

    display: inline-block;
    margin: 7px -20px !important;
    width: 100% ;
    }
}


@media only screen and (min-device-width : 481px) and (max-device-width : 768px) {
  
.tasto{

display: inline-block;
margin: 7px 8px !important;
 max-width: 30%;
}
}

@media only screen and (min-device-width : 769px) and (max-device-width : 1024px) {
  
.tasto{

display: inline-block;
margin: 7px 8px !important;
 max-width: 30%;
}
}

@media only screen and (min-device-width : 1025px) {
  
.tasto{

display: inline-block;
margin: 7px 8px !important;
width: 31% !important;
}
}

.container-round
{
  width: 100%;
  border-radius: 20px;
  border-radius: 10px;
  border-style: solid;
  padding: 5px;
}

.container-round.packages
{   
  border-color: #7fc558; 
}

.container-round.packages.filled
{
  /*background-color: #c8d20a;*/
  background-image: url(../images/pacchetti_sfondo.jpg);
  background-size: auto;
  background-position: top;
  border: none !important;
}

.container-round.appointment 
{
  border-color: #1e9cd3;
}


.container-round.virtualcard 
{
  border-color: #ab2ba4;
}





.container-round.obiettivi
{
  border-color: #ffbd0a;
}

.container-round.appointment.filled
{
  /*background-image: #1e9cd3;*/
  background-image: url(../images/agenda_sfondo.jpg);
  background-size: cover;
  background-position: top;
  border: none !important;
}

.container-round.turni.filled
{
  /*background-color: #8502d8; */
  background-image: url(../images/turni_sfondo.jpg);
  background-size: auto;
  background-position: top;
  border: none !important;
}


.container-round.turni
{
  border-color: #8502d8;
}




.obiettivi-list
{
  color: #ffbd0a;
}

.obiettivi
{
  color: #000000;
}

.obiettivi-titlegrid2
{
color: #ffbd0a;

}

.obiettivi-titlegrid1
{
color: #ffbd0a;

}


.fatturato-list
{
  color: #18a244;
}

.fatturato
{
  color: #000000;
}

.container-round.fatturato.filled
{
  /*background-color: #18a244;*/
  background-image: url(../images/prepagata_sfondo.jpg);
  background-size: auto;
  background-position: top;
  border: none !important;
}


.container-round.fatturato
{
  border-color: #18a244;
}


.fatturato-titlegrid2
{
color: #18a244;

}


.fatturato-titlegrid1
{
color: #18a244;

}



.container-round.obiettivi.filled
{
 /*background-color: #ffbd0a;*/
  background-image: url(../images/contatti_sfondo.jpg);
  background-size: auto;
  background-position: top;
  border: none !important;
}

.container-round.appointmentwait
{
  /* border-color: red; */
  background-color: #dedede;
  border: 0;

}

.container-round.appointmentwait.filled
{
  /* background-color: red;*/
}

.appointment-titlegrid1
{
color: #1e9cd3;

}

.appointment-titlegrid2
{
color: #1e9cd3;

}



.container-round.prepaid
{
  border-color: #47a539;
}

.container-round.prepaid.filled
{
  /*background-color: #47a539;*/
  background-image: url(../images/prepagata_sfondo.jpg);
  background-size: auto;
  background-position: top;
  border: none !important;
}

.container-round.promotion
{
  border-color: #de0079;
  margin-bottom:15px;
}

.container-round.promotion.filled
{
  /*background-color: #de0079*/
  background-image: url(../images/vetrina_sfondo.jpg);
  background-size: auto;
  background-position: top;
  border: none !important;
  padding: 5px !important;
}

.container-round.promoorders.filled
{
  background-color: #de0079
}

.container-round.promoorders
{
  border-color: #de0079;
  margin-bottom:15px;
}



.ordinazioni-titlegrid1
{
color: #94aa00;

}



.container-round.ordinazioni
{
  border-color: #94aa00;
}


.container-round.ordinazioni.filled
{
  /*background-color:  #94aa00;*/
  background-image: url(../images/ordinaz_sfondo.jpg);
  background-size: auto;
  background-position: top;
  border: none !important;
}
 

 
#btnpromo_ordinaz
{
  background-color: #fff;
  color: #94aa00;
  border: 2px solid #94aa00;
  padding: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;  
 width: 170px;
  margin-bottom: 2px;
  height: 70px;
}


#btnpromo_ordinaz.active
{
  background-color: #94aa00;
  color: #FFFFFF; 
  box-shadow: 0px 0px 5px #888888;
  width: 170px;
  margin-bottom: 2px;
  height: 70px;
}


#-------
@media only screen and (max-device-width : 321px) and (orientation : portrait) {  

    #btnpromo-tipo1, #btnpromo-tipo2, #btnpromo-tipo3, #btnpromo-tipo4
    {
      background-color: #fff;
      color: #de0079;
      border: 2px solid #94aa00;
      padding: 0px !important;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 5px;  
     width: 140px;
      margin-bottom: 2px;
      height: 70px;
    }


    #btnpromo-tipo1.active
    {
      background-color: #94aa00;
      color: #FFFFFF; 
      box-shadow: 0px 0px 5px #888888;
      width: 140px;
      margin-bottom: 2px;
      height: 70px;
    }
}
 




.container-round.gallery
{
  border-color: #e4512a
}


.container-round.gallery.filled
{
  /*background-color: #e4512a*/
  background-image: url(../images/foto_sfondo.jpg);
  background-size: auto;
  background-position: top;
  border: none !important;
}


.container-round.scores
{
  border-color: #16dab3
}


.container-round.scores.filled
{
  /*background-color: #16dab3*/
  background-image: url(../images/promo_sfondo.jpg);
  background-size: auto;
  background-position: bottom;
  border: none !important;
}


.container-round.vauchers
{
  border-color: #2b2e83
}


.container-round.vauchers.filled
{
  /*background-color: #2b2e83*/
  background-image: url(../images/buoni_sfondo.jpg);
  background-size: auto;
  background-position: top;
  border: none !important;
}


.container-round.contact
{
  border-color: #ffbd0a
}



.container-round.payment
{
  border-color: #de0079
}


.container-round.contact.filled
{
  /*background-color: #ffbd0a*/
  background-image: url(../images/contatti_sfondo.jpg);
  background-size: auto;
  background-position: top;
  border: none !important;
}



.container-round.amicipettitle.filled
{
  background-color: #719df7
}

.container-round.amicipettitle
{
  border-color: #719df7;
  padding: 20px; 

}


.container-round.amicipet.filled
{
  background-color: #719df7
}

.container-round.amicipet
{
  border-color: #719df7;
  padding: 20px; 
  height: 100% !important;
  background: linear-gradient(#ccc9ee, #eec9ed);
}

.container-round.gallerycli.filled
{
  /*background-color: #ff7e00*/
  background-image: url(../images/gallery_sfondo.jpg);
  background-size: auto;
  background-position: top;
  border: none !important;
}

.container-round.gallerycli
{
  border-color: #ff7e00
}

.container-round.reservation 
{
  border-color: #DD1000;
}
 
.container-round.reservation.filled
{
  /*background-color: #DD1000*/
  background-image: url(../images/prenotaz_sfondo.jpg);
  background-size: auto;
  background-position: top;
  border: none !important;
}


.reservation-titlegrid1
{
color: #DD1000;

}

.reservation-titlegrid2
{
color: #DD1000;

}    


 

.container-round-petfoto
{
  /*width: 150px;*/
  border-radius: 20px;
  border-radius: 10px;
  border-style: none;
  /*height: 100%;
  padding: 5px;*/
  float:left;
  clear:both;

}

@media only screen and (min-device-width : 320px) and (max-device-width : 413px) and (orientation : portrait) { 
.container-round-petfoto
{
  width: 100%;
  border-radius: 20px;
  border-radius: 10px;
  border-style: none;
  /*height: 100%;
  padding: 5px;*/
  float:left;
  clear:both;

}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) { 
.container-round-petfoto
{
  width: 100%;
  border-radius: 20px;
  border-radius: 10px;
  border-style: none;
  /*height: 100%;
  padding: 5px;*/
  float:left;
  clear:both;

}
}


.container-round-pettable
{
  width: 79%;
  border-radius: 20px;
  border-radius: 10px;
  border-style: none;
  height: 100%;
  padding: 20px;
  float:right;
  background-color: #f1f6ff;
  box-shadow: 5px 5px #ffffff;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
.container-round-pettable
{
  width: 100%;
  border-radius: 20px;
  border-radius: 10px;
  border-style: none;
  padding: 10px;
  float:right;
  background-color: #f1f6ff;
  box-shadow: 5px 5px #ffffff;
  margin-top: 10px;
  height: auto;
  margin-bottom: 20px;
}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 569px) and (orientation : landscape) { 
.container-round-pettable
{
  width: 60%;
  border-radius: 20px;
  border-radius: 10px;
  border-style: none;
  padding: 10px;
  float:right;
  background-color: #f1f6ff;
  box-shadow: 5px 5px #ffffff;
  height: auto;
  margin-bottom: 20px;
}
}

@media only screen and (min-device-width : 570px) and (max-device-width : 740px) and (orientation : landscape) { 
.container-round-pettable
{
  width: 70%;
  border-radius: 20px;
  border-radius: 10px;
  border-style: none;
  padding: 10px;
  float:right;
  background-color: #f1f6ff;
  box-shadow: 5px 5px #ffffff;
  height: auto;
  margin-bottom: 20px;
}
}

@media only screen and (device-width : 640px) and (orientation : landscape) { 
.container-round-pettable
{
  width: 66%;
  border-radius: 20px;
  border-radius: 10px;
  border-style: none;
  padding: 10px;
  float:right;
  background-color: #f1f6ff;
  box-shadow: 5px 5px #ffffff;
  height: auto;
  margin-bottom: 20px;
}
}

@media only screen and (device-width : 960px) and (orientation : landscape) { 
.container-round-pettable
{
  width: 78%;
  border-radius: 20px;
  border-radius: 10px;
  border-style: none;
  padding: 10px;
  float:right;
  background-color: #f1f6ff;
  box-shadow: 5px 5px #ffffff;
  height: auto;
  margin-bottom: 20px;
}
}

@media only screen and (min-device-width : 961px) and (max-device-width : 1300px){ 
.container-round-pettable
{
  width: 77%;
  border-radius: 20px;
  border-radius: 10px;
  border-style: none;
  padding: 10px;
  float:right;
  background-color: #f1f6ff;
  box-shadow: 5px 5px #ffffff;
  height: auto;
  margin-bottom: 20px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 800px) and (orientation : portrait) { 
.container-round-pettable
{
  width: 71%;
  border-radius: 20px;
  border-radius: 10px;
  border-style: none;
  padding: 10px;
  float:right;
  background-color: #f1f6ff;
  box-shadow: 5px 5px #ffffff;
  height: auto;
  margin-bottom: 20px;
}
}


.comple-chip
{
padding: 5px;
width: 275px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
.comple-chip
{
padding: 3px

}
}




.round-img-pet
{
  border-radius: 20px;
  border-radius: 10px;
  border-style: 1px;  
  width: 170px;
  min-height: 170px;
  box-shadow: 5px 5px #ffffff;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 360px) and (orientation : portrait) { 
.round-img-pet
{
  border-radius: 20px;
  border-radius: 10px;
  border-style: 1px;  
  width: 200px;
  min-height: 200px;
  box-shadow: 5px 5px #ffffff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
}

@media only screen and (min-device-width : 360px) and (max-device-width : 413px) and (orientation : portrait) { 
.round-img-pet
{
  border-radius: 20px;
  border-radius: 10px;
  border-style: 1px;  
  width: 280px;
  min-height: 280px;
  box-shadow: 5px 5px #ffffff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) { 
.round-img-pet
{
  border-radius: 20px;
  border-radius: 10px;
  border-style: 1px;  
  width: 280px;
  min-height: 280px;
  box-shadow: 5px 5px #ffffff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
}



.package-status
{
    width: 34px;
    margin-left: auto;
    margin-right: auto;
}

#price-container
{
  font-size: 100%;
  line-height: 2.0em;
}

#no-records-message
{
  margin: 10px;
  font-size: 1.5em;
  font-weight: bold;
}

#appoint-msg
{
  color: #1E9CD3;
  margin: 10px;
  font-size: 1em;
  font-weight: bold;
}



#appoint-msg-new
{
  color: #1E9CD3;

  font-size: 1em;
  font-weight: bold;
}

#appoint-msg-error
{
  color: #ff0000;
  font-size: 1em;
  font-weight: bold;
}

.imageItem
{
  height: 220px;
}

.imageItem * img
{
  max-width: 190px;
}

#button-back
{
  margin-left: 12px;
}

.ui.image.pagetitle
{
  max-width: 70%;
}

#footer-container
{
  margin-top: 20px;
}

.promotion
{
  padding: 20px;
}


.promotioncicle img 
{
    margin: auto;
    -webkit-box-shadow: 0px 11px 36px -3px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 11px 36px -3px rgba(0,0,0,0.61);
    box-shadow: 0px 11px 36px -3px rgba(0,0,0,0.61);
    
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.promotion-title
{
  font-size: 2em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 50px;
}

.promotion-price
{
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}


.promotion-price-qty
{

  min-height: 50px;
}




.promotionord
{
  padding: 20px;
}


.promotionordcicle img 
{
    margin: auto;
    -webkit-box-shadow: 0px 11px 36px -3px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 11px 36px -3px rgba(0,0,0,0.61);
    box-shadow: 0px 11px 36px -3px rgba(0,0,0,0.61);
    
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.promotionord-title
{
  font-size: 2em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 50px;
}

.promotionord-price
{
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}


.promotionord-price-qty
{

  min-height: 50px;
}


#msg
{
    font-size: 1.5em !important; 
    font-weight: bold !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;

}


#payment_text
{
    font-size: 1.5em !important; 
    font-weight: bold !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;

}

.social
  {
    background-color: transparent;
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
    border: 0 none;
    margin-bottom: 27px;
    margin-top: 0px;
  
}


#button-orders {
    margin-bottom: -16px;
    /*margin-right: 12px;*/
    margin-top: -30px;
}


.table_login
{
    border: 1px solid #d5d5d5; min-width: 300px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border-collapse: unset !important;
    display: inline-block; 
   -khtml-border-radius: 10px;
}

.login-formdiv
{
      background-color: #d5d5d5;
      border-collapse: unset !important;
      color: #ffffff;
      font-family: Lucida Grande;
      font-size: 19px;
      height: 56px;
      padding: 20px;
      text-align: right;
      text-transform: uppercase;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;	
      min-width: 300px;
}

.login-formdiv2
{
      background-color: #d5d5d5;
      border-collapse: unset !important;
      color: #ffffff;
      font-family: Lucida Grande;
      font-size: 19px;
      height: 56px;
      padding: 20px;
      text-align: right;
      text-transform: uppercase;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      min-width: 300px;
}

  
/* =============================================================================
   combobox scelta spedizione
   ============================================================================= */

.drop_ship
{
   -moz-appearance: none;
    background: #f0f0f0 url("https://appy.vanigliapro.it/images/dropdown.png") no-repeat scroll 160px 0;
    border: 0 solid rgba(34, 36, 38, 0.15);
    height: 40px;
    padding: 0.5em;
    visibility: visible;
    width: 200px;
}
input[type=checkbox]:not(old){
  width     : 2em !important;
  padding   : 0 !important;
  font-size : 1em !important;
  opacity   : 1 !important;
  
  
    border-radius: 0.25em !important;
    display: inline-block !important;
    height: 1.8em !important;
    margin: 0.25em 0.5em 0.25em 0.25em !important;
    vertical-align: middle !important;
}

input[type=checkbox]:not(old) + label{
  display      : inline-block !important;
  margin-left  : -2em !important;
line-height: 28px;
}

input[type=checkbox]:not(old) + label > span{
  display          : inline-block !important;
  width            : 1.8em !important;
  height           : 1.8em !important;
  margin           : 0.25em 0.5em 0.25em 0.25em !important;
  border           : 0.0625em solid rgb(192,192,192) !important;
  border-radius    : 0.25em !important;
  background       : rgb(224,224,224) !important;
   background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;

  vertical-align   : bottom !important;
}

input[type=checkbox]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
}


input[type=radio]:not(old){
  width     : 0 !important;
  margin    : 1 !important;
  padding   : 0 !important;
  font-size : 0 !important;
  opacity   : 0 !important;
}

input#tipopag[type=radio]:not(old){
  width     : 2em !important;
  margin    : 1 !important;
  padding   : 0 !important;
  font-size : 1em !important;
  opacity   : 1 !important;
}

input#PAYPAL[type=radio]:not(old){
  width     : 2em !important;
  margin    : 1 !important;
  padding   : 0 !important;
  font-size : 1em !important;
  opacity   : 1 !important;
}

input#trasporto[type=radio]:not(old){
  width     : 2em !important;
  margin    : 1 !important;
  padding   : 0 !important;
  font-size : 1em !important;
  opacity   : 1 !important;
}

input#ritiro[type=radio]:not(old){
  width     : 2em !important;
  margin    : 1 !important;
  padding   : 0 !important;
  font-size : 1em !important;
  opacity   : 1 !important;
}

input[type=radio]:not(old) + label{
  display      : inline-block !important;
  margin-left  : 0em !important;
line-height: 34px;
font-weight: bold;
font-size: larger;
}


input[type=radio]:not(old) + label > span{
  display          : inline-block !important;
  width            : 1.8em !important;
  height           : 1.8em !important;
  margin           : 0.25em 0.5em 0.25em 0.25em !important;
  border           : 0.0625em solid rgb(192,192,192) !important;
  border-radius    : 0.25em !important;
  background       : rgb(224,224,224) !important;
   background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;

  vertical-align   : bottom !important;
}

input[type=radio]{
  display          : inline-block !important;
  width            : 1.8em !important;
  height           : 1.8em !important;
  margin           : 0.25em 0.5em 0.25em 0.25em !important;
  border           : 0.0625em solid rgb(192,192,192) !important;
  border-radius    : 0.25em !important;
  background       : rgb(224,224,224) !important;
   background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;

  vertical-align   : bottom !important;
}


input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
}

input[type=radio]:not(old):checked +  label > span > span{
  display          : block !important;
  width            : 1.8em !important;
  height           : 1.8em !important;
  margin           : 0em !important;
  border           : 0 !important;
  border-radius    : 0 !important;
  background       : rgb(153,204,102) !important;
  background-image :    -moz-linear-gradient(rgb(222,0,121),rgb(222,0,121)) !important;
  background-image :     -ms-linear-gradient(rgb(222,0,121),rgb(222,0,121)) !important;
  background-image :      -o-linear-gradient(rgb(222,0,121),rgb(222,0,121)) !important;
  background-image : -webkit-linear-gradient(rgb(222,0,121),rgb(222,0,121)) !important;
  background-image :         linear-gradient(rgb(222,0,121),rgb(222,0,121)) !important;

}

select.ui.dropdown{-moz-appearance: none !important;
-webkit-appearance: none !important;
    background: #f0f0f0 url("https://appy.vanigliapro.it/images/dropdown.png") no-repeat scroll 226px 0 !important;
    border: 0 solid rgba(34, 36, 38, 0.15) !important;
    height: 40px !important; 
    padding-bottom: 0.5em !important;
    padding-left: 0.5em !important;
    padding-right: 37px;
    padding-top: 0.5em !important;
    visibility: visible !important;
    width: 265px !important;       
}

select.ui.dropdowngreen{-moz-appearance: none !important;
-webkit-appearance: none !important;
    background: #f0f0f0 url("https://appy.vanigliapro.it/images/dropdowngreen.png") no-repeat scroll 226px 0 !important;
    border: 0 solid rgba(34, 36, 38, 0.15) !important;
    height: 40px !important; 
    padding-bottom: 0.5em !important;
    padding-left: 0.5em !important;
    padding-right: 37px;
    padding-top: 0.5em !important;
    visibility: visible !important;
    width: 265px !important;       
}

select.ui.dropdowngreen{-moz-appearance: none !important;
-webkit-appearance: none !important;
    background: #f0f0f0 url("http://appy.vanigliapro.it/images/dropdowngreen.png") no-repeat scroll 226px 0 !important;
    border: 0 solid rgba(34, 36, 38, 0.15) !important;
    height: 40px !important; 
    padding-bottom: 0.5em !important;
    padding-left: 0.5em !important;
    padding-right: 37px;
    padding-top: 0.5em !important;
    visibility: visible !important;
    width: 265px !important;       
}

.promotion-qty
{
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 0px;
}


input[type='checkbox']:checked + label {
 background-image: url(images/checkbox.png);
}

.ui.label.visible, .ui.labels.visible .label {
    display: table !important;
}

.ui.form .fields > .field {
    flex: 0 1 auto;
    padding-left: 0em !important;
    margin-right: 5px !important;
}



#hour.ui.dropdownblue {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background: #f0f0f0 url("https://appy.vanigliapro.it/images/dropdownblue.png") no-repeat scroll 63px 0 !important;
    border: 0 solid rgba(34, 36, 38, 0.15) !important;
    height: 40px !important;
    padding: 0.5em !important;
    visibility: visible !important;
    width: 102px !important;
}

#minute.ui.dropdownblue {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background: #f0f0f0 url("https://appy.vanigliapro.it/images/dropdownblue.png") no-repeat scroll 63px 0 !important;
    border: 0 solid rgba(34, 36, 38, 0.15) !important;
    height: 40px !important;
    padding: 0.5em !important;
    visibility: visible !important;
    width: 102px !important;
}





#hour.ui.dropdownred {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background: #f0f0f0 url("https://appy.vanigliapro.it/images/dropdownred.png") no-repeat scroll 63px 0 !important;
    border: 0 solid rgba(100, 87, 100, 0.15) !important;
    height: 40px !important;
    padding: 0.5em !important;
    visibility: visible !important;
    width: 102px !important;
}

#minute.ui.dropdownred {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background: #f0f0f0 url("https://appy.vanigliapro.it/images/dropdownred.png") no-repeat scroll 63px 0 !important;
    border: 0 solid rgba(100, 87, 100, 0.15) !important;
    height: 40px !important;
    padding: 0.5em !important;
    visibility: visible !important;
    width: 102px !important;
}





#hour.ui.dropdowngreen {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background: #f0f0f0 url("https://appy.vanigliapro.it/images/dropdowngreen.png") no-repeat scroll 63px 0 !important;
    border: 0 solid rgba(34, 36, 38, 0.15) !important;
    height: 40px !important;
    padding: 0.5em !important;
    visibility: visible !important;
    width: 102px !important;
}

#minute.ui.dropdowngreen {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background: #f0f0f0 url("https://appy.vanigliapro.it/images/dropdowngreen.png") no-repeat scroll 63px 0 !important;
    border: 0 solid rgba(34, 36, 38, 0.15) !important;
    height: 40px !important;
    padding: 0.5em !important;
    visibility: visible !important;
    width: 102px !important;
}

#contenitore_ordini {
width: 100%;
/*border-radius: 15px;
background-color: #ffffff;
-webkit-box-shadow: 0px 0px 15px -1px rgba(148,170,0,1);
-moz-box-shadow: 0px 0px 15px -1px rgba(148,170,0,1);
box-shadow: 0px 0px 15px -1px rgba(148,170,0,1);
margin-bottom: 20px;
padding: 20px;*/
}

.gruppo_filtri_ordini
{
display: inline-block;
width: 100%;
    position: relative;
}

.pulsante_meno {

border-radius: 10px;
background-color: red;
color: #ffffff;
font-size: 19px;
height: 30px;
width: 50px;
margin: 0px 10px 0px 10px;
}

.pulsante_piu {

border-radius: 10px;
background-color: green;
color: #ffffff;
font-size: 19px;
height: 30px;
width: 50px;
margin: 0px 10px 0px 10px;
}

.pulsante_meno_carr {

border-radius: 10px;
background-color: #94aa00;
color: red;
font-size: 26px;
height: 30px;
width: 50px;
margin: 0px 10px 0px 10px;
/*border: 1px solid red;*/
font-weight: bold;
text-align: center;
}

.pulsante_piu_carr {

border-radius: 10px;
background-color: #94aa00;
color: #000;
font-size: 26px;
height: 30px;
width: 50px;
margin: 0px 10px 0px 10px;
/*border: 1px solid #94aa00;*/
font-weight: bold;
text-align: center;
}

.pulsante_varianti {

border-radius: 10px;
color: #ffffff;
font-size: 21px;
height: 45px;
width: 300px;
margin: 0px 10px 0px 10px;
/*border: 2px solid #94aa00;*/
background: #94aa00; }

.pulsante_aggiungi {

border-radius: 10px;
color: #ffffff;
font-size: 21px;
height: 45px;
width: 300px;
margin: 0px 10px 0px 10px;
/*border: 2px solid #94aa00;*/
background: #94aa00; }

.pulsante_annulla {

border-radius: 10px;
color: #ffffff;
font-size: 21px;
height: 45px;
width: 300px;
margin: 0px 10px 0px 10px;
/*border: 2px solid #94aa00;*/
background: #bc1a1a; }

.pulsante_filtro {

border-radius: 10px;
color: #ffffff;
font-size: 17px;
height: 45px;
width: 163px;
margin: 0px 2px 4px 2px;
background: #94aa00;
float: left; }

.foto_prodotto {
height:200px; 
border-radius: 30px;
}

#contenitore-checkout label {
border-radius: 10px;
color: #bbbbbb;
font-size: 15px !important;
height: 42px;
width: 236px;
margin: 8px 10px 0px 10px;
background: #dedede;
float: right;
padding: 4px 0px 4px 15px;
}

#contenitore-checkout {
width: 100%;
margin: auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
border: 1px solid #94aa00;
min-height: 173px;
}


@media only screen and (min-device-width : 1001px) and (max-device-width : 9999px){
#contenitore-checkout {
width: 40%;
margin: auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
border: 1px solid #94aa00;
min-height: 173px;
}
}


@media only screen and (min-device-width : 1px) and (max-device-width : 1000px) and (orientation : portrait) {

#contenitore-checkout {
width: 100%;
margin: auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
border: 1px solid #94aa00;
min-height: 173px;
}
}


#contenitore-checkout input[type="radio"]:checked+label {
border-radius: 10px;
color: #ffffff;
font-size: 15px !important;
height: 42px;
width: 236px;
margin: 8px 10px 0px 10px;
background: #94aa00;
float: right;
padding: 4px 0px 4px 15px;
}

@media only screen and (device-width : 375px) and (orientation : portrait) {

#contenitore-checkout label {
border-radius: 10px;
color: #bbbbbb;
font-size: 15px !important;
height: 42px;
width: 215px;
margin: 8px 10px 0px 10px;
background: #dedede;
float: right;
padding: 4px 0px 4px 15px;
}

#contenitore-checkout input[type="radio"]:checked+label {
border-radius: 10px;
color: #ffffff;
font-size: 15px !important;
height: 42px;
width: 215px;
margin: 8px 10px 0px 10px;
background: #94aa00;
float: right;
padding: 4px 0px 4px 15px;
}

}


@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
.pulsante_varianti {

border-radius: 10px;
color: #ffffff;
font-size: 21px;
height: 45px;
width: 100%;
margin: auto;
/*border: 2px solid #94aa00;*/
background: #94aa00; }

.pulsante_aggiungi {

border-radius: 10px;
color: #ffffff;
font-size: 21px;
height: 45px;
width: 100%;
margin: auto;
/*border: 2px solid #94aa00;*/
background: #94aa00; }

.pulsante_annulla { 

border-radius: 10px;
color: #ffffff;
font-size: 21px;
height: 45px;
width: 100%;
margin: auto;
/*border: 2px solid #94aa00;*/
background: #FF0000; }
/*old #bc1a1a */ 

.pulsante_filtro {

border-radius: 10px;
color: #ffffff;
font-size: 17px;
height: 45px;
width: 100%;
margin: auto;
background: #94aa00; }

.foto_prodotto {
width: 100%;
height: auto;
border-radius: 30px;
}

.carrello {
    border:solid #94aa00 1px;
    border-radius:6px;
    -moz-border-radius:6px;
    padding: 5px !important;
}

.titoli_carr {

background-color: #656565;
padding: 2px !important;
color: #ffffff;
font-size: medium;
/*border-radius: 10px;*/
border: 1px solid #fff;
}

.celle_carr {
font-size: 13px !important;
padding: 1px !important; 
border-radius: 7px !important;
border: 1px solid #fff;
background-color: #f3f3f3;
}

}

.carrello {
    border: none;
    border-radius:6px;
    -moz-border-radius: 6px;
    padding: 10px;
}

.titoli_carr {

background-color: #656565;
padding: 5px;
color: #ffffff;
font-size: medium;
/*border-radius: 10px;*/
border: 1px solid #fff;
}

.celle_carr {
font-size: medium;
padding: 5px;
border-radius: 7px !important;
border: 1px solid #fff;
background-color: #f3f3f3;
padding-left: 5px;
}



/* =============================================================================
   card virtuale e istruzioni responsive
   ============================================================================= */


#card_container
{
display: block;
    height: auto;
    width: 80%;
    margin:auto;
}


#card_image
{
background-image:url(../images/card_background.png);
background-repeat:no-repeat;
background-size:100% auto;
}


    #card_code
    {
    margin-right: 21%;
    padding-left: 60%;
    padding-top: 42%;
    padding-bottom: 100px;
    }
    


@media only screen and (min-width: 300px)
{
    #card_code
    {
    margin-right: 14%;
    padding-left: 58%;
    padding-top: 7%;
    padding-bottom: 204px;
    }
} 


@media only screen and (min-width: 600px)
{
    #card_code
    {
    margin-right: 14%;
    padding-left: 58%;
    padding-top: 7%;
    padding-bottom: 310px;
    }
} 

@media only screen and (min-width: 8000px)
{
    #card_code
    {
    margin-right: 14%;
    padding-left: 58%;
    padding-top: 7%;
    padding-bottom: 344px;
    }
} 

@media only screen and (min-width: 1000px)
{
    #card_code
    {
    padding-bottom: 420px;
    margin-right: 14%;
    padding-left: 58%;
    padding-top: 7%;
    }
} 

@media only screen and (min-width: 1500px)
{
    #card_code
    {
    padding-bottom: 443px;
    margin-right: 14%;
    padding-left: 58%;
    padding-top: 7%;
    }
} 



#vaucher_container
{
display: block;
    height: auto;
    width: 80%;
    margin:auto;
}


 

#vaucher_image
{
background-image: url('/images/sfondo-buono.png');
background-repeat: no-repeat;
background-size: 100% auto;
}

    
#vaucher_text
    {
    margin-left: 78px;
    margin-right: 37px;
    padding-top: 11px;
    position: relative;
    z-index: 1;
    height: 137px;
    }


@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
#vaucher_text
    {
    font-size: 12px;
    height: 71px;
    line-height: 1.2;
    margin-left: 44px;
    margin-right: 0;
    padding-top: 5px;
    position: relative;
    z-index: 1;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) { 
#vaucher_text
    {
    font-size: 14px;
    height: 84px;
    line-height: 1.2;
    margin-left: 53px;
    margin-right: 0;
    padding-top: 6px;
    position: relative;
    z-index: 1;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  
#vaucher_text
    {
    font-size: 12px;
    height: 81px;
    line-height: 1.2;
    margin-left: 51px;
    margin-right: 37px;
    padding-top: 11px;
    position: relative;
    z-index: 1;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  
#vaucher_text
    {
    font-size: 16px;
    height: 137px;
    line-height: 1.2;
    margin-left: 76px;
    margin-right: 37px;
    padding-top: 11px;
    position: relative;
    z-index: 1;
    }

}




.tasto_voucher{
    display: inline-block;
    margin: 7px 8px;
    width: 48%;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
.tasto_voucher{
    display: inline-block;
    margin: 7px 1px;
    width: 100%;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) { 
.tasto_voucher{
    display: inline-block;
    margin: 7px 5px;
    width: 48%;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
.tasto_voucher{
    display: inline-block;
    margin: 7px 4px;
    width: 48%;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {  
.tasto_voucher{
    display: inline-block;
    margin: 7px 2px;
    width: 49%; 
}
}




.vaucher-button {
background-image: url('/images/sfondo-buono.png');
 background-repeat: no-repeat;
  background-size: 100% auto;
      height: 287px;
    margin-bottom: 10px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
.vaucher-button {
background-image: url('/images/sfondo-buono.png');
 background-repeat: no-repeat;
  background-size: 100% auto;
      height: 146px;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 360px) and (max-device-width : 736px) and (orientation : portrait) { 
.vaucher-button {
background-image: url('/images/sfondo-buono.png');
 background-repeat: no-repeat;
  background-size: 100% auto;
      height: 159px;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) { 
.vaucher-button {
background-image: url('/images/sfondo-buono.png');
 background-repeat: no-repeat;
  background-size: 100% auto;
      height: 166px;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
.vaucher-button {
background-image: url('/images/sfondo-buono.png');
 background-repeat: no-repeat;
  background-size: 100% auto;
      height: 216px;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
.vaucher-button {
background-image: url('/images/sfondo-buono.png');
 background-repeat: no-repeat;
  background-size: 100% auto;
      height: 224px;
    margin-bottom: 10px;
}
}


#vaucher_code
    {
    clear: both;
    margin-left: 233px;
    margin-right: 76px;
    margin-top: 11px;
    position: relative;
    z-index: 9999;
    }
        
    
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
#vaucher_code {
    clear: both;
    margin-left: 97px;
    margin-right: 20px;
    margin-top: -2px;
    position: relative;
    z-index: 9999;
}
} 

@media only screen and (min-device-width : 360px) and (max-device-width : 736px) and (orientation : portrait) { 
#vaucher_code {
    clear: both;
    margin-left: 121px;
    margin-right: 20px;
    margin-top: 10px;
    position: relative;
    z-index: 9999;
}
} 

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) { 
#vaucher_code {
    clear: both;
    margin-left: 116px;
    margin-right: 20px;
    margin-top: 3px;
    position: relative;
    z-index: 9999;
}
}  
    
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#vaucher_code {
    clear: both;
    margin-left: 130px;
    margin-right: 35px;
    margin-top: 5px;
    position: relative;
    z-index: 9999;
}
}    
    
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  
#vaucher_code
    {
    clear: both;
    margin-left: 171px;
    margin-right: 38px;
    margin-top: -22px;
    position: relative;
    z-index: 9999;
    }
} 


#c_code
    {
    clear: both;
	margin-left: 163px;
	margin-right: 119px;
    margin-top: 16px;
    position: relative;
    z-index: 9999;
    }
        
    
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
#c_code {
    clear: both;
margin-left: 50px;
margin-right: 83px;
margin-top: 27px;
    position: relative;
    z-index: 9999;
}
} 

@media only screen and (min-device-width : 360px) and (max-device-width : 736px) and (orientation : portrait) { 
#c_code {
    clear: both;
margin-left: 83px;
margin-right: 85px;
margin-top: 42px;
    position: relative;
    z-index: 9999;
}
} 

@media only screen and (width : 414px) and (orientation : portrait) { 
#c_code {
    clear: both;
margin-left: 20px;
margin-right: 34px;
margin-top: 70px;
    position: relative;
    z-index: 9999;
}
} 

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) { 
#c_code {
    clear: both;
margin-left: 72px;
margin-right: 82px;
margin-top: 21px;
    position: relative;
    z-index: 9999;
}
}  
    
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#c_code {
    clear: both;
    margin-left: 130px;
    margin-right: 35px;
    margin-top: 5px;
    position: relative;
    z-index: 9999;
}
}    
    
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  
#c_code
    {
    clear: both;
margin-left: 83px;
margin-right: 99px;
margin-top: -18px;
    position: relative;
    z-index: 9999;
    }
} 




.scores-button {
background-image: url('/images/sfondo_scores.png');
 background-repeat: no-repeat;
  background-size: 100% auto;
      height: 164px;
    margin-bottom: 10px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
.scores-button {
background-image: url('/images/sfondo_scores.png');
 background-repeat: no-repeat;
  background-size: 100% auto;
      height: 146px;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 360px) and (max-device-width : 736px) and (orientation : portrait) { 
.scores-button {
background-image: url('/images/sfondo_scores.png');
 background-repeat: no-repeat;
  background-size: 100% auto;
      height: 102px;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) { 
.scores-button {
background-image: url('/images/sfondo_scores.png');
 background-repeat: no-repeat;
  background-size: 100% auto;
      height: 166px;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
.scores-button {
    background-image: url("/images/sfondo_scores.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 176px;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
.scores-button {
background-image: url('/images/sfondo_scores.png');
 background-repeat: no-repeat;
  background-size: 100% auto;
      height: 224px;
    margin-bottom: 10px;
}
}
  
  
  
  
#scores_text
    {
    font-size: 21px;
    height: 106px;
    margin-left: 160px;
    margin-right: 37px;
    padding-top: 52px;
    position: relative;
    z-index: 1;
    }


@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
#scores_text
    {
    font-size: 15px;
    height: 41px;
    line-height: 1.2;
    margin-left: 95px;
    margin-right: 0;
    padding-top: 31px;
    position: relative;
    z-index: 1;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) { 
#scores_text
    {
    font-size: 25px;
    height: 52px;
    line-height: 1.2;
    margin-left: 174px;
    margin-right: 0;
    padding-top: 62px;
    position: relative;
    z-index: 1;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#scores_text
    {
    font-size: 27px;
    height: 81px;
    line-height: 1.2;
    margin-left: 179px;
    margin-right: 0;
    padding-top: 62px;
    position: relative;
    z-index: 1;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
#scores_text
    {
    font-size: 28px;
    height: 137px;
    line-height: 1.2;
    margin-left: 204px;
    margin-right: 37px;
    padding-top: 75px;
    position: relative;
    z-index: 1;
    }
}



.tasto_scores{
    display: inline-block;
    margin: 7px 8px;
    width: 48%;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
.tasto_scores{
    display: inline-block;
    margin: 7px 1px;
    width: 100%;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) { 
.tasto_scores{
    display: inline-block;
    margin: 7px 5px;
    width: 85%;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
.tasto_scores{
    display: inline-block;
    margin: 7px 4px;
    width: 89%;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {  
.tasto_scores{
    display: inline-block;
    margin: 7px 2px;
    width: 74%;
}
}

.gruppo_filtri
{
display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
}

#btnpromo-tipo1, #btnpromo-tipo2, #btnpromo-tipo3, #btnpromo-tipo4
{
  background-color: #fff;
  color: #de0079;
  border: 2px solid #de0079;
  padding: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;  
 width: 170px;
  margin-bottom: 2px;
  height: 70px;
}


#btnpromo-tipo1.active
{
  background-color: #e43163;
  color: #FFFFFF; 
  box-shadow: 0px 0px 5px #888888;
  width: 170px;
  margin-bottom: 2px;
  height: 70px;
}

#btnpromo-tipo2.active
{
  background-color: #e43163;
  color: #FFFFFF;  
  box-shadow: 0px 0px 5px #888888;
  width: 170px;
  margin-bottom: 2px;
  height: 70px;
}

#btnpromo-tipo3.active
{
  background-color: #e43163;
  color: #FFFFFF;  
  box-shadow: 0px 0px 5px #888888;
  width: 170px;
  margin-bottom: 2px;
  height: 70px;
}

#btnpromo-tipo4.active
{
  background-color: #e43163;
  color: #FFFFFF;
  box-shadow: 0px 0px 5px #888888;
  width: 170px;
  margin-bottom: 2px;
  height: 70px;
}

@media only screen and (max-device-width : 321px) and (orientation : portrait) {  

#btnpromo-tipo1, #btnpromo-tipo2, #btnpromo-tipo3, #btnpromo-tipo4
{
  background-color: #fff;
  color: #de0079;
  border: 2px solid #de0079;
  padding: 0px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;  
 width: 140px;
  margin-bottom: 2px;
  height: 70px;
}


#btnpromo-tipo1.active
{
  background-color: #de0079;
  color: #FFFFFF; 
  box-shadow: 0px 0px 5px #888888;
  width: 140px;
  margin-bottom: 2px;
  height: 70px;
}

#btnpromo-tipo2.active
{
  background-color: #de0079;
  color: #FFFFFF;  
  box-shadow: 0px 0px 5px #888888;
  width: 140px;
  margin-bottom: 2px;
  height: 70px;
}

#btnpromo-tipo3.active
{
  background-color: #de0079;
  color: #FFFFFF;  
  box-shadow: 0px 0px 5px #888888;
  width: 140px;
  margin-bottom: 2px;
  height: 70px;
}

#btnpromo-tipo4.active
{
  background-color: #de0079;
  color: #FFFFFF;
  box-shadow: 0px 0px 5px #888888;
  width: 140px;
  margin-bottom: 2px;
  height: 70px;
}


}

@media only screen and (min-device-width : 323px) and (max-device-width : 361px) and (orientation : portrait) {  

#btnpromo-tipo1, #btnpromo-tipo2, #btnpromo-tipo3, #btnpromo-tipo4
{
  background-color: #fff;
  color: #de0079;
  border: 2px solid #de0079;
  padding: 0px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;  
  width: 161px;
  margin-bottom: 2px;
  height: 70px;
}


#btnpromo-tipo1.active
{
  background-color: #de0079;
  color: #FFFFFF; 
  box-shadow: 0px 0px 5px #888888;
  width: 161px;
  margin-bottom: 2px;
  height: 70px;
}

#btnpromo-tipo2.active
{
  background-color: #de0079;
  color: #FFFFFF;  
  box-shadow: 0px 0px 5px #888888;
  width: 161px;
  margin-bottom: 2px;
  height: 70px;
}

#btnpromo-tipo3.active
{
  background-color: #de0079;
  color: #FFFFFF;  
  box-shadow: 0px 0px 5px #888888;
  width: 161px;
  margin-bottom: 2px;
  height: 70px;
}

#btnpromo-tipo4.active
{
  background-color: #de0079;
  color: #FFFFFF;
  box-shadow: 0px 0px 5px #888888;
  width: 161px;
  margin-bottom: 2px;
  height: 70px;
}


}

@media only screen and (min-device-width : 362px) and (max-device-width : 380px) and (orientation : portrait) {  

#btnpromo-tipo1, #btnpromo-tipo2, #btnpromo-tipo3, #btnpromo-tipo4
{
  background-color: #fff;
  color: #de0079;
  border: 2px solid #de0079;
  padding: 0px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;  
  width: 160px !important;
  margin-bottom: 2px;
  height: 70px;
}


#btnpromo-tipo1.active
{
  background-color: #de0079;
  color: #FFFFFF; 
  box-shadow: 0px 0px 5px #888888;
  width: 160px !important;
  margin-bottom: 2px;
  height: 70px;
}

#btnpromo-tipo2.active
{
  background-color: #de0079;
  color: #FFFFFF;  
  box-shadow: 0px 0px 5px #888888;
  width: 160px !important;
  margin-bottom: 2px;
  height: 70px;
}

#btnpromo-tipo3.active
{
  background-color: #de0079;
  color: #FFFFFF;  
  box-shadow: 0px 0px 5px #888888;
  width: 160px !important;
  margin-bottom: 2px;
  height: 70px;
}

#btnpromo-tipo4.active
{
  background-color: #de0079;
  color: #FFFFFF;
  box-shadow: 0px 0px 5px #888888;
  width: 160px !important;
  margin-bottom: 2px;
  height: 70px;
}


}

#divpagamento {
width: 100%;
position: relative;
}

#contenitore {
width: 100%;
margin: auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
border: 1px solid #94aa00;
}

@media only screen and (min-device-width : 1001px) and (max-device-width : 9999px) {

#contenitore {
width: 40%;
margin: auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
border: 1px solid #94aa00;
}

}


@media only screen and (min-device-width : 1px) and (max-device-width : 1000px) and (orientation : portrait) {

#contenitore {
width: 100%;
margin: auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
border: 1px solid #94aa00;
}

}




#virtualcard_container
{
display: block;
    height: auto;
    width: 80%;
    margin:auto;
}


 

#virtualcard_image
{
background-image: url('/images/card_light.png');
background-repeat: no-repeat;
background-size: 100% auto;
}

    
#virtualcard_text
    {
    margin-left: 78px;
    margin-right: 37px;
    padding-top: 11px;
    position: relative;
    z-index: 1;
    height: 137px;
    }


@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
#virtualcard_text
    {
    font-size: 12px;
    height: 71px;
    line-height: 1.2;
    margin-left: 44px;
    margin-right: 0;
    padding-top: 5px;
    position: relative;
    z-index: 1;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) { 
#virtualcard_text
    {
    font-size: 14px;
    height: 84px;
    line-height: 1.2;
    margin-left: 53px;
    margin-right: 0;
    padding-top: 6px;
    position: relative;
    z-index: 1;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  
#virtualcard_text
    {
    font-size: 12px;
    height: 81px;
    line-height: 1.2;
    margin-left: 51px;
    margin-right: 37px;
    padding-top: 11px;
    position: relative;
    z-index: 1;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  
#virtualcard_text
    {
    font-size: 16px;
    height: 137px;
    line-height: 1.2;
    margin-left: 76px;
    margin-right: 37px;
    padding-top: 11px;
    position: relative;
    z-index: 1;
    }

}




.tasto_voucher{
    display: inline-block;
    margin: 7px 8px;
    width: 48%;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
.tasto_voucher{
    display: inline-block;
    margin: 7px 1px;
    width: 100%;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) { 
.tasto_voucher{
    display: inline-block;
    margin: 7px 5px;
    width: 48%;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
.tasto_voucher{
    display: inline-block;
    margin: 7px 4px;
    width: 48%;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {  
.tasto_voucher{
    display: inline-block;
    margin: 7px 2px;
    width: 49%;
}
}




.virtualcard-button {
background-image: url('/images/card_light.png');
 background-repeat: no-repeat;
  background-size: 80% auto;
      height: 287px;
    margin-bottom: 10px;
    float: left;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
.virtualcard-button {
background-image: url('/images/card_light.png');
 background-repeat: no-repeat;
  background-size: 80% auto;
      height: 146px;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 360px) and (max-device-width : 736px) and (orientation : portrait) { 
.virtualcard-button {
background-image: url('/images/card_light.png');
 background-repeat: no-repeat;
  background-size: 80% auto;
      height: 159px;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) { 
.virtualcard-button {
background-image: url('/images/card_light.png');
 background-repeat: no-repeat;
  background-size: 80% auto;
      height: 166px;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
.virtualcard-button {
background-image: url('/images/card_light.png');
 background-repeat: no-repeat;
  background-size: 80% auto;
      height: 216px;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
.virtualcard-button {
background-image: url('/images/card_light.png');
 background-repeat: no-repeat;
  background-size: 80% auto;
      height: 224px;
    margin-bottom: 10px;
}
}


.c-button {
background-image: url('/images/card_light.png');
 background-repeat: no-repeat;
  background-size: 80% auto;
      height: 287px;
    margin-bottom: 10px;
    float: left;
    min-width: 520px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
.c-button {
background-image: url('/images/card_light.png');
 background-repeat: no-repeat;
  background-size: 80% auto;
      height: 177px;
    margin-bottom: 10px;
    min-width: 338px;
}
}

@media only screen and (min-device-width : 360px) and (max-device-width : 736px) and (orientation : portrait) { 
.c-button {
background-image: url('/images/card_light.png');
 background-repeat: no-repeat;
  background-size: 80% auto;
      height: 202px;
    margin-bottom: 10px;
    min-width: 383px;
}
}

@media only screen and (width : 414px) and (orientation : portrait) { 
.c-button {
background-image: url('/images/card_light.png');
background-repeat: no-repeat;
background-size: 95% auto;
height: 235px;
margin-bottom: 10px;
min-width: 383px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) { 
.c-button {
background-image: url('/images/card_light.png');
 background-repeat: no-repeat;
  background-size: 80% auto;
      height: 190px;
    margin-bottom: 10px;
    min-width: 363px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
.c-button {
background-image: url('/images/card_light.png');
 background-repeat: no-repeat;
  background-size: 80% auto;
      height: 216px;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
.c-button {
background-image: url('/images/card_light.png');
 background-repeat: no-repeat;
  background-size: 80% auto;
      height: 224px;
    margin-bottom: 10px;
    min-width: 407px;
}
}



#virtualcard_code
    {
    clear: both;
    margin-left: 233px;
    margin-right: 76px;
    margin-top: 11px;
    position: relative;
    z-index: 9999;
    }
        
    
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) { 
#virtualcard_code {
    clear: both;
    margin-left: 97px;
    margin-right: 20px;
    margin-top: -2px;
    position: relative;
    z-index: 9999;
}
} 

@media only screen and (min-device-width : 360px) and (max-device-width : 736px) and (orientation : portrait) { 
#virtualcard_code {
    clear: both;
    margin-left: 121px;
    margin-right: 20px;
    margin-top: 10px;
    position: relative;
    z-index: 9999;
}
} 

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) { 
#virtualcard_code {
    clear: both;
    margin-left: 116px;
    margin-right: 20px;
    margin-top: 3px;
    position: relative;
    z-index: 9999;
}
}  
    
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#virtualcard_code {
    clear: both;
    margin-left: 130px;
    margin-right: 35px;
    margin-top: 5px;
    position: relative;
    z-index: 9999;
}
}    
    
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  
#virtualcard_code
    {
    clear: both;
    margin-left: 171px;
    margin-right: 38px;
    margin-top: -22px;
    position: relative;
    z-index: 9999;
    }
} 





.lable input[type="text"] {
	padding: 15px;
	font-size: 1.1em;
	margin: 10px 0 10px 3px;
	color: #666666;
	width:99%;
	cursor: pointer;
	font-family: Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;
	outline: none;
	font-weight: 500;
	margin-left: 3px;
	background: #FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-left: 6px solid #fff;
	 border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.285714rem;
}
.lable input[type="text"]:hover,.lable-2 input[type="text"]:hover,input[type="Password"]:hover,#active {
	color:#666666;
	border-left:5px solid#ffbd0a;

    
}
.lable-2 input[type="text"],input[type="Password"] { 
	padding: 14px;
	width: 100%;
	font-size: 1em;
	margin: 10px 0px;
	border:none;
	color: #666666;
	cursor: pointer;
	background: none;
	float: left;
	outline: none;
	font-weight: 500;
	font-family: Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;
	background: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-left: 6px solid #fff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.285714rem;
}
 
input[type=submit] {
	padding: 17px 30px;
	color: #565656;
	float: right;
	font-family: Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;
	background: #e0e1e2;
	border: 1px solid #e0e1e2;
	cursor: pointer;
	font-size: 18px;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	outline:none;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0.285714rem;
}

#div_tipologie {
background-color: #fff;
-webkit-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
width: 100%;
height: auto;
margin: auto;
margin-bottom: 10px;
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
flex-direction: column;
display: inline-block;
}

#righe_prodotti {
background-color: #fff;
-webkit-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
width: 100%;
height: auto;
margin: auto;
margin-bottom: 10px;
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-bottom: 5px solid #94aa00;
flex-direction: column;
display: inline-block;
}

#categoria_piatti {
font-size: 12px;
margin-bottom: 2px;
font-family: Arial;
text-transform: capitalize;
color: #cfcfcf;
}

#nome_piatto {
float: left;
font-weight: bold;
font-size: 20px;
font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
margin-bottom: 3px;
color: #94aa00;
}

#descr_piatto {
float: left;
font-size: 13px;
font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
width: 50%;
clear: both;
color: #8a8a8a;
line-height: 17px;
min-height: 72px;
}

.foto_piatto {
max-width: 100%;
border-radius: 5px;
height: 73px;
float: right;
}

#prezzo_piatto {
float: left;
margin-top: 24px;
font-size: 22px;
font-family: Arial;
font-weight: bold;
clear: both;
}

.cont_pulsanti {
font-size: 1.2em;
font-weight: bold;
float: right;
clear: both;
margin-top: -24px;
}

.pulsante_meno_new {
border-radius: 10px;
background-color: red;
color: #ffffff;
font-size: 24px;
height: 28px;
width: 40px;
margin: 0px 10px 0px 0px;
}

.pulsante_piu_new {
border-radius: 10px;
background-color: green;
color: #ffffff;
font-size: 24px;
height: 28px;
width: 40px;
margin: 0px 0px 0px 10px;
}

.pulsante_varianti_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 48%;
margin: 29px 0px 0px 0px;
background: #94aa00;
float: left;
}

.pulsante_aggiungi_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 48%;
margin: 16px 0px 0px 0px;
background: #94aa00;
float: right;
}

@media only screen and (min-device-width : 310px) and (max-device-width : 359px) and (orientation : portrait) {

#righe_prodotti {
background-color: #fff;
-webkit-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
width: 110%;
height: auto;
margin: 0px -15px 15px -15px;
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-bottom: 5px solid #94aa00;
flex-direction: column;
display: inline-block;
position: relative;
}

#categoria_piatti {
font-size: 12px;
margin-bottom: 2px;
font-family: Arial;
text-transform: capitalize;
color: #cfcfcf;
}

#nome_piatto {
float: left;
font-weight: bold;
font-size: 20px;
font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
margin-bottom: 10px;
color: #94aa00;
}

#descr_piatto {
float: left;
font-size: 13px;
font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
width: 52%;
clear: both;
color: #8a8a8a;
line-height: 17px;
min-height: 72px;
}

.foto_piatto {
max-width: 100%;
border-radius: 5px;
height: 58px;
float: right;
}

#prezzo_piatto {
float: left;
margin-top: 24px;
font-size: 22px;
font-family: Arial;
font-weight: bold;
clear:both;
}

.cont_pulsanti {
font-size: 1.2em;
font-weight: bold;
float: right;
clear: both;
margin-top: -39px;
margin-bottom: 50px;
}

.pulsante_meno_new {
border-radius: 10px;
background-color: red;
color: #ffffff;
font-size: 24px;
height: 28px;
width: 34px;
margin: 0px 0px 0px 0px;
}

.pulsante_piu_new {
border-radius: 10px;
background-color: green;
color: #ffffff;
font-size: 24px;
height: 28px;
width: 34px;
margin: 0px 0px 0px 0px;
}

.pulsante_varianti_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 47%;
margin: 30px 0px 0px 0px;
background: #94aa00;
float: left;
position: absolute;
bottom: 8px;
left: 2%;
}

.pulsante_aggiungi_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 47%;
margin: 16px 0px 0px 0px;
background: #94aa00;
float: right;
position: absolute;
bottom: 8px;
left: 51%;
}

#contenitore-checkout label {
    border-radius: 10px;
    color: #bbbbbb;
    font-size: 15px !important;
    height: 42px;
    width: 198px;
    margin: 8px 10px 0px 10px;
        margin-left: 10px;
    background: #dedede;
    float: right;
    padding: 4px 0px 4px 15px;
    }
    
    
    #contenitore-checkout input[type="radio"]:checked + label {
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px !important;
    height: 42px;
    width: 198px;
    margin: 8px 10px 0px 10px;
        margin-left: 10px;
    background: #94aa00;
    float: right;
    padding: 4px 0px 4px 15px;
	}
}


@media only screen and (min-device-width : 360px) and (max-device-width : 413px) and (orientation : portrait) {

#righe_prodotti {
background-color: #fff;
-webkit-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
width: 110%;
height: auto;
margin: 0px -15px 15px -15px;
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-bottom: 5px solid #94aa00;
flex-direction: column;
display: inline-block;
position: relative;
}

#categoria_piatti {
font-size: 12px;
margin-bottom: 2px;
font-family: Arial;
text-transform: capitalize;
color: #cfcfcf;
}

#nome_piatto {
float: left;
font-weight: bold;
font-size: 20px;
font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
margin-bottom: 10px;
color: #94aa00;
}

#descr_piatto {
float: left;
font-size: 13px;
font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
width: 68%;
clear: both;
color: #8a8a8a;
line-height: 17px;
min-height: 72px;
}

.foto_piatto {
max-width: 100%;
border-radius: 5px;
height: 58px;
float: right;
}

#prezzo_piatto {
float: left;
margin-top: 24px;
font-size: 22px;
font-family: Arial;
font-weight: bold;
clear:both;
}

.cont_pulsanti {
font-size: 1.2em;
font-weight: bold;
float: right;
clear: both;
margin-top: -39px;
margin-bottom: 50px;
}

.pulsante_meno_new {
border-radius: 10px;
background-color: red;
color: #ffffff;
font-size: 24px;
height: 28px;
width: 34px;
margin: 0px 0px 0px 0px;
}

.pulsante_piu_new {
border-radius: 10px;
background-color: green;
color: #ffffff;
font-size: 24px;
height: 28px;
width: 34px;
margin: 0px 0px 0px 0px;
}

.pulsante_varianti_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 47%;
margin: 30px 0px 0px 0px;
background: #94aa00;
float: left;
position: absolute;
bottom: 8px;
left: 2%;
}

.pulsante_aggiungi_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 47%;
margin: 16px 0px 0px 0px;
background: #94aa00;
float: right;
position: absolute;
bottom: 8px;
left: 51%;
}

#contenitore-checkout label {
    border-radius: 10px;
    color: #bbbbbb;
    font-size: 15px !important;
    height: 42px;
    width: 198px;
    margin: 8px 10px 0px 10px;
        margin-left: 10px;
    background: #dedede;
    float: right;
    padding: 4px 0px 4px 15px;
    }
    
    
    #contenitore-checkout input[type="radio"]:checked + label {
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px !important;
    height: 42px;
    width: 198px;
    margin: 8px 10px 0px 10px;
        margin-left: 10px;
    background: #94aa00;
    float: right;
    padding: 4px 0px 4px 15px;
	}
}




@media only screen and (min-device-width : 414px) and (max-device-width : 2000px) {

#righe_prodotti {
background-color: #fff;
-webkit-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
width: 100%;
height: auto;
margin: auto;
margin-bottom: 10px;
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-bottom: 5px solid #94aa00;
flex-direction: column;
display: inline-block;
position: relative;
}

.foto_piatto {
max-width: 100%;
border-radius: 5px;
height: 58px;
float: right;
}

.cont_pulsanti {
font-size: 1.2em;
font-weight: bold;
float: right;
clear: both;
margin-top: -39px;
margin-bottom: 50px;
}

#descr_piatto {
float: left;
font-size: 13px;
font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
width: 68%;
clear: both;
color: #8a8a8a;
line-height: 17px;
min-height: 72px;
}

.pulsante_meno_new {
border-radius: 10px;
background-color: red;
color: #ffffff;
font-size: 24px;
height: 28px;
width: 40px;
margin: 0px 0px 0px 0px;
}

.pulsante_piu_new {
border-radius: 10px;
background-color: green;
color: #ffffff;
font-size: 24px;
height: 28px;
width: 40px;
margin: 0px 0px 0px 0px;
}

.pulsante_varianti_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 47%;
margin: 30px 0px 0px 0px;
background: #94aa00;
float: left;
position: absolute;
bottom: 8px;
left: 2%;
}

.pulsante_aggiungi_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 47%;
margin: 16px 0px 0px 0px;
background: #94aa00;
float: right;
position: absolute;
bottom: 8px;
left: 51%;
}

}




@media only screen and (min-device-width : 667px) and (max-device-width : 813px) and (orientation : landscape) {

#righe_prodotti {
background-color: #fff;
-webkit-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
width: 100%;
height: auto;
margin: auto;
margin-bottom: 10px;
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-bottom: 5px solid #94aa00;
flex-direction: column;
display: inline-block;
}

#categoria_piatti {
font-size: 12px;
margin-bottom: 2px;
font-family: Arial;
text-transform: capitalize;
color: #cfcfcf;
}

#nome_piatto {
float: left;
font-weight: bold;
font-size: 20px;
font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
margin-bottom: 3px;
color: #94aa00;
}

#descr_piatto {
float: left;
font-size: 13px;
font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
width: 68%;
clear: both;
color: #8a8a8a;
line-height: 17px;
}

.foto_piatto {
max-width: 100%;
border-radius: 5px;
height: 73px;
float: right;
}

#prezzo_piatto {
float: left;
margin-top: 24px;
font-size: 22px;
font-family: Arial;
font-weight: bold;
clear: both;
}

.cont_pulsanti {
font-size: 1.2em;
font-weight: bold;
float: right;
clear: both;
margin-top: -24px;
}

.pulsante_meno_new {
border-radius: 10px;
background-color: red;
color: #ffffff;
font-size: 24px;
height: 28px;
width: 40px;
margin: 0px 10px 0px 0px;
}

.pulsante_piu_new {
border-radius: 10px;
background-color: green;
color: #ffffff;
font-size: 24px;
height: 28px;
width: 40px;
margin: 0px 0px 0px 10px;
}

.pulsante_varianti_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 48%;
margin: 29px 0px 0px 0px;
background: #94aa00;
float: left;
}

.pulsante_aggiungi_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 48%;
margin: 16px 0px 0px 0px;
background: #94aa00;
float: right;
}

}



@media only screen and (device-width : 768px) and (orientation : portrait) {

#righe_prodotti {
background-color: #fff;
-webkit-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
width: 48%;
height: auto;
margin: 25px 6px 6px 6px;
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-bottom: 5px solid #94aa00;
float: left;
flex-direction: column;
display: inline-block;
min-height: 289px;
position: relative;
}


#prezzo_piatto {
float: left;
margin-top: 24px;
font-size: 22px;
font-family: Arial;
font-weight: bold;
clear: both;
}

#categoria_piatti {
font-size: 12px;
margin-bottom: 2px;
font-family: Arial;
text-transform: capitalize;
color: #cfcfcf;
}

#nome_piatto {
float: left;
font-weight: bold;
font-size: 20px;
font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
margin-bottom: 3px;
color: #94aa00;
}

#descr_piatto {
float: left;
font-size: 13px;
font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
width: 55%;
clear: both;
color: #8a8a8a;
line-height: 17px;
}

.foto_piatto {
max-width: 100%;
border-radius: 5px;
height: 70px;
float: right;
}

.cont_pulsanti {
font-size: 1.2em;
font-weight: bold;
float: right;
clear: both;
margin-top: -24px;
}

.pulsante_meno_new {
border-radius: 10px;
background-color: red;
color: #ffffff;
font-size: 24px;
height: 28px;
width: 40px;
margin: 0px 10px 0px 0px;
}

.pulsante_piu_new {
border-radius: 10px;
background-color: green;
color: #ffffff;
font-size: 24px;
height: 28px;
width: 40px;
margin: 0px 0px 0px 10px;
}

.pulsante_varianti_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 48%;
margin: 20px 0px 0px 0px;
background: #94aa00;
float: left;
position: absolute;
bottom: 8px;
left: 2%;
}

.pulsante_aggiungi_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 48%;
margin: 20px 0px 0px 0px;
background: #94aa00;
float: right;
position: absolute;
bottom: 8px;
left: 51%;
}

#contenitore-checkout {
    width: 50%;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #94aa00;
    min-height: 173px;
}

}


@media only screen and (device-width : 1024px) {

#righe_prodotti {
background-color: #fff;
-webkit-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.17);
width: 48%;
height: auto;
margin: 25px 6px 6px 6px;
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-bottom: 5px solid #94aa00;
float: left;
flex-direction: column;
display: inline-block;
min-height: 257px;
position: relative;
}
 

#prezzo_piatto {
float: left;
margin-top: 24px;
font-size: 22px;
font-family: Arial;
font-weight: bold;
clear: both;
}

.cont_pulsanti {
font-size: 1.2em;
font-weight: bold;
float: right;
clear: both;
margin-top: -39px;
margin-bottom: 50px;
}

.pulsante_varianti_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 47%;
margin: 30px 0px 0px 0px;
background: #94aa00;
float: left;
position: absolute;
bottom: 8px;
left: 2%;
}

.pulsante_aggiungi_new {
border-radius: 5px;
color: #ffffff;
font-size: 15px;
height: 36px;
width: 47%;
margin: 16px 0px 0px 0px;
background: #94aa00;
float: right;
position: absolute;
bottom: 8px;
left: 51%;
}


#contenitore-checkout {
    width: 37%;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #94aa00;
    min-height: 173px;
}




}


.slot {
width: 264px; float: left; display: block; border: 2px solid #1e9cd3; border-radius: 10px; padding: 6px; margin: 2px; height: 130px;

}

.slot:hover {
width: 264px; float: left; display: block; border: 2px solid #1e9cd3; border-radius: 10px; padding: 6px; margin: 2px; height: 130px;
background-color: #1e9cd3; color: #fff !important;
}

.slot_active {
width: 264px; float: left; display: block; border: 2px solid #1e9cd3; border-radius: 10px; padding: 6px; margin: 2px; height: 130px;
background-color: #1e9cd3; color: #fff !important;
}

.dispo_sx {
  width: 114px;
  border-radius: 10px;
  padding: 5px 0px 2px 0px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}


.dispo_dx {
width: 114px; height: 100% !important; border-radius: 10px; background-color: #1e9cd3; padding: 19px 0px 4px 0px; float: right; color: #fff;
}

.listaservizi {
  display: flex;
}

.listaservizi-hidden {
  display: none;
}

.checkbox-listaservizi {
  width: 20px !important;
  height: 20px !important;
}

.inputDiv-listaservizi {
  width: 10%;
  text-align: center;
  align-self: center;
  min-width: 40px;
  display: flex;
  justify-content: center;
}

.descrizioneDiv-listaservizi {
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  overflow-y: scroll;
}

.tipologia-div-hidden {
  display: none;
}

.tipologia-div {
  margin-top: 50px;
  width: 100%;
}

.tipologia-descrizione {
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 21px;
  color: #1e9cd3;
  margin-bottom: 20px;
  background-color: #abd8ff;;
  border-radius: 15px;
}

.durataDiv-listaservizi {
  width: 20%;
  font-size: 12px;
  display: flex;
  justify-content: end;
  overflow-y: scroll;
}

.notaSpan-listaservizi{
  display: block;
  max-height: 45px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 15px;
  overflow-y: scroll;
}

.dropdownoperatori-div {
  display: flex;
  align-items: center;
  visibility: hidden;
  height: 0px;
}

.dropdownoperatori-div-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.dropdownoperatori-div-span {
  width: 30%;
  margin-left: auto;
  margin-right: 0px;
}

.solidDiv {
  border-top: 2px solid #bbb;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.summary-alert {
  z-index: 9999;
  display: none;
  align-items: center;
  position: fixed;
  bottom: 0;
  height: 70px;
  width: 100%;
  background-image: url(../images/agenda_sfondo.jpg);
  border-radius: 10px 10px 0px 0px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow-x: auto;
  overflow-y: hidden;
}

.summary-alert-content {
  width: 100%;
  display: flex;
  overflow-x: auto;
}

.summary-alert-element {
  height: 50px;
  min-width: 150px;
  border-radius: 10px 10px 10px 10px;
  color: #fff;
  background-color: #f2781e;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 0px 5px 0px 5px;
}

.summary-alert-cross {
  background-image: url(../img/xmark-solid.svg);
  width: 20%;
  height: 50%;
  background-repeat: no-repeat;
}

.summary-alert-description {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary-alert-description-span {
  font-size: 15px;
  word-wrap: break-word;
  max-width: 120px;
  text-overflow: ellipsis;
  display: grid;
  overflow: hidden;
  line-height: 15px;
  height: 100%;
  max-height: 50px;
  align-items: center;
}

.divContainerLoader {
  background: gray;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  visibility: hidden;
  border-radius: 100px;
  border: 2px solid gray;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.header-bar-div {
  display: flex;
  justify-content: space-between;
}

.search-bar-div {
  display: flex;
  height: fit-content;
  width: 60%;
  border: 1px solid;
  border-radius: 10px;
}

.filtro-tipologia-div {
  height: 46px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  padding: 0px 10px 0px 10px;
}

.filtro-tipologia-div-hidden {
  display: none;
}

.tipologia-span {
  font-size: 17px;
  align-self: center;
}

.search-bar-div-tipologia {
  display: flex;
  height: fit-content;
  width: 35%;
  border: 1px solid;
  border-radius: 10px;
}

.popUpDiv-visible{
  width: 100%;
  padding: 0px 10px 0px 10px;
  height: 46px;
}

.popupSelect{
  z-index: 1000;
  position: relative;
  border: 0px !important;
  height: 46px !important;
  padding: 0px !important;
  text-overflow: ellipsis !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) { 
  .search-bar-div
  {
    display: flex;
    width: 60%;
    border: 1px solid;
    border-radius: 10px;
  }
  .search-bar-div-tipologia
  {
    display: flex;
    width: 38%;
    border: 1px solid;
  }
  .tipologia-span {
    display: none;
  }
  .filtro-tipologia-div {
    height: 46px;
    width: 100%;
    display: flex;
  }
  .filtro-tipologia-div-hidden {
    display: none;
  }
  .popUpDiv-visible {
    width: 100%;
    padding: 0px 3px 0px 3px;
    height: 46px;
  }
}

.search-bar-input {
  font: 26px system-ui;
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 6px 10px;
}

.search-bar-button {
  all: unset;
  cursor: pointer;
  width: 44px;
  height: 44px;
}

.search-bar-svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
  padding: 10px;
}

.filter-svg {
  fill: currentColor;
  width: 46px;
  height: 46px;
}

