:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    
    --bs-body-bg: #ffffff;
    --bs-gray: #6c757d;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-success: #00c853;
    --bs-success-lighter: #00d057;
    --bs-info: #0076FF;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}


:root {
    --bs-primary: #0d6efd; 
    --bs-primary-bg: #ffffff; 
    --bs-primary-text: #212529;
    --bs-secondary-bg: #eeeeee; 
    --bs-secondary-text: #212529; 
    --bs-accent: #07c152; 
    --bs-footer-bg: #ffffff; 
    --bs-footer-text: #212529; 
    
    --bs-preloader-second: #f21559; 
    --heading-prices-choose: #d63384;
    --bs-delete-lighter: #ff5e85;
    
    --bs-primary-lighter: #6AA4FF;
    --bs-primary-darker: #004CCB;
    --bs-secondary-lighter: #eeeeee;
    --bs-secondary-darker: #eee;
    --bs-primary-bg-lighter: #ffffff;
    --bs-primary-bg-darker: #f9f8fa;
    --bs-secondary-bg-lighter: #fff;
    --bs-secondary-bg-darker: #15161b;
    --bs-success-lighter: #00d057;
    --bs-accent-lighter: #00d057;
    --bs-gray: #6c757d;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-success: #00c853;
    --bs-info: #0076FF;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    
    --bs-body-color: #212529;
    --ip-btn-primary-background: #0d6efd;
    --ip-btn-primary-text: #ffffff;
    --ip-radio-primary-background: #ffffff;
    --ip-radio-primary-text: #212529;
    --ip-radio-primary-border: #0d6efd;
    --ip-radio-checked-background: #0d6efd;
    --ip-radio-checked-text: #ffffff;
    --ip-prices-chosen-background: #f9f8fa;
    --ip-prices-btn-color-text: #ffffff;
    --ip-prices-btn-secondary-background: #00d057;
    --ip-modal-primary-background: #ffffff;
    
    --ip-header-main-bg: #ffffff; 
    --ip-product-icons-text-color: #212529;
    --ip-header-menu-text-color: #6c757d;
    --ip-header-menu-text-color-active: #0d6efd;
    --ip-product-tab-list-nav-link-color: #212529;
    --ip-product-tab-list-nav-link-color-active: #0d6efd;
    --ip-btn-outlined-background: #ffffff;
    --ip-btn-outlined-text: #0d6efd;
    --ip-btn-outlined-secondary-background: #ffffff;
    --ip-btn-outlined-secondary-text: #0d6efd;
    --ip-product-icons-background-color: #ffffff;
    --ip-banner-text: #212529;
    --ip-input-text: #212529; 
    --ip-input-background: #ffffff; 
    --ip-carousel-button-color: #0d6efd;
    --ip-border-radius-boxes: 8px;
    --ip-border-radius-buttons: 50px;
    --ip-border-radius-inputs: 16px;
    --ip-box-shadow-boxes: 0 3px 24px rgba(0, 0, 0, .09);
    --page-max-width: 1200px; 
    --base-font-size: 16px; 
    --base-font-family: 'Arial', sans-serif; 
    --heading-font-family: 'Roboto', sans-serif; 
    --product-box-size: 250px; 


    
    --ip-icon-primary-1: #7f6eff;
    --ip-icon-primary-2: #7e37ff;
    --ip-icon-primary-3: #7c00ff;
    --ip-icon-primary-4: #6120de;
    --ip-icon-primary-5: #4300c4;

    --ip-icon-primary-accent: #f5a8f5;

    --ip-icon-secondary-1: #fff;
    --ip-icon-secondary-2: #f3f3f3;
    --ip-icon-secondary-3: #e9e9e9;
    --ip-icon-secondary-4: #e4e4e4;
    --ip-icon-secondary-5: #ccc;

    --ip-icon-eco-1: #f4e3d3;
    --ip-icon-eco-2: #f4e0ce;
    --ip-icon-eco-3: #dbccbd;

    --ip-icon-darkest: #3a3a3a;
}


/**************************$GLOBAL*************************************/

:root {   
    --bs-blue: #1087d1;
    --bs-primary: #1087d1;
    --bs-primary-bg: #ffffff;
    --bs-primary-text: #212529;
    --bs-secondary-bg: #f8f9fa;
    --bs-secondary-text: #212529;
    --bs-accent: #07c152;
    --bs-footer-bg: #ffffff;
    --bs-footer-text: #212529;
    --bs-preloader-second: #f21559;
    --heading-prices-choose: #1087d1;
    --bs-delete-lighter: #ff5e85;
    --bs-primary-lighter: #2A3342;
    --bs-primary-darker: #345877;
    --bs-secondary-lighter: #f8f9fa;
    --bs-secondary-darker: #f8f9fa;
    --bs-primary-bg-lighter: #ffffff;
    --bs-primary-bg-darker: #f9f8fa;
    --bs-secondary-bg-lighter: #fff;
    --bs-secondary-bg-darker: #15161b;
    --bs-success-lighter: #00d057;
    --bs-accent-lighter: #00d057;
    --bs-gray: #6c757d;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-success: #00c853;
    --bs-info: #345877;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-body-color: #212529;
    --ip-btn-primary-background: #1087d1;
    --ip-btn-primary-text: #ffffff;
    --ip-radio-primary-background: #ffffff;
    --ip-radio-primary-text: #212529;
    --ip-radio-primary-border: #1087d1;
    --ip-radio-checked-background: #1087d1;
    --ip-radio-checked-text: #ffffff;
    --ip-prices-chosen-background: #f9f8fa;
    --ip-prices-btn-color-text: #ffffff;
    --ip-prices-btn-secondary-background: #00d057;
    --ip-modal-primary-background: #ffffff;
    --ip-header-main-bg: #ffffff;
    --ip-product-icons-text-color: #212529;
    --ip-header-menu-text-color: #6c757d;
    --ip-header-menu-text-color-active: #1087d1;
    --ip-product-tab-list-nav-link-color: #212529;
    --ip-product-tab-list-nav-link-color-active: #1087d1;
    --ip-btn-outlined-background: #ffffff;
    --ip-btn-outlined-text: #1087d1;
    --ip-btn-outlined-secondary-background: #ffffff;
    --ip-btn-outlined-secondary-text: #1087d1;
    --ip-product-icons-background-color: #ffffff;
    --ip-banner-text: #212529;
    --ip-input-text: #212529;
    --ip-input-background: #ffffff;
    --ip-carousel-button-color: #1087d1;
    --ip-border-radius-boxes: 5px;
    --ip-border-radius-buttons: 5px;
    --ip-border-radius-inputs: 5px;
    --ip-box-shadow-boxes: 0 3px 24px rgba(0, 0, 0, .09);
    --page-max-width: 100%;
    --base-font-size: 16px;
    --base-font-family: 'Roboto', sans-serif;
    --heading-font-family: 'Montserrat', sans-serif;
    --product-box-size: 250px;
    --bs-body-line-height: 1.25;
}

span.payment-type-icon-12.payment-type-el {
    display: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--bs-info);
    transition: 0.3s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}

p, li, label {
    font-size: 0.9rem;
    line-height: 1.4rem;
}

p.smaller {
    font-size: 0.8rem;
    line-height: 1.3rem;
}

h2 {
     font-size: 1.5em;
     font-weight: 700;
}

h3 {
     font-size: 1.25em;
     font-weight: 700;
}

a h3 {
    font-size: 16px !important;
    color: var(--bs-primary-text);
    font-weight: 300 !important;
    font-family: inherit;
}

#content h3,
#footer h3 {
    padding-top: 15px;
    font-size: 18px;
    padding-bottom: 8px;
}

#article ul {
    background: var(--bs-gray-100);
    padding: 1rem 2rem;
    border-radius: 1em;
}

#article table {
    margin: 2em 1em;
}

#article th {
    color: #fff;
    padding: 10px 10px;
    background: var(--bs-gray-600);
}

#article td {
    padding: 10px 10px;
    border-bottom: 1px solid var(--bs-gray-300);
    word-wrap
}

#article tbody tr:nth-child(odd) {
background: var(--bs-gray-100);
}

#article tbody tr:hover {
background: #96c2d42b;
}

#article th, #article td {
vertical-align: top;
}

.toc { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid #e5e5e5; }
/* Pasek tytułu spisu treści */ .toc summary { cursor: pointer; padding: 12px 16px; font-size: 1.05rem; font-weight: 600; list-style: none; outline: none; }

/* Ukrycie domyślnego markera w niektórych przeglądarkach */ .toc summary::-webkit-details-marker { display: none; }

/* Strzałka rozwijania */ .toc summary::after { content: "▼"; float: right; transition: transform .2s ease; opacity: .7; } .toc[open] summary::after { content: "▲"; }

/* Lista linków */ .toc ol { margin: 0; padding: 8px 16px 12px; } .toc a { color: inherit; text-decoration: none; } .toc a:hover { text-decoration: underline; }

/* Gładkie przewijanie do sekcji i kompensacja sticky paska */ html { scroll-behavior: smooth; } h1, h2, h3, h4, h5, h6 { scroll-margin-top: 72px; }


section, p, ul, ol, .table {
    page-break-inside: avoid;
}

.popup .form .form-element button {
    border-radius: var(--ip-border-radius-buttons) !important;
}

strong.blue {
    color: var(--bs-primary);
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], textarea, select, .app-dropdown {
    border: 1px solid var(--bs-gray-400) !important;
}

.bg-white {
    background: white !important;
}

nav[aria-label="breadcrumb"] {
    display: block;
    margin: 0 !important;
}

li.breadcrumb-item {
    font-size: 11px;
}

.app-dropdown {
    background: #fff;
}

.cookie-consent-banner {
    bottom: 10px !important;
    left: 10px !important;
}


a .fa-caret-right, button .fa-caret-right  {
    display: none;   
}

.before-line:before{
    display: none;
}

.container .mt-4 ul, #article-content ul {
    padding: 1rem 0.5rem 1rem 2rem;
}

#pf-report .zoomist-image {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    .tab-pane.show.active {
        margin: 5px !important;
    }
}
/******************* $FAQ *************************************/
#faq .element {
  padding-top: 5px;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
}

#faq .element:hover {
   color: var(--bs-primary);
   
}

#faq .element:before {
    content: "\f0d7";  
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0px;
    color: var(--bs-primary);
    
}

#faq .content {
    background: var(--bs-gray-100);
    padding: 1rem 2rem;
    border-radius: 1em;
    color: var(--bs-primary-text);
}

/******************* $BUTTONY *************************************/

.ip-btn-primary, 
.pf-open-btn,
.popup .form .form-element button {
    border: 2px solid #4fa3fb !important;
    background: radial-gradient(73.9583% 281.25% at 19.1667% 82.2917%, rgb(54 162 254) 0%, rgb(15 135 209) 49.3123%) !important;
}

/*.pf-action-icons button, */
/*.pf-upload-btn {*/
/*    border: 2px solid var(--bs-primary-lighter) !important;*/
/*}*/

.pf-open-btn {
    padding: 7px 10px !important;
}

.disabled.start-preflight {
    border: none !important;
}

.ip-btn-success {
    border: 2px solid var(--bs-accent-lighter) !important;
    background: radial-gradient(73.9583% 281.25% at 19.1667% 82.2917%, rgb(68 229 88) 0%, rgb(7 193 82) 49.3123%) !important
}

.pf-open-btn:hover {
    border-color: #4fa3fb !important;
}

.prices-table .button-cena:hover {
     background: radial-gradient(73.9583% 281.25% at 19.1667% 82.2917%, rgb(37 107 167) 0%, rgb(60 74 99) 49.3123%) !important;
     border-color: #1087d1 !important;
 }

.product-view .d-table-row .d-table-cell * {
    color: inherit;
}


@keyframes pulseBlue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 153, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 102, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 195, 255, 0);
    }
}

@keyframes pulseGreen {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(2, 208, 87, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(2, 208, 87, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(2, 208, 87, 0);
    }
}

.ip-btn-primary:hover,
.pf-open-btn:hover,
.popup .form .form-element button:hover
{
    transform: scale(1);
    animation: pulseBlue 2s infinite;
    background: radial-gradient(73.9583% 281.25% at 19.1667% 82.2917%, rgb(54 162 254) 0%, rgb(43 51 65) 49.3123%) !important;;
}

.radio-wrap .radio-checked {
    background: radial-gradient(73.9583% 281.25% at 19.1667% 82.2917%, rgb(15 135 209) 0%, rgb(53 161 253) 49.3123%) !important;
}

.ip-btn-success:hover {
    transform: scale(1);
    animation: pulseGreen 2s infinite;
    background: radial-gradient(73.9583% 281.25% at 19.1667% 82.2917%, rgb(7 193 82) 0%, rgb(68 229 88) 49.3123%) !important
}
/******************* $IKONY *************************************/

.main-products2 {
   /* overflow: hidden;*/
    text-align: center;
    /*width: 95%;*/
    margin: 1em auto;
    max-width: 1360px;
}
    
.main-products2 a {
    display: inline-block;
    vertical-align: top;
    line-height: 1.2em;
    color: #000000;
    font-weight: 300;
    margin: 15px 20px 15px 20px;
}
    
.expand-link .icon-contract,
.expand-link:hover .icon-expand,
.expand-link:active .icon-expand {
    display: none;
}

.expand-link:hover .icon-contract,
.expand-link:active .icon-contract,
.icon-expand {
    display: block;
}

.icon-contract,
.icon-expand {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px 5px 50px 5px;
    transform: skewY(-5deg);
    position: relative;
    box-shadow: 9px 12px 6px 0px #d1d1d1;
}

.expand-link {
    -webkit-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    position: relative;
}

.expand-link:after {
    content: '';
    background: url(https://nexelior.preflight.co.pl/javascript/zawijas.svg);
    height: 41px;
    width: 35px;
    position: absolute;
    right: 0px;
    bottom: 3px;
}
    
p.t {
    margin-top: 1rem;
    font-size: 1rem;
}


@media (min-width: 591px) {
    .main-products2 a {
        margin: 0 20px 15px 20px;
        width: 120px;
        height: 200px;
    }
}

/**************************$HEADER*************************************/

.headerWrapper .page-container {
    max-width: 100%;
    padding: 0;
}

.navbar-brand > img:nth-child(1) {
    max-width: 170px;
}

#headerMain .navbar.headerNavbar {
    width: unset !important;
}

#headerMain {
    background: #2A3342 !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: row-reverse !important;
    border-bottom: 2px solid var(--bs-primary);
}

#headerMain .ip-btn-standard.position-relative svg {
    position: unset;
    transform: unset;
}

#headerMain .ip-btn-outlined-border-secondary, 
#headerMain .ip-btn-outlined {
    background: #2A3342 !important;
    border: none !important;
    color: #96c3d4 !important;
    font-weight: 400;
    font-size: 14px;
}

#headerMain .ip-btn-standard,
#headerMain .cart-btn {
    height: unset;
    width: unset !important;
    padding: 5px 20px;
    display: flex;
    justify-content: center !important;
    align-items: center;
    gap: 10px;
}

#headerMain .lighter.custom-navbar li a, 
#headerMain .custom-navbar li a  {
    color: #96c3d4 !important;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: center;
}

#headerMain i {
    font-size: 22px !important;
    color: var(--bs-primary);
}

#searchPrintingHouse, 
#headerMain #searchBar input,
#navbarsExample07XL input {
    padding: 5px 60px 5px 15px !important;
    width: 100% !important;
    background: #414959 !important;
    border: none !important;
        color: #adc2cd;
}

#headerMain #searchBar {
    padding: 10px;
}
#headerMain #searchBar input,
#navbarsExample07XL input {
    border-radius: var(--ip-border-radius-inputs) !important; 
}

#searchMagGlass {
    right: 15px !important;
    top: 12px !important ;
}

.headerWrapper.wrapped .navbar {
    overflow: unset !important;
}

#headerMain .item {
    display: flex;
    gap: 5px;
    padding: 8px;
}


#headerMain .item img {
    width: 30px;
    height: 30px;
    border-radius: 3px;
}

.notifications-and-comments i.fa.fa-comment {
    color: var(--bs-primary) !important;
}

.desktop-bot-header > ul {
    justify-content: space-between !important;
}

.desktop-bot-header > ul .desktopLogo {
    margin-right: unset !important;
}

#shield-check path {
    fill: var(--bs-primary);
}

#navbarsExample07XL [href="http://wydrukujemytolayout.iwareprint.pl/autoryzacja/panel"]:before {
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--bs-primary);
    font-size: 20px;
}

#navbarsExample07XL [href="http://wydrukujemytolayout.iwareprint.pl/autoryzacja/wyloguj"]:before {
    content: '\f2f6';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--bs-primary);
    font-size: 20px;
}

.navbar-toggler span {
    height: 2px !important;
    width: 22px !important;
}
.navbar-toggler {
    width: 22px !important;
    margin: 12px 20px !important;
}

.headerWrapper .nav-link {
    padding: 0;
}

.mobile-top-menu.opened {
    background: #424958;
    color: var(--bs-primary);
    padding: 22px;
}

.mobile-top-menu.opened .item:first-of-type {
    display: none !important;
}

#headerMain .item h3,
#headerMain .item p {
    font-size: 14px !important;
    margin-bottom: 0;
    color: #212529;
    /*padding: 5px;*/
    cursor: pointer;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 300;
}


#headerMain > .item:first-of-type,
#main-top-menu  > .item:first-of-type, 
#headerMain .mobile-top-menu.tablet > .item:first-of-type,
#headerMain > .item:first-of-type:after,
#main-top-menu  > .item:first-of-type:after, 
#headerMain .mobile-top-menu.tablet > .item:first-of-type:after{
    display: none;
} 

#main-top-menu .menu-header-wrapper {
    background: #fff !important;
}

ul#main-top-menu > li.item > .menu-header-wrapper > ul a {
    width: 100%;
}

ul#main-top-menu > li:hover,
.menu-header-wrapper .item:hover{
        background: #1087d129;
    }
    
.headerWrapper + #header-fixer {
    /*background: #171b22;*/
}
    
.cartCounter {
    left: 46px !important;
    padding: 4px 5px !important;
    width: unset;
    height: unset;
    top: auto !important;
}    

.not-read-number{
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    padding: 4px 5px !important;
    bottom: 13px !important; 
}
    
ul#main-top-menu > li.item > .menu-header-wrapper > ul a:hover {
    font-weight: unset !important;
}

ul#main-top-menu > li.item > .menu-header-wrapper,
ul#main-top-menu{
    border-radius: 0 !important;
}


ul#main-top-menu > li:after {
    content: '';
    position: absolute;
    right: 10px;
    border-top: 4px solid transparent;
    transform: translateY(6px);
    border-bottom: 4px solid transparent;
    border-left: 7px solid #C4C4C4;
}

ul#main-top-menu > li:hover:after {
    border-left: 7px solid var(--bs-primary);
}


@media screen and (min-width: 960px) {
    ul#main-top-menu {
        width: 250px !important;
    }
}

@media screen and (max-width: 767px) {
    #headerMain {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    #headerMain a img {
        max-width: 170px;
    }
    
    #headerMain.open {
        flex-direction: column !important;            
    }
    
    .navbar-toggler:not(.collapsed) span:nth-child(1),
    .navbar-toggler:not(.collapsed) span:nth-child(4) {
        display: none !important;
    }
    
    #headerMain .mobile-top-menu .item h3,
    #headerMain .mobile-top-menu .item p {
        color: #9cc3d3;
        padding: 5px 10px;
        font-weight: 400 !important;
    }
    
    ul.mobile-top-menu > li.item > ul {
        background-color: #434957 !important;
        box-shadow: none !important; 
    }
    
    .mobile-top-menu.mobile > .opened-list {
        flex-direction: column;
    }
    
    .mobile-top-menu.mobile > .opened-list > ul{
        flex-direction: column;
    }
    
    ul.mobile-top-menu > li.item > ul.show {
        padding-left: 20px;
        
    }
    
    .cartCounter {
        left: 26px !important;
    }
    
    #headerMain .desktop-bot-header > ul {
        display: grid;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        justify-content: unset !important;
        grid-template-columns: auto 60px 90px 60px;
    }
}

@media screen and (min-width: 768px) {
    #headerMain {
        padding: 10px !important;
    }
    #main-top-menu.opened, .menu-header-wrapper {
        border-bottom: 1px solid var(--bs-primary) !important;
        border-top: 1px solid var(--bs-primary) !important;
    }
    .menu-header-wrapper {
        border-right: 1px solid var(--bs-primary) !important;
    }
    #headerMain .mobile-top-menu.tablet.opened {
        display: flex;
        justify-content: space-around;
        position: absolute;
        gap: 10px;
        border-top: 1px solid var(--bs-primary) !important;
        padding: 0px;
        background: #2b3341;
    }
    
    #headerMain .mobile-top-menu.tablet.opened > li > h3,
    #headerMain .mobile-top-menu.tablet.opened > li > p {
        color: #fff;
        text-transform: none;
        display: flex;
        align-items: center;
        text-align: center;
        color: #9cc3d3;
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    
    #headerMain .mobile-top-menu.tablet.opened > li > h3:after,
    #headerMain .mobile-top-menu.tablet.opened > li > p:after {
        content: '\f0d7';
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        margin-left: 6px;
        font-size: 10px;
        color: #9cc3d3;
    }
    
    
    ul.mobile-top-menu > li.item > ul.show {
        position: absolute;
        border-radius: 5px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .15);
        box-shadow: none;
        top: 50px;
    }
    
}

@media screen and (min-width: 1024px) {
    #headerMain .desktop-bot-header {
        margin-top: 0px !important;
    }
    #headerMain .mobile-top-menu.tablet.opened {
        display: none;
    }
    
    .tablet li.item {
        display: flex;
        align-items: center;
        justify-content: center !important;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    #headerMain .ip-btn-outlined-secondary {
        padding: 0 !important;
        background: none !important;
        border: none !important;
    }
    
    #headerMain .ip-btn-outlined-secondary:after {
        content: 'Szukaj';
        font-size: 14px;
        font-weight: 400;
        color: #9cc3d3;
    }
    
    #headerMain button.ip-btn-standard svg {
        margin-top: 0px;
    }
    
    #headerMain #searchBar {
        position: fixed;
        left: 0;
        right: 0;
        top: 71px;
        bottom: auto;
        margin: auto;
        justify-content: center;
        background: #2b3341;
        
    }
    
}

@media screen and (min-width: 460px) {
    .cartPriceSummary {
        display: inline !important;
    }
}

@media screen and (max-width: 459px) {
    #headerMain .desktop-bot-header > ul {
        grid-template-columns: auto 50px 50px 50px;
    }
    
    .not-read-number {
        right: -7px !important;
    }
    .cartCounter {
        left: 42px !important;
    }
}

/*************************$Menu header ****************************/

#printhouse-menu {
    position: relative;
    color: #9cc3d3;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
    
#printhouse-menu:before {
    content: '\f0c9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--bs-primary);
    font-size: 22px;
}
    
#printhouse-menu + .dropdown-menu {
    left: -90px;
    top: 30px;
    cursor: pointer;
}
    
#headerMain #printhouse-menu + .dropdown-menu a {
    color: #474747 !important;
}
    
#headerMain .dropdown-menu li {
    padding: 5px;
}
    
#headerMain .navbar {
    padding: 0;
}
/**************************$PRELOADER *********************************/
.preloader .box {
    border-left: none;
    border-top: none;
}
    
.preloader .box:nth-of-type(2) {
    border-right: none;
    border-bottom: none;
    animation: none;
}
     
 .preloader .box .circle:before, .preloader .box:nth-of-type(2) .circle:before {
    background: none;
    box-shadow: none;
    animation: none;
    }
    
.preloader {
    position: relative;
    margin: auto;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border: 4px solid rgba(100, 100, 100, 0.1);
    -webkit-mask: linear-gradient(rgba(0, 0, 0, 0.1), #000000 90%);
    transform-origin: 50% 60%;
    transform: perspective(200px) rotateX(66deg);
    animation: spinner-wiggle 1.2s infinite;
}

.preloader:before,
.preloader:after {
    content: "";
    position: absolute;
    margin: -4px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: .05;
    border: inherit;
    border-color: transparent;
    animation: spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, spinner-fade 1.2s linear infinite;
}

.preloader:before {
    border-top-color: #1087d1;
}

.preloader:after {
    border-top-color: #1087d1;
    animation-delay: 0.3s;
}

@keyframes spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spinner-fade {
    20% {
        opacity: .1;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: .1;
    }
}

/************************** $KONTAKT ******************************/

#samples-info-section {
    display: none;  
}

/************************** $ARTYKUŁY *****************************/

#view-container {
    padding: 3em;
    max-width: 1200px;
    margin: auto;
}

#view-container .article:not(.img),
#article {
    padding: 3em;
    background: white;
    margin: 1rem auto;
    border-radius: 5px;
    box-shadow: 0px 0px 12px 4px #dddddd;
}

h1.glowna-first {
    font-size: 22px;
    margin: auto;
    text-align: center;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    #view-container {
        padding: 1em;
    }
    #view-container .article:not(.img), #article {
        padding: 1em;
    }
}

/************************* $LOGIN ***********************************/

#login-info-section {
    display: none;
}


/********************************  $PANEL KLIENTA *************************************************/

user-panel-order-group-list [aria-label="Wyszukaj zlecenie"] {
    max-width: 600px;
    margin: auto;
}

#panelMenu ul {
    justify-content: center !important;
}


/********************************** $FAQ ******************************************************/

.controller-faq .big-container .page-container {
    display: none;
}


/********************************** $KONTAKT ******************************************************/
#darmowe_probki {
    display: none;
}

/******************************* KATEGORIA PRODUKTU ************************************************/

.controller-layout_produkty #main .text-center.ip-mb-50 {
    text-align: left !important;
    display: block;
    padding-left: 16px;
    margin-top: 15px;
    -webkit-columns: 2 400px;
    -moz-columns: 2 400px;
    columns: 2 400px;
    -webkit-column-rule: 1px solid #eeeeee;
    -moz-column-rule: 1px solid #eeeeee;
    column-rule: 1px solid #eeeeee;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    -ms-column-gap: 4em;
    column-gap: 4em;
    background: var(--bs-primary-bg);
    border-radius: var(--ip-border-radius-boxes);
    padding: 2em;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

/******************************* $POTWIERDZENIE PŁATNOŚCI ************************************************/

.pay-info {
    max-width: 800px;
    margin: auto;
}

/***************************** WYNIKI WYSZUKIWANIA ***************************************************/


.controller-find .content {
    height: 100px !important;
    overflow: hidden;
    color: var(--bs-primary-text) !important;
}

.controller-find .media-body > a {
    margin: 0 !important;
    padding: 0 !important;
}

.controller-find .media-body h4 {
    font-size: 16px;
}

.controller-find #found-list {
    gap: 20px;
}

.controller-find #found-list > div{
    background: var(--bs-primary-bg);
    border-radius: var(--ip-border-radius-boxes);
}

.controller-find #found-list > div > a { 
   margin: 0 !important;
   padding:0 !important;
}

.controller-find img.media-object {
    height: 50px;
    border-radius: var(--ip-border-radius-boxes);
}

.controller-find .media-left, .controller-find .media-body h4 {
    text-align: center;
}


/****************************** KONTAKT **************************************/

.contact-inner > div > p.fs-7 {
    display: none;
}


/***************************** $PREFLIGHT INFO *******************************/

.pf-modal .info {
    padding: 1em 2em;
    background: var(--bs-gray-100);
    border-radius: var(--ip-border-radius-boxes);
    border: 1px solid var(--bs-gray-200);
    margin-bottom: 1em;
}

.pf-modal h4 {
    font-size: 1em;
    color: var(--bs-primary);
}

.pf-modal .info ul {
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}