/*
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;
}
.variable-items-wrapper{
	    margin-left: 15px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: white;
    text-align: center;
    padding-bottom: 20px;
    border-radius: 10px;
}
.woocommerce ul.products li.product a img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: white;
    text-align: center;
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
}
 
.span-color span {
    color: #00f2ff;
    position: relative;
}
.span-color span::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -6px;
    left: 5px;
    background: #00f2ff;
    height: 2px;
}


@media (max-width: 480px){
	
 

}

@media (max-width: 418px){
	.span-color h2{
		padding: 0 10px;
	}
}
