/* 
Theme Name: Hello Elementor Child
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Template: hello-elementor
Version: 2.9.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
*/

/* Add your custom styles here */

.elementor-video {border-radius:20px;}

.dropdown-menu-shop .elementor-item{color:black;}
.dropdown-menu-shop .elementor-item:hover{color:black;}
.dropdown-menu-shop .elementor-nav-menu{
	fill: #000000;
    color: #000000;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
    border-radius: 50px 50px 50px 50px;
}

.wc-block-components-product-name{font-size:1.4rem!important;}
.wc-block-components-product-metadata__description>p{font-size:1rem!important;}
.summary-content .product_meta {display:none!important;}
.summary-content .woocommerce-variation-availability>.in-stock{display:none!important;}
.summary-content .product_meta{display: grid;}
.variations_form .single_add_to_cart_button {background-color: #2b9f28!important;padding:12px!important;}

body {
    font-family: Questrial, sans-serif;
}
.e--pointer-underline .elementor-item:after {
    height: 1px !important;
}

#th_main_menu .elementor-nav-menu li.menu-item > a,
#th_footer_menu .elementor-nav-menu li.menu-item > a{
    padding: 0 !important;
}

#th_main_menu .elementor-nav-menu li.menu-item ,
#th_footer_menu .elementor-nav-menu li.menu-item{
    padding: 13px 20px !important;
}

/* mailchimp START */
#th_mailchimp_container #th_mailchimp_text p {
    margin-bottom: 0;
}
#th_mailchimp_shortcode .th_mailchimp {
    position: relative;
    max-width: 376px;
    width: 100%;
}
#th_mailchimp_shortcode .th_mailchimp input[type='email']{
    background: transparent;
    border-radius: 25px;
    font-size: 17px;
    width: 100%;
    max-width: 475px;
    padding-top: 15px;
    padding-right: 40px;
}
#th_mailchimp_shortcode .th_mailchimp .th_mailchimp_label{
    position: absolute;
    top: 1px;
    left: 18px;
    line-height: 1.5;
    color: var(--e-global-color-text);
    font-family: Questrial, sans-serif;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: .1s ease;
}
#th_mailchimp_shortcode .th_mailchimp_label.th_active,
#th_mailchimp_shortcode .th_mailchimp input[type='email']:hover ~ .th_mailchimp_label,
#th_mailchimp_shortcode .th_mailchimp input[type='email']:focus ~ .th_mailchimp_label{
    line-height: 20px;
    font-size: 11px;
}
#th_mailchimp_shortcode .th_mailchimp .th_mailchimp_submit_btn{
    position: absolute;
    border: unset;
    top: 0;
    right: 0;
    height: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 14px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-3 0 24 10" fill="none" aria-hidden="true" focusable="false" class="icon icon-arrow"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"></path></svg>') center/contain no-repeat;
}
/* mailchimp FINISH */
#th_footer_social_media .elementor-social-icons-wrapper a.elementor-icon{   
    color: var(--e-global-color-primary);
}
#th_footer_social_media .elementor-social-icons-wrapper .elementor-grid-item:hover a.elementor-icon i,
#th_footer_social_media .elementor-social-icons-wrapper .elementor-grid-item:hover a.elementor-icon svg{  
    scale: 110%;
    transition: 0.2s ease;
}

#th_footer_rights {
    max-width: fit-content;
}
#th_footer_rights a{
    color: var(--e-global-color-primary);
}
#th_footer_rights a:hover{
    padding-bottom: 0px;
    border-bottom: 1px solid var(--e-global-color-primary);
}

ul.footer-copyright-menu {
    display: flex;
}

.footer-copyright-menu li {
    margin: 0 15px;
}

input.wpcf7-form-control, textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 30px;
    color: #333;
	width: 100%;
}

form.wpcf7-form.init label {
	width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 10px 40px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    #th_main_menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: absolute;
        top: 33px;
        left: -20px;
        width: 100vw;
        height: calc( 100vh - 59px );
        background: #fff;
        z-index: 1;
    }
	h1 {
		font-size: 20px !important;
		font-weight: 700 !important;
	}	
	h2 {
		font-size: 20px !important;
		font-weight: 700 !important;
	}
	h5 {
		font-size: 15px;
	}
}

.wc-block-components-product-metadata__description img {
	display: none;
}

.wc-block-components-product-metadata__description a{display:none;}
.wc-block-components-product-metadata__description > :nth-child(n+2){display:none;}
.wc-block-components-product-metadata__description>p{
	font-size: 1.25rem;
	margin-block-start: .5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;}
.wc-block-checkout__terms{
	display:none;
}
.wc-block-components-checkout-place-order-button {
    color: #fff;
    background-color: #2b9f28;
    border: 1px solid #2b9f28;
}

.wc-block-cart__submit-button {
    align-items: center;
    height: auto;
    justify-content: center;
    position: relative;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
    width: 100%;
    color: #fff;
    background-color: #2b9f28;
    border: 1px solid #2b9f28;	
}
.wc-block-components-button {
    text-decoration:none!important;	
}
.wc-block-cart__submit-button:hover {
    color: #fff;
    background-color: #24780e;	
}
.wc-block-components-checkout-place-order-button:hover {
    color: #fff;
    background-color: #24780e;
}
.wp-block-woocommerce-checkout {
    padding: 25px;
}
.wp-block-woocommerce-checkout-express-payment-block{display:none;}
.wp-block-woocommerce-cart-express-payment-block{display:none;}
.entry-title{margin:15px;}
.alignwide {
    margin-left: 10px!important;	
    margin-right: 10px!important;	
}
.polylang_langswitcher{padding:0px!important;}

#wpforms-form-2134 .wpforms-submit{
	fill: #000000;
    color: #000000;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
    border-radius: 50px 50px 50px 50px;
}
#wpforms-form-2148 .wpforms-submit{
	fill: #000000;
    color: #000000;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
    border-radius: 50px 50px 50px 50px;
}
#wpforms-form-2134 .wpforms-submit:hover{
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #f5f5f5 !important;
}
#wpforms-form-2148 .wpforms-submit:hover{
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #f5f5f5 !important;
}
#wpforms-form-2134 .wpforms-submit:focus:after {
  border: none;	
}
#wpforms-form-2148 .wpforms-submit:focus:after {
  border: none;	
}
#wpforms-2134-field_2:focus{
border-color: #000000;
    box-shadow: none;
}
#wpforms-2148-field_2:focus{
border-color: #000000;
    box-shadow: none;
}
#wpforms-2134-field_2{
min-width:200px;
}
#wpforms-2148-field_2{
min-width:200px;
}
#wpforms-form-2134 .wpforms-field {
    padding-right: 5px;
    padding-left: 5px;
}
#wpforms-form-2148 .wpforms-field {
    padding-right: 5px;
    padding-left: 5px;
}
@media (max-width: 432px) {
#wpforms-form-2134 .wpforms-field-container {
    width: 100%!important;
}
#wpforms-form-2148 .wpforms-field-container {
    width: 100%!important;
}
	.elementor-widget-shortcode{width:100%!important;}
}

#wpforms-form-2134,#wpforms-form-2148 {flex-wrap: wrap;}

#wpforms-form-2134 .wpforms-field-container {
	width: auto;
}
#wpforms-form-2148 .wpforms-field-container {
	width: auto;
}
.sib-email-area, .sib-FIRSTNAME-area, .sib-LASTNAME-area {color:white;}
.sib-email-area input, .sib-FIRSTNAME-area input, .sib-LASTNAME-area input {color:black;}
.sib-default-btn {font-weight: bold;}

.elementor-location-footer .sib-email-area{color:black;min-width:145px;margin-right:5px;} 
.elementor-location-footer .sib-FIRSTNAME-area{color:black;min-width:145px;margin-right:5px;} 
.elementor-location-footer .sib-LASTNAME-area{color:black;min-width:145px;}
.elementor-location-footer .sib-FIRSTNAME-area{max-width: 98%;}
.elementor-location-footer .sib-email-area{max-width: 98%;}

.elementor-location-footer .sib-button{align-content: end;}
.elementor-location-footer .sib_signup_box_inside_1{display:flex;}
.elementor-location-footer .sib_signup_box_inside_2{display:flex;}
@media (max-width: 767px) {
.elementor-location-footer .sib_signup_box_inside_1{flex-direction: column;}
.elementor-location-footer .sib_signup_box_inside_2{flex-direction: column;}
}
.elementor-location-footer .sib-email-area{font-size:1rem;} 
.elementor-location-footer .sib-FIRSTNAME-area{font-size:1rem;}
@media only screen and (max-width: 768px) {
    h4 {
        font-size: 18px !important;
        font-weight: 500 !important;
    }
}