<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Ostylować checkboxy pod Newsletterem */
label &gt; input[type=checkbox] {
    z-index: -1;
}

label &gt; input[type=checkbox]:after {
    content: ' ';
    display: block;
    height: 16px;
    width: 16px;
    border: 1px solid #D2D2D2;
    z-index: 2;
    background: #fff;
	outline: 2px solid #fff;
}

label &gt; input[type=checkbox]:checked:after {
    /*content: '≡';
    color: #F53D0C;
    background: #D2D2D2;
    font-size: 8px;
    font-weight: bold;
    text-shadow: 0px 1px 0 #F53D0C;
    text-align: center;
    padding-top: 2px;*/
	content: url(../images/check.png);
    border: none;
}

@media (max-width: 991px) {
    .tnp.tnp-subscription .tnp-field {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .woocommerce-page #primary.content-area {
        padding-top: 0;
    }

    .woocommerce-page #primary.content-area .woocommerce-result-count {
        display: none;
    }

    .woocommerce-page #secondary {
        position: relative;
        padding-top: 0;
    }

    .woocommerce-page #secondary #pwb_dropdown_widget-2 .widget-title {
        display: none;
    }

    .woocommerce-page #secondary #pwb_dropdown_widget-2 .pwb-dropdown-widget {
        position: absolute;
        top: 0;
        z-index: 9;
        right: -145px;
    }
}

@media (min-width: 1120px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children:hover &gt; a.mega-menu-link:before {
        border-bottom: 20px solid transparent !important;
    }

    #mega-menu-primary li.mega-menu-item-has-children &gt; .mega-sub-menu:before {
        content: ' ' !important;
        display: block !important;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 20px solid #eef0f4;
        position: absolute;
        top: -15px;
        left: calc(50% + 40px);
        opacity: 1;
    }
}


@media (min-width: 1200px) {
    #mega-menu-primary li.mega-menu-item-has-children &gt; .mega-sub-menu:before {
        left: calc(50% + 140px);
    }
}


@media (min-width: 1025px) {
    .lb-closeContainer {
        left: calc(50% + 512px) !important;
        right: auto !important;
        top: -30px !important;
    }
}

.lb-data .lb-close {
    background-size: 20px;
}

.lb-nav a.lb-next {
    display: block;
    position: absolute;
    height: 15px;
    width: 25px;
    bottom: -20px;
    background: url("/wp-content/themes/aqina/assets/images/arrow_red_right.svg") 0 0 no-repeat;
    opacity: 1;
    filter: grayscale(100%) invert(100%);
    -webkit-filter: grayscale(100%) invert(100%);
}

.lb-nav a.lb-prev {
    display: block;
    position: absolute;
    height: 15px;
    width: 25px;
    bottom: -20px;
    background: url("/wp-content/themes/aqina/assets/images/arrow_red_right.svg") 0 0 no-repeat;
    transform: rotate(180deg);
    opacity: 1;
    filter: grayscale(100%) invert(100%);
    -webkit-filter: grayscale(100%) invert(100%);
    left: auto;
    right: 70px;
}</pre></body></html>