/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.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
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 */


.page-id-193 {
  background-color: #000;
  color: #fff !important; /* optional: ensure text is readable */
}

h2.gform_title {
    display: none;
}

.elementor-widget.elementor-widget-wc-categories ul.products.elementor-grid li.product-category.product img{
    display: none !important;
}
.elementor-widget.elementor-widget-wc-categories ul.products.elementor-grid {
    border: 2px solid #222;
}
.elementor-widget.elementor-widget-wc-categories ul.products.elementor-grid li.product-category.product {
    min-height: auto;
	background: #222;
}
.elementor-widget.elementor-widget-wc-categories ul.products.elementor-grid li.product-category.product h2.woocommerce-loop-category__title {
    text-align: left;
    padding: 15px 15px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.elementor-widget.elementor-widget-wc-categories ul.products.elementor-grid li.product-category.product h2.woocommerce-loop-category__title mark.count {
    color: #fff;
}
.elementor-widget.elementor-widget-wc-categories ul.products.elementor-grid li.product-category.product:hover {
    background: #fff;
}
.elementor-widget.elementor-widget-wc-categories ul.products.elementor-grid li.product-category.product:hover a,
.elementor-widget.elementor-widget-wc-categories ul.products.elementor-grid li.product-category.product:hover h2,
.elementor-widget.elementor-widget-wc-categories ul.products.elementor-grid li.product-category.product:hover h2.woocommerce-loop-category__title mark.count  {
    color: #000;
}
input#gform_submit_button_1 {
    padding: 10px 35px 10px 35px;
    background-color: #000;
    color: #FFF;
}

.elementor-widget-container h2 {
    text-align: center;
}

.elementor-widget-container span {
    text-align: center !important;
}


div#gform_1_validation_container {
    display: none;
}

a.mega-menu-link {
    font-family: 'Poppins' !important;
}

a.page-numbers {
    color: #000;
}
.elementor-element.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
    padding: 0 5px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart
 {
    margin-bottom: 20px;
}