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

@media screen and (min-width: 1024px) {
	.homepage-woocommerce-products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
		display: none;
	}
	
	body > h2.woocommerce-loop-product__title {
		color: #171719;
		transform: translate(-50%, -50%);
		will-change: transform;
		font-family: 'Office Times Sharp' !important;
		-webkit-text-stroke: 0.2px;
		line-height: 28px;
		text-align: center;
		width: 450px;
		font-size: 26.5px !important;
	}
	
	body > h2.woocommerce-loop-product__title .product-subtitle {
		font-size: 31px;
		font-family: 'Calibre' !important;
		font-weight: normal;
		width: 100%;
		display: inline-block;
		-webkit-text-stroke: 0;
	}
	
	.footer-width-fixer > .elementor > .elementor-element {
		align-items: flex-start;
	}
	
	.footer-width-fixer .elementor-widget-navigation-menu {
		position: relative;
		top: 5px;
	}
	
	.woocommerce-order-details .wrap_customer_totals .wrap_totals {
		position: relative;
		top: -4px;
	}
}

.woocommerce-checkout-payment .place-order button {
	margin-left: 0 !important;
	padding-left: 0;
	text-decoration: underline !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 3px;
}

button#place_order {
	margin-left: 0 !important;
	padding-left: 0;
}