/* this page is just for setting things to look out of stock visually */

/* TODO: make set-up some css or js to hide purchase button when all version of a sku is out of stock */
/* TODO: make add php and backend page to set things out of stock in less time */


/* This section is for making individual radio selections unclickable */
#radio_group_group_HD23107>tbody>tr:nth-child(1),
#radio_group_group_HD85024>tbody>tr:nth-child(1),
#radio_group_group_HD85024>tbody>tr:nth-child(2),
#radio_group_group_HD23102>tbody>tr:nth-child(2),
#radio_group_group_HD23102>tbody>tr:nth-child(1),
#radio_group_group_HD23209>tbody>tr:nth-child(1),
#radio_group_group_HD23103>tbody>tr:nth-child(1){
    pointer-events:none;
    opacity: 0.3;
}