/*!
Theme Name: PopularFX Child
Theme URI: https://popularfx.com
Author: Pagelayer
Author URI: https://pagelayer.com
Description: Lightweight theme to make beautiful websites with Pagelayer. Includes 100s of pre-made templates to design your dream website !
Template: popularfx
Version: 1.2.4
License: LGPL v2.1
License URI: LICENSE
Text Domain: popularfx-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, entertainment, full-width-template, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, microformats, post-formats, theme-options, blog, rtl-language-support
Tested up to: 6.0
Requires PHP: 5.5

This theme is licensed under the LGPL v2.1.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.site-header .site-branding{
    display: block !important;
    padding: 15px 0;
}
.widget.widget-woof:after, .widget.WOOF_Widget:after {
    display: none !important;
}

.woocommerce-page.archive:not(.tax-product-compatability) #secondary.woocommerce-shop-widget-area {
    float: left !important;
    padding-right: 15px;
    max-width: 340px !important;
    width: 100% !important;
    margin: 0;
}

.woocommerce-page.archive:not(.tax-product-compatability) #primary.content-area {
    float: right !important;
    width: calc(100% - 340px);
    padding-left: 15px;
}

.woof_checkbox_label {
    margin: 0 0 0 7px;
}

.widget-woof > .widget-title {
    margin-bottom: 15px !important;
}

.woocommerce button.button.woof_reset_search_form {
    background: #000000;
    color: #fff;
    margin-bottom: 15px;
}

.woof_submit_search_form_container {
    margin: 0 !important;
}

.switch-language {
    position: absolute;
    top: 10px;
    left: 0;
}

body:not(.responsive-menu).classic-header-layout .switch-language {
    right: 0;
    left: auto;
}

#flags {
    width: auto !important;
}

.open-mobile-filter,.close-mobile-filter {
    display: none;
}

.woocommerce-shop-widget-area .widget {
    margin: 0;
}

@media (max-width: 992px) {
    .woocommerce-page.archive:not(.tax-product-compatability) #primary.content-area {
        width: 100% !important;
        padding: 0;
    }
    .open-mobile-filter {
        width: 38px;
        height: 38px;
        background: #000;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .woof.woof_sid_widget {
        margin-bottom: 15px;
    }
    .woof .woof_redraw_zone {
        padding: 20px 0 20px 20px;
        position: fixed;
        z-index: 9990;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100vh;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        transform: translateX(-100%);
        visibility: hidden;
        opacity: 0;
    }
    .woof.opened .woof_redraw_zone {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
    .close-mobile-filter {
        width: 38px;
        height: 38px;
        background: #000;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
    }
    .filter-container {
        overflow-y: auto;
        height: 100%;
    }
}
.shop-container {
    display: flex;
    flex-wrap: wrap;
}
.category-products {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}
.woof_start_filtering_btn{
    display:none !important;
}
a.woof_start_filtering_btn2 {
    display: block;
    border: solid 1px #ccc !important;
    color: #ccc !important;
}
