.payment-step-wrapper{
    padding: 25px 0px 25px 0px;
}
ul.wizard-nav{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom-color: transparent;
    display: flex;
}
ul.wizard-nav li{
    flex: 1;
    position: relative;
}
ul.wizard-nav li::after{
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000000;
    left: 0;
    top: 10px;
    content: "";
    z-index: -1;
}
ul.wizard-nav li:last-child::after{
    /* display: none; */
}
ul.wizard-nav li:last-child{
    display: flex;
    justify-content: flex-end;
}
ul.wizard-nav li.center-tab{
    display: flex;
    justify-content: center;
}
ul.wizard-nav > li a {
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    display: inline-block;
}
span.round-tab {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    border: 1px solid #000000;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
ul.wizard-nav > li a::before {
    position: absolute;
    height:5px;
    width: 100%;
    background: #ffffff;
    left: -50%;
    top: 8px;
    content: "";
    z-index: 0;
}
ul.wizard-nav li.center-tab a::before{
    display: none;
}
ul.wizard-nav li:last-child a::before{
    left: auto;
    right: -50%;
}

ul.wizard-nav > li.center-tab span.round-tab{
    margin-left: auto;
    margin-right: auto;
}
ul.wizard-nav li:last-child span.round-tab{
    margin-left: auto;
}
ul.wizard-nav li.active span.round-tab {
    background: #3fa535;
    color: #fff;
    border-color: #3fa535;
}
ul.wizard-nav > li a .tab-text {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    display: block;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
}

.payment-step-header{
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.23); */
    padding-bottom: 15px;
    padding-top: 5px;
}
.guest-order-button {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 12px;
}
.guest-form {
    padding: 35px 45px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    min-width: calc(50% - 20px);
    margin: 10px;
    border:0px;
    width: 50%;
    text-align: center; 
    margin:auto;
}
.login-form {
    padding: 35px 45px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    min-width: calc(50% - 20px);
    margin: 10px;
}
.login-form h2{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.login-form .form-group{
    margin-bottom: 12px;
}
.login-form .form-group label{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.login-form .form-control{
    border-radius: 0;
     border: 1px solid rgba(0, 0, 0, 0.23);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}
.form-control:focus{
    border-color: rgba(0,0,0,1);
    box-shadow: none;
}
.login-submit{
    padding-top: 10px;
    padding-bottom: 10px;
}
.forgot-password{
    color: #000000;
    font-size: 11px;
    border-bottom: 1px solid #000000;
    display: inline-block;
    font-weight: 600;
}
.forgot-password:hover{
    color: #f1852d;
    text-decoration: none;
    border-bottom: 1px solid #f1852d;
}
.login-form .btn-secondary, .login-form .btn-primary{
    font-size: 12px;
}

.payment-method{
    padding: 15px 0;
}
.payment-method h2{
    margin: 0;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
}
.payment-method-box{
    min-width:calc(100% - 460px);
    margin: 10px;
}
.payment-method-box h2{
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}
.payment-source{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.payment-source-logo{
    width: 40px;
    height: 26px;
    min-width: 40px;
    min-height: 26px;
    border: 1px solid #999;
    text-align: center;
       display: flex;
    justify-content: center;
    align-items: center;
}
.payment-source-name{
    font-size: 9px;
    font-weight: 700;
    padding-left: 10px;
    line-height: 1.2;
    color: #000000;
}
.payment-method-box a{
    color: #000000;
    cursor: default;
}
.payment-method-box a:hover {
    color: #000000;
    text-decoration: none;
}
.payment-select {
   height: 20px;
    border: 1px solid #000000;
    padding: 1px;
    font-size: 10px;
    width: 130px;
    font-weight: 500;
}
.payment-method-box table.table{
    border: 1px solid rgba(0, 0, 0, 0.23);
}
.payment-method-box table.table td{
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.23);
    vertical-align: middle;
}

.newon-musthaves{
    
    margin: 10px;
    min-width: 420px;
}
.newon-musthaves h2{
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}
.newon-box .shopping-cart-wrap{
border: 1px solid rgba(0, 0, 0, 0.23);
    
}
.newon-box .pro-des-bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
}
.newon-box .pro-des-left{
    width: 100%;
    display: flex;
}
.newon-box .pro-des-left .wishlist-label{
    font-size: 9px;
}
.newon-box .pro-des-right {
    width: 100%;
    padding-bottom: 10px;
}
.newon-box .pro-des-left .wishlist-label{
    display: flex;
    align-items: center;
}
.newon-box .pro-des-left .wishlist-label:first-child{
    position: relative;
    padding-right: 6px;
}
.newon-box .pro-des-left .wishlist-label:last-child{
    padding-left: 6px;
}
.newon-box .pro-des-left .wishlist-label:first-child::after{
    position: absolute;
    content: "|";
    right: 0;
    top: 2px;
    letter-spacing: 0;
}
.newon-box .shopping-cart-row:first-child{
    border-top: none;
    padding-top: 0;
}
.newon-box .pro-des-left .wishlist-label img {
    margin-right: 5px;
    max-width: 14px;
}
.shipment{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px 0 0px;
    border-top: 1px solid rgba(0,0,0,0.23);
}
.shiptext{
    font-size: 12px;
    font-weight: 400;
}
.ship-gratis{
    font-size: 12px;
    font-weight: 800;
}
.shipment-noborder{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px 0 0px;
}
.shipment-total{
    font-size: 12px;
    font-weight: 800;
    padding: 15px 0 20px 0;
}
.newon-box .expected-shipping-date{
    text-align: left;
    padding:20px 0 10px 0;
    border-top: 1px solid rgba(0,0,0,0.23);
}
.newon-box .expected-shipping-date h3{
    font-size: 12px;
    margin-bottom: 12px;
}
.newon-box .expected-shipping-date p{
    font-size: 11px;
    font-weight: 500;
}
.newon-box .expected-shipping-date p span{
    display: block;
}



.thanks-order h2{
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}
.thanks-order p{
    text-align: left;
    font-size: 11px;
}
.ord-number-title{
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
}
.order-address-box{
    padding: 25px 30px;
    border: 1px solid rgba(0, 0, 0, 0.23);
}
.order-address-box h5{
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    margin: 0 0 12px 0;
}
.order-address-box p{
    font-size: 10px;
    font-weight: 600;
}
.ship-order {
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    padding: 15px 0;
}
.account-full{
    padding: 10px 0;
    text-align: left;
}
.account-full h3{
    font-size: 15px;
}
.account-full p{
    line-height: 1.8;
    font-size: 11px;
}
.account-full .btn-secondary{
    font-size: 10px;
}
.gift-box-wrap{
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    max-width: 82%;
}
.gift-box-wrap h3{
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.gift-content-row{
    display: flex;
}
.gift-img{
    min-width: 50px;
    margin-left: 15px;
    margin-right: 15px;
}
.gift-content p{
    font-size: 10px;
}
.gift-content .btn-primary{
    padding: 10px 25px;
}
.step-contact{
    padding: 15px 0;
    text-align: left;
}
.step-contact p{
    font-size: 15px;
    font-weight: 700;
}
.get-featured{
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 13px;
    margin-top: 20px;
}
.get-feature-imgrow{
    display: flex;
    margin: 0 -5px;
}
.get-img{
    flex: 1;
    margin-left: 5px;
    margin-right: 5px;
}
.get-img img{
    width: 100%;
}
.get-featured h3{
    color: #f1852d;
    margin: 12px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.get-featured p{
    font-size: 11px;
}
.get-featured p strong{
    font-weight: 700;
}

.login-row{
    display: flex;
    justify-content: space-between;
    margin: 15px -10px 0 -10px;
}

.payment-row{
    display: flex;
    justify-content: space-between;
    margin: 25px -10px 0 -10px; 
}
.shipment-price{
    float: right;
}

.thankyou-row{
    display: flex;
    justify-content: space-between;
    margin: 25px -10px 0 -10px; 
}
.thankyou-col {
    min-width: calc(100% - 460px);
    margin: 10px;
}
.thankyou-col-2{
    margin: 10px;
    min-width: 420px;
}
.thankyou-col-2 .newon-musthaves{
    margin: 0;
    min-width: 100%;
}
.thankyou-col-2 .newon-box .shopping-cart-wrap{
    min-width: 100%;
    max-width: 100%;
}


/* resposive css */

@media only screen and (min-width: 768px) {
    .payment-select{
        font-size: 12px;
        width: 100%;
        height: 26px;
        min-width:250px;
    }
    .payment-source-name{
        font-size: 11px;
    }
    .payment-source-logo {
    width: 60px;
    height: 45px;
}
.thanks-order p {
    text-align: left;
    font-size: 13px;
}
.ord-number-title{
    font-size: 13px;
}
.order-address-box h5{
    font-size: 12px;
}
.order-address-box p{
    font-size: 11px;
}
.ship-order{
    font-size: 14px;
}
.gift-content p {
    font-size: 12px;
    max-width: 90%;
}
.newon-box .expected-shipping-date p {
    font-size: 11px;
}
.get-featured p {
    font-size: 12px;
    line-height: 1.8;
}
.newon-box .pro-des-left .wishlist-label:last-child {
    padding-left: 5px;
}
.newon-box .pro-des-left .wishlist-label:first-child {
    padding-right: 15px;
}
.newon-box .pro-des-left .wishlist-label img {
    margin-right: 6px;
    max-width: 15px;
}
.account-full .btn-secondary {
    font-size: 12px;
    padding-left: 50px;
    padding-right: 50px;
}
.newon-box .pro-des-left .wishlist-label:first-child::after{
    top: 0;
}
}

@media only screen and (max-width: 1280px) {
    .login-row{
        flex-direction: column;
    }
	   .payment-row .newon-musthaves{
        min-width: calc(100% - 20px);
    }
    .payment-row{flex-direction: column;}
    .payment-method-box{
        min-width: calc(100% - 20px);
        margin-bottom: 40px;
    }
    .thankyou-row{
        flex-direction: column;
    }
    .thankyou-col{
        min-width: calc(100% - 20px);
        margin-bottom: 40px;
    }
    .thankyou-col-2{
        min-width: calc(100% - 20px);
    }
    .gift-box-wrap{
        max-width:100%;
    }
}

@media only screen and (max-width: 767px) {
    ul.wizard-nav > li a .tab-text{
        font-size: 11px;
    }
    .login-form{
        padding: 25px 20px;
    }
    .login-form h2{
        font-size: 14px;
    }
    .login-form .form-group label{
        font-size: 11px;
    }
    .login-form .btn-secondary, .login-form .btn-primary{
        font-size: 11px;
    }
    .payment-method-box table.table td{
        padding: 10px 8px;
    }
}
@media only screen and (max-width: 576px) {
    ul.wizard-nav > li a .tab-text{
        font-size: 10px;
    }
    .payment-method-box h2, .newon-musthaves h2{ 
    font-size: 13px;
}
.newon-box .shopping-cart-wrap{
    padding: 12px;
}
.newon-box .pro-des-left .wishlist-label:first-child::after{
    display: none;
}
.newon-box .pro-des-left .wishlist-label:last-child{
    padding-left: 0;
}
.thanks-order h2{font-size: 13px;}
.order-address-box{
    padding: 15px 15px;
}
.account-full h3{font-size: 12px;}
.gift-box-wrap h3{font-size: 12px;}
.gift-content .btn-primary {
    padding: 10px 10px;
    font-size: 11px;
    white-space: nowrap;
}
.step-contact p , .payment-method h2{
    font-size: 12px;
}
}
@media only screen and (max-width: 340px) {
.payment-select {
    font-size: 10px;
    width: 110px;
}
.payment-source-name{
    font-size: 8px;
}
.payment-step-content .btn-white{
    padding: 8px 15px;
}
.newon-box .shop-product-description{
    margin-left: 10px;
}
.newon-box .pro-des-left .wishlist-label:first-child::after{
    top: 3px;
}
.newon-box .pro-des-left .wishlist-label img {
    margin-right: 3px;
    max-width: 11px;
}
ul.wizard-nav > li a .tab-text {
    font-size: 10px;
}
}
.error{
    color:red;
}
.payment-source-logo img{ 
    /*min-height:15px;*/ 
}
.goForPayment{cursor:pointer;}
.checkout-cart-wrap{
    padding: 15px 20px;
    min-width: 65%;
    border: 1px solid rgba(0, 0, 0, 0.23);
}