:root{
  --teal: #2ec1ac;
  --teal_hover: #279e8c;
}

*{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

body{
  background-color: #F7F8FC;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.custom-alert{
  position: fixed;
  top: 80px;
  right: 25px;
  z-index: 2000;
}

label{
  font-size: 14px;
  font-weight: 500;
}

#quanitity-error{
  display: none;
}