/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.1
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
*/

/* Add your custom styles here */

.woocommerce ul.products li.product .button {
    display: none;
}
input[type=number]{
	padding: .5rem 0;
}
.woocommerce div.product form.cart .button {
	padding: .8em;
	margin-left: 25px;
}
td.product-name a {
    font-size: 16px;
}
.woocommerce .quantity .qty {
    width: 100%;
}
.wapf-product-totals{
	display: none!important;
}
.woocommerce-cart-form__contents th.product-price,
.woocommerce-cart-form__contents td.product-price
 {
    display: none !important;
}
h1.product_title.entry-title {
    font-size: 2rem;
}
.wpr-mini-cart-quantity span.woocommerce-Price-amount.amount {
    display: none !important;
}
.elementor-element.elementor-element-4228e0f table.shop_table td.actions{
	display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	display: none;
}
span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    display: none;
}
.woocommerce-product-details__short-description {
    display: none !important;
}
.wc-block-components-product-metadata {
    display: none;
}
.eael-woo-product-carousel-container.preset-3 .product-details-wrap .eael-product-excerpt p {
    margin-block-end: 0.9rem;
}