html{
  background: #F2F6FA;
}

.button.is-huge{
  font-size: 2.3rem;
}

.delete-whole-cart{
  margin: 5px;
}

.notification > button.delete {
  border: none;
}

.is-hidden {
  display: none;
}

#result {
  text-align: justify !important;
}

.stock {
  color: red;
}

.vitrina {
  color: red;
  font-weight: bold;
  font-size: 1em !important;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.inline-blocked-form {
  display: inline-block;
}