.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;
}
.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;
  }
}