/**
 * 0005 - WBW Product Filter Display Targets - v1.0.4
 * Frontend CSS for targeted WBW filter placement.
 */

body.rwiz-0005-target-active .rwiz-0005-wbw-target-filter {
    clear: both;
    margin: 0 0 18px;
}

body.rwiz-0005-target-active .rwiz-0005-wbw-target-filter:empty {
    display: none !important;
}

body.rwiz-0005-target-active .rwiz-0005-wbw-target-filter [id^="wpfMainWrapper-"] {
    margin-bottom: 18px;
}

@media (min-width: 850px) {
    body.rwiz-0005-target-active .rwiz-0005-wbw-target-filter[data-rwiz-0005-location="woocommerce_sidebar"] {
        margin-bottom: 22px;
    }
}

@media (max-width: 849px) {
    body.rwiz-0005-target-active .rwiz-0005-wbw-target-filter {
        margin: 16px 10px 18px;
    }

    body.rwiz-0005-target-active .rwiz-0005-wbw-target-filter select,
    body.rwiz-0005-target-active .rwiz-0005-wbw-target-filter input,
    body.rwiz-0005-target-active .rwiz-0005-wbw-target-filter button {
        max-width: 100%;
    }
}

/* v1.0.4 footer DOM-move fallback. The fallback is hidden while it sits in wp_footer and is revealed after JS moves it into a visible archive area. */
body.rwiz-0005-target-active .rwiz-0005-dom-move-source {
    display: none !important;
}

body.rwiz-0005-target-active .rwiz-0005-dom-move-target {
    display: block !important;
    margin: 0 0 18px;
}

body.rwiz-0005-target-active .shop-sidebar .rwiz-0005-dom-move-target,
body.rwiz-0005-target-active .sidebar .rwiz-0005-dom-move-target {
    margin-bottom: 22px;
}
