/*
Theme Name: Storefront Child
Theme URI: http://example.com/storefront-child/
Description: My first WooCommerce child theme
Author: Your Name
Author URI: http://example.com
Template: storefront
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


select {border-radius:5px;padding:3px;}
.button {border-radius:5px!important;}
.site-header {border:0px;}
.main-navigation ul.menu ul.sub-menu {background-color:lightgray;}
.widget_nav_menu ul li::before {
    content: "";
}
 .site-footer a{color:white!important;}

.site-footer {width:100%;background:black!important;}

body.page-id-49 .wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:transparent!important;}

.wp-block-woocommerce-coming-soon {background-color:white!important;}