/* 
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.0
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 */

/**
 * Helpers
 */
.line-clamp-3 {
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/**
 * Product Compare
 */
.woocommerce.product.compare-button a {
	display: flex;
    align-items: center;
    gap: 5px;
	color: #1c1c1c;
	font-weight: 400;
}

/**
 * WooCommerce: variations
 */
.variations_form table.variations tr {
	display: flex;
	flex-direction: column;
	background: #fff;
}

/**
 * Checkout: Hide Second Address Field
 */
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #shipping_address_2_field {
	display: none !important;
}

/**
 * Footer: Opening Hours
 */
.footer-opening-hours table.opening-hours {
	font-size: 18px;
}

.footer-opening-hours table.opening-hours th,
.footer-opening-hours table.opening-hours td {
	padding: 0;
}

.footer-opening-hours table.opening-hours tbody > tr:nth-child(odd) > td,
.footer-opening-hours table.opening-hours tbody > tr:nth-child(odd) > th {
	background: transparent;
}

.footer-opening-hours table.opening-hours tbody tr:hover > td, 
.footer-opening-hours table.opening-hours tbody tr:hover > th {
	background: transparent;
}

.footer-opening-hours table.opening-hours th {
	text-align: left;
	font-weight: 400;
}