/**
* Custom styling
*/
.en_warehouse_shipping_option_error {
    background-color: red;
    color: white;
    padding: 5px;
    font-weight: 600;
    font-size: 15px;
}

/*.en_warehouse_shipping_option {
    padding: 5px !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    font-style: unset !important;
}*/

.en_residential_liftgate , .en_residential , .en_commercial_liftgate , .en_commercial_liftgate {
    font-size: 15px;
    font-weight: 500;
}

.en_warehouse_shipping_option {
    padding: 5px 5px 0 5px !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    font-style: unset !important;
    margin: 0 0 12px 0;
}

.en_warehouse_shipping_option:after
{
    color: red;
    content: " *";
}

.en_custom_shipping_text {
    display: none;
}