/* レイアウト */
@media screen and (min-width: 922px) {
    .ast-no-sidebar #ast-cart-wrapper {
        column-gap: 20px;
    }

    .ast-no-sidebar #ast-cart-wrapper .ast-cart-non-sticky {
        width: 64%;
    }

    .ast-no-sidebar #ast-cart-wrapper .cart-collaterals {
        width: calc(36% - 20px);
    }
}

/* フィールド */
.woocommerce-page input[type=text] {
    border-radius: var(--border-radius-small);
}

.woocommerce p#ast-coupon-trigger:focus {
    border-width: 0;
}

.woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus, #ast-coupon-code:focus {
    border-style: solid;
    border-color: var(--other-accent-color);
    box-shadow: var(--box-shadow-style-2);
}

/* カート明細 */
.woocommerce-js .woocommerce .woocommerce-cart-form table.shop_table {
    border-radius: var(--border-radius-small);
    box-shadow: var(--box-shadow-style-3);
}

.woocommerce-js table.shop_table thead th.product-remove {
    border-top-left-radius: var(--border-radius-small);
}

.woocommerce-js table.shop_table thead th.product-subtotal {
    border-top-right-radius: var(--border-radius-small);
}

/* カート合計 */
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
    border-radius: var(--border-radius-small);
    box-shadow: var(--box-shadow-style-3);
}

.cart-collaterals h2 {
    border-top-left-radius: var(--border-radius-small);
    border-top-right-radius: var(--border-radius-small);
}

.woocommerce-cart .cart-collaterals .cart_totals>h2 {
    text-align: center;
}

.woocommerce-js ul#shipping_method .amount {
    font-size: 1rem;
    font-weight: normal;
}

ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
    padding: 0 0 0 22px;
}

.woocommerce-shipping-methods li label {
    color: var(--ast-global-color-3);
}

.entry-content p.woocommerce-shipping-destination {
    margin-bottom: 0;
}

.includes_tax {
    display: block;
}

/* クーポン */
#ast-checkout-coupon {
    text-align: center;
}

#ast-coupon-trigger {
    display: block;
    border: 1px solid var(--ast-global-color-3);
    border-radius: var(--border-radius-small);
    line-height: 46px;
}

#ast-coupon-trigger:hover {
    background: var(--ast-global-color-5);
}

/* 購入手続きへ */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px;
    height: 48px;
    line-height: 1;
}

/* Amazon pay */
.wc-apa-button-separator {
    display: none !important;
}

#pay_with_amazon {
    margin: 1em auto;
}

.amazon_pay_banner {
    margin: 2rem auto 1rem;
    text-align: center;
}

.amazon_pay_banner a img {
    transition: all 0.3s;
}

.amazon_pay_banner a:hover img {
    opacity: 0.7;
}

/* あとちょっと・もうちょっと */
.atchotto, .mochotto {
    text-align: center;
    margin-bottom: 1rem;
}
