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

/* Link in bio */
.elementor-field-type-recaptcha_v3 {
	display: none;
}
.link-in-bio .elementor-icon-list-icon {
	margin-left: 20px;
}

/* Woocommerce */
.woocommerce ul.products li.product a {
    text-decoration: none !important;
}
.woocommerce-notices-wrapper {
	max-width: 1086px;
  margin: 0 auto;
}
.woocommerce-notices-wrapper [role="alert"],
.woocommerce-notices-wrapper .woocommerce-info {
    box-shadow: 2px 3px 40px rgba(0, 0, 0, .1)
}

#calc_shipping_country_field {
	display: none;
}

/* Links */
.elementor-kit-39 a {
    font-size: 16px;
}

/* Titles */
body.woocommerce-account .woocommerce-MyAccount-content  h2,
body.woocommerce-account .e-my-account-tab__dashboard h2 {
	font-size: 22px;
	font-weight: 600 !important;
}

/* Butotons */
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button,
body.woocommerce-account .woocommerce-form-login .button,
body.woocommerce-account .woocommerce-MyAccount-content .button,
body.woocommerce-account .lost_reset_password .button {
	transition: all .3s;
	border-radius: 5px;
	color: #f3f0ea !important;
    background-color: #93765D !important;
    padding: 8px 20px !important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button:hover,
body.woocommerce-account .woocommerce-form-login .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account .lost_reset_password .button:hover {
    background-color: #AE3C23 !important;
}
.elementor-widget-woocommerce-cart .woocommerce button.button:hover {
		border-color: var( --e-global-color-primary ) !important;
}
