.hero-checkout{
    height: 30svh !important;
}

#order_review_heading {
    margin-top: 4rem;
}

.shop_table {
    background-color: white;
}

.addresses {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 40px;
    margin: 0 !important;
    padding: 0 !important;
}

.addresses h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.woocommerce-columns--addresses, .woocommerce-customer-details {
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-customer-details address {
    background-color: var(--text-light);
}

.woocommerce-columns--addresses address {
    background-color: var(--text-light);
}

.payment_box, .payment-methods, .methods {
    display: none !important;
}

.place-order button {
    float: none !important;
    background-color: var(--main-color) !important;
}

@media screen and (max-width: 700px) {
    .addresses {
        flex-direction: column;
        align-items: center;
    }
    
}

