/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: A child theme for Hello Elementor.
Author: Elementor Team
Author URI: https://elementor.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

ins {
    text-decoration: none;
}

h1.entry-title {
    display: none;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    display: none;
}

.woocommerce-Price-amount.amount {
    color: black;
    font-weight: 600;
}

.wpfFilterWrapper {
    border-bottom: 0.5px solid #E5E5E5;
	  margin-bottom: 35px !important;
}

.wfpTitle.wfpClickable {
    font-weight: 600;
    font-size: 20px;
}

.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {
    width: 100% !important;
    background: black;
    color: white;
    padding: 15px;
    border: none;
}

.wpfLiLabel {
    line-height: 30px;
	  text-transform: uppercase;
}

a.woocommerce-product-gallery__trigger {
    display: none;
}


