/* Chrome, Safari, Edge, Opera */
input.no-spinner::-webkit-outer-spin-button,
input.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].no-spinner {
  -moz-appearance: textfield;
}

.store-logo{
  display: block;
  max-width: 100px;
  max-height: 40px;
  width: auto;
  height: auto;
}

.bg-light-1 {
  background-color: #e9ecef !important; }

a.bg-light-1:hover, a.bg-light-1:focus,
button.bg-light-1:hover,
button.bg-light-1:focus {
  background-color: #ced4da !important; }