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

 Title : Custom CSS: hiding maximum quantities
 Author : Josie Brennan
 URL : http://wufoo.com

 Last Updated : 6 November 2019

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

/* - - - Default - - - */

/* Checkboxes */

input+label.choice .choice__qty,
input+label.choice .choice__qty span {
    color: transparent;
}

#public input[disabled] + label.choice .choice__qty,
#public input[disabled] + label.choice .choice__qty span {
    color:transparent;
}

