.x9-checkout-main{
    padding-top: 100px;
}
.wc-block-components-notices {
    display: none;
}
.wc-block-components-sidebar-layout {
    align-items: stretch;
    margin: 0 auto;
}
.wp-block-woocommerce-checkout {
    padding-top: 0;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    flex: 1;
    background: #ffffff;
    display: flex;
    justify-content: flex-end; /* 右对齐 */
    /*padding-right: 0;*/
    padding: 50px 47px 100px 47px;
}

.wc-block-checkout__form {
    margin: 0;
    /*max-width: 100%;*/
    max-width: 600px;
    /*padding: 0 47px;*/
}
.wc-block-components-title.wc-block-components-title {
    font-weight: 500;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    font-weight: 500;
    font-size: 1.25em;
    display: none;
}



.wc-block-components-sidebar {
    box-sizing: border-box;
    /*padding-left: 2.2641509434%;*/
    flex: 1;
    /*padding: 150px 0 100px 0;*/
    /*background: #d1dbb5;*/
    padding: 50px 47px 100px 47px !important;
}
.x9-checkout-main .wc-block-components-sidebar {
    background: #d1dbb5;
}

.wp-block-woocommerce-checkout-order-summary-block {
     border: none;
    border-radius: 5px;
    box-sizing: border-box;
    max-width: 550px;
    /*padding: 0 47px;*/
}

@container (min-width: 700px) {
    .wc-block-checkout__sidebar.is-sticky {
        position: relative;
    }
    .wc-block-checkout__sidebar {
        align-self: unset;
        top: 24px;
    }
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    border-radius: 10px;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
    border-radius: 10px;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 10px;
}
.wc-block-components-textarea {
    border-radius: 10px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    border: none;
    padding: 0;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: 100px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    max-width: 100px;
    width: 100px;
    border-radius: 10px;
}
.wc-block-components-totals-wrapper {
    padding: 30px 0;
}
@container (min-width: 700px) {
    .wc-block-components-order-summary {
        padding: 0;
    }
}

.x9-checkout-btn {
    /*background: #0a4b78;*/
}

.x9-checkout-btn button.wc-block-components-checkout-place-order-button {
    background: #98af5c;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    color: #FFF;
    font-size: 22px;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    flex: 1 1 auto;
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap;
    background: #98af5c;
    border: none;
    border-radius: 10px;
    color: #FFF;
    font-size: 16px;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    padding:0;
}
.wc-block-cart__submit-button{
    background: #98af5c;
    border-radius: 10px;
    color: #FFF;
}
.checkout-open-link{
    margin-top: 10px;
    display: flex;
    /*justify-content: space-between;*/
    gap: 10px;
}
.checkout-open-link a{
    font-size: 13px;
    text-decoration: underline;
    font-weight: 300;
}



.x9-checkout-main .woocommerce-order{width: 90%;margin: 100px auto;}
.x9-checkout-main .woocommerce-order h2{line-height: 1.5;}



@media only screen and (max-width:768px){
    .x9-checkout-main{padding-top: 10px;}
    .wc-block-checkout__form {padding: 0 5%;}
    .x9-checkout-main .wc-block-components-sidebar{display: none;}
    .wc-block-components-sidebar-layout .wc-block-components-main {padding: 0}
    .wc-block-components-sidebar {padding: 0;}
    .x9-checkout-main .woocommerce-order h2{font-size: 36px}
}