.wc-block-components-checkbox {
    display: none;
}

.eb-checkout-terms {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.eb-checkout-cart-controls {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 12px 0 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

.eb-checkout-quantity {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    overflow: hidden !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 8px !important;
    background: #fff !important;
}

.eb-checkout-quantity button,
.eb-checkout-quantity-value {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.eb-checkout-quantity button {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font: 400 22px/1 Arial, sans-serif !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    touch-action: manipulation !important;
}

.eb-checkout-quantity-value {
    width: auto !important;
    padding: 0 8px !important;
    border-right: 1px solid #d6d6d6 !important;
    border-left: 1px solid #d6d6d6 !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.eb-checkout-remove-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 8px 6px !important;
    border: 0 !important;
    background: transparent !important;
    color: #b42318 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    touch-action: manipulation !important;
}

.eb-checkout-cart-controls.is-loading {
    opacity: .5 !important;
    pointer-events: none !important;
}

@media (max-width: 767px) {

    .eb-checkout-cart-controls {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        width: 100% !important;
        min-height: 44px !important;
        position: relative !important;
        z-index: 5 !important;
    }

    .eb-checkout-quantity button,
    .eb-checkout-quantity-value {
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
    }

    .eb-checkout-remove-item {
        min-height: 44px !important;
    }

    .wp-block-woocommerce-checkout-order-summary-cart-items-block,
    .wc-block-components-order-summary-item,
    .wc-block-components-order-summary-item__description {
        overflow: visible !important;
    }
}
