@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
  padding-top: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-weight: 100;*/
   font-weight: 200;
}
p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}

#profilo label {  color: #000;}

#login {
  background-image: url(../img/header-login.png);
  background-size: cover;
  min-height: 100vh;
}
#login{
  color:#fff;
}
#login .content-header{
  margin: 8% auto;
  height: 150px;
}
h2{
  font-weight: 100;
  text-align: center;
}
.titolo h1{
  font-weight: 100;
  text-align: center;
  font-size: 400%;
  text-transform: uppercase;
}
#login h1{
  font-weight: 100;
  text-align: center;
}
#login h3{
  font-weight: 100;
  text-align: center;
}
h4{
  font-weight: 100;
  text-align: center;
}
h4 a, h4 a:visited {
  color:#fff; text-decoration: none;
}
h4 a:hover, h4 a:visited:hover {
  color:#f00; text-decoration: none;
}
#login input{
  border-radius: 0px;
  padding: 2% 5%;
  margin: 5px auto;
  font-size: 28px;
  font-weight: 100;
  color: #000;
  box-sizing: border-box;
  height: 90%;
}
#login .submit{
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  padding: 7%;
  border: 2px solid #fff;
  border-radius: 0px;
  margin: 0 auto;
  letter-spacing: 0.5em;
  margin-top: 50px;
}
#login .logo{
  background-position: 50% 50%;
  background-image: url(../img/logo.png);
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
#login a { color:#fff;}

#login .form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
  margin-bottom: 10px;
}
#login .form-signin .checkbox {
  font-weight: normal;
}
#login .form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
#login .form-signin .form-control:focus {
  z-index: 2;
}
#login .form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#login .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#catalogo .navbar-fixed-top{
  top:0px;
  height: 70px;
  padding: 10px 0px 10px 0px;
}
#catalogo .row{
  margin-top: 30px;
}
#ricerca-catalogo {
  padding: 50px 0px 50px 0px;
}
#catalogo input{
  border-radius: 25px;
  padding: 5px 8px;
  border: 1px solid #000;
  box-shadow: none;
  background-image: none;
  /*-webkit-appearance: none;*/
}
#catalogo select {
  border-radius: 25px;
  padding: 5px 8px;
  border: none;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
}
#catalogo select:focus {
    outline: none;
}
#catalogo .welcome{
  color: #fff;
  position: absolute;
  left: 70px;
  top: 16px;
}
#catalogo .header{
  background-image: url(../img/header-login.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*padding-bottom: 50px;*/
  min-height: 400px;
}
#catalogo .search-result{
  padding-top: 30px;
}
#catalogo .result-icon{
  width: 20px;
}
#catalogo .marca{
  width: 95px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  font-size: 85%;
  font-weight: 300;
}
#catalogo .icons{
  margin: 0px 5px;
  display: inline-block;
}
#catalogo .starter-template {
  padding: 20px 15px;
  text-align: center;
}
#catalogo .submit{
  margin-top: 0px;
  border-radius: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
#catalogo .aggiornabtn{
  margin-top: 0px;
  border-radius: 25px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
}
#catalogo label, [input=checkbox]{
  color:#fff;
  font-weight: 300;
}
#catalogo .carrello{
  color: #fff;
  position: absolute;
  right: 100px;
  /*top: 76px;*/
  background-color: #cacaca;
  padding: 10px;
  width: 15%;
  text-align: center;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#catalogo .carrello a{
  text-align: center;
  background-color: #337ab7;
  color:#fff;
  padding: 6px;
  line-height: 1.3333333;
  border-radius: 6px;
}
#carrello .header{
  background-image: url(../img/header-login.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*padding-bottom: 50px;*/
  min-height: 400px;
}
#carrello .riepilogo{
  margin-top: 30px;
}
#carrello .importo-carrello{
  text-align: center;
}
#carrello .navbar-brand{
  float: left;
  /*height: 50px;*/
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
#carrello .welcome{
  color: #fff;
  position: absolute;
  left: 70px;
  top: 16px;
}
#carrello .text-area{
  padding: 6px 12px;
  font: inherit;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#riepilogo .riepilogo{
  margin-top: 30px;
}
#riepilogo .importo-carrello{
  text-align: center;
}
#riepilogo .navbar-brand{
  float: left;
  /*height: 50px;*/
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
#riepilogo .welcome{
  color: #fff;
  position: absolute;
  left: 70px;
  top: 16px;
}
#riepilogo .header{
  background-image: url(../img/header-login.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*padding-bottom: 50px;*/
  min-height: 400px;
}

#mail .riepilogo{
  margin-top: 120px;
}
#mail .importo-carrello{
  text-align: center;
}
#mail .navbar-brand{
  float: left;
  /*height: 50px;*/
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
#mail .welcome{
  color: #fff;
  position: absolute;
  left: 70px;
  top: 16px;
}

/* ==== modale conferma inserimento in carrello ==== */
.incarrello {
  background-color:rgba(0,0,0,0.8);
  z-index: 40;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
.incarrello  .modal-content{
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
    position: relative;
}
.incarrello  .modal-body{
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
}
.incarrello #share-buttons a {
    margin: 5%;
}
.incarrello  .modal-footer{
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
}
.incarrello .modalmio {
    margin: 20% auto;
    width: 65%;
}

.incarrello .button {
  background-color: transparent;
color: #fff;
font-size: 14px;
text-align: center;
border: none;
padding: 10px 10px;
padding-right: 0px;
padding-left: 1em;
border-radius: 0px;
text-transform: uppercase;
background-image: none;
margin:2em 5%;
width: 40%;
display: block;
border: 3px solid #feca39;
cursor: hand;
float: left;
}


/*@media (min-width:768px){
  #catalogo .navbar-fixed-top{
    top:20px;
  }*/
}
