/**
 * CSS Pour la recherche
 * Author: GBI
 */
.search-results.woocommerce-page .woocommerce-products-header,
.search-results .woocommerce-products-header {
    margin-bottom:34px!important;
}
.search-results.woocommerce-page .woocommerce-products-header__title,
.search-results .woocommerce-products-header__title,
.search-results h1.page-title {
    max-width:900px;
    margin:0 0 18px!important;
    color:#241D18!important;
    font-size:48px!important;
    line-height:1.08!important;
    font-weight:500!important;
    letter-spacing:-.5px;
}
.search-results .woocommerce-breadcrumb,
.search-results.woocommerce-page .woocommerce-breadcrumb {
    margin:0 0 22px!important;
    color:#7A7065!important;
    font-size:14px!important;
    font-weight:500!important;
}
.search-results .woocommerce-breadcrumb a {
    color:#7A7065!important;
    text-decoration:none!important;
}
.search-results .woocommerce-breadcrumb a:hover {
    color:#B08A49!important;
}
/* Petit sous-texte sous le titre recherche */
.search-results.woocommerce-page .woocommerce-products-header::after,
.search-results .woocommerce-products-header::after {
    content:"Découvrez les produits correspondant à votre recherche parmi nos sélections en pierre naturelle.";
    display:block;
    max-width:720px;
    margin-top:12px;
    color:#6F655B;
    font-size:17px;
    line-height:1.5;
}
/* Cache breadcrumb sur recherche */
.search-results .woocommerce-breadcrumb {
    display:none!important;
}
.woocommerce-breadcrumb {
    display:none!important;
}
@media(max-width:767px){

    .search-results.woocommerce-page .woocommerce-products-header__title,
    .search-results .woocommerce-products-header__title,
    .search-results h1.page-title {
        font-size:34px!important;
        line-height:1.12!important;
    }
    .search-results.woocommerce-page .woocommerce-products-header::after,
    .search-results .woocommerce-products-header::after {
        font-size:15px;
    }

}
/* Cache le titre Boutique */
.post-type-archive-product .woocommerce-products-header__title.page-title{
    display:none!important;
}