body.edd-checkout {
    background-color: #fff;
}

body.edd-checkout header.entry-header .entry-title {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    color: #3C4492;
}

div#edd_checkout_form_wrap {
    color: #3E3E3E;
    grid-template-columns: repeat(3, 3fr);
    gap: 4rem;
}

form#edd_purchase_form {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

body.edd-checkout #page #edd_checkout_form_wrap input[type=email],
body.edd-checkout #page #edd_checkout_form_wrap input[type=password],
body.edd-checkout #page #edd_checkout_form_wrap input[type=text],
body.edd-checkout #page #edd_checkout_form_wrap select {
    font-size: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #D0D4F7;
    border-radius: 6px;
    outline: unset;
}

body.edd-checkout #page #edd_checkout_form_wrap input[type=email]:focus-visible,
body.edd-checkout #page #edd_checkout_form_wrap input[type=password]:focus-visible,
body.edd-checkout #page #edd_checkout_form_wrap input[type=text]:focus-visible {
    border: 1px solid #6370e5;
}

body.edd-checkout #page #edd_checkout_form_wrap input[type=email]:placeholder,
body.edd-checkout #page #edd_checkout_form_wrap input[type=password]:placeholder,
body.edd-checkout #page #edd_checkout_form_wrap input[type=text]:placeholder {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 151px;
}

body.edd-checkout #edd_checkout_form_wrap label {
    margin: 0 0 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 120%;
    color: #3E3E3E;
}

body.edd-checkout #edd_checkout_form_wrap fieldset p:last-child {
    font-style: normal;
    font-weight: 400;
    font-size: 12.8px;
    line-height: 120%;
    color: #3E3E3E;
    margin-top: 5px;
}


body.edd-checkout #page #edd_checkout_form_wrap fieldset legend {
    display: none;
}

body.edd-checkout #page #edd_checkout_form_wrap fieldset {
    border: unset;
    padding: 0.5rem 0rem;
    border: unset;
}

body.edd-checkout .wp-block-edd-checkout #edd_checkout_form_wrap .edd-blocks-form {
    /*padding: 0.5rem 0rem;*/
    /*border: unset;*/
}

@media(min-width: 600px) {
    body.edd-checkout .edd-blocks__checkout-forms--inline {
        right: 0;
        top: -10px;
    }
}

body.edd-checkout #page #edd-paypal-container .paypal-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

body.edd-checkout .edd-blocks-form__cart #edd_checkout_cart {
    align-items: center;
    padding: 24px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #D0D4F7;
    border-radius: 12px;
}

body.edd-checkout .edd-blocks-form__cart .edd-blocks-cart__row,
body.edd-checkout .edd-blocks-form__cart .edd_cart_footer_row {
    padding: 5px;
}

body.edd-checkout .edd-blocks-form__cart .edd_cart_header_row .edd_cart_item_name,
body.edd-checkout .edd-blocks-form__cart .edd_cart_header_row .edd_cart_item_price {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #3E3E3E;
}

body.edd-checkout .edd-blocks-form__cart .edd_checkout_cart_item_title {
    font-size: 28px;
    color: #000;
    font-weight: 500;
}

body.edd-checkout #page #edd_checkout_form_wrap .edd-button-secondary,
body.edd-checkout #page #edd_checkout_form_wrap button,
body.edd-checkout #page #edd_checkout_form_wrap input[type='submit'] {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: #626EE3;
    background-color: #626EE3;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
    margin-bottom: 0;
}

body.edd-checkout #page #edd_checkout_form_wrap input[type='submit'][name="edd_login_submit"] {
    width: 100%;
}

body.edd-checkout #edd_checkout_form_wrap #edd_discount_code .edd_discount_link,
body.edd-checkout #edd_checkout_form_wrap #edd_discount_code {
    width: 100%;
}

body.edd-checkout #edd_checkout_form_wrap #edd_discount_code .edd-discount-code-field-wrap {
    flex-direction: column;
}

body.edd-checkout #edd_checkout_form_wrap #edd_discount_code .edd-discount-code-field-wrap input {
    width: 100%;
}


@media screen and (max-width: 992px){
    body.edd-checkout div#edd_checkout_form_wrap {
        display: block;
    }
}











