.accordion-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
    width: 100%;
}
.accordion-title {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 54px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #005bab;
    font-size: 14px;
    font-weight: 600;
    background-color: #e9f4fd;
    text-transform: uppercase;
}
.accordion-title:before {
    margin-right: 20px;
    float: left;
    border: 2px solid #299BFF;
    color: #299BFF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.information-accordion:before {
    content: '1';
}
.billing-shipping-accordion::before {
    content: '2';
}
.woocommerce-checkout .payment-accordion::before {
    content: '3';
}
.woocommerce-checkout .edit-button {
    display: none;
    border: 0.5px solid #1e73be;
    height: 30px;
    margin: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #1e73be;
    max-width: 60px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    margin-left: auto;
}
.accordion-title.completed .edit-button {
    display: block;
}
.accordion-title.completed::before {
    content: url(../img/Check.png);
    border: 2px solid #299BFF;
}

.express-checkout-container {
    text-align: left;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.express-title {
    width: 100%;
    align-items: center;
    justify-content: center;
}
.woocommerce-checkout .line {
    display: block;
}
.woocommerce-checkout .form-checkout .line {
    margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce-checkout .line h2 {
    border-bottom: 1px solid #E8E8E8;
    position: relative;
    font-weight: 400;
    font-size: 14px !important;
    text-align: center;
    color: #555;
    line-height: 20px;
    margin: 0;
}
.woocommerce-checkout .line h2 span {
    background-color: #f8f8f8;
    position: relative;
    top: 10px;
    padding: 0 10px;
}
.woocommerce-checkout .express-content {
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.information-accordion-content .guest-form .btn-checkout-as-guest {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E73BE;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    text-transform: uppercase;
    height: 42px;
    width: 100%;
    margin-top: 23px;
    text-align: center;
}
.information-content-preview span {
    padding: 20px 31px;
}

/* Accordion Content */
.accordion-content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left-color: #dfdfdf;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-bottom-color: #dfdfdf;
}

.billing-shipping-accordion-content .btn-continue {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E73BE;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    text-transform: uppercase;
    height: 42px;
    max-width: 250px;
    width: 100%;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 20px;
}
.woocommerce-checkout .error-message, .woocommerce-checkout .field-error {
    font-size: 14px;
    color: red;
}

.woocommerce-checkout .accordion-content {
    display: none;
}
.woocommerce-checkout .information-accordion-content {
    display: block;
}

.woocommerce-checkout .billing-shippiing-content-preview {
    padding: 20px 31px 4px 31px !important;
}
.woocommerce-checkout .billing-shippiing-content-preview span {
    display: block;
}
.woocommerce-checkout .information-content-preview, .woocommerce-checkout .billing-shipping-content-preview {
    display: none;
}
/* Payment methods */
.woocommerce-checkout-payment ul li.wc_payment_method {
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding: 13px 20px !important;
    margin: 0 0 0.5em !important;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box {
    display: none;
}
.woocommerce-checkout #place_order {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    font-size: 12px;
    border-radius: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #555555;
    line-height: 1.2;
    text-align: center;
    padding: 16px 24px;
    outline: none;
    font-family: inherit;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    background-color: #1E73BE;
    color: #fff;
    margin-top: 39px;
}
.woocommerce-checkout ul#shipping_method li {
    margin: 0 0 0.5em !important;
    line-height: 1.5em;
    list-style: none outside;
    text-indent: 0 !important;
}
.woocommerce-shipping-totals.shipping ul li {
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding: 5px;
}
.woocommerce-shipping-totals.shipping ul li {
    padding: 13px 20px !important;
}
.woocommerce-shipping-totals.shipping ul li.selected {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    border: 1px solid #555555;
}
table.blaze-online-checkout.select-shipping-method, table.blaze-online-checkout.select-shipping-method th, table.blaze-online-checkout.select-shipping-method td {
    border: 0;
}
table.blaze-online-checkout.select-shipping-method th {
    text-align: left;
    text-transform: uppercase;
    padding: 0;
}
table.blaze-online-checkout.select-shipping-method {
    margin-top: 20px;
}
.cart-count-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cart-count-container h2 {
    margin: 0;
}
.cart-count-container a {
    width: 20%;
    text-align: center;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #1e73be;
    border-right-color: #1e73be;
    border-bottom-color: #1e73be;
    border-left-color: #1e73be;
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #1e73be;
    font-size: 15px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
.woocommerce-page.woocommerce-checkout form .blaze-online-checkout-order-review-wrap #order_review_heading,
.woocommerce-page.woocommerce-checkout form .blaze-online-checkout-order-review-wrap #order_review {
    width: 100%;
    float: none;
}
.blaze-online-checkout-order-review-wrap {
    margin-bottom: 40px;
}

/* Checkout my account tabs */
.checkout-account-tabs {
    margin-top: 20px;
}
.checkout-account-tabs ul.tabs.login-register {
    list-style: none;
    margin: 0;
    display: flex;
}
.checkout-account-tabs ul.tabs.login-register li {
    flex: 1;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-account-tabs ul.tabs.login-register li.active {
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid transparent;
}
.checkout-account-tabs ul.tabs.login-register li a {
    color: #555555;
    padding: 20px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.tab-panes .tab-pane {
    display: none;
    padding: 20px;
}
.tab-panes .tab-pane.active {
    display: block;
}
.woocommerce .checkout-account-tabs .tab-pane form {
    border: none;
    padding: 0;
    margin: 0;
}
@media screen and (min-width: 1024px) {
    .blaze-online-checkout-order-review-wrap {
        width: 40%;
        float: right;
    }
}
