/*
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 */

/* Hide header (Elementor Hello header) */
 
.site-footer {
    
    display: none; 
}

/* Adjust banner section */
.musc-banner-sec {
    position: relative !important;
    z-index: 99 !important;
    margin-top: -78px !important;
}

/* Selling products section title */
.SELLING-RPDUCTS-SEC h2 {
    color: #000 !important;
    font-size: 17px !important;
    font-family: 'Ubuntu', sans-serif !important;
}

/* Variable product buttons */
.SELLING-RPDUCTS-SEC a.button.product_type_variable {
    background: #000 !important;
    color: #fff !important;
}

/* WooCommerce product price style */
.woocommerce ul.products li.product .price {
    display: block !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: .5em !important;
    color: #000 !important;
}

/* Footer */
#site-footer,
footer {
    background: #000 !important;
    color: #fff !important;
}

/* Contact form textarea */
.form-cus-sec textarea {
    line-height: normal !important;
    height: 200px !important;
}

/* Contact form buttons */
.form-cus-sec [type=button],
.form-cus-sec [type=submit],
.form-cus-sec button {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
}

 .SELLING-RPDUCTS-SEC a.button {
    background: #000000;
    color: #fff;
}
 
 a.button {
    background: #000000 !important;
    color: #fff !important;
}

 h2.woocommerce-loop-product__title {
    color: #000;
}
