input[type=text], input[type=email], input[type=tel] {
    padding: 0.375rem 0.5rem !important;
    font-size: 15px !important;
}
#customerInfo > .col-sm > .col > label {
    font-size: 14px !important;
}

.payment_label {
    font-size: 13px !important;
}

.form-control {
    border-radius: 0 !important;
}

.input-group-sm > .form-control {
    height: calc(2.35rem + 2px) !important;
}

.form-check-input[type="checkbox"]:checked, .form-check-input[type="checkbox"]:checked:focus {
    background-color: rgb(0, 183, 74) !important;
    border-color: rgb(0, 183, 74) !important;
}
.form-control.is-valid, .was-validated .form-control:valid{
    margin-bottom: 0!important;
}

#customerInfo > .col-sm > .col > label {
    margin-top: 10px !important;
    margin-bottom: 3px !important;
}

.label-required:after {
    content: "*";
    color: red;
}

.autocomplete-items {
    width: 93%;
    margin: 0 auto;
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    font-size: 16px;
}

.autocomplete-items div {
    padding: 7px 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}
.footer{
    margin-top: 3em !important;
    padding: 20px 0 !important;
}

.dot-price-less-is-invalid{
    /*margin-bottom: 1rem !important;*/
    background-image: none;
    border-color: #f93154 !important;
}
.dot-price-less-is-invalid:focus{
    border-color: #f93154 !important;
    box-shadow: 0 0 0 .25rem rgba(249,49,84,.25) !important;
}
.dot-price-less-is-valid{
    /*margin-bottom: 1rem !important;*/
    background-image: none;
    border-color: #00b74a !important;
}
.dot-price-less-is-valid:focus{
    border-color: #00b74a !important;
    box-shadow: 0 0 0 .25rem rgba(0,183,74,.25) !important;
}
.category_name:hover{
    cursor:pointer;
}