/*
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.   ***************/

/* Use icon for parent categories */
.wpc-filter-product_cat.wpc-filter-taxonomy .wpc-filters-ul-list > li.wpc-has-children {
    position: relative;
}
.wpc-filter-product_cat.wpc-filter-taxonomy .wpc-filters-ul-list > li.wpc-has-children:before,
.mayarts-shop-filter-clear:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url(assets/images/ma-favicon-bow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 3px;
}

.mayarts-shop-filter-clear {
    position: relative;
    padding-left: 28px;
}
.mayarts-shop-filter-clear:before {
    top: 2px;
}


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


}