.checkout-index-index div#checkout {
    background: transparent !important;
}
.checkout-index-index .checkout-header {
    width: 100% !important;
}
.checkout-index-index div#checkout .authentication-wrapper {
    display: none;
}
.checkout-index-index .checkout-header .title {
    position: relative;
    margin: 0 0 19px 0;
    text-align: left;
    padding-left: 0;
    font-weight: 600;
}
.checkout-index-index .checkout-header .description {
    color: rgb(68, 68, 68);
    font-size: 13px;
}
.checkout-index-index .checkout-block {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}
.checkout-index-index .opc-wrapper {
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}
.checkout-index-index .opc-wrapper .checkout-column.opc {
    background: #fff;
    width: 60% !important;
}
.checkout-index-index .opc-wrapper .checkout-column.opc:last-child {
    width: 40% !important;
}
.checkout-index-index .opc-wrapper .checkout-block .step-title {
    position: relative;
    display: block;
    font-size: 18px !important;
    color: #1e1f22 !important;
    text-transform: uppercase !important;
    margin: 0 0 15px 0;
    padding: 0 0 0 30px !important;
    line-height: 20px;
    border: 0 !important;
    font-weight: 700;
    font-size: 18px !important;
}
.checkout-index-index input {
    border: 1px solid #e6e6e6 !important;
}
.checkout-index-index label {
    color: rgb(43, 43, 43) !important;
    font-size: 12px !important;
}
.checkout-index-index .opc-wrapper .checkout-block .step-title:before {
    display: block;
    position: absolute;
    font-size: 11px;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #1e1f22;
    color: white !important;
    text-align: center;
    line-height: 20px;
    content: '1';
    opacity: 1 !important;
    font-weight: 700;
}
.checkout-index-index form.form.form-login {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
}
.checkout-index-index form.form.form-login .field {
    margin-bottom: 0;
}
.checkout-index-index form.form.form-login .field span {
    font-size: 12px;
}
.checkout-index-index .fieldset {
    display: flex;
    flex-wrap: wrap;
}
.checkout-index-index .fieldset .field {
    width: 50% !important;
    max-width: 100% !important;
    margin-bottom: 11px;
}
.checkout-index-index form#co-shipping-form {
    max-width: 100% !important;
    margin-bottom: 0 !important;
}
body.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
    max-width: 100%;
}
body .table-checkout-shipping-method tbody td {
    padding: 0;
}
.checkout-index-index .fieldset .field.payment-method-title {
    width: 100% !important;
}
.checkout-index-index button.action.primary.checkout {
    background-color: #FFA700;
    border-color: #FFA700;
}
body .checkout-payment-method .payment-option-title .action-toggle {
    color: #000;
}
.checkout-index-index form.form.form-login .field {
    width: 100% !important;
}
.checkout-index-index  .minicart-items .product-item {
    padding: 20px 0 0;
}
.checkout-index-index .block.items-in-cart {
    margin-bottom: 8px !important;
}


@media(max-width: 992px) {
        .checkout-index-index .opc-wrapper .checkout-column.opc,
    .checkout-index-index .opc-wrapper .checkout-column.opc:last-child {
        width: 100% !important;
    }
    body.checkout-index-index .opc-estimated-wrapper {
        display: none;
    }
    .checkout-index-index .opc-wrapper .form-login,
    .checkout-index-index .opc-wrapper .form-shipping-address,
    .checkout-index-index .opc-wrapper .methods-shipping {
        background: transparent !important;
    }
}

@media(max-width: 767px) {
    .checkout-index-index .fieldset .field {
        width: 100% !important;
    }
}