.one-step-checkout-wrapper .row-mp{
    margin: 0px !important;
}
.checkout-payment-method .payment-methods{
    margin: 0px !important;
}
.table-checkout-shipping-method > thead > tr > th{
    padding: 11px 20px 11px 0px;
}

.checkout-index-index .nav-sections{
    display: block;
}
.checkout-index-index .nav-toggle{
    display: block;
}
.checkout-index-index .page-header .panel.header{
    position: relative;
}
.checkout-index-index .page-header .panel.wrapper .block-search{
    margin-right: 12px;
}
.checkout-index-index .page-header .panel.wrapper .newsletter-menu{
    right: 0px;
    position: absolute;
}
.checkout-index-index .page-header .panel.wrapper .minicart-wrapper{
    display: none;
}
@media(min-width: 768px){
    .checkout-index-index .page-header .header.content .nav-toggle{
        display: none
    }
    .checkout-index-index .page-header .panel.wrapper{
        display: block !important;
        visibility: visible;
    }
    .checkout-index-index .page-header .panel.wrapper .panel.header{
        height: auto !important;
        padding: 5px 20px !important;
    }
    .checkout-index-index .page-wrapper .panel.header ul.header.links{
        display: flex !important;
    }
    .checkout-index-index .page-wrapper .page-header.sticky-header ul.header.links{
        display: none !important;
    }
    .checkout-index-index .page-header.sticky-header{
        box-shadow: none !important;
    }
}
@media(max-width: 767px){
    .checkout-index-index .page-header .panel.wrapper .panel.header{
        float: right;
        height: auto;
        width: auto;
        padding: 15px;
        position: absolute;
        right: 0;
    }
    .checkout-index-index .page-header .panel.wrapper .block-search{
        margin-right: 25px;
        margin-top: 0px;
        z-index: 100;
        position: relative;
    }
}