section.field-section.row .wpcsb-fields {
    flex: 0 0 100%;
}

.page .wpcabook-autofill-wrapper {
    display: none !important;
}

#wpcsb-shipment-infos {
    width: 100%;
}

/* Get a quote form end */

/* Box Type Custom Message */
div#boxtype-message {
    font-size: 14px;
    color: #ac1001 !important;
}
/* Box Type Custom Message End */

#wpcargo-package-table input.wpc-delete {
    border: 1px solid #ac1001 !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
    font-family: "Noto Serif" !important;
    font-weight: 400 !important;
    color: #ffff !important;
    /* text-transform: uppercase !important; */
    background-color: #ac1001 !important;
    border-radius: 10px !important;
}

#wpcargo-package-table input.wpc-add {
    border: 1px solid #0084ff !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
    font-family: "Noto Serif" !important;
    font-weight: 400 !important;
    color: #ffff !important;
    /* text-transform: uppercase !important; */
    background-color: #0084ff !important;
    border-radius: 10px !important;
}

.wpcfe-alert.alert.alert-success {
    position: fixed;
    z-index: 99999;
    right: 20px;
    top: 90px;
}