/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
#header .header-wrapper #masthead {
    padding: 0 30px;
    border-radius: 0 0 40px 40px;
    background-color: #2741b3;
}
#header .header-wrapper #wide-nav {
    padding: 70px 30px 10px 30px;
    margin-top: -60px;
    border-radius: 0 0 45px 45px;
    background-color: #6b6b6b;
}
#header .header-wrapper #wide-nav .flex-center .header-search-form .search-field {
    color: #6b6b6b;
    border: unset;
    background-color: #fff;
    border-radius: 50px 0 0 50px;
    padding: 25px;
}
#footer .mbws_footer-main {
	background-color: #2741b3;
}
#footer .wpcf7 .wpcf7-email {
    border: unset;
    background-color: #ffffff;
    color: #000000;
}
.single-product .product-main .product-page-price bdi, .single-product .product-main .product-title.product_title {
	color: #d00;

}
p.category, .woocommerce-Price-amount {
	color: #000000 !important;
	font-weight: 600;
}