 .custom-checkbox {display: block;position: relative;padding-left: 25px;margin-bottom: 10px;cursor: pointer;font-size: 16px;user-select: none;}.custom-checkbox input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}.checkmark {position: absolute;top: 2px;left: 0;height: 18px;width: 18px;background-color: #eee;border: 1px solid #ccc;border-radius: 3px;}.custom-checkbox input:checked ~ .checkmark {background-color: #f7931e;border-color: #f7931e;}.checkmark:after {content: "";position: absolute;display: none;}.custom-checkbox input:checked ~ .checkmark:after {display: block;}.custom-checkbox .checkmark:after {left: 6px;top: 3px;width: 5px;height: 10px;border: solid white;border-width: 0 3px 3px 0;transform: rotate(45deg);}.product-checkbox-list .custom-checkbox {width: 100%;float: none;}@media (min-width: 992px) {#priceModal .modal-dialog {max-width: 40%;margin: 1.75rem auto;}}@media (max-width: 991px) {#priceModal .modal-dialog {max-width: 80%;margin: 1.75rem auto;}}