#PageContainer .main-content {
    background-color: #fff !important;
}

.woocommerce-billing-fields {
    border-top: none !important;
}

.checkout.woocommerce-checkout {
    font-family: "Helvetica Neue", sans-serif;
}

.custom-checkout .product-image .product-thumbnail {
    width: 4.6em;
    height: 4.6em;
    border-radius: 8px;
    background: #fff;
    position: relative;
}

.custom-checkout .product-image .product-thumbnail .product-thumbnail-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.custom-checkout .product-image .product-thumbnail .product-thumbnail-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.custom-checkout .product-image .product-thumbnail::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.custom-checkout .product-description .product-description-name,
.custom-checkout .product-description .product-description-variant,
.custom-checkout .product-description .product-description-property {
    display: block;
}

.custom-checkout .order-summary-emphasis {
    font-weight: 500;
    color: #4b4b4b;
}

.custom-checkout .order-summary-small-text {
    font-size: 0.85714em;
    color: #969696;
}

.custom-checkout .product-quantity {
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    font-size: 0.85714em;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.15em 0.65em;
    border-radius: 2em;
    background-color: rgba(153, 153, 153, 0.9);
    color: #fff;
    /* right: -0.75em;
    top: -0.75em; */
    z-index: 2;
}

.product-total span bdi {
    font-weight: 500;
    color: #4b4b4b;
}

.total-line-subtotal .total-line-price bdi {
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #4b4b4b;
    line-height: 1em;

}

.payment-due .payment-due-price {
    font-size: 1.71429em;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #4b4b4b;
    line-height: 1em;

}

.payment-due .payment-due-price bdi {
    font-weight: 500;
    color: #4b4b4b;
    letter-spacing: -0.04em;

}

.payment-due .payment-due-currency {
    font-size: 0.85714em;
    vertical-align: 0.2em;
    margin-right: 0.5em;
    color: #969696;
}

#step-footer-checkout .step-footer-continue-btn.btn {
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
    padding: 1.4em 1.7em;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative;
    background: #338dbc;
    color: white;
    text-transform: inherit;
    margin: revert;
}

.step-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5em;
}

.step-footer .step-footer-previous-link {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 1em;
    float: left;
    display: block;
    color: #0071a1;
}

.payment-due-label {
    padding: 20px 0;
}

.total-line-subtotal td {
    padding: 10px 0;
}

.total-line-shipping td {
    padding: 15px 0;
}

/* Form  */
.woocommerce-billing-fields__field-wrapper input {
    height: 44px !important;
    box-shadow: 0 0 0 1px #d9d9d9 !important;
    transition: all 0.2s ease-out !important;
    background-color: white !important;
    color: #333333 !important;
    border-radius: 4px !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100%;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal !important;
    border: none !important;
}

.woocommerce-billing-fields__field-wrapper select {
    height: 44px !important;
    box-shadow: 0 0 0 1px #d9d9d9 !important;
    transition: all 0.2s ease-out !important;
    background-color: white !important;
    color: #333333 !important;
    border-radius: 4px !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100%;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal !important;
    border: none !important;
}

.woocommerce-billing-fields__field-wrapper .select2-selection.select2-selection--single {
    height: 44px !important;
    border-radius: 4px;
    overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-container .select2-choice>.select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection {
    height: 100%;
}


/* payment method */
.checkout-step.step-2{
    margin-top: 20px;
}
.checkout-step.step-2 .content-box {
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 4px;
    background: #fff;
    color: #737373;
    margin-top: 1em;
}
.checkout-step.step-2 .place-order {
    display: none;
}

.wc_payment_method {
    padding: 1.3em;
    display: flex;
    cursor: pointer;
    position: relative;
}

.wc_payment_method input::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    cursor: pointer;
}

.checkout-breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb-steps {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.step-item {
    padding: 10px 0px;
    font-weight: 500;
    display: inline-block;
}

.step-item:not(:last-child)::after {
    content: "\f054";
    display: inline-block;
    font-family: 'FontAwesome';
    position: relative;
    width: 6px;
    height: 11px;
    margin: 0 0.5em;
    font-size: 12px;

}

.step-item.active {
    color: #0071a1;
    /* border-color: #0071a1; */
}

/*  */
@media screen and (min-width:768px) {
    #billing_phone_field.form-row-first {
        width: 30%;
    }

    #billing_email_field.form-row-last {
        width: 66%;
    }

    .woocommerce-billing-fields__field-wrapper label {
        display: none;
    }

    #billing_address_1_field {
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    form.checkout.woocommerce-checkout .row{
        flex-direction: column-reverse;
    }
    .step-footer{
        flex-direction: column-reverse;
                gap: 30px;
    }
    #step-footer-checkout .step-footer-continue-btn.btn{
        width: 100%;
    }
    
}