body {
  background: #fbf8f3;
  font-family: "Spectral", serif;
}

.bg-verde {
  background-color: #4b0000;
}

.table-image {
  width: 90px;
}
.table-image td, .table-image th {
  vertical-align: middle;
}

h1 {
  color: #4b0000 !important;
}

h5 {
  color: #9e9382 !important;
}

h4 {
  color: #4b0000 !important;
}

#lista-etichette tr, #lista-etichette tr, #lista-etichette table.dataTable.display > tbody > tr.odd > .sorting_1, #lista-etichette table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1, #lista-etichette table.dataTable.stripe > tbody > tr.odd > *, #lista-etichette table.dataTable.display > tbody > tr.odd > *, #lista-etichette table.dataTable.display tbody tr:hover > .sorting_1, #lista-etichette table.dataTable.order-column.hover tbody tr:hover > .sorting_1, #lista-etichette table.dataTable.hover > tbody > tr:hover > *, #lista-etichette table.dataTable.display > tbody > tr:hover > * {
  background: #fbf8f3 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#lista-etichette td.image {
  background: #fbf8f3 !important;
}

table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1, table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > *, table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

body #lista-etichette tr.odd {
  background: #f6f2ea !important;
}

.btn {
  border-radius: 0 !important;
  padding: 2rem 1rem;
  margin-bottom: 2px !important;
}
.btn.btn-primary {
  background: #4b0000;
  border: none !important;
}
.btn.btn-primary.hover, .btn.btn-primary:active {
  background: #355d35;
}
.btn.btn-danger {
  background: #9e9382;
  border: none !important;
}

#logo {
  width: 200px;
}

.w-100 {
  width: 100%;
}

#main-cont {
  padding: 30px;
  background-color: #fbf8f3;
  margin-top: -200px;
  z-index: 9999;
  position: relative;
  -webkit-box-shadow: 0px -34px 31px rgba(0, 0, 0, 0.1098039216);
  -moz-box-shadow: 0px -34px 31px rgba(0, 0, 0, 0.1098039216);
  box-shadow: 0px -34px 31px rgba(0, 0, 0, 0.1098039216);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

th {
  text-align: center !important;
}

thead {
  display: none !important;
}

* {
  border: none !important;
}

#lista-etichette_filter {
  float: none !important;
  display: block;
  width: 200px;
  margin: 0 auto !important;
  text-align: center;
  margin-bottom: 2rem !important;
}
#lista-etichette_filter input {
  border: 1px solid #000 !important;
}

#img_singola {
  text-align: center;
}
#img_singola img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
}

.btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  background: #4b0000;
  text-align: center;
  padding: 1.2rem 1.8rem;
  color: #fbf8f3;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
.btn:hover {
  background: #324731;
  color: #fbf8f3;
}

@media only screen and (max-width: 600px) {
  .body {
    overflow-x: hidden;
  }
  .etichette {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
  }
  .btn {
    padding: 8px !important;
    font-size: 14px !important;
    margin-bottom: 2px;
  }
  #main-cont {
    padding-left: 0;
    padding-right: 0;
    margin-top: -50px;
  }
  #logo {
    width: 140px;
  }
  #img_singola img {
    max-width: 70% !important;
  }
}
.card-1 {
  width: 90% !important;
  max-width: 90% !important;
  margin: 0 auto !important;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 20px;
  position: relative;
}
.card-1 .titolo {
  text-transform: uppercase;
  font-size: 22px;
}
.card-1.sughero {
  border-bottom: 3px solid #BB5F44 !important;
}
.card-1.sughero .img {
  background-color: #BB5F44;
}
.card-1.sughero .titolo {
  color: #BB5F44;
}
.card-1.vetro-bianco {
  border-bottom: 3px solid #9faba8 !important;
}
.card-1.vetro-bianco .img {
  background-color: #9faba8;
}
.card-1.vetro-bianco .titolo {
  color: #9faba8;
}
.card-1.vetro-verde {
  border-bottom: 3px solid #435e43 !important;
}
.card-1.vetro-verde .img {
  background-color: #435e43;
}
.card-1.vetro-verde .titolo {
  color: #435e43;
}
.card-1.capsule {
  border-bottom: 3px solid #B49776 !important;
}
.card-1.capsule .img {
  background-color: #B49776;
}
.card-1.capsule .titolo {
  color: #B49776;
}
.card-1 p {
  font-size: 17px;
}
.card-1 .int {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card-1 .int .img {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 20px;
}
.card-1 .int .img img {
  width: 100%;
}
.card-1 .int .testo {
  padding-left: 30px;
  font-size: 20px;
  margin-top: 4px;
  max-width: 70%;
}
.card-1 .int .testo .cod {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: right;
}
.card-1 .int .testo .cod label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}
.card-1 .int .testo .cod b {
  font-size: 18px;
  padding: 5px;
  background-color: #9e9382;
  border-radius: 10px;
  color: #fff !important;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
  top: 50px;
  min-width: 80px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #lista-etichette {
    max-width: 90% !important;
  }
  #lista-etichette tr {
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
    margin: 10px !important;
    margin-bottom: 25px !important;
    align-items: center !important;
  }
  #lista-etichette tr td {
    width: 90% !important;
    min-width: 90% !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  #lista-etichette tr td a {
    width: 150px !important;
  }
  .card-1 .titolo {
    font-size: 16px;
  }
  .card-1 .testo {
    max-width: 200px !important;
    padding-left: 0 !important;
    text-align: center;
  }
  .card-1 .int {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .card-1 .cod {
    position: relative !important;
    display: block;
    width: 100% !important;
    right: unset !important;
    left: unset !important;
    text-align: center !important;
    top: 10px !important;
  }
  .card-1 p {
    font-size: 15px;
    margin-bottom: 0px !important;
  }
}
.developed {
  color: #fff;
}
.developed .copyright {
  text-align: center;
  color: #fff !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.developed .credits {
  color: #fff !important;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #fff;
}

/*# sourceMappingURL=tenutetoscane.css.map */
