/*
Theme Name: Les Forces de La Terre
Theme URI: https://lesforcesdelaterre.fr
Template: hello-elementor
Author: L.Web
Author URI: https://l-web.fr
Version: 1.0.1697025395
Updated: 2023-10-11 11:56:35

*/

strong {
    font-weight:bold !important;
}

.wpsl-search {
    background:transparent !important;
}

#wpsl-search-btn {
    color:#faf0e6;
    background:#45553D;
    border-radius:0;
    transition:all 0.5s;
    border:1px solid #45553D;
    box-shadow:0 0 0 white;
}

#wpsl-search-btn:hover {
    background:#faf0e6;
    color:#45553D;
}

li.product-category img, li.type-product img {
    transition:all 0.5s;
    opacity:1;
}

li.product-category:hover img, li.type-product:hover img {
    opacity:0.6;
}


li.product-category:hover h2, li.type-product:hover h2 {
    text-decoration:underline !important;
}