/*
Theme Name: Grand Restaurant Child
Theme URI: http://themes.themegoods2.com/grandrestaurant
Description: Premium Cafe & Restaurant Theme
Version: 1.0
Tags: yellow, white, responsive-layout, custom-header, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: grandrestaurant
Template: grandrestaurant
*/

@import "../grandrestaurant/style.css";



/* ===== 隐藏预约表单不需要的部分 ===== */

/* 隐藏员工信息区域 */
.cell.cell-employee {
    display: none !important;
}

/* 隐藏价格（Price: Free） */
.cell.cell-price {
    display: none !important;
}

/* 隐藏总价 Total: €0 */
.mpa-cart-total,
.mphb-total-price-wrapper {
    display: none !important;
}

/* 隐藏 Your Order 区域 */
section.mpa-checkout-section.mpa-order-details {
    display: none !important;
}


/* 隐藏“Total Price”这一行，只作用于预约详情区 */
.mpa-booking-details .booking-total-price.mpa-booking-details-section-row {
  display: none !important;
}
.mpa-booking-details .booking-total-paid.mpa-booking-details-section-row {
  display: none !important;
}




/* 手机按钮排版优化 */
@media only screen and (max-width: 768px) {
  .elementor-button-wrapper {
    display: block;
    margin-bottom: 15px;
  }

  .elementor-button {
    width: 100%;
    box-sizing: border-box;
  }
}

