.price{display:inline-block;text-align:right;width:30%}label{display:block;padding:.25rem 1.5rem}input[type=checkbox]{margin-right:.5rem}.checkbox-input{opacity:0;pointer-events:none;position:absolute}.checkmark{border:2px solid #fff;border-radius:50%;display:inline-block;height:20px;margin-right:10px;position:relative;width:20px}.checkmark:before{background-color:#fff;border-radius:50%;content:"";height:12px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease-in-out;width:12px}.option-label:hover .checkmark:before{opacity:.1}.checkbox-input:checked+.checkmark:before{opacity:1}
