: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;
}



:root {
    --bs-primary: #C1134A;
    --bs-primary-bg: #ffffff;
    --bs-primary-rgb: #C1134A;
    --bs-primary-text: #212529;
    --bs-secondary-bg: #eeeeee;
    --bs-body-color-rgb: white;
    --bs-secondary-text: #212529;
    --bs-accent: #212529;
    --bs-footer-bg: #ffffff;
    --bs-footer-text: #212529;
    --bs-preloader-second: #5b5b5c;
    --heading-prices-choose: #212529;
    --bs-delete-lighter: #ff5e85;
    --bs-primary-lighter: #C1134A;
    --bs-primary-darker: #C1134A;
    --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: #5b5b5c;
    --bs-accent-lighter: #5b5b5c;
    --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: #B2003B;
    --ip-btn-primary-text: #ffffff;
    --ip-radio-primary-background: #ffffff;
    --ip-radio-primary-text: #212529;
    --ip-radio-primary-border: #B2003B;
    --ip-radio-checked-background: #B2003B;
    --ip-radio-checked-text: #ffffff;
    --ip-prices-chosen-background: #f9f8fa;
    --ip-prices-btn-color-text: #ffffff;
    --ip-prices-btn-secondary-background: #69cd2c;
    --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: #B2003B;
    --ip-product-tab-list-nav-link-color: #212529;
    --ip-product-tab-list-nav-link-color-active: #B2003B;
    --ip-btn-outlined-background: #ffffff;
    --ip-btn-outlined-text: #B2003B;
    --ip-btn-outlined-secondary-background: #ffffff;
    --ip-btn-outlined-secondary-text: #B212529;
    --ip-product-icons-background-color: #f2f2f2;
    --ip-banner-text: #212529;
    --ip-input-text: #212529;
    --ip-input-background: #ffffff;
    --ip-carousel-button-color: #B2003B;
    --ip-border-radius-boxes: 5px;
    --ip-border-radius-buttons: 50px;
    --ip-border-radius-inputs: 8px;
    --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;
}
.carousel-inner {
    align-items: center !important;
}
.page-container {
    max-width: none;
    padding: unset;
}

.page-container.header-nav {
        transition: all .55s !important;
}

.rabateCouponInputWrapper .d-none.d-md-block.input-text-8.mb-0 {
    width: 300px !important;
}

.btn.ip-text-blue.position-absolute {
    padding: 3px !important;
}

.btn.actionIconWrapper {
    color: unset;
    background-color: unset;
    border: none;
}

.btn.actionIconWrapper.ip-text-danger {
    color: var(--bs-primary);
}

.ip-svg-primary-path-fill path {
    fill: var(--bs-primary);
}

.text-info.text-nowrap.fs-6.mb-0 b,
.text-decoration-none.cursor-pointer{
    color: var(--bs-primary);
}

.order-action-button p{
    color: white;
}

.order-action-button:hover {
    color: #fff !important;
    background: #C1134A !important;
    border-color: #C1134A !important;
}

/* div a[href="https://drukujdobrze.pl/produkty/pokaz/tla_fotograficzne_vinyl"] { */
    /* Your specific styles for the <a> element */
    /*display: none;*/
   /* position: absolute;
    bottom: 52px;
    left: 572px; 
} */

.notifications-and-comments {
    list-style-type: none;
}

.mx-auto.my-5.d-block {
display: none !important;
}

li::marker {
    display: none;
}

.d-flex.flex-md-row.align-items-center.justify-content-between.p-4.px-4 .ip-text-blue {
    color: var(--bs-primary);
}

.shipmentQuantity.clearfix .float-left {
    height: 49px;
}

.product-view .d-table-row .d-table-cell {
    color: #ffffff !important;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], textarea, select {

    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    border-radius: 15px;
    resize: none;
}

textarea {
    height: 134px;
}

#panelMenu .d-flex.list-unstyled.d-flex li:last-child {
    display: none;
}

.carousel-item {
    height: 500px;
}

img.main-banner-img {
    max-height: 500px;
    max-width: 700px;
    /* width: 600px; */
    /*height: 500px;*/
}

@media (max-width: 767px){
    .carousel-item {
        height: unset;
    }
    img.main-banner-img {
        width: 100%;
        height: auto;
    }
}
#productsTabList .fw-bold {
    font-weight: 500 !important;
}

.text-start {
    font-weight: 500 !important;
}

#samples-info-section.page-container {
    display: none;
    }

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

svg.ip-svg-primary-path-fill path {
    fill: #6c757d;
}

#searchPrintingHouse, input, .app-dropdown {
    border: 1px solid #adb5bd;
}

.paramAnswer {
    width: 300px !important;
}

.payment-type-el img {
    width: 60px;
}


/******* ikony produktów***********/
.svg-holding-block img, .svg-holding-block svg {
    min-height: 100% !important;
    min-width: 100% !important;
    padding: 10px;
}
    
.product-box-single p, .svg-holding-block p.fw-bold, .svg-holding-block p.text-start {
    font-weight: inherit !important;
}
    
.svg-holding-block:hover img,
.svg-holding-block:hover svg {
    width: 110% !important;
    height: 110% !important;
    transition: transform 0.0s ease;

}
.svg-holding-block:hover p.text-start.fw-bold {
    font-weight: 600 !important; 
}
a.d-block.text-body.text-decoration-none.h-100:hover {
    border: 2px solid;
    border-radius: 8px;
}

.w-100.h-100.position-relative.bg-white.ip-br-8.product-box-single {
    border-radius: 8px !important;
}

@media screen and (min-width: 1200px) {
    .box.prodbox {
        width: 260px !important;
        height: 284px !important;
    }
    
    .svg-holding-block img, .svg-holding-block svg {
        padding: 35px;
    }
    
    .productBoxesInner {
        grid-column-gap: 35px;
        grid-row-gap: 25px;
        max-width: 1400px;
        margin: auto;
    }
    
    .prodbox {
        max-width: 320px !important;
        margin: 0;
    }
    
    .product-box-single p {
        font-size: 14px;
        padding-bottom: 10px;
    }
}


/********* wyszukiwanie wyrównanie *********/
#found-list .col-xl-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#found-list .col-12.media-body .content.text-secondary.mt-3 {
    height: 82px;
}

#found-list .col-12.media-body {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#fancybox-wrap {
z-index: 100000;
}

.tab-pane.show.active {
    justify-content: center;
}

#productsTabList li .active {
    border-radius: 20px;
    background-color: #ffff !important;
    border: 1px solid !important;
}

#productsTabList li:hover {
    border-radius: 20px;
    background-color: #ffff !important;
    border: 1px solid !important;
}

#productsTabList {
    flex-wrap: wrap !important;
    justify-content: center;
}

.before-line::before {
    bottom: 11px;
}

.before-line::after {
    display: inline-block;
    content: "";
    border-top: .125rem solid var(--bs-primary);
    width: 1.5rem;
    margin: 0 0 0 0.2rem;
    position: absolute;
    bottom: 11px;
}

.before-line {
    margin-bottom: 50px !important;
}

.justify-content-center.mb-5 {
    display: none;
}
/********* kontakt *********/
#darmowe_probki {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 1800px;
    padding: 0 15px;
    margin: 0 auto;
}

.big-container.ip-container-bg {
    max-width: unset;
}

hr.mb-5.mt-0 {
    height: unset;
}

/********* opłać zamówienie *********/
.p-4.p-md-5.border.ip-br-8.h-100 {
    max-width: 1170px;
    margin: auto;
}

/********* Panel Klienta *********/
#panelMenu ul {
    justify-content: center !important;
}

.secondary-background-color.mt-0.pb-5.pt-3 > div {
    max-width: 1170px;
    margin: 0px auto;
}

.order-group-row .product-header-center {
    justify-content: space-between;
}

.order-group-row .product-header-center > div:first-of-type {
    width: 40%;
}

.order-group-row .product-header-center > div:last-of-type {
    width: 50%;
}

/*********Widok produktu **************/

.product-view .single-product__templates > div {
    display: grid;
    grid-template-columns: 45px auto;
}

.product-view .single-product__templates > div > div:nth-of-type(1) {
    grid-column: 1 / -1;
    order: 1;
}

.product-view .single-product__templates > div > div:nth-of-type(2) {
    order: 3;
    margin: 0 !important;
}

.product-view .single-product__templates > div > div:nth-of-type(3) {
    order: 2;
}


@media screen and (max-width: 767px) {
    .product-view .tab-content {
        padding-left: 0;
        padding-right: 0;
    }
    
    #produktOpis p p {
        margin-left: 0;
        font-size: 0.9rem;
    }
     #produktOpis h2,  #produktOpis h3 {
         font-size: 1.2rem;
     }
}

/******* read more *****/

.read-more-state {
    display: none;
  }

.read-more-wrap {
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.read-more-state:checked ~ .read-more-wrap {
    max-height: unset; 
    
}

.read-more-trigger {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    justify-content: center;
    background-color: var(--bs-primary);
    padding: 10px 20px 10px 20px;
    border-radius: 11px;
  }
  
.read-more-trigger::before {
    content: "Czytaj więcej";
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
}

.read-more-state:checked ~ .read-more-trigger::before {
    content: "Zwiń";
    }
  
.controller-artykul .container {
    max-width: 100%;
}

#newsletter {
    display: none;
}
.controller-layout_start #newsletter {
    display: block;
}



/*********** Koszyk ************/

.controller-layout_koszyk .cart-order-group-payments-form > div > div {
    margin-bottom: 20px !important;
}

.controller-layout_koszyk .order-shipment-opened {
    margin-top: 4em;
}


.controller-layout_koszyk .shipmentQuantity input {
    width: 100px !important;
}
.controller-layout_koszyk .shipmentQuantity label {
    width: calc(100% - 140px) !important;
}

.shipmentFakerClass {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.automatic-preflight-row {
    text-align: left;
}



/**************artykuły***************/
#article-heading{
    max-width: 100%;
    height: 300px;
    width: 100%;
    background-image: url(https://drukujdobrze.pl/useruploads/images/drukujdobrze_pl/gallery_680f7ba57ba45.jpg?1745845165);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.controller-artykul .container {
    margin: 0 auto;
    background: #fff;
    display: block !important;
}

.controller-artykul #article {
    max-width: var(--page-max-width);
    margin: auto;
    border-radius: 0;
    box-shadow: none;
}

#footer {
    padding-top: 3em;
}

button.custom-redirect-button {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background: #69cd2c;
}

/* dopisane 29.05.2025 */
.wlasny-format-heading {
        font-size: 16px !important;
    }
    
@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 auto;
        width: 75%;
    }
}

.block-heading {
    margin-bottom: 35px !important;
}

button.custom-redirect-button {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background: #69cd2c;
}

input#ownHeight {
    padding-top: 13px;
    padding-bottom: 13px;
}
    
input#ownWidth {
    padding-top: 13px;
    padding-bottom: 13px;
}

.d-flex {
    align-items: baseline;
}

.d-md-flex {
    align-items: baseline;
}

.input_label.w-full {
    padding: 0px 10px;
    width: unset;
}

.banner-wrapper {
  min-height: 400px; /* zmierzone z devtools */
}

.files-mockups-container {
        width: -webkit-fill-available;
    }