/* 
Theme Name: Moya Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Moya Theme is a child theme of Hello Elementor, created by Elementor team
Author: Zige&Baffel
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 */

body {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.split-lines .word {
	display: inline-block;
	opacity: 0;
	transform: translateY(30px);
	transition: transform 0.5s ease, opacity 0.5s ease;
}
.split-lines.animated .word {
	opacity: 1;
	transform: translateY(0);
	transition-delay: calc(0.1s * var(--line-index));
}
/*.elementor-location-header + div:not(.woocommerce-notices-wrapper),
.elementor-location-header + .site-main {
	min-height: calc(100vh - 200px);
}*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #eee;
}
.woocommerce-info {
	border-top-color: var(--e-global-color-primary);
}
.woocommerce-info::before {
	color: var(--e-global-color-primary);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a {
	background-color: #fff;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}