.form.shipping-form {
    text-align: left;
    border: 1px solid #eee;
    padding: 1em;
}

.form-check { 
    padding-left: 28px;
    padding-top: 7px;
    margin-bottom: 20px;
}

.shipping-address h4 {
    color: #231f20;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    padding-bottom: 16px;
    margin-bottom: 44px;
    border-bottom: 1px solid #231f20;
}

.form.shipping-form .cart {
    margin-bottom: 4em;
}

.shipping-address {
    padding: 1em;
}

a#reserve-button-modal, a#ill-button-modal {
    padding: 0 20px;
    line-height: 38px;
    background: #231f20;
    border: 1px solid transparent;
    color: #fff;
    margin-right: 20px;
    display: inherit;
    cursor: pointer;
    float: right;
    padding: 0.5em;
}

input#body_cbReserveIt {
    accent-color: #ad322f;
    transform: scale(2);
    margin-right: 1em;
    position: relative;
    left: 0.5em;
}

input#body_tbDateSupply {
    background: white;
    color: #667;
}

.suggestion-controls input, .ill-controls input {
    text-indent: 5px;
}


@media(max-width: 767px) {
    a #reserve-button-modal, a#ill-button-modal {
        
        float: none;
        padding: 0.5em;
        text-align: center;
        margin-right: 0px;
        margin-top: 1em;
    }

    div#body_dvCaptchaSug > div, div#body_dvCaptchaIll > div {
        margin: 0 auto;
    }

    label.form-check-label {
        text-align: end;
        position: relative;
        top: -5px;
    }

    .form.shipping-form {
        
        padding: 0.2em;
    }

    .shipping-address {
        padding: 0.2em;
    }

        .shipping-address h6 {
            text-align: justify;
        }
}
