.info-mobile .box-overview-estendo {
  margin-top: 10px;
  box-shadow: none;
  border-radius: 10px;
}

.box-overview-estendo {
  background-color: white;
  margin: 15px 0 0;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  padding: 10px 5px;
}
.box-overview-estendo .testata {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b9c3f;
  text-align: left;
  font-size: 20px;
  margin-right: 40px;
}
@media (max-width: 400px) {
  .box-overview-estendo .testata {
    margin-right: 0;
  }
}
.box-overview-estendo .testata .testo {
  line-height: 22px;
}
.box-overview-estendo .testata .testo small {
  font-size: 14px;
}
.box-overview-estendo .testata .container-img img {
  max-width: 40px;
  margin-right: 15px;
}
.box-overview-estendo .content {
  text-align: center;
}
.box-overview-estendo .content .btn-scopri-di-piu {
  display: inline-block;
  font-size: 16px;
  border-radius: 10px;
  background-color: #349b3f;
  color: white;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  cursor: pointer;
}
.banner-overview-estendo {
  padding: 10px 50px;
  float: right;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .banner-overview-estendo {
    padding: 10px 10px;
    margin-bottom: 0;
  }
}
.banner-overview-estendo .testata {
  display: flex;
  align-items: center;
  color: black;
  text-align: left;
  font-size: 18px;
  margin-bottom: 30px;
}
.banner-overview-estendo .testata .testo {
  font-size: 24px;
}
@media (max-width: 767px) {
  .banner-overview-estendo .testata .testo {
    font-size: 18px;
  }
}
.banner-overview-estendo .testata .testo span {
  color: #f8ae00;
  font-weight: 900;
}
.banner-overview-estendo .testata .testo strong {
  font-weight: 900;
}
.banner-overview-estendo .lista-estendo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  align-items: center;
  text-align: left;
  padding: 10px 15px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .banner-overview-estendo .lista-estendo {
    padding: 0;
  }
}
.banner-overview-estendo .lista-estendo .estendo {
  width: 100%;
  max-width: 320px;
  margin: 10px 40px;
}
@media (max-width: 767px) {
  .banner-overview-estendo .lista-estendo .estendo {
    margin: 10px;
  }
  .banner-overview-estendo .lista-estendo .estendo.bestseller {
    margin: 30px 10px 10px;
  }
}
.banner-overview-estendo .lista-estendo .estendo .titolo {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .banner-overview-estendo .lista-estendo .estendo .titolo {
    display: inline-block;
    width: 100%;
  }
}
.banner-overview-estendo .lista-estendo .estendo .titolo .container-img {
  max-width: 35px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .banner-overview-estendo .lista-estendo .estendo .titolo .container-img {
    max-width: 20px;
    margin-right: 5px;
    float: left;
  }
}
.banner-overview-estendo .lista-estendo .estendo .titolo .nome {
  position: relative;
  flex: 1;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
@media (max-width: 767px) {
  .banner-overview-estendo .lista-estendo .estendo .titolo .nome {
    text-align: left;
  }
}
.banner-overview-estendo .lista-estendo .estendo .titolo .nome span {
  display: block;
}
.banner-overview-estendo .lista-estendo .estendo .titolo .nome strong {
  font-weight: 900;
}
.banner-overview-estendo .lista-estendo .estendo .titolo .nome .bestseller-label {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  border: 1px solid #f8ae00;
  border-radius: 10px;
  padding: 2px 5px;
  margin-bottom: 5px;
  margin-top: -15px;
}
.banner-overview-estendo .lista-estendo .estendo .content {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 15px 10px;
}
.banner-overview-estendo .lista-estendo .estendo .content .info,
.banner-overview-estendo .lista-estendo .estendo .content .add-estendo {
  flex: 1;
}
.banner-overview-estendo .lista-estendo .estendo .content .info .descrizione {
  font-size: 20px;
}
.banner-overview-estendo .lista-estendo .estendo .content .info .descrizione strong {
  font-weight: 900;
  font-size: 30px;
}
.banner-overview-estendo .lista-estendo .estendo .content .info .prezzo {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
.banner-overview-estendo .lista-estendo .estendo .content .info .prezzo .currency-symbol {
  font-size: 16px;
}
.banner-overview-estendo .lista-estendo .estendo .content .add-estendo {
  text-align: center;
}
.banner-overview-estendo .lista-estendo .estendo .content .add-estendo .more-info {
  text-decoration: underline;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}
.banner-overview-estendo .lista-estendo .estendo .content .add-estendo .check label {
  display: flex;
  justify-content: center;
  font-size: 16px;
  border-radius: 10px;
  border: 2px solid #349b3f;
  background-color: #349b3f;
  color: white;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  cursor: pointer;
}
.banner-overview-estendo .lista-estendo .estendo .content .add-estendo .check label:before {
  content: none;
}
.banner-overview-estendo .lista-estendo .estendo .content .add-estendo .check label span.aggiungi,
.banner-overview-estendo .lista-estendo .estendo .content .add-estendo .check label span.aggiunto {
  font-weight: 600;
}
.banner-overview-estendo .lista-estendo .estendo .content .add-estendo .check label span.aggiungi {
  display: block;
}
.banner-overview-estendo .lista-estendo .estendo .content .add-estendo .check label span.aggiunto {
  display: none;
}
.banner-overview-estendo .lista-estendo .estendo .content .add-estendo .check input:checked + label {
  background-color: white;
  color: #349b3f;
}
.banner-overview-estendo .lista-estendo .estendo .content .add-estendo .check input:checked + label span.aggiungi {
  display: none;
}
.banner-overview-estendo .lista-estendo .estendo .content .add-estendo .check input:checked + label span.aggiunto {
  display: block;
}
.banner-overview-estendo .lista-estendo .estendo.selected .content {
  border-color: #349b3f;
}
.banner-overview-estendo .lista-estendo .estendo.selected ~ .estendo {
  opacity: 0.5;
}
.banner-overview-estendo .lista-estendo .estendo.selected ~ .estendo .add-estendo .check label {
  border: 2px solid gray;
  background-color: gray;
}
.banner-overview-estendo .lista-estendo .estendo:has(~ .selected) {
  opacity: 0.5;
}
.banner-overview-estendo .lista-estendo .estendo:has(~ .selected) .add-estendo .check label {
  border: 2px solid gray;
  background-color: gray;
}
.banner-overview-estendo .lista-estendo .estendo:last-child {
  margin-bottom: 0;
}
.banner-overview-estendo .lista-estendo .container-mostra-altri {
  width: 100%;
  text-align: center;
}
.banner-overview-estendo .lista-estendo .container-mostra-altri .mostra-piu-estendo {
  display: inline-block;
  border-radius: 10px;
  background-color: darkgray;
  color: white;
  padding: 5px 10px;
  text-transform: lowercase;
  margin-top: 20px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
}
.popUpPrezzoConsigliato .modal__container {
  max-width: 900px;
}

.popUpPrezzoConsigliato .modal__content {
  font-size: 18px;
  color: black;
}

.popUpPrezzoConsigliato .testata {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.popUpPrezzoConsigliato .testata .container-img {
  max-width: 100px;
}

.popUpPrezzoConsigliato .testata .testo {
  text-align: center;
}

.popUpPrezzoConsigliato .testata .testo strong {
  font-size: 30px;
}

.popUpPrezzoConsigliato .testata .testo span {
  font-size: 24px;
  margin-top: 6px;
  display: block;
  letter-spacing: -1px;
}

.popUpPrezzoConsigliato .modal__footer {
  padding: 20px 50px;
  margin-top: auto;
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.popUpPrezzoConsigliato .btn-add-estensione[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.popUpPrezzoConsigliato .btn-chiudi-x {
  display: none;
}

@media (max-width: 767px) {
  .popUpPrezzoConsigliato .testata {
    flex-wrap: wrap;
  }

  .popUpPrezzoConsigliato .testo {
    max-width: 100%;
  }

  .modal__overlay {
    padding: 20px;
    padding-bottom: 20px;
  }

  .modal__container {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .popUpPrezzoConsigliato .btn-chiudi-x {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent !important;
  }

  .popUpPrezzoConsigliato .testata .testo strong {
    font-size: 36px;
  }

  .popUpPrezzoConsigliato .testata .testo span {
    font-size: 24px;
    margin-top: 6px;
    display: block;
    letter-spacing: -1px;
  }

  .modal__header {
    padding: 30px 5px;
  }

  .popUpPrezzoConsigliato .testata .testo strong {
    font-size: 24px;
  }

  .popUpPrezzoConsigliato .testata .testo span {
    font-size: 18px;
  }

  .modal__content {
    padding: 0 25px;
  }

  .popUpPrezzoConsigliato .testata .container-img {
    max-width: 75px;
  }
}
@media (max-width: 500px) {
  .popUpPrezzoConsigliato .modal__footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .popUpPrezzoConsigliato .modal__footer button:first-child {
    margin-bottom: 10px;
    justify-content: center;
    order: 2;
  }
}