

/* #ppdorder-second-form p{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

} */

.border-box{
    background-color: #f8f8f8;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.border-box2{
    border: 2px solid #616060;
}
#edit-ambient-quantity, #edit-refrigerated-quantity, #edit-frozen-quantity{
    display: flex;
    justify-content: space-between;
}

.Order-checkout-btn, .order-form .btn-primary{
    padding: 0.5rem 1.5rem !important;
    border-radius: 6px !important;
    background-color: #d40511 !important;
    border: 1px solid #d40511 !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
}
.custom-row{
    margin-bottom: 1rem !important;
}
.custom-table{
    line-height: 2;
}
.custom-table  td, .next-step-custom-table td{
    background-color: unset !important;
}
.custom-key{
    font-size: 18px;
    font-weight: bold;
    width: 15%;
}

.form-check .form-radios{
    display: flex !important;
}

.form-check .form-item{
    margin-right: 40px !important;
}

.js-form-item-postalcode,
.js-form-item-city,
.js-form-item-state,
.js-form-item-country{
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}
.js-form-item-address{
    margin-bottom: 0.5em !important;
}
.ship-from-information a{
    color: #333333;
}
.font-size-18px{
    font-size: 18px;
}
.form-item-order-confirmation-checked label{
    font-size: 18px;
    padding-left: 12px;
}
.dashboard-user-container-wrapper .border-box{
    min-height: 300px;
}
