/*
Theme Name: Delicious Restaurant
Theme URI: 
Author: chubaoden.net
Author URI: https://chubaoden.net
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: delicious-restaurant
Tags: 
*/

/* .wpcf7-form-control {
    width: 100%;
}

.dr1-height-100vh {
    height: 100vh;
}

.dr1-fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
} */

.dr-z-index-1 {
    z-index: 1 !important;
}

#yith-quick-view-content div.summary.entry-summary table.variations > tbody > tr {
    display: grid;
}

#yith-quick-view-content a.reset_variations {
    text-decoration: underline;
}

#yith-quick-view-modal .single_add_to_cart_button {
    padding: 8px;
}

#yith-quick-view-modal .single_add_to_cart_button {
    display: none;
}

#yith-quick-view-modal .quantity {
    display: none !important;
}

.uagb-modal-popup-close {
    top: 12px !important;
    right: 12px !important;
    background-color: lightgray !important;
    border-radius: 50% !important;
}

.wc-block-components-drawer__content .wc-block-components-product-metadata__description {
    display: none !important;
}

.wc-block-components-drawer__content .wc-block-cart-item__prices {
    display: none !important;
}



.wp-block-woocommerce-mini-cart-title-items-counter-block {
    display: none;
}

/* @media (max-width: 767px) {
    .wc-block-components-sidebar,
    .wc-block-checkout__sidebar,
    .wp-block-woocommerce-checkout-totals-block {
        display: none !important;
    }
} */

div[data-page='cart'] .wc-block-components-product-metadata__description {
    display: none;
}

div[data-page='cart'] .wc-block-cart-item__prices {
    display: none;
}

div[data-page='cart'] .wc-block-cart-item__product {
    margin-bottom: 0 !important;
}

div[data-page='cart'] {

    /* .wc-block-cart-items__header {
        display: table !important;
    } */

    /* .wc-block-cart-item__quantity {
        display: flex;
        gap: 8px;
    }

    .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        margin: 0 0 1.25em !important;
    } */
}

/* WC Checkout */
.wc-block-components-product-metadata__description {
    display: none;
}

.wc-block-components-product-name {
    margin-top: 0 !important;
}

.wc-block-components-order-summary-item__individual-prices {
    display: none !important;
}

#billing .wc-block-components-address-form__country {
    display: none !important;
}

#billing .wc-block-components-address-form__postcode {
    display: none !important;
}

#billing .wc-block-components-address-form__city {
    display: none !important;
}

#billing .wc-block-components-address-form__state {
    display: none !important;
}

.wp-block-woocommerce-checkout-pickup-options-block {
    display: none !important;
}

.wp-block-woocommerce-checkout-shipping-methods-block {
    display: none !important;
}

.wp-block-woocommerce-checkout-totals-block,.is-sticky {
    top: 80px !important;
}

/* Mini Cart */
.wc-block-mini-cart__button {
    border: lightgray 1.2px solid;
    border-radius: 4px;
}