/* WOOL_QUICK_ORDER_ALL_VISIBLE_V1 */

body#order-opc #opc_account,
body#order-opc #opc_account_form,
body#order-opc #opc_delivery_methods,
body#order-opc #carrier_area,
body#order-opc #opc_payment_methods,
body#order-opc #opc_payment_methods-content,
body#order-opc .opc-main-block {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    opacity: 1 !important;
}

body#order-opc #opc_account_form {
    margin-top: 18px;
}

body#order-opc .opc-main-block {
    margin-bottom: 34px;
}

body#order-opc #opc_delivery_methods,
body#order-opc #opc_payment_methods {
    min-height: 180px;
}

body#order-opc .opc-overlay {
    display: none !important;
}

body#order-opc .quick-order-waiting {
    margin: 15px 0;
    padding: 14px 16px;
    border: 1px solid #e4e4e4;
    background: #fafafa;
    color: #555;
    line-height: 1.5;
}

@media (min-width: 992px) {
    body#order-opc #opc_account_form {
        max-width: 100%;
    }

    body#order-opc .opc-main-block {
        clear: both;
    }
}
