
.remove{
  cursor: pointer;
  z-index: 1;
  position: absolute;
  font-size: 20px;
  right: 10px;
  top: -5px;
}

.product-block {
  margin-bottom: 20px;
  padding: 10px 10px;
  border-top: 4px solid #c6c6c6;
  position: relative;
}

.subtotale{
  margin-top: 0;
}

.totale{
  padding-top: 10px;
  margin-top: 0px;
  /* border-top: 1px solid; */
  font-size: 16px;
}

.prezzo {
	font-size: 18px;
}

.prezzo-line-through {
	font-size: 16px;
}

.quantity input {
  text-align: center !important;
  border-color: #31a7e0;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.quantity .btn-custom {
  font-weight: 500;
}

#totCarrello {
  /* padding: 10px 10px;
  border-radius: 20px; */
}

@media  (min-width: 768px) {
  #totCarrello {
      position: sticky;
      top: 90px;
  }
}
