.vertical-menu-wrapper {position: absolute; left: 10px; top: 100%; z-index: 999; background-color: #fff; padding: 1.5em; box-shadow: 0 0 9px rgba(0,0,0,.2); width: 293px;}
.vertical-menu-wrapper ul ul {display: none; position: absolute; left: 100%; background-color: #fff; width: 200px; padding: 1.5em; box-shadow: 0 0 9px rgba(0,0,0,.2); z-index: 9999;}
.nav-wide .vertical-menu-wrapper  ul.level0 li.level1 {display: block;}
.customer-name .col-sm-5 {
    width: 48%;
    padding: 1%;
}

#billing-address .form-control {
    border-color: #ccc;
}
.input-text.qty{
    float:none !important;
}
.checkout-title{
    display:block !important;
}

#shipping-method-reset, #payment-method-reset{
    display:none;
}


@media only screen and (max-width: 768px) {
    .sticky-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    #header.header-13 .bottom-block {
        background: #FFFFFF;
    }

    body .btn-proceed-checkout {
        background-color: #783f60 !important;
    }

    .btn-proceed-checkout span span { color: #FFF; font-weight: bold; font-size: 14px; }
}