/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


.post-type-archive-product .box-image,
body.tax-product_cat .box-image
{
    background: #b5b5b5 !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.footer-secondary {
    padding: 0 !important;
}
body.single-product .woocommerce-product-gallery__wrapper {
    background-color: white !important;
}

body.single-shop-category .blog-share,
body.single-shop-category .entry-meta,
body.single-shop-category .entry-author,
body.single-shop-category .entry-header,
body.single-shop-category .navigation-post
{
    display: none;
}