#cart {
  background-color: white;
  padding-top: 70px!important;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.33);
  position: fixed;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  min-height: 100%;
  z-index: 99999999!important;
  overflow-y: scroll;
  transition: all 0.3s ease;
}
.cart-hide {
  right: -60% !important;
  transition: all 0.5s ease;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
  z-index: 9;
}
.sidebar-categorie {
  background-color: #f4f4f4;
  overflow: scroll;
}
.categorie {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px!important;
}
.categorie a {
  color: black;
}
.categorie li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.categorie li ul {
  padding-left: 10px;
}
.categoria-attiva {
  font-weight: bold;
}
.has-children:before {
  content: '>';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: -15px;
}
.hide {
  display: none;
}
#login body {
  font-family: "Lato", sans-serif;
}
#login .main-head {
  height: 150px;
  background: #FFF;
}
#login .sidenav {
  height: 100%;
  background-color: #000;
  overflow-x: hidden;
  padding-top: 20px;
}
#login .main {
  padding: 0px 10px;
}
@media screen and (max-height: 450px) {
  #login .sidenav {
    padding-top: 15px;
  }
}
@media screen and (max-width: 450px) {
  #login .login-form {
    margin-top: 10%;
  }
  #login .register-form {
    margin-top: 10%;
  }
}
@media screen and (min-width: 768px) {
  #login .main {
    margin-left: 40%;
  }
  #login .sidenav {
    width: 40%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  }
  #login .login-form {
    margin-top: 80%;
  }
  #login .register-form {
    margin-top: 20%;
  }
}
#login .login-main-text {
  margin-top: 20%;
  padding: 60px;
  color: #fff;
}
#login .login-main-text h2 {
  font-weight: 300;
}
#login .btn-black {
  background-color: #000 !important;
  color: #fff;
}
#search {
  z-index: 2;
}
.container {
  max-width: 1600px;
}
#content {
  padding-top: 70px!important;
}
#ricerca-live {
  display: block;
  max-height: 450px;
  overflow: scroll;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  z-index: 9;
  width: 100%;
  background-color: white!important;
  border: 1px solid #e8e8e8;
  border-top: 0px;
  position: absolute;
}
#ricerca-live a:link,
#ricerca-live a:visited {
  text-decoration: none;
  color: black!important;
}
.card-header {
  padding: 5px 10px;
}
.disabled {
  opacity: 0.5;
}
.btn {
  border-radius: 0px!important;
}
label {
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 10px;
  padding: 0px;
  margin: 0px;
  color: gray;
}
.elimina-documento {
  background-color: white;
  color: red;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
}
.navbar-dark {
  background-color: black!important;
}
.navbar-dark a {
  color: white!important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.dropdown-menu a {
  color: black!important;
}
.search-single-product-cod {
  font-size: 12px;
}
.search-single-product-desc {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0.1rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.2rem;
}
.search-single-product {
  border-bottom: 1px solid #e8e8e8;
}
.search-single-product:last-child {
  border-bottom: 0px;
}
.titolo-carrello {
  text-transform: uppercase;
  font-size: 14px;
}
.badge-selezione {
  display: block;
  position: absolute;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-weight: bold;
  background-color: red;
  color: white;
  right: 20px;
  top: 5px;
  text-align: center;
}
.show-spec {
  font-size: 12px;
  margin: 10px 0px;
}
.show-spec span {
  border-right: 1px solid #e3e3e3;
  padding: 0px 5px;
}
.show-spec span:first-child {
  padding-left: 0px;
}
.show-spec span:last-child {
  border: 0px;
}
.show-qty {
  font-size: 12px;
  margin: 10px 0px;
}
.show-description {
  background-color: #f0f0f0;
  font-size: 12px;
  margin: 5px 0px;
}
.show-description .desc-head {
  background-color: #ebebeb;
  padding: 5px 10px;
}
.show-description .desc-body {
  border: 1px solid #ebebeb;
  padding: 10px;
  background-color: #ffffff;
  line-height: 14px;
}
#clienti_trovati {
  position: absolute;
  background-color: white;
  z-index: 9;
  width: 450px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  max-height: 300px;
  overflow-y: scroll;
  font-size: 12px;
}
#clienti_trovati .cliente-result {
  cursor: pointer;
}
form label.error {
  color: red;
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.salva-preventivo {
  background-color: white;
  padding: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.32);
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
