.hc-mycotox-cart-ack-box {
    border: none !important;
}

.hc-mycotox-cart-ack-box .form-check {
    padding-left: 1em;
    padding-bottom: 1em;
}

.hc-mycotox-cart-ack-box .form-check .form-check-input {
        --bs-form-check-bg: #fff;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #dee2e6;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.hc-mycotox-cart-ack-box .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.hc-mycotox-cart-ack-box .form-check .form-check-input {
    width: 1.15em;
    height: 1.15em;
    margin-top: 0.3em;
    border-radius: 4px;
    border: 2px solid #dee64c;
    cursor: pointer;
}

.hc-mycotox-cart-ack-box .form-check .form-check-input:checked {
    background-color: #dee64c !important;
    border-color: #dee64c !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}

.hc-mycotox-cart-ack-box .form-check .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 230, 76, 0.35);
    border-color: rgb(222 230 76);
}

.hc-mycotox-cart-ack-box .form-check .form-check-input:focus-visible {
    outline: none;
}

.hc-mycotox-cart-ack-box .form-check .form-check-label {
    font-size: 13px;
    color: #fff;
    padding-left: 10px;
}

.hc-mycotox-cart-ack-box .form-check .form-check-label a {
    color: #dee64c;
    font-weight: 600;
    border: none;
}