/*/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/* Ton CSS personnalisé */

.blog .page-header {
    display: none !important;
}
#site-header {
    box-shadow: none !important;
    border-bottom: 5px solid rgba(185, 185, 166, 0.4) !important;
}
.blog .blog-entry-comments,
.blog .blog-entry-date {
    display: none !important;
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}

.zoomImg {
    display: none !important;
}

.woocommerce ul.products li.product{
    display: flex;
    flex-direction: column;
}

.count {
    display: none !important;
}

.woocommerce ul.products li.product .button{
    margin-top: auto;
}
.page-header-title,
.page-header-description {
    display: none !important;
}