table td {
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal !important;
}

.wc-proceed-to-checkout {
  text-align: right !important;
}

#cart-notice {
  opacity: 0;
  transition: ease-in 0.5s;
}

.fadein {
  opacity: 1 !important;
  transition: ease-in 0.5s;
}

.qty-change-button {
  color: darkslategray;
  border: 1px solid lightgray;
  background: lightgray;
  border-radius: 2px;
}

.quantity > * {
  text-align: center;
  max-height: 25px;
}

.quantity input {
    min-width: 30px;
    border: none;
}

.input-alert {
    border: 2px solid red;
    color: red;
}

/* Remove the standard arrow buttons from input fields */

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

input[type="number"] {
  -moz-appearance: textfield;
}
