.modal-header {
    display: none;
}

.opc-sidebar {
    margin: 8px 0 20px;
}

#checkout-shipping-method-load, #opc-shipping_method > div > div.step-title {
    display: none;
}

#opc-sidebar > div.opc-block-summary > div > div.title > strong > span:nth-child(1) {
    display: none;
}

#checkout-step-shipping label, #checkout-step-shipping legend {
    text-align: unset;
    width: 18.8%;
}

.opc-progress-bar {
    display: none;
}

#checkout > div.opc-wrapper {
    margin-top: 7px;
}

.payment-method-billing-address {
    display: none;
}

#shopping-cart-table .decreaseQty, #shopping-cart-table .increaseQty {
    background: black;
    color: white;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
}

.checkout-shipping-method .actions-toolbar > .primary {
    float: right;
    margin-left: 20px;
}

.opc-block-shipping-information .action.action-edit {
    display: none;
}

#cart-totals tr.totals.shipping.excl > th > span.value {
    display: none;
}

#cart-totals tr.totals.shipping.excl > th > span.label {
    padding: unset;
    font-weight: unset;
}