
button.next-btn{
  float: right; 
}
button.prev {
  float: left;
} 
.checkout_coupon.woocommerce-form-coupon{
    display: block !important;
}

.one-page-checkout {
    position: relative;
    margin-bottom: 12px;
    list-style: none;
    padding: inherit;
    padding: 0;
}
.one-page-checkout .step {
    padding: 0 !important;
    border-bottom: 0;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.one-page-checkout .active .step-title {
    cursor: default;
    font-size: 14px;
    padding-top: 0px;
    text-align: left;
    line-height: 32px;
    border-top: none;
    margin-bottom: 15px;
    background: #e6e8ea;
    /*border-bottom: 2px #1DA1F2 solid;*/
    text-transform: uppercase;
    font-weight: 600;
}

.one-page-checkout .step-title .number {
    float: left;
    line-height: 15px;
    font-size: 14px;
    color: #222;
    padding: 15px 20px;
    background-color: #fff;
    border-right: 1px solid #e5e5e5;
    font-weight: 400;
    display: inline-block;
}
.one-page-checkout .active .step-title .number {
    /*background-color: #1DA1F2;*/
    /*color: #fff;*/
}
.one-page-checkout .step-title h3 {
    margin: 0 0 0 15px;
    text-align: left;
    line-height: 45px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    display: inline-block;
}
.one-page-checkout .a-item {
    padding: 10px 10px 30px 55px;
    background-color: #FFFFFF;  
    overflow: hidden;
}
#checkout-step-coupon form.checkout_coupon {
    float: left;
    width: 100%;
} 

.one-page-checkout .step.active .a-item {
    display: block !important;
    text-align: left;
}

.woocommerce-checkout form[name=checkout] {
    display: block;
} 
#order_review{
    width: 100% !important;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table {
    max-width: 600px;
    margin: 0 auto 50px !important;
}
#checkout-step-payment-info{
    position: relative;
}
#checkout-step-payment-info .prev-btn {
    position: absolute;
    bottom: 30px;
} 