.opc-wrapper {
    padding-right: 0 !important;
    width: 100% !important;
}
.opc-wrapper #checkoutSteps #shipping,
.opc-wrapper #checkoutSteps #opc-shipping_method,
.opc-wrapper #checkoutSteps #payment {
    width: 33.3%;
    float: left;
    display: block !important;
    box-sizing: border-box;
}
.opc-wrapper #checkoutSteps #shipping {
    padding-right: 25px;
    border-right: 1px #d9dde0 dashed;
}
.opc-wrapper #checkoutSteps #opc-shipping_method {
    border-right: 1px #d9dde0 dashed;
    padding-left: 25px;
    padding-right: 25px;
}
.opc-wrapper #checkoutSteps #payment {
    padding-left: 25px;
}
.opc-wrapper .step-title {
    border-bottom: none;
}
.table-checkout-shipping-method tbody td {
    border-top: none;
}
.opc-sidebar {
    width: 100% !important;
}
.opc-progress-bar {
    display: none;
}
.table-checkout-shipping-method {
    min-width: auto!important;
}
#checkout-step-shipping .label {
    text-align: left;
    font-weight: bold;
    width: 40%  ;
}
#checkout-step-shipping .control {
    width: 60%;
}
#checkout-step-shipping .field {
    margin-bottom: 10px;
}
#checkout-step-shipping .control input {
    height: 28px;
}
#checkout-step-payment #co-payment-form .fieldset > hr {
    display: none;
}
.review-your-order-title {
    font-weight: bold;
    margin-bottom: 0;
}
.checkout-index-index h1 {
    font-weight: normal !important;
    font-size: 48px !important;
    line-height: 50px;
    margin-bottom: 50px !important;
    margin-top: 10px !important;
    letter-spacing: -1.5px;
}
#checkout .step-title {
    border-bottom: 0 !important;
    color: #333333 !important;
    font-size: 24px !important;
    letter-spacing: 0px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    text-transform: none !important;
    font-weight: bold;
}
#shipping-method-buttons-container [data-role="opc-continue"] {
    display: none;
}
.payment-option,
.payment-methods .payment-method-billing-address,
.payment-methods .payment-method-content .actions-toolbar {
    display: none !important;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
    border-top: none !important;
}
.checkout-payment-method .payment-method-title {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.table-checkout-shipping-method tbody td {
    border-top: none !important;
}
.table-checkout-shipping-method tbody td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
@media (max-width: 977px) {
    #checkoutSteps #shipping,
    #checkoutSteps #opc-shipping_method,
    #checkoutSteps #payment {
        width: 100% !important;
    }

    #checkoutSteps #opc-shipping_method,
    #checkoutSteps #payment {
        padding-left: 0 !important;
    }
    #checkout-step-shipping .control {
        width: 100% !important;
    }
}
.field.street .field.additional {
    display: none!important;
}
#checkout-step-shipping .field.street > .control .control {
    width: 100% !important;
}
#checkout-step-shipping .field[name="shippingAddress.telephone"] input {
    width: 100% !important;
}
#checkout-step-shipping .field[name="shippingAddress.telephone"] .field-tooltip {
    display: none;
}
#shipping-address .row {
    margin-bottom: 8px;
}
#shipping-address > input[type=text] {
    height: 28px;
}
#shipping-address label {
    line-height: 30px;
}
.font-weight-bold {
    font-weight: bold;
}
.client-type-selector {
    margin-bottom: 30px;
}
.client-type-selector label {
    font-weight: bold;
}
.client-type-selector label:nth-child(2) {
    margin-left: 30px;
}
#shipping-address .form-checkboxes input[type="checkbox"] {
    top: 0 !important;
}
.required-mark {
    color: #e85131;
    font-weight: bold;
}
#shipping-address .field-error, div.mage-error {
    margin-top: 0 !important;
}
#shipping-address input.mage-error[type="checkbox"] {
    box-shadow: 0 0 3px 2px #e85131;
}
.display-none {
    display: none;
}
.shipping-address-company-fields {
    margin-bottom: 40px;
}
#checkout .authentication-wrapper {
    float: left;
    text-align: left;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}
#checkout .authentication-wrapper .action-auth-toggle {
    color: #004b85 !important;
}
#checkout .authentication-wrapper .control,
#checkout .authentication-wrapper .label {
    width: 100%;
}
#checkout .checkout-if-you-have-account-already {
    line-height: 27px;
    vertical-align: top;
}
#checkout .checkout-login-link-icon {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: transparent url("../images/user-blue.png") no-repeat !important;
    background-size: 14px 16px !important;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-right: 8px;
}
#checkout .new-address-popup {
    display: none;
}
