img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

#gusti {
  width: 350px;
}

#quantita {
  width: 350px;
}

.scelta-quantita-label,
.scelta-gusti-label{
  color: black;
  display: inline-block;
  font-size: 25px;
  margin-left: 5px;
  font-weight: bold;
}

#assegna-quantita-container,
#assegna-gusti-container {
  margin-left: 30px;
}

.gusti-check, 
.quantita-check {
  line-height: 30px;
}

.card__btn {
  background-color: white;
  border: 1px solid #cccccc;
  color: #696969;
  padding: 0.5rem;
  text-transform: lowercase;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}

.card__btn__block {
  display: block;
  width: 100%;
}

button::hover {
  cursor:crosshair;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards__item {
  display: flex;
  padding: 0.5rem;
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card:hover .card__image {
  filter: contrast(100%);
}

.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}

.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  filter: contrast(70%);
  overflow: hidden;
  position: relative;
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}

.card__image::before {
  content: "";
  display: block;
  /* padding-top: 56.25%; */
}

.card__image--flowers {
  background-image: url(https://unsplash.it/800/600?image=82);
}

.card__image--river {
  background-image: url(https://unsplash.it/800/600?image=11);
}

.card__image--record {
  background-image: url(https://unsplash.it/800/600?image=39);
}

.card__image--fence {
  background-image: url(https://unsplash.it/800/600?image=59);
}

.card__title {
  color: #212020;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.card__text {
  flex: 1 1 auto;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card__quantita__gusti {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card__buttons {
  display: flex;
  flex-direction: column;
  justify-content:space-between;
}

.card__buttons .btn__quantita {
  display: flex;
  flex-direction: row;
  justify-content:flex-start;
  width: 60%;
}

.card__prezzo {
  text-align: center;
}

.card__prezzo .p_prezzo {
  font-size: 1.8rem;
  color:black;
  font-weight: bold;
  padding-top: 5px;
}

.plus__button {
  margin-right: 5px;
}

.minus__button {
  margin-left: 5px;
}

.div__quantita {
  width: 30%;
}

.fld__quantita {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold; }

/* @media (min-width: 40rem) {
  .cards__item {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .cards__item {
    width: 33.3333%;
  }
} */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .card__prezzo {
    width: 100%;
    margin-bottom: 10px;
  }
  .card__prezzo .p_prezzo {
    font-size: 1.8rem;
  }

  .card__buttons .btn__quantita {
    justify-content:start;
    margin-bottom: 10px;
  }
  .card__quantita__gusti {
    flex-direction: row;
  }
  .card__quantita__gusti .scegli-gusti {
    width: 100%;
  }

  .cards__item {
    padding: 0.8rem;
  }

}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .card__buttons {
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
}
  .cards__item {
    padding: 0.8rem;
  }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .card__buttons {
    flex-direction: column;
    justify-content:space-between;
  }
    .card__prezzo {
    width: 100%;
    margin-bottom: 5px;
  }
  .card__prezzo .p_prezzo {
    font-size: 1.8rem;
  }

  .card__buttons .btn__quantita {
    justify-content:start;
  }

  .cards__item {
    width: 50%;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .card__buttons {
    flex-direction: column;
    justify-content:space-between;
  }
  .cards__item {
    width: 33.3333%;
  }
  .card__prezzo {
    width: 100%;
    margin-bottom: 15px;
  }
  .card__prezzo .p_prezzo {
    font-size: 1.8rem;
  }
  .card__buttons .btn__quantita {
    justify-content: start;
    width: 45%;
  }
  .cards__item {
    padding: 0.8rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
