/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
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
*/

 
.custom-out-of-stock-badge{
	z-index: 6;
	position: absolute;
    left: 0px;
    background: #9c9b9b;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-family: 'yekanbakh','roboto';
}

.elementor-215 .elementor-element.elementor-element-2ce81a4.elementor-wc-products ul.products li.product.outofstock{
    position: relative;
}

.elementor-215 .elementor-element.elementor-element-2ce81a4.elementor-wc-products ul.products li.product.outofstock::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); 
    z-index: 5;
    pointer-events: none; 
    border-radius: 5px;
}

.elementor-215 .elementor-element.elementor-element-2ce81a4.elementor-wc-products ul.products li.product.outofstock a img {
    filter: grayscale(20%);
}