/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1720527268
Updated: 2024-07-09 12:14:28

*/

#form-field-providers,
#form-field-frequency_of_container,
input[name="form_fields[amount_of_container]"], 
input[name="form_fields[amount_of_container]"] ~ label,
#form-field-regular_price,
#form-field-sale_price{
    pointer-events: none;
}



span.term-count {
    opacity: .5;
}

.no-posts-label {
    color: #ccc; /* Light grey color to indicate no posts */
}

.no-posts-label input[type="checkbox"] {
    pointer-events: all; /* Ensure checkbox is clickable */
}
/*.provides-filter:after {*/
/*    content: 'Expand';*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    text-decoration: underline;*/
/*    font-weight: bold;*/
/*    margin-top: 10px !important;*/
/*}*/
/*.provides-filter.active:after {*/
/*    content: 'See Less';*/
/*}*/

/* Filter Styling */

span.term-count {
    opacity: .5;
}

.provides-filter .toggle {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}
.provides-filter .filter-list {
    height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
}
.provides-filter.active .filter-list {
    height: auto;
}

.reset-btn {
    margin-top: 20px;
}
.reset-btn button {
    font-size: 14px;
    padding: 10px 20px;
}
.accordion-toggle {
    cursor:pointer;
}
/*.accordion-content {*/
/*    max-height: 0;*/
/*    overflow: hidden;*/
/*    transition: max-height 0.3s ease-out;*/
/*}*/
/*.accordion-content.active {*/
/*    max-height: 500px;*/
/*}*/
/*@media screen and (max-width:767px) {*/
/*   .accordion-content.active {*/
/*    max-height: 750px !important;*/
/*} */
/*}*/

/* Cards Styling */
.fImage {
    mix-blend-mode: multiply;
}
/* Wizard */

span.elementor-field-option {
    padding: 15px 30px !important;
}
.elementor-field-subgroup.elementor-subgroup-inline {
    column-gap: 20px;
}