/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #6E8C03;
}
.swal2-popup {
	background-color: #F2F1DC!important;
	border-radius: 20px!important;
}
.grecaptcha-badge {
    visibility: hidden;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: unset!important;
}
.woocommerce .elementor-1560 .elementor-element.elementor-element-9fe0988 form.cart table.variations tr th, .woocommerce .elementor-1560 .elementor-element.elementor-element-9fe0988 form.cart table.variations tr td {
	padding-left: 0;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading {
	background-color: unset!important;
	border: 0!important;
	border-color: unset!important;
	padding: 0px!important;
	font-family: 'Open Sans';
}
.cwginstock-subscribe-form .panel-primary {
	border: 0!important;
	border-color: unset!important;
	font-family: 'Open Sans';
	box-shadow: none!important;
	color: #44592E!important;
	margin-bottom: 0px!important;
}
.cwginstock-panel-heading h4 {
	color: #44592E!important;	
	font-size: 1rem;
	text-align: left!important;
	font-family: 'Open Sans';
}
.cwginstock-subscribe-form .panel-body {
	padding:0px!important;
	font-family: 'Open Sans';
}
.cwginstock-panel-body input[type=submit] {
	background-color: var( --e-global-color-b84d32b );
	border: 0;
	border-radius: 0px 0px 010px 0px;
}
.single_variation input:focus-visible {
	outline: none!important;
}
.single_variation input:focus {
	outline: none!important;
}
.single_variation input[type=submit] {
	padding: 0px;
	background-color: unset;
	border: 0px;
	text-decoration: underline;
    font-style: italic;
	font-family: 'Open Sans';
	font-size: 0.8rem;
	color: #6E8C03;
	margin-bottom: 10px;
}
.single_variation input[type=submit]:hover {
	color: #44582E;
}

.swal2-close:focus {
	outline: none;
	box-shadow: unset!important;
}
.woocommerce-variation-add-to-cart-disabled {
	display: none!important;
}
.in-stock {
	display: none;	
}
.swal2-close {
	background-color: unset!important;
	color: black!important;
	font-size: 1.5rem!important;
	top: 5px!important;
	right: 5px!important;
}
.cwginstock-panel-body input[type=email], .cwginstock-panel-body input[type=text], .form-group {
	    background-color: #FFFFFF00;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
	text-align: left!important;
	outline: none!important;
	color: #44592E!important;
}
#toggle { display: none; }


@media (max-width: 768px) {
	
}