/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.1.10
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url("assets/css/app.css");

body {
    font-family: neue-haas-grotesk-display, 'Helvetica', 'Arial', sans-serif;
}

.woocommerce-checkout-review-order-table .product-quantity {
    display: none;
}

.woocommerce ul.products li.product a.product-applink {
	margin-left: 15px;
	text-decoration: underline;
}
#resfrac--menu__myapps {
    display: none;
}
.logged-in .e-n-menu-items-heading #resfrac--menu__myapps {
    display: inherit;
}

.logged-in #resfrac--menu__contact {
  display: none;
}

.my_account_subscriptions .subscription-total.order-total {
  display: none;
}
.woocommerce-orders-table__cell-order-total, 
.woocommerce-orders-table__header-order-total {
  display: none;
}

.wpo-error-message {
  font-size: 16px;
  border-left: 4px solid #4385c4;
  padding: 12px;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #f3f3f3;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  word-wrap: break-word;
}

.woocommerce-order .woocommerce-order-details header,
.woocommerce-order .woocommerce-order-details .woocommerce-orders-table--subscriptions {
  display:none;
}

.product-appbuttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Adjust the gap between buttons as needed */
  align-items: flex-start;
}

.product-appbuttons a {
  flex: 0 0 auto; /* Each link takes full width on mobile */
  text-align: center; /* Optional: center-align the text */
  height: auto; /* Ensures height is only as much as needed */
  display: inline-flex; /* Ensures content dictates the height */
}

.product-appbutton {
  margin-right: 0px;
}
.product-applink {
  margin: 5px 5px;
}

.elementor-add-to-cart .product-appbuttons.non-logged-in {
  margin-top: 20px;
}

.resapp-msg {
  text-align: center;
  margin-top: 3rem;
  min-height: 10rem;
  padding: 2rem 0;
}
