/* ============================================ *
 * Checkout
 * ============================================ */
.lt-checkoutpage.layout-2col {
    padding-top: 20px;
}
.lt-checkoutpage.layout-2col::after {
    content: "";
    clear: both;
    display: table;
}

/** Checkbox, Radio */
.lt-checkoutpage input[type="checkbox"] {
    display: none;
}

.lt-checkoutpage input[type="checkbox"]+label {
    background: url('../../images/icons/checkbox.png') no-repeat scroll right top;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    margin-top: -1px;
    padding-right: 28px !important;
    padding-top: 0 !important;
    vertical-align: middle;
    width: 100%;
}

.lt-checkoutpage input[type="checkbox"]:checked+label {
    background-position: right -17px;
}

.steps {
    overflow: hidden;
    margin-bottom: 20px;
}
.steps ul.step-nav {
    width: 100%;
}
.steps ul.step-nav li.step {
    float: right;
    display: inline-block;
    position: relative;
    width: calc(100% / 3 + 15px);
    margin-right: -25px;
}
.steps ul.step-nav li.step.step-1 {
    z-index: 2;
    margin-right: 0;
}
.steps ul.step-nav li.step.step-2 {
    z-index: 4;
}
.steps ul.step-nav li.step.step-3 {
    z-index: 3;
}

.steps ul.step-nav li.step.active {
    z-index: 9;
}
.steps ul.step-nav li.step .step-title {
    text-align: center;
    padding: 0 18px 0 18px;
    background-color: #bcbdc0;
    color: #fff;
    border: 1px solid #fff;
    font-size: 95%;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.steps ul.step-nav li.step.active .step-title {
    background-color: #064869;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.steps ul.step-nav li.step.step-1.active .step-title {
    text-align: right;
}

.method-checkout-cart-methods-multishipping{ display: none; }
.steps .step.step4{display: none;}
.checkout-onepage-success .steps {
    display: none;
}

.ship-on-launch {
    display: none;
}
.ship-on-launch input[type="checkbox"] + label {
    width: auto;
}
.ship-on-launch .tooltip {
    display: inline-block;
}

@media screen and (min-width: 375px) {
    .steps ul.step-nav li.step .step-title {
        padding: 10px 15px 10px 0;
    }
}

.lt-checkoutpage .fields .field-wrapper {
    overflow: hidden;
    clear: both;
}
.lt-checkoutpage .fields .field-wrapper .sp_w_50 {
    float: right;
}
.btn-place-order-wrapper {
    text-align: center;
}

/** Order summary */
.lt-checkoutpage .order_summary_container {
    margin-bottom: 20px;
}
.lt-checkoutpage .order_summary_container .summary-title {
    position: relative;
}
.lt-checkoutpage .order_summary_container .summary-title:after {
    content: '';
    background: url("../../images/icons/ico-arrow.png") center no-repeat;
    background-size: contain;
    display: block;
    width: 10px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}
.lt-checkoutpage .order_summary_container .summary-title.is-active:after {
    background: url("../../images/icons/ico-arrow-up.png") center no-repeat;
    background-size: contain;
}

.lt-checkoutpage .order_summary_container .order-summary-content {
    display: none;
    margin-top: 10px;
}
#lbonepage-place-order-btn:disabled {
    opacity: 0.5;
}
@media screen and (min-width: 768px) {
    .btn-place-order-wrapper {
        text-align: right;
    }
    .lt-checkoutpage .order_summary_container .summary-title:after {
        display: none;
    }

    .lt-checkoutpage .order_summary_container .order-summary-content {
        display: block;
    }
}

.form-login-icon .x1 {
    height: 1.4em;
}
.form-login-icon span.text a {
    text-decoration: underline;
    color: #004467;
}
.cart-items-wrapper {
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 20px;
}
.cart-items-wrapper .cart-item-scroll {
    width: 100%;
    overflow: auto;
    border-top: 1px solid #ddd;
}
.cart-item-scroll.has-items {
    height: 350px;
}
.cart-items-wrapper .cart-item-scroll .cart_item.border_b:last-of-type {
    border-bottom: none;
}

.lt-checkoutpage .order_summary_title.shipping-title {
    border-top: 1px solid #ddd;
    padding-top: 1em;
}
.lt-checkoutpage .toggle-discount-form {
    cursor: pointer;
    color: #004567;
    text-decoration: underline;
}
.lt-checkoutpage .onepage-discount-form .input-box > div {
    float: right;
}
.lt-checkoutpage .checkbox-addition-wrapper {
    overflow: hidden;
    padding: 0.5em 0;
}
.lt-checkoutpage .checkbox-addition-wrapper .news_letter {
    padding-bottom: 1em;
}
.lt-checkoutpage .checkbox-addition-wrapper .term-and-condition {
    padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
    .lt-checkoutpage .checkbox-addition-wrapper .news_letter {
        padding-bottom: 0.5em;
    }
    .lt-checkoutpage .checkbox-addition-wrapper .term-and-condition {
        padding-top: 0;
    }
}

.lt-checkoutpage .error-msg {
    padding: 0 10px;
}

 input[type=number] {
  -moz-appearance: textfield;
}
.input-box .border{
    border: 1px solid #ddd;
}
/* Re-applies the controls on :hover and :focus */
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
label[for="payments"],label[for="type_card"]{
    color: #004567;
    font-size: 0.7em;
}
.hide-if-token .select{
    padding: 0.4em;
    padding-left: 0.75em;
}
.select label{
    font-size: 0.7em;
    color: #004567;
    white-space: nowrap;
}

label[for="creditguard_cc_owner"] {
    font-weight: 400;
}

#creditguard_echeck_type,#creditguard_cc_owner_new,#creditguard_cc_owner_save{
    height: 2.9em;
    -webkit-appearance: none;
    padding-right: 0.5em;
    padding-left: 0.5em;
    display: inline-block;
    border: 1px solid #004567;
    border-radius: 0;
    text-align: right;
    color: #aaa;
    font-size: 0.7em;
    letter-spacing: 0.06em;
    font-weight: normal !important;
}
#creditguard_echeck_type *,#creditguard_cc_owner_new *,#creditguard_cc_owner_save *{
    font-weight: normal;
}

#shopping-cart-totals-table td:first-child {
      text-align: right;
      padding: .25em 0;
}

#shopping-cart-totals-table td:last-child {
      padding: .25em 0;
}

.step_container.cart .total_order .shipping{
    display: none;
}
.order_summary_container {
    background: #f1f1f1;
    float: left;
}
@media only screen and (max-width: 767px){
    .step_container.cart .total_order > div{
        padding-top: 0 !important;
    }
}

.steps .step{
    cursor: pointer;
}

#shippingmethod-error,
#coupon-error-msg,
.op-error
{
    font-size: 0.8em;
    color: red;
    font-weight: 700;
}

.sp-methods div[data-shippingmethod]{
    padding-right: 2em;
    margin-right: -2em;
}

.store option{color:#000;}

#shopping-cart-totals-table table tr,
#checkout-review-table-wrapper table tr{
    border-top: 1px solid #bbb;
}
#shopping-cart-totals-table table td:nth-child(2),
#checkout-review-table-wrapper table td:nth-child(2){
    /*text-align: right;*/
}



.box_f{
    font-size: 0.9em;
}
/*.bullet{
    position: absolute;
    top: 3px;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
}*/
.copon button{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2em;
    min-width: auto;
    background: #000;
    color: #fff;
    padding: 0.2em;
}
.cancel-coupon, .trash-icon {
    background: url(../../images/icons/trash.svg) center center no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-indent: 9000px;
    display: inline-block;
    overflow: hidden;
}
.disabled-button {
    pointer-events: none;
    background: gray !important;
}
.blocking-text {
    display: none;
    margin-top: 0.3em;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #f00;
    font-weight: 700;
}
.delivery-alert-popup .inner-padding {
    padding: 4em;
}