.maschera-login{
    width: 100%;
    max-width: 685px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    margin: 40px auto 90px auto;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-family: 'Raleway', sans-serif !important;
}


.maschera-login h3{
    font-family: 'Raleway', sans-serif !important;
    margin: 100px auto 60px auto;
    font-size: 25px !important;
    color: #585858;
    text-align: center;
    padding: 0;
    
}

.maschera-login h3 .subtitle{
    font-size: 17px;
    color: #8c9091;
    text-align: center;
    margin-top: 10px;
}


@media(max-width:760px){
  .maschera-login{
    margin: 0;
  }
}


 .row-campo{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 30px 0;
    padding: 0;
    
    
}


 .row-campo p{
    font-size: 15px;
    color: #8c9091;
    text-align: center;
}

.row-campo-meta{
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 30px 0;
    float: left;

}

.row-campo-terz{
    width: 33.3%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 30px 0;
    float: left;
}


.line-field{
    width: 100%;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    padding: 10px 20px 10px 20px;
    background-color: transparent;
    font-size: 15px;
    box-sizing: border-box;

    
    
}


select.line-field {
    color: #777;
}


.line-field:focus{
    outline: none;
}


.cb-quadro{
    display: block;
    position: relative;
    padding-left: 55px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #8c9091;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 30px;
}

.cb-quadro input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 20px;
    height: 28px;
    width: 28px;
    background-color: transparent;
    border: 1px solid #c4c4c4;
  }
  
  /* On mouse-over, add a grey background color */
  .cb-quadro:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .cb-quadro input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .cb-quadro input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .cb-quadro .checkmark:after {
    left: 9px;
    top: 5px;
    width: 9px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  #account-schede{
    width: 100%;
    box-sizing: border-box;
    
    text-align: center;
    margin-top: 5px;
    height: 60px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    
  }

  #account-schede .h1-scheda{
        width: 45%;
        
        padding: 20px;
        box-sizing: border-box;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        overflow: hidden;
        cursor: pointer;
        

  }

  #account-schede .h1-scheda.active{
    overflow: hidden;
      background-color: #fff;
      box-shadow:   0px -3px 2px rgba(0, 0, 0, 0.1)
                     ;
  }

  .scheda{
      width: 90%;
      background-color: #fff;
      margin : auto;
      display: none;
      font-family: 'Raleway', sans-serif !important;
      
  }

.scheda.v2{
  width: 100%;
  
}


  .scheda .container{
    width: 100%;
    max-width: 685px;
    box-sizing: border-box;
    margin: 40px auto 40px auto;
    overflow: hidden;
  }

  .scheda .container-2{
    width: 100%;
    box-sizing: border-box;
    margin: 40px auto 40px auto;
    overflow: hidden;
  }

  .scheda h2{
    font-family: 'Raleway', sans-serif !important;
    font-weight: bold;
    padding: 0;
    margin: 40px 0 20px 0;

  }

  .scheda .titoletto{
    float: left;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 0px 0;
  }

  .scheda .titoletto.dx{
    text-transform: uppercase;
    font-size: 15px;  
    float: right;
      
  }

  .scheda .box{
      box-sizing: border-box;
      padding: 20px;
      font-size: 14px;
      margin: 20px 0 40px 0;
      overflow: hidden;
  }



  #riepilogo-ordini{
      border-collapse: collapse;
      width: 100%;
      max-width: 1200px;
      margin-top: 20px;
      
      
  }

  #riepilogo-ordini tr th{
      border-bottom: 1px solid #8c9091;
      font-family: 'Raleway', sans-serif !important;
      font-size: 14px;
      font-weight: bold;
      color: #8c9091;
      text-align: left;
      padding: 20px;
  }

  #riepilogo-ordini tr th span{
      font-size: 13px;
      font-weight: normal;
  }


  #riepilogo-ordini tr:nth-child(even) td{
      background-color: #fafafa;
  }


  #riepilogo-ordini tr:nth-child(odd) td{
    background-color: #fff;
 }
  #riepilogo-ordini tr td{
    border-bottom: 1px solid #8c9091;
    padding: 20px;
    font-size: 15px;
    vertical-align: top;
  }

  .prezzo-barrato{
    font-size: 14px;
    text-decoration: line-through;
  }

  .address-cont{
    width: 100%; 
    overflow: hidden; 
    display: none; 
    margin: 30px 0 30px 0;
    float: none;
  }

  


    .ul-ordini{
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        
    }
    .ul-ordini>li{
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0 10px 0;
        color: #555;
        
        border-bottom: 1px solid #8c9091;
        font-size: 17px;
        background-image: url("/img/icon-right-arrow.png");
        background-repeat: no-repeat;
        background-position: right 0px top 17px;

    }



  @media(max-width:760px){
    #account-schede{
        width: 100%;
        
        position: fixed;
        bottom: 0;
        left: 0;
        height: 50px;
        box-shadow:   0px -3px 2px rgba(0, 0, 0, 0.05);
        z-index: 10;
      }

      #account-schede .h1-scheda{
          padding: 15px 20px 15px 20px;
          font-size: 13px;
          width: 50%;
      }

      #account-schede .h1-scheda.active{
        /*box-shadow: none; */
        box-shadow:   -3px 1px 2px rgba(0, 0, 0, 0.1), 3px 1px 2px rgba(0, 0, 0, 0.1) ;
      }

      #account-schede .h1-scheda img{
          display: inline-block;
          margin-right: 10px;
      }

      .scheda{
          width: 100%;
      }

      .scheda .container{

          padding: 0;
      }
      .scheda .titoletto{
        font-size: 16px;
        padding: 0 20px 0 20px;;
      }


      .scheda .titoletto.dx a{
        font-size: 30px;
        line-height: 20px;
      }

      .scheda .box{
          
      }


      .scheda h2{
          padding: 0 20px 0 20px;
          margin: 0;
      }

  }

  #cont-ordini-mobile{
    position: relative;
    overflow: visible;
    box-sizing: border-box;
  }

  .dettaglio-ordine{
    width: 100%;
    background-color: #fcfcfc;
    box-sizing: border-box;
    min-height: 500px;
    border: 1px solid #ddd;
    position: absolute;
    right: -100%;
    top: 0;   
    z-index: 5;
    -webkit-transition: right 0.5s; /* Safari */
    transition: right 0.5s;
    padding: 20px;

  }

  .dettaglio-ordine.open{
    right: 0%;
  }


  .dettaglio-ordine .close-dett{
    float: right;
    width: 30px;
    height: 30px;
    border: none;  
    background-color: transparent;
    background-image: url("/img/close-menu.png");    
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
  }

  .riga-dett-ordine{
    
    margin: 15px 0 15px 0;
  }

  .riga-dett-ordine .intestazione{
    color:#8c9091;
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px;
    margin-bottom: 0px;

  }

  .riga-dett-ordine .dati{
    color: #555;
    font-size: 17px;
    box-sizing: border-box;
    padding-left: 20px;
    
  }