/*
Theme Name:     Avokado Elementor Child
Theme URI:      https://avokado.rs/
Description:    Avokado Elementor Child is a child theme of Hello Elementor. All Rights Reserved.
Author:         Avokado.rs
Author URI:		https://avokado.rs/
Template:       hello-elementor
Version:        1.0.1
Text Domain: avokado-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
html, body {
	overflow-x: clip;
}

.grecaptcha-badge {
	visibility: hidden;
}
.woocommerce-notices-wrapper {
	display: none !important;
}
.woocommerce-message {
	display: none !important;
}
@media(max-width: 767px){
	.all-filters .wpc-open-close-filters-button {
		 width: 100%;
	}
	.all-filters .wpc-button-inner {
		justify-content: center;
	}
	.all-filters {
		box-shadow: none !important;
	}
}
.product-card-loop .btn-product-card .elementor-button {
	visibility: hidden;
	opacity: 0;
}
.product-card-loop:hover .btn-product-card .elementor-button{
	visibility: visible;
	opacity: 1;
}

.outofstock .featured-single img {
    filter: grayscale(100%);
}