/* - - - - - - - - - - - - - - - - - - - - -

 Title : 
 Author : 
 URL : http://

 Last Updated : 

- - - - - - - - - - - - - - - - - - - - - */
#saveForm {
  background-color: #330072;
  border: 2px solid transparent;
  color: #fff;
  border-radius: 5px;
  padding: 0.9375rem 1.9375rem 0.8215rem;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease,
    border 0.15s ease-in-out, color 0.15s ease-in-out;
  cursor: pointer;
}

/* #saveForm:hover {
  background-color: #fff;
  border-color: #330072;
  color: #330072;
  text-decoration: none;
} */

li .choice__qty {
  font-weight: bold;
  font-style: normal;
}

a {
  color: #330072;
  font-weight: bold;
}