/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.uagb-block-f676acf4 .uagb-svg-wrapper {
    cursor: pointer;
}


.woof_container_inner .irs--sharp .irs-handle,
.woof_container_inner .irs--sharp .irs-min,
.woof_container_inner .irs--sharp .irs-max,
.woof_container_inner .irs--sharp .irs-from,
.woof_container_inner .irs--sharp .irs-to,
.woof_container_inner .irs--sharp .irs-bar,
.woof_container_inner .irs--sharp .irs-single {
    background-color: var(--ast-global-color-0);
}

.woof_container_inner .irs--sharp .irs-handle > i:first-child,
.woof_container_inner .irs--sharp .irs-from:before,
.woof_container_inner .irs--sharp .irs-to:before,
.woof_container_inner .irs--sharp .irs-single:before {
    border-top-color: var(--ast-global-color-0);
}


.icheckbox_square-orange,
.iradio_square-orange {
    background: url(assets/img/orange.png) no-repeat;
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-orange,
    .iradio_square-orange {
        background-image: url(assets/img/orange@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}


html {
    scroll-behavior: smooth;
}

#additional-content {
    scroll-margin-top: 100px; /* wysokość odstępu od góry */
}


.ast-woocommerce-product-gallery__image.flex-active-slide:after {
    border: 4px solid var(--ast-global-color-0);
}


/* Styling arrow size in photoswipe */

/* 1) Bigger hit area for buttons */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    width: 64px;
    height: 64px;
}

/* 2) Replace the default sprite on :before with our SVGs */
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: ""; /* ensure the pseudo-element renders */
    display: block;
    width: 48px; /* arrow icon size */
    height: 48px;
    margin: 8px; /* centers 48x48 inside 64x64 */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    /* IMPORTANT: clear the default-skin sprite */
    background-image: none !important;
}

/* Left arrow SVG (white, stroked) */
button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--left:focus {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBvbHlsaW5lIHBvaW50cz0nMzAsMTIgMTgsMjQgMzAsMzYnIGZpbGw9J25vbmUnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLXdpZHRoPSc0JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4=") !important;
}

/* Right arrow SVG */
button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover, button.pswp__button--arrow--right:focus {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBvbHlsaW5lIHBvaW50cz0nMTgsMTIgMzAsMjQgMTgsMzYnIGZpbGw9J25vbmUnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLXdpZHRoPSc0JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4=") !important;
}


/* Optional: make them a bit bolder on hover/focus */
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right:hover,
button.pswp__button--arrow--left:focus,
button.pswp__button--arrow--right:focus {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .6));
    opacity: .95;
}


.tinv-header .navigation-button .ftinvwl-chevron-left {
    display: none;
}


/** Wishilist */

.product-action button.tinvwl-button {
    margin-bottom: 4px;
}

.ast-grid-right-center-section {
    display: none;
}

.site-header-section > * {
    padding: 0 8px;
}

/** Modal */
/* basic, unopinionated modal styles */
.modal {
    display: none;
}

.modal.is-open {
    display: block;
}

.modal__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    display: grid;
    place-items: center;
    z-index: 9999;
}

.modal__container {
    width: min(720px, 92vw);
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    color: #111;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.modal__title {
    font-size: 1.25rem;
    margin: 0;
}

.modal__close {
    color: #000;
    appearance: none;
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.modal__close::after {
    content: "✕";
}

.modal__content {
    margin-top: 10px;
}


.woocommerce-page.woocommerce-checkout form #order_review td.product-name, .woocommerce.woocommerce-checkout form #order_review td.product-name {
    flex-wrap: unset;
}


.woocommerce-page.woocommerce-checkout form #order_review td, .woocommerce-page.woocommerce-checkout form #order_review th, .woocommerce.woocommerce-checkout form #order_review td, .woocommerce.woocommerce-checkout form #order_review th {
    padding-left: 18px;
}


.post-template-default .sidebar-main, .tax-product_cat .sidebar-main {
    position: sticky;
    top: 120px;
}

#ez-toc-container {
    border: 0px;
}


#ez-toc-container ul.ez-toc-list li.active {
    display: block;
}

#ez-toc-container ul.ez-toc-list li {
    margin-bottom: 4px;
}

/** Category filters */

.ast-collapse-filter {
    .ast-filter-wrap {
        display: block !important;
    }

    #woof_widget-2 #search {
        display: none;
    }

    .woof_sid_widget {
        border: solid 1px #eee;
        border-radius: 3px;
        box-shadow: inset 0px 1px 0px 0px #fff;
        background: #fefefe;
        padding: 16px;
    }

    .woof_redraw_zone {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }

    .woof_container {
        width: 100%;
        min-width: 150px;
    }

    .chosen-container {
        width: 100% !important;
        min-width: 150px !important;
    }

    .woof_container,
    .woof_container_mselect {
        min-height: fit-content;
        max-height: 250px
    }

    .woof_text_search_container {
        input.woof_husky_txt-input {
            max-height: 35px;
            padding: 2px 0 2px 5px;
            font-size: 14px;
            color: #444;
            font-weight: 400;
            line-height: 24px;
        }

        input.woof_husky_txt-input::placeholder {
            color: #444;
        }
    }
}

@media only screen and (min-width: 992px) {
    .ast-collapse-filter {
        .woof_fs_by_price {
            padding-left: 16px;
            padding-right: 8px;
        }

        .woof_meta_slider_container {
            padding-right: 8px;
        }

        .woof_redraw_zone {
            flex-direction: row;
            gap: 4px;
        }

        .woof_container {
            width: 33%;
        }
    }
}
