label.checkbox{display:block;position:relative;padding-left:35px;line-height:1.5rem;cursor:pointer}label.checkbox.disabled{color:#9b9b9b;cursor:default}label.checkbox input[type=checkbox],label.checkbox input[type=radio]{visibility:hidden}span.checkmark{position:absolute;top:0;left:0;height:23px;width:23px;background:#fff;border:1px solid #ced4da}label.checkbox:hover input~span.checkmark{background-color:#fff}label.checkbox:not(.checkbox-secondary) input:active~span.checkmark,label.checkbox:not(.checkbox-secondary) input:checked~span.checkmark{background-color:#c0164b;border:none}span.checkmark:after{content:"";position:absolute;display:none}label.checkbox input:checked~span.checkmark:after{display:block}label.checkbox span.checkmark:after{left:8px;bottom:5px;width:6px;height:16px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}label.checkbox span.checkmark:after:disabled{display:none}label.checkbox.checkbox-secondary span.checkmark:after{border-color:#000}label.checkbox input:disabled~span.checkmark{cursor:default;background-color:#9b9b9b;border:none}label.checkbox input:disabled~span.checkmark:after{display:none}.bag-cutlery label.checkbox,.pay-options label.checkbox{padding-left:30px!important}.bag-cutlery span.checkmark,.pay-options span.checkmark{top:3px!important;left:0!important;height:18px;width:18px}