/*----------------- Checkout -------------*/

.woocommerce.woocommerce-checkout form #customer_details.col2-set,
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
    width: 100%;
    float: unset;
    margin-right: 0;
}

.woocommerce-page.woocommerce-checkout form #order_review {
    width: 100%;
    float: unset;
    margin-right: 0;
}


/*
.wc-gzd-product-name-left {
    display: none;
}
*/

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    max-width: 50px;
}

fieldset#wc-stripe-upe-form {
    border: none;
}

h3#order_review_heading {
    width: 100%;
    opacity: 0;
    margin-bottom: 0em;
    font-size: 0;
}

.visualcomposerstarter .woocommerce form.checkout {
    display: block;
}

.woocommerce .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 1em !important;
    border: none !important;
    background-color: white;
}

.woocommerce .woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
    text-decoration: underline;
}

#woocommerce-checkout-form-coupon p:first-of-type {
    margin-right: 20px !important;
}

.woocommerce .woocommerce-form-login__submit {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}

.woocommerce-form.woocommerce-form-login>p:first-of-type {
    margin-bottom: 1em !important;
}

.woocommerce-form.woocommerce-form-login {
    padding-bottom: 3rem;
}

#order_review * {
    background-color: transparent !important;
}

.woocommerce-js form .form-row label {
    color: #111827;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
}

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

@media (max-width: 1200px) {
    form.checkout.woocommerce-checkout {
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        display: flex;
    }
}

.woocommerce-js form .form-row {
    margin-bottom: 1em !important;
}

#ship-to-different-address span {
    font-family: var(--mainfont) !important;
    margin-left: 5px;
}

#order_review .shop_table th,
#order_review .shop_table .wc-gzd-cart-item-name-wrapper {
    font-family: var(--mainfont) !important;
}

#order_review .wc-gzd-order-submit button#place_order {
    background-color: var(--ast-global-color-0) !important;
    padding: var(--gap-xs) 3.1em;
    color: white;
    font-size: var(--font-size-btn) !important
}

.woocommerce-page.woocommerce-checkout form #order_review table {
    padding: 0;
}

@media (max-width: 576px) {
    #order_review {
        padding: 0 1em !important;
    }
}