/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.1.0.1650280762
Updated: 2022-04-18 11:19:22

*/


.entry-header .entry-title {
	
	display:none;
}

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0px;
}

.site-header.storefront-breadcrumb {
	
	display:none;
} 

.storefront-breadcrumb {
	
    padding: 5px !important;
    margin: 5px !important;
}

//ocultar buscador cabecera 


@media (min-width: 768px) {
    #masthead .col-full {
        display: flex;
        align-items: center;
    }

    #masthead .main-navigation {
        text-align: right;
    }

    .woocommerce-active .site-header div.site-branding {
        width: auto;
    }

    .widget_search form, .widget_product_search form {
        display: none;
    }
}  


//CAMBIAR COLOR DE LA LUPA DE BUSQUEDA

path.search-icon-path{
    fill: #FF0000 !important
}







