/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1750618578
Updated: 2025-06-22 18:56:18

*/

h1,
h2 {
    font-family: var(--e-global-typography-primary-font-family);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--e-global-primary-primary-font-family);
	color: var(--e-global-color-text);
	font-size: 1.5rem;
}

.related.products .price:has(.custom-price-display) {
	line-height: 1.0;
}

.eael-product-title {
    min-height: 75px;
}

.eael-product-gallery .woocommerce ul.products .product {
    overflow-y: hidden !important;
}

.button.rfq_button {
    margin-top: -15px !important;
}

.link_to_rfq_page_link,
.eael-product-price {
	margin: 0 !important;
}

.custom-price-display .price-excl,
.custom-price-display .price-incl {
	color: var(--e-global-color-primary);
    font-weight: 600;
	font-size: 1.5rem;
}

@media(max-width: 1400px) {
	.custom-price-display .price-excl,
	.custom-price-display .price-incl {
		font-size: 1.0rem;
	}
}

.woocommerce ul.products li.product .button,
.woocommerce input.button.alt,
.woocommerce-button {
	background-color: var(--e-global-color-primary) !important;
	color: var(--e-global-color-text) !important;
}

input[type=radio]:checked+label::before {
	border-color: var(--e-global-color-primary) !important;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table tr td,
.woocommerce table.shop_table tr th {
	border: none;
}

.woocommerce-MyAccount-content table thead tr th,
.woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce-MyAccount-content .woocommerce-Address address {
	background-color: var(--e-global-color-secondary) !important;
}

.woocommerce-notices-wrapper {
	display: none !important;
}

.elementor-menu-cart__product-price .woocommerce-Price-amount[style*="collapse"],
.elementor-menu-cart__subtotal .woocommerce-Price-amount[style*="collapse"] {
    visibility: visible !important;
}

#rfq-btn .elementor-button-icon {
	position: relative;
    transition: color .1s;
}

#rfq-btn .elementor-button-icon .elementor-button-icon-qty[data-counter] {
	background-color: var(--e-global-color-primary);
    border-radius: 100%;
    color: var(--e-global-color-text);
    display: block;
    font-size: 10px;
    height: 1.6em;
    inset-inline-end: -.7em;
    line-height: 1.5em;
    min-width: 1.6em;
    position: absolute;
    text-align: center;
    top: -.7em;
}
