@charset "utf-8";
/* CSS Document */
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
  visibility: hidden;
}
.tabset {
  margin: 0px;
  display: inline-block;
  width: 100%;
}
.tab-panel p {
  font-size: 15px;
  color: #313131;
  line-height: 20px;
  margin-bottom: 10px
}
.tab-panel .titolo .data {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 300;
  color: black;
}
.tab-panel .item {
  background-color: white;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0px 13px;
}
.modal-body .tab-panel .item .check .titolo label, .riservata .check .titolo label {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.tab-panel .item .immagine_prodotto {
  width: 22%;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0px;
  padding: 0%;
}
.modal-body .tab-panel .item .check ul li label {
  padding: 0px;
}
.riservata .check ul li label {
  padding: 0px;
  margin-top: 0px;
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.tab-panel .item .testo_prodotto {
  width: 78%;
  position: relative;
  float: left;
  text-align: left;
  margin: 0px;
  padding: 1% 0% 1% 2%;
}
.tab-panel .item .testo_prodotto .check ul {
  margin: 0px;
}
.tab-panel .item .testo_prodotto .titolo {
  width: 74%;
  position: relative;
  float: left;
  margin-bottom: 20px;
}
.tab-panel .item .testo_prodotto .luogo {
  position: relative;
  /* float: left; */
  /* text-align: left; */
  width: 22%;
}
.tab-panel .item .testo_prodotto .check .titolo, .riservata .tab-panel .item.convalida .testo_prodotto .titolo {
  width: 80%;
  margin-bottom: 0px;
}
.tab-panel .item .check {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.tab-panels ul {}
.tab-panels ul li::before {}
.tab-panels ul li {
  color: #6c7274;
  margin-bottom: 5px;
  list-style-type: none;
  padding-left: 20px;
  position: relative
}
.tabset .tab-panel {
  display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child, .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2), .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3), .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4), .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5), .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
  width: 100%;
  background: white;
  padding: 20px;
  /* border: 1px solid #f1f1f1; */
}
.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px;
  /* border: 1px solid transparent; */
  border-bottom: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
}
.tabset > label::after {
  /*  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;*/
}
.tabset > label:hover, .tabset > input:focus + label {
  color: #313131;
}
.tabset > label:hover::after, .tabset > input:focus + label::after, .tabset > input:checked + label::after {
  background: #313131;
}
.tabset > input:checked + label {
  border-color: #f1f1f1;
  border-bottom: 5px solid #313131;
  margin-bottom: -1px;
  z-index: 2;
  color: #313131;
  background: white;
}
.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
section.tab-panel h2 {
  font-size: 21px;
  color: #313131;
  font-weight: 500;
  width: 100%;
  clear: both;
  padding: 10px 0px;
  font-family: 'Kanit', sans-serif;
  margin: 0px 0px 10px 0px;
}
.content .box section.tab-panel p {
  font-size: 14px;
  color: #6c7274;
  line-height: 20px;
}
@media (max-width:1034px) {
  .tab-panel .item .immagine_prodotto {
    width: 30%;
  }
  .tab-panel .item .testo_prodotto {
    width: 70%;
  }
}
@media (max-width:778px) {
  .riservata .tab-panel .check .titolo label {
    font-size: 17px;
  }
  .riservata .tab-panel .item.convalida .testo_prodotto .titolo {
    width: 100%;
    margin: 0px 0px;
  }
  .riservata .tab-panel .item .testo_prodotto .check .titolo {
    margin: 0px;
  }
  .riservata .tab-panel .item .people {
    top: 0px;
  }
  .riservata .tab-panel .titolo .data {
    font-size: 16px;
  }
  .riservata .tab-panel .titolo .data strong {
    font-weight: 500;
    display: block;
  }
  .tabset > input:checked + label {
    border-color: #f1f1f1;
    border-bottom: none;
    margin-bottom: 0px;
    color: #ffffff;
    background: #313131;
    width: 100%;
  }
  .tab-panel .item {
    padding: 0px;
  }
  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child, .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2), .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3), .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4), .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5), .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    padding: 20px 0px;
  }
  .tab-panel .item .testo_prodotto {
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
  .tab-panel .item .immagine_prodotto, .tab-panel .item .testo_prodotto .check .titolo, .tabset > label {
    width: 100%;
  }
  .tab-panel .item .testo_prodotto .check .titolo {
    width: 100%;
    margin-bottom: 20px
  }
}