
body, input, textarea, button {
    font-family: var(--base-font-family);
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
}

.bg-white {
    /*background-color: var(--bs-body-bg);*/
}

.ip-container-bg, .ip-container-bg .background-cover {
    background-color: var(--bs-primary-bg);
}

.badge {
    padding: .35em 0;
}

.alert-danger {
    margin: 10px auto;
    background: #ffe5eb;
    border: 1px solid #c2305b;
    color: #c2305b;
    font-weight: 700
}

/*.user-address-selected {*/
/*    background: #dadada;*/
/*}*/
.user-address-default, .user-address-selected {
    background-color: #f2fcf6 !important;
    border-color: #00C853 !important;
}

.page-container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.big-container {
    max-width: 1800px;
    padding: 0 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 800px;
    margin: 0 auto;
}

.small-container {
    max-width: 336px;
    margin: 0 auto;
}

h1 {
    font-weight: 700;
    font-size: 2.375rem;
}

h2, h3 {
    margin-bottom: 1.25rem;
    font-size: 1.9375rem;
}

h2 {
    font-weight: 700;
}

h3 {
    font-weight: 400;
}

h4 {
    font-weight: 700;
    font-size: 1.5625rem;
}

h5 {
    font-weight: 700;
    font-size: 1.25rem;
}

h6 {
    font-weight: 400;
    font-size: 1rem;
}

p {
    font-size: 1.25rem;
}

a {
    color: var(--bs-primary);
}

a:--hover-disabled {
    color: var(--bs-primary-lighter);
}

p a {
    /*color: var(--bs-primary);*/
    text-decoration: underline;
}

p a:--hover-disabled {
    color: var(--bs-primary-lighter);
}

p.smaller {
    font-size: 1rem;
}

p.small {
    font-size: 0.75rem;
}

*, *:before, *:after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

#pageFix {
    overflow: hidden;
}

.big-checkbox {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}

.div-fs-16px p,
.div-fs-16px span {
    font-size: 16px;
}

.fs-7 {
    font-size: 0.8rem;
}

.fs-49px {
    font-size: 49px;
}

.fs-14px {
    font-size: 14px;
}

.fs-16px {
    font-size: 16px;
}

.fs-25px {
    font-size: 25px;
}

.fs-12px {
    font-size: 12px;
}

.active-none:focus {
    outline: none;
    box-shadow: none;
}

.hover-none:--hover-disabled {
    color: white !important;
}

.secondary-background-color {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-secondary-text);
}

.lightened-secondary-bg {
    background-color: #f9f8fa;
}

.payment-type-icon-1 {
}

.before-line {
    font-size: 1rem;
    position: relative;
    margin-bottom: 10px !important;
}

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

.line-holder:before {
    background: url(/layouts/iwareprint8/images/skorka_8/dashed-line.png) repeat-x left;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    margin: auto 0;
    height: 100%;
}

.background-cover {
    background: #f9f8fa;
    position: relative;
}

.background-cover.pr {
    padding-right: 10px;
}

.background-cover.pl {
    padding-left: 10px;
}

/* Custom Accordion */
.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: #000;
    box-shadow: none;
}

.accordion-selected {
    border-color: var(--bs-primary) !important;
}

.accordion-button::after {
    content: none;
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.custom-svg {
    margin: 0 auto;
    margin-bottom: 1rem !important;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
    .custom-svg {
        margin-left: auto;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .accordion-button {
        transition: all 0.2s ease-in-out;
    }

    .accordion-button.collapsed {
        flex-direction: column-reverse !important;
    }

    .accordion-button.collapsed .custom-svg {
        margin-top: 1rem !important;
        margin-bottom: 0 !important;
    }

    .banner-content {
        flex-direction: column;
    }
}

.custom-svg-activated {
    transform: rotate(
            -45deg
    );
}

/*  */
.carousel {
    margin: 0;
}

.carousel-headline {
    font-size: 31px;
}

#opinie {
    padding: 80px 0;
}

.owl-item {
    opacity: 0.5;
    transition: all 0.25s ease;
}

.owl-item.active {
    opacity: 1;
}

#blog {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
}

#blog .owl-carousel .owl-stage {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.blog-button {
    margin-top: 10px;
}

.carousel-control-prev,
.carousel-control-next {
    filter: inherit;
    opacity: 1;
    width: 7%;
}

.before-line-glowna::before {
    display: inline-block;
    content: "";
    border-top: .125rem solid var(--bs-primary);
    width: 1.5rem;
    margin: 0 0.3rem;
}

@media (min-width: 768px) {
    .carousel-headline {
        font-size: 38px;
    }

    .grey-after-line {
        word-break: break-word;
        position: relative;
        padding-bottom: 1.5rem;
    }

    .blog-arrow-button {
        min-width: 46px !important;
        min-height: 46px !important;
        bottom: -20px !important;
        right: 20px !important;
    }

    .grey-after-line:after {
        content: "";
        position: absolute;
        display: block;
        margin-left: 1.5rem;
        bottom: 0;
        left: 0;
        right: 0;
        width: 70px;
        height: 1px;
        border-bottom: 1px solid #cccccc;
        z-index: -1;
    }

    .blog-button {
        margin-top: 30px;
    }

    @media (min-width: 1440px) {
        .carousel-headline {
            font-size: 49px;
        }

        .blog-button {
            margin-top: 50px;
        }
    }
}

.product-box-single {
    transition: 250ms ease all;
    overflow: hidden;
}

.product-box-single p {
    position: absolute;
    margin-top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    color: rgb(33, 37, 41);
    /*text-align: center!important;*/
}

.light-text .product-box-single p {
    color: #fff
}

.productBoxes {
    padding-top: 20px;
}

.productBoxesInner {
    width: 100%;
    text-align: center;
}

.prodbox {
    min-height: 230px;
    display: inline-block;
    max-width: 230px;
    height: 230px;
    width: 100%;
    margin: 15px;
    text-align: left;
}

@media screen and (min-width: 1200px) {
    .productBoxesInner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .prodbox {
        max-width: 300px;
    }
}

.prodbox a {
    transition: ease all 250ms;
}

.svg-holding-block {
    position: relative;
    overflow: hidden;
}

.svg-holding-block svg, .svg-holding-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-height: 100%;
    min-width: 100%;
    max-width: 570px;
    max-height: 470px;
}

.prodbox a:--hover-disabled {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

@media screen and (max-width: 768px) {
    #main .tab-content .page-container {
        padding: 0;
    }

    .produkty.page-container {
        padding: 0 5px;
    }
}

#productsTabList .nav-link {
    color: var(--ip-product-tab-list-nav-link-color) !important;
    border: none !important;
}

#productsTabList .nav-link:--hover-disabled {
    color: var(--bs-primary-lighter) !important;
}

#productsTabList {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
}

#productsTabList::-webkit-scrollbar {
    display: none;
}

#productsTabList li .active {
    color: var(--ip-product-tab-list-nav-link-color-active) !important;
    border-bottom: 3px solid !important;
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-secondary-bg) !important;
}

.product-text {
    bottom: 20px;
    left: 20px;
    font-weight: bold;
}

a > .product-box:--hover-disabled {
    background-color: var(--bs-primary-lighter) !important;
    color: white;
}

a > .product-box:--hover-disabled path {
    stroke: white;
}

a > .product-box:--hover-disabled rect {
    stroke: white;
}

a > .product-box:--hover-disabled line {
    stroke: white;
}

a > .product-box:--hover-disabled circle {
    fill: #79adff;
    opacity: 1;
}

.owl-dots {
    text-align: center;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: var(--bs-primary);
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    transition: all 0.6s ease-in-out;
}

.owl-dot.active span {
    background: var(--bs-primary-darker);
    width: 50px;
}

.tab-pane.show.active {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px;
}

#o_nas {
    padding: 80px 0;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.all-products-half_block {
    height: 137px;
}

.all-products-block {
    height: 294px;
}

.all-products-padding {
    padding: 10px;
}

.kontakt-formularz {
    height: auto;
}

.kontakt-formularz div.h-100 {
    padding: 30px;
}

.mobile-adaptive-heading {
    font-size: 31px;
}

.opinions-button {
    max-width: 241px;
    max-height: 46px;
    padding: 12px 30px !important;
}

@media screen and (min-width: 768px) {
    .all-products-half_block,
    .kontakt-formularz {
        height: 188px;
    }

    .mobile-adaptive-heading {
        font-size: 38px;
    }

    .all-products-block {
        height: 400px;
    }

    .all-products-padding {
        padding: 12px;
    }
}

@media screen and (min-width: 1200px) {
    .all-products-half_block,
    .kontakt-formularz {
        height: 230px;
    }

    .carousel-headline {
        font-size: 49px;
    }

    .all-products-block {
        height: 490px;
    }

    .all-products-padding {
        padding: 15px;
    }

    .accordion-header {
        margin: 20px 30px !important;
    }
}

.order-status-dropdown {
    margin: 20px 10px 30px;
}

.list-wrapper {
    padding: 30px 10px 80px;
}

.order-group-row {
    border: 1px solid black;
    margin-bottom: 20px;
    background: white;
}

.order-group-row-header {
    padding: 20px;
}

.numer-zamowienia {
    margin-bottom: 20px;
}

.order-group-row.opened {
    border: 1px solid var(--bs-primary);
}

#ordersTablist .nav-link {
    color: var(--bs-body-color) !important;
    border: none !important;
}

#ordersTablist .nav-link:--hover-disabled {
    color: var(--bs-primary-lighter) !important;
}

#ordersTablist li .selected {
    color: var(--bs-primary) !important;
    border-bottom: 3px solid !important;
    border-color: var(--bs-primary-darker) !important;
    background-color: #fff !important;
}

#offersTablist .nav-link {
    color: #000 !important;
    border: none !important;
}

#tabList .nav-link {
    color: #000 !important;
    border: none !important;
}

#tabList li .active {
    color: var(--bs-primary) !important;
    border-bottom: 3px solid !important;
    border-color: var(--bs-primary) !important;
}

#tabList .nav-link:--hover-disabled {
    color: var(--bs-primary-lighter) !important;
}

#offersTablist button:focus-visible {
    outline: var(--bs-primary) 1px;
}

#offersTablist li .selected {
    color: var(--bs-primary) !important;
    border-bottom: 3px solid !important;
    border-color: var(--bs-primary) !important;
    background-color: #fff !important;
}

.custom-checkbox {
    padding: 0.8rem;
    border-radius: 0.6rem !important;
}

.orderStatus-1,
.orderStatus-2,
.orderStatus-9 {
    color: #FFA400 !important;
}

.orderStatus-3 {
    color: #00C853 !important;
}

@media screen and (min-width: 768px) {
    .list-wrapper {
        padding: 30px 20px 80px;
    }
}

@media screen and (min-width: 1200px) {
    .list-wrapper > div {
        max-width: 1170px;
        margin: 0 auto;
    }

    .numer-zamowienia {
        margin-bottom: 0;
    }
}

.gallery {
    background: #EEE;
}

.gallery-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

#cartPage {
    position: relative;
}

#cartPage h2 {
    text-align: center;
    font-weight: 700;
    color: #343434;
}

/*#cartPage .cart-container {*/
/*    overflow: auto;*/
/*    height: calc(100vh - 135px)*/
/*}*/
#cartPage .left {
    float: left
}

#cartPage h4 {
    font-weight: 700;
}

#cartPage h4 span {
    display: block;
    font-weight: 400;
}

#cartPage .border-dark {
    border-color: #EEE !important;
}

.rounded-4 {
    border-radius: 0.6rem !important;
}

.rounded-1rem {
    border-radius: 1rem !important;
}

.rounded-5 {
    border-radius: 1.5rem !important;
}

.editBtn {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    text-decoration: none;
}

/*checkbox*/
.input.checkbox {
    position: relative;
}

.input.checkbox.no-text {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.input.checkbox input {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.input.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 36px
}

.input.checkbox.no-text label {
    position: absolute;
    top: 0;
    left: 0;
}

.input.checkbox label:before {
    content: '';
    /*border: 1px solid var(--bs-primary-darker);*/
    border: 1px solid var(--bs-footer-text);
    border-radius: 8px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: ease all 250ms
}

.input.checkbox label:after {
    border-bottom: 2px solid var(--bs-footer-text);
    border-left: 2px solid var(--bs-footer-text);
    content: '';
    width: 10px;
    left: 7.5px;
    top: calc(50% + 8px);
    height: 6px;
    position: absolute;
    transform: scale(0) rotate(-45deg);
    transform-origin: center;
    transition: ease all 250ms;
}

.input.checkbox.invalid label:before {
    border-color: #f21559;
}

.input.checkbox.top-aligned label:before {
    top: 0;
    transform: none;
}

.input.checkbox.top-aligned label:after {
    top: 8px;
}

.input.checkbox.top-aligned input:checked + label:after {
    transform: scale(1) translateY(0) rotate(-45deg)
}

.input.checkbox.no-text label:before {
    top: 0;
    transform: translateY(0);
}

.input.checkbox.no-text label:after {
    top: 0;
}

.input.checkbox label:--hover-disabled:before {
    border-color: var(--bs-primary-lighter);
}

.input.checkbox input:checked + label:before {
    border: 2px solid var(--bs-footer-text);
}

.input.checkbox input:checked + label:after {
    transform: scale(1) translateY(-200%) rotate(-45deg)
}

.input.checkbox.no-text input:checked + label:after {
    transform: scale(1) translateY(8px) rotate(-45deg)
}

.functionBtns span {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
}

.functionBtns span:--hover-disabled {
    text-decoration: underline;
}

.text-info {
    color: #0573d9 !important
}

.text-faded {
    color: #9fafb7 !important
}

.text-danger {
    color: #c2305b !important
}

.bg-success {
    background: #f2fcf6 !important;
}

.functionBtns span.text-info {
    border-color: #0573d9;
}

.functionBtns span.text-danger {
    border-color: #c2305b;
}

/*Strzałki*/
[class*="arrow-"] {
    width: 0 !important;
    height: 0 !important;
    display: inline-block !important;
    padding: 0 !important
}

.arrow-up {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-bottom-color: inherit;
}

.arrow-down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-top-color: inherit;
}

.arrow-right {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-left-color: inherit;
}

.arrow-left {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-right-color: inherit;
}

.blog-arrow-button {
    min-width: 34px;
    min-height: 34px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    bottom: -15px;
    right: 20px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.more-info {
    display: flex;
    padding: 40px 15px 0;
}

.more-info .item {
    flex-grow: 1;
    width: auto;
}

.hero {
    font-size: 38px;
    line-height: 44px;
}

@media screen and (min-width: 768px) {
    .hero {
        font-size: 49px;
        line-height: 53px;
    }
}

.opened {
    border: 2px solid var(--bs-primary) !important;
}

.opened-text {
    color: var(--bs-primary);
}

.ip-text-info {
    color: var(--bs-info);
}

a.ip-text-info:--hover-disabled,
button.ip-text-info:--hover-disabled,
.btn.ip-text-info:--hover-disabled {
    color: var(--bs-primary-lighter);
}

.ip-text-blue {
    color: var(--bs-primary-darker);
}

.ip-text-green {
    color: var(--bs-success);
}

a.ip-text-green:--hover-disabled,
button.ip-text-green:--hover-disabled,
.btn.ip-text-green:--hover-disabled {
    color: var(--bs-success-lighter);
}

.ip-text-pink {
    color: #f21559
}

.ip-text-danger {
    color: var(--bs-danger)
}

a.ip-text-pink:--hover-disabled,
button.ip-text-pink:--hover-disabled,
.btn.ip-text-pink:--hover-disabled {
    color: #ff5e85
}

.ip-text-gray {
    color: var(--bs-gray);
}

a.ip-text-gray:--hover-disabled {
    color: #333
}

.ip-btn-primary .ip-text-gray {
    color: #c6c6c6
}

.ip-btn-primary .ip-text-green {
    color: #fff
}

.ip-text-bigger {
    font-size: 1.3rem;
}

.ip-text-regular {
    font-size: 1rem;
}

.ip-border-darker {
    border-color: #CFD8DC !important;
}

.discount-price-before {
    color: #78909C;
    text-decoration: line-through;
}

.discount-price-after {
    color: #00C853;
}

/*BUTTONY*/
.ip-btn-primary {
    color: var(--ip-btn-primary-text) !important;
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.ip-btn-primary * {
    color: var(--bs-primary-bg) !important;
}

.ip-btn-primary .bi-caret-right-fill::before {
    color: var(--ip-btn-primary-text) !important;
}

.ip-btn-primary:hover {
    background: var(--bs-primary-lighter) !important;
    border-color: var(--bs-primary-lighter) !important;
    color: var(--ip-btn-primary-text) !important;
}

.ip-btn-primary.active {
    background: var(--bs-primary-darker) !important;
    border-color: var(--bs-primary-darker) !important;
}

.ip-btn-primary:--hover-disabled {
    color: var(--bs-white) !important;
    background: var(--bs-primary-lighter) !important;
    border-color: var(--bs-primary-lighter) !important;
}

.ip-btn-success {
    color: var(--bs-white) !important;
    background: var(--bs-accent) !important;
    border-color: var(--bs-accent) !important;
}

.ip-btn-success:hover {
    color: var(--bs-white) !important;
    background: var(--bs-accent-lighter) !important;
    border-color: var(--bs-accent-lighter) !important;
}

.ip-btn-success:--hover-disabled {
    color: var(--bs-white) !important;
    background: var(--bs-accent-lighter) !important;
    border-color: var(--bs-accent-lighter) !important;
}

.ip-btn-danger {
    color: var(--bs-white) !important;
    background: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
}

.ip-btn-lg {
    font-size: 1.25rem;
    line-height: 1;
    padding: 17px 30px;
    font-weight: 700;
    border-width: 2px;
}

button.ip-btn-lg {
    padding: 0 30px;
    height: 60px;
    line-height: 56px
}

.ip-btn-lg.position-relative {
    padding-left: calc(2.5rem + 21px)
}

.ip-btn-standard {
    font-size: 1rem;
    line-height: 1;
    border-width: 2px;
    padding: 12px 30px;
    font-weight: 700;
}

button.ip-btn-standard {
    padding: 0 30px;
    height: 46px;
}

.ip-btn-standard i {
    margin-bottom: 0 !important;
    font-size: 0.8rem !important;
}

button.ip-btn-standard svg {
    margin-top: -6px;
}

.ip-btn-standard.position-relative {
    padding-left: calc(2rem + 21px)
}

.ip-btn-standard.position-relative svg {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.ip-btn-light-green {
    color: #fff;
    border-color: #00c853 !important;
    background-color: #00C853 !important;
}

.ip-btn-light-green:--hover-disabled {
    color: #fff !important;
    background-color: #8AE59F !important;
    border-color: #00c853 !important;
}

.ip-btn-outlined {
    color: var(--ip-btn-outlined-text) !important;
    background: var(--ip-btn-outlined-background) !important;
    border-color: var(--ip-btn-outlined-text) !important;
}

.ip-btn-outlined svg path {
    fill: var(--ip-btn-outlined-text) !important;
}

.ip-btn-outlined-secondary {
    color: var(--ip-btn-outlined-secondary-text) !important;
    background: var(--ip-btn-outlined-secondary-background) !important;
    border-color: var(--bs-gray-500) !important;
}

.ip-btn-outlined-secondary svg path {
    fill: var(--ip-btn-outlined-secondary-text) !important;
}

.ip-btn-outlined-border-secondary {
    color: var(--ip-btn-outlined-secondary-text) !important;
    background: var(--ip-btn-outlined-secondary-background) !important;
    border-color: var(--bs-gray-500) !important;
}

.ip-btn-outlined-border-secondary svg path {
    fill: var(--ip-btn-outlined-secondary-text) !important;
}

.ip-btn-outlined:--hover-disabled {
    color: var(--bs-primary-lighter) !important;
    background: #fff !important;
    border-color: var(--bs-primary-lighter) !important;
}

.ip-btn-gray {
    color: #fff !important;
    background: #CFD8DC !important;
    border-color: #CFD8DC !important;
}

.ip-btn-gray:--hover-disabled {
    color: var(--bs-primary-lighter) !important;
    background: #fff !important;
    border-color: var(--bs-primary-lighter) !important;
}

.ip-btn-outlined svg path {
    transition: all 250ms ease;
}

.ip-btn-outlined:--hover-disabled svg path {
    fill: var(--bs-primary-lighter) !important;
}

.ip-btn-outlined:--hover-disabled svg path[fill=none] {
    stroke: var(--bs-primary-lighter) !important;
    fill: none !important;
}

/*KONIEC BUTTONÓW*/
.caretSpan {
    width: 16px;
    height: 16px;
    display: block;
    border-left: 2px solid var(--bs-primary-darker);
    border-top: 2px solid var(--bs-primary-darker);
    transform: rotate(45deg) scale(1);
    transition: ease all 250ms
}

.caretSpan.down {
    transform: rotate(45deg) scale(-1) translate(8px, 8px);
}

#searchPrintingHouse {
    border-radius: 16px;
    padding: 10px 60px 10px 20px;
}

#searchPrintingHouse::placeholder {
    color: #B0BEC5;
}

#searchMagGlass {
    position: absolute;
    right: 20px;
    top: 9px;
}

button.searchMagGlass {
    background: transparent;
    border: none;
    position: absolute;
    right: 12px;
    top: 9px;
}

.cart-btn {
    position: relative;
    height: 46px;
    padding-top: 14px;
    padding-bottom: 10px;
}

#headerMain {
    background: var(--ip-header-main-bg);
}

/*#headerMain .navbar {*/
/*    transition: all ease 250ms*/
/*}*/
@media screen and (min-width: 1024px) {
    .headerWrapper .navbar {
        height: 0;
        padding: 20px 0;
    }

    .headerWrapper.wrapped .navbar {
        padding: 0;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    #headerMain a img {
        max-width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .headerWrapper .desktopLogo {
        margin-right: auto;
        padding-left: 8px;
    }
}

.cart-btn i {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.cartCounter {
    width: 26px;
    height: 21px;
    top: 0;
    left: 5px;
    background: var(--bs-danger);
}

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

/*.navbar-brand > img:nth-child(1) {*/
/*    height: 46px;*/
/*}*/
.gradient-wrap.overflowing {
    position: relative;
}

.gradient-wrap.overflowing:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #eee);
    bottom: 1px;
    width: 40px;
    pointer-events: none;
}

.gradient-wrap.overflowing:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #eee, rgba(255, 255, 255, 0));
    bottom: 1px;
    width: 40px;
    pointer-events: none;
    z-index: 1
}

@media screen and (max-width: 991px) {
    .headerWrapper .page-container {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    #headerMain {
        padding-top: 10px;
    }

    .headerWrapper .desktop-bot-header {
        padding: 0;
    }

    .headerWrapper.position-fixed .navbar .navbar-collapse {
        height: auto;
        padding-top: 1rem;
    }

    .headerWrapper.position-fixed .navbar {
        padding: 0;
    }

    .cart-btn i {
        left: 0;
    }

    .hamburgerWrap {
        padding-left: 16px;
        padding-right: 12px;
    }

    .cart-btn {
        padding: 10px;
        width: 64px !important;
    }
}

.custom-navbar li a , .custom-navbar li h3 {
    color: var(--ip-header-menu-text-color);
    padding-left: 14px !important;
    padding-right: 14px !important;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: inherit;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .custom-navbar li a {
        color: var(--ip-header-menu-text-color) !important;
        padding: 0.5rem 1rem !important;
        display: block;
        font-weight: 500 !important;
    }
}

@media screen and (min-width: 768px) {
    .custom-navbar li:first-child a {
        padding-left: 0 !important;
    }

    .lighter.custom-navbar li:first-child a {
        padding-left: 14px !important;
    }
}

.custom-navbar li a.active, .custom-navbar li a:--hover-disabled {
    color: var(--ip-header-menu-text-color-active) !important;
}

.lighter.custom-navbar li a {
    color: var(--bs-gray-600) !important;
    font-weight: 400;
}

.lighter.custom-navbar li a:--hover-disabled {
    color: var(--bs-primary) !important;
}

.lighter.custom-navbar li .nav-link.disabled {
    cursor: default;
    color: rgba(0, 0, 0, .3) !important
}

/*POPUP*/
.app-modal-container {
    position: fixed;
    z-index: 10000;
    background: rgba(129, 115, 151, 0.63);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 40px;
}

.app-modal-inner {
    max-width: 1170px;
    padding: 60px 30px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-size: .75rem;
    background: var(--ip-modal-primary-background);
}

@media screen and (max-width: 1025px) {
    .app-modal-inner {
        top: auto;
        transform: translateY(0);
    }
}

.app-modal-inner .before-line {
    font-size: 1rem
}

.app-modal-inner h1 {
    color: #333;
    text-align: center;
}

.app-modal-inner h4 {
    font-size: 1.25rem;
    font-weight: 700;
}

.app-modal-inner h6 {
    font-size: 1rem
}

.app-modal-inner section {
    border-color: #eee;
    margin-top: 30px
}

.app-modal-close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: ease all 250ms
}

.app-modal-close-button:--hover-disabled {
    transform: scale(1.1)
}

.app-modal-close-button:before, .app-modal-close-button:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background: #f21559;
    left: 50%;
    top: 0;
    transform: rotate(45deg);
}

.app-modal-close-button:after {
    transform: rotate(-45deg);
}

.app-modal-close-button:--hover-disabled {
    color: #030303;
}

/*KONIEC POPUPA*/
.opened {
    border: 2px solid var(--bs-primary) !important;
}

.custom-checkbox {
    padding: 0.7rem;
    border-radius: 0.45rem !important;
}

.input_box {
}

.input_label {
    font-size: 0.75rem;
    color: #6c757d !important;
    top: -12px;
    bottom: 0;
    left: 0;
    display: inline;
    padding: 0 14px;
    height: 23px;
    border-radius: 5px;
    line-height: 23px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    overflow: hidden;
    text-wrap: nowrap;
}

@media screen and (max-width: 375px) {
    .input_label {
        padding: 0 6px;
    }

    input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], textarea, select {
        padding: 10px !important;
    }
}

.input_label.w-full {
    padding: 0;
    width: 100%;
}

/*.me-1.text-white.fa.fa-check {*/
/*    position: absolute;*/
/*    margin-left: -23px;*/
/*}*/
.fa-check-default {
    position: relative !important;
    margin: 0;
}

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: var(--ip-input-text);
    background-color: var(--ip-input-background);
    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(--ip-input-text);
    border-radius: 15px;
    resize: none;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .25);
}

input[type=text].invalid, input[type=password].invalid, input[type=email].invalid, input[type=number].invalid, input[type=tel].invalid, textarea.invalid {
    border-color: #f21559;
    color: #f21559;
}

.ui-state-error {
    background: rgba(242, 21, 89, 0.8);
    color: #fff;
    border-radius: 15px;
}

textarea {
    height: 134px;
}

.orange-star {
    color: #FFA400;
}

input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="number"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder {
    color: #B0BEC5;
}

/*input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, textarea:focus, input[type=tel]:focus {*/
/*    color: #212529;*/
/*    background-color: #fff;*/
/*    border-color: var(--bs-primary-lighter);*/
/*    outline: 0;*/
/*}*/
/*.form-control:focus {*/
/*    color: #212529;*/
/*    background-color: #fff;*/
/*    border-color: #86b7fe;*/
/*    outline: 0;*/
/*    box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb),.25);*/
/*}*/
input[type=text]:disabled, input[type=password]:disabled, input[type=email]:disabled, input[type=number]:disabled, textarea:disabled, select:disabled, input[type=tel]:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.img-atut {
    height: 60px;
}

.img-atut img {
    max-height: 100%;
}

.carousel-navigators {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.carousel-navigators button {
    margin: 0 10px;
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background-color: var(--bs-primary);
    transition: all 0.6s ease-in-out;
}

.carousel-navigators button.active {
    width: 55px;
    border-radius: 50rem;
    background-color: var(--bs-primary-darker);
}

.carousel-item {
    height: 100%;
}

.main-banner-img, .banner-info {
    max-width: 350px;
}

.carousel-bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: -10;
}

.carousel-bg-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-full img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}

.banner-full .banner-info {
    display: none;
}

.lh-24 {
    line-height: 24px;
}

.radio-wrap {
    max-width: 380px;
    border-radius: 15px !important;
    border-color: var(--bs-primary) !important;
}

.radio-wrap.bigger {
    max-width: 558px;
}

.radio-wrap .radio-wrap-label {
    border: 2px solid var(--bs-primary);
}

.radio-wrap .radio-wrap-label:--hover-disabled {
    background: var(--bs-primary-lighter) !important;
}

.radio-wrap .radio-wrap-label:--hover-disabled label {
    color: #fff !important;
}

.radio-wrap .radio-wrap-label label {
    padding: 13px;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.radio-wrap .radio-wrap-label:first-child {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.radio-wrap .radio-wrap-label:nth-child(2) {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.radio-wrap .radio-wrap-label:last-child {
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.radio-wrap.responsived .radio-wrap-label:first-child {
    border-radius: 15px 15px 0 0;
    border-bottom-width: 0;
}

.radio-wrap.responsived .radio-wrap-label:nth-child(2) {
    border-top-width: 2px;
    border-bottom-width: 0;
    border-radius: 0;
    border-left-width: 2px;
    border-right-width: 2px;
}

.radio-wrap.responsived .radio-wrap-label:last-child {
    border-bottom-width: 2px;
    border-top-width: 2px;
    border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 767px) {
    .radio-wrap .radio-wrap-label:first-child {
        border-radius: 15px 15px 0 0;
        border-bottom-width: 0;
    }

    .radio-wrap .radio-wrap-label:nth-child(2) {
        border-top-width: 2px;
        border-bottom-width: 0;
        border-radius: 0;
        border-left-width: 2px;
        border-right-width: 2px;
    }

    .radio-wrap .radio-wrap-label:last-child {
        border-bottom-width: 2px;
        border-top-width: 2px;
        border-radius: 0 0 15px 15px;
    }

    .carousel-navigators {
        display: none !important;
    }
}

.radio-wrap .radio-checked {
    background-color: var(--ip-radio-checked-background);
    border-color: var(--ip-radio-primary-border);
    color: var(--ip-radio-checked-text);
}

.radio-wrap, .radio-wrap .radio-wrap-label {
    border-color: var(--ip-radio-primary-border) !important;
}

.radio-wrap .radio-button {
    background: none;
    text-align: center;
    font-weight: 700;
    padding: 13px;
    line-height: 1;
    font-size: 16px;
    cursor: pointer;
    color: var(--ip-radio-primary-text) !important;
}

.radio-wrap .radio-button:--hover-disabled {
    color: #fff !important;
}

.radio-wrap .radio-button.btn-primary {
    background-color: var(--ip-radio-checked-background);
    border-color: var(--ip-radio-checked-background);
    color: var(--ip-radio-checked-text) !important;
}

.radio-wrap.invalid .radio-wrap-label {
    border-color: #f21559;
}

.radio-wrap.invalid .radio-wrap-label label {
    color: #f21559
}

.labels-wrap a {
    text-decoration: none;
}

.labels-wrap a:--hover-disabled {
    background: var(--bs-primary-darker) !important;
    color: #fff !important;
}

.ip-mb-37 {
    margin-bottom: 37px;
}

.ip-mb-30 {
    margin-bottom: 30px;
}

.ip-mt-10 {
    margin-top: 10px;
}

.ip-mt-30 {
    margin-top: 30px;
}

.ip-mt-40 {
    margin-top: 40px;
}

.ip-mt-70 {
    margin-top: 70px;
}

.ip-mt-80 {
    margin-top: 80px;
}

.ip-mt-50 {
    margin-top: 50px;
}

.ip-mb-50 {
    margin-bottom: 50px;
}

.ip-mb-80 {
    margin-bottom: 80px;
}

.ip-mt-14 {
    margin-top: 14px;
}

.ip-mb-14 {
    margin-bottom: 14px;
}

.ip-mt-20 {
    margin-top: 20px;
}

.ip-p-20 {
    padding: 20px
}

.ip-px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.ip-br-8 {
    border-radius: 8px;
}

.cursor-pointer {
    cursor: pointer
}

input:disabled::placeholder {
    color: #5B5B5B
}

input::placeholder {
    font-size: 1rem;
    color: #B0BEC5
}

.ip-smaller-input {
    max-width: 526px;
}

.ip-medium-input {
    max-width: 800px;
}

.show-password {
    position: absolute;
    right: 10px;
    top: 12px;
}

.show-password path {
    transition: 250ms ease all;
}

.show-password.active path,
.show-password:--hover-disabled path {
    fill: var(--bs-primary);
}

.breadcrumb-item {
    font-size: 0.75rem;
}

@media screen and (min-width: 576px) {
    .ip-mb-sm-37 {
        margin-bottom: 37px;
    }

    .ip-mb-sm-30 {
        margin-bottom: 30px;
    }

    .ip-mt-sm-30 {
        margin-top: 30px;
    }

    .ip-mt-sm-40 {
        margin-top: 40px;
    }

    .ip-mt-sm-80 {
        margin-top: 80px;
    }

    .ip-mt-sm-70 {
        margin-top: 70px;
    }

    .ip-mt-sm-50 {
        margin-top: 50px;
    }

    .ip-mb-sm-50 {
        margin-bottom: 50px;
    }

    .ip-mb-sm-80 {
        margin-bottom: 80px;
    }

    .ip-mt-sm-14 {
        margin-top: 14px;
    }

    .ip-mb-sm-14 {
        margin-bottom: 14px;
    }

    .ip-mt-md-20 {
        margin-top: 20px;
    }

    .ip-smaller-sm-input {
        max-width: 526px;
    }

    .mw-sm-100 {
        max-width: 100%;
    }

    .ip-medium-sm-input {
        max-width: 800px;
    }
}

@media screen and (min-width: 768px) {
    .ip-mb-md-37 {
        margin-bottom: 37px;
    }

    .ip-mb-md-30 {
        margin-bottom: 30px;
    }

    .ip-mt-md-30 {
        margin-top: 30px;
    }

    .ip-mt-md-40 {
        margin-top: 40px;
    }

    .ip-mt-md-80 {
        margin-top: 80px;
    }

    .ip-mt-md-70 {
        margin-top: 70px;
    }

    .ip-mt-md-50 {
        margin-top: 50px;
    }

    .ip-mb-md-50 {
        margin-bottom: 50px;
    }

    .ip-mb-md-80 {
        margin-bottom: 80px;
    }

    .ip-mt-md-14 {
        margin-top: 14px;
    }

    .ip-mb-md-14 {
        margin-bottom: 14px;
    }

    .ip-mt-md-20 {
        margin-top: 20px;
    }

    .ip-smaller-md-input {
        max-width: 526px;
    }

    .mw-md-100 {
        max-width: 100%;
    }

    .ip-medium-md-input {
        max-width: 800px;
    }

    .breadcrumb-item {
        font-size: 1rem;
    }
}

@media screen and (min-width: 992px) {
    .ip-mb-lg-37 {
        margin-bottom: 37px;
    }

    .ip-mb-lg-30 {
        margin-bottom: 30px;
    }

    .ip-mt-lg-30 {
        margin-top: 30px;
    }

    .ip-mt-lg-40 {
        margin-top: 40px;
    }

    .ip-mt-lg-80 {
        margin-top: 80px;
    }

    .ip-mt-lg-70 {
        margin-top: 70px;
    }

    .ip-mt-lg-50 {
        margin-top: 50px;
    }

    .ip-mb-lg-80 {
        margin-bottom: 80px;
    }

    .ip-mt-lg-14 {
        margin-top: 14px;
    }

    .ip-mb-lg-14 {
        margin-bottom: 14px;
    }

    .ip-mb-lg-50 {
        margin-bottom: 50px;
    }

    .ip-mt-lg-20 {
        margin-top: 20px;
    }

    .ip-smaller-lg-input {
        max-width: 526px;
    }

    .mw-lg-100 {
        max-width: 100%;
    }

    .ip-medium-lg-input {
        max-width: 800px;
    }
}

@media screen and (min-width: 1200px) {
    .ip-mb-xl-37 {
        margin-bottom: 37px;
    }

    .ip-mb-xl-30 {
        margin-bottom: 30px;
    }

    .ip-mt-xl-0 {
        margin-top: 0;
    }

    .ip-mt-xl-30 {
        margin-top: 30px;
    }

    .ip-mt-xl-40 {
        margin-top: 40px;
    }

    .ip-mt-xl-80 {
        margin-top: 80px;
    }

    .ip-mt-xl-70 {
        margin-top: 70px;
    }

    .ip-mt-xl-50 {
        margin-top: 50px;
    }

    .ip-mb-xl-80 {
        margin-bottom: 80px;
    }

    .ip-mt-xl-14 {
        margin-top: 14px;
    }

    .ip-mb-xl-14 {
        margin-bottom: 14px;
    }

    .ip-mb-xl-50 {
        margin-bottom: 50px;
    }

    .ip-mt-xl-20 {
        margin-top: 20px;
    }

    .ip-smaller-xl-input {
        max-width: 526px;
    }

    .mw-xl-100 {
        max-width: 100%;
    }

    .ip-medium-xl-input {
        max-width: 800px;
    }
}

/* MODALS */
.app-modal-container {
    padding: 10px;
}

.app-modal-inner {
    padding: 0;
}

.cart-select-address-book-modal {
    padding-top: 40px;
}

.cart-select-address-book-modal .user-address-book-list-view .secondary-background-color {
    border-radius: 8px;
}

.cart-select-address-book-modal .page-container {
    padding: 0 10px;
}

.product-editing-modal .app-modal-inner {
    padding: 0;
    max-width: fit-content;
    top: 0 !important;
    transform: none !important;
}

.product-editing-modal .app-modal-container {
    padding: 0;
}

.product-editing-modal #productInfo,
.product-editing-modal .product-info-content {
    display: none;
}

@media screen and (min-width: 768px) {
    .product-editing-modal .big-container {
        padding: 50px 20px;
    }

    .cart-select-address-book-modal .page-container {
        padding: 0 15px;
    }
}

@media screen and (min-width: 1200px) {
    .product-editing-modal .specyfikacja-block,
    .product-editing-modal .naklady-block {
        margin-right: 20px;
    }

    .cart-select-address-book-modal .page-container {
        padding: 0 30px;
    }

    .product-editing-modal .app-modal-inner {
        max-width: 95%;
    }
}

@media screen and (min-width: 1880px) {
    .product-editing-modal .app-modal-inner {
        max-width: 80%;
    }
}

/* MODALS end */
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* button */
::-webkit-scrollbar-button {
    background: #333;
    display: none
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--bs-primary);
    border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:--hover-disabled {
    background: var(--bs-primary-lighter);
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    padding: 1px
}

/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000;
}

/* Corner */
::-webkit-scrollbar-corner {
    background: #999;
}

/* Resizer */
::-webkit-resizer {
    background: #333;
    color: #fff;
}

/*PRELOADER*/
.preloader-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 90;
    background: #fff;
}

.preloader-inner {
    transform: translateY(-50%);
    margin: 50vh auto 0;
}

.preloader {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    position: relative;
}

.preloader .box {
    /*background-color: rgba(0,0,0,0.04);*/
    border: 4px solid transparent;
    border-left: 4px solid var(--bs-preloader-second);
    border-top: 4px solid var(--bs-preloader-second);
    border-radius: 50%;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.03);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: animate1 3s linear infinite;
}

.preloader .box:nth-of-type(2) {
    /*background-color: rgba(0, 0, 0, 0.025);*/
    border: 4px solid transparent;
    border-right: 4px solid var(--bs-primary);
    border-bottom: 4px solid var(--bs-primary);
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    animation: animate1 3s reverse linear infinite;
}

.preloader .box .circle {
    transform-origin: left;
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 2px;
}

.preloader .box .circle,
.preloader .box:nth-of-type(2) .circle {
    transform: rotate(-45deg);
}

.preloader .box .circle:before {
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: -6px;
}

.preloader .box .circle:before {
    background: var(--bs-preloader-second);
    box-shadow: 0 0 20px var(--bs-preloader-second), 0 0 40px var(--bs-preloader-second), 0 0 60px var(--bs-preloader-second), 0 0 80px var(--bs-preloader-second),
    0 0 100px var(--bs-preloader-second), 0 0 0 5px rgba(255, 255, 0, .1);
}

.preloader .box:nth-of-type(2) .circle:before {
    background: var(--bs-primary);
    box-shadow: 0 0 20px var(--bs-primary), 0 0 40px var(--bs-primary), 0 0 60px var(--bs-primary), 0 0 80px var(--bs-primary),
    0 0 100px var(--bs-primary), 0 0 0 5px rgba(3, 169, 244, .1);
}

@keyframes animate1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.shipmentQuantity {
}

.shipmentQuantity input {
    min-width: calc(1ch + 21px);
    max-width: calc(12ch + 21px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    padding-right: 0;
    float: left;
}

.shipmentQuantity input:focus + .shipmentFakerClass {
    border-color: var(--bs-primary-lighter);
}

.shipmentQuantity label {
    cursor: text !important;
}

.shipmentFakerClass {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    /*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 10px 10px;
    border: 1px solid #cfd8dc;
    border-left: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    resize: none;
    float: left;
    min-width: calc(100% - (12ch + 21px));
}

.custom-view p {
    font-size: 1rem;
}

.custom-view h3 {
    font-size: 1.5rem;
}

.custom-view table {
    border-collapse: collapse;
    border: 1px solid #B0BEC5;
}

.custom-view table th {
    background: #eee;
}

.custom-view table tr:nth-child(2n + 2) {
    background: #eee
}

.custom-view table td, .custom-view table th {
    border: 1px solid #B0BEC5;
    color: #333;
    padding: 10px 5px;
}

.ip-disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.ip-disabled input,
.ip-disabled a,
.ip-disabled label,
.ip-disabled button,
.ip-disabled div {
    cursor: not-allowed;
    pointer-events: none;
}

.is-readonly {
    display: none;
    padding-right: 10px;
}

.ip-disabled .is-changeable {
    display: none;
}

.ip-disabled .is-readonly {
    display: block;
}

.customers-canvas-user-templates {
    padding: 20px;
}

ul.customers-canvas-user-templates-tag-list {
    display: flex;
    justify-content: center;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #dee2e6;
}

ul.customers-canvas-user-templates-tag-list li a {
    display: block;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    color: #000 !important;
    border: none;
    padding: 0.5rem 1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

ul.customers-canvas-user-templates-tag-list li a:--hover-disabled,
ul.customers-canvas-user-templates-tag-list li a.cc-filter-selected {
    color: var(--bs-primary) !important;
    border-bottom: 3px solid !important;
    border-color: var(--bs-primary) !important;
}

.app-modal-close-button {
    color: #333 !important;
    right: 20px !important;
    top: 20px !important;
}

/*PREFLIGHT*/
#fancybox-wrap {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

#fancybox-outer {
    border: none !important;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2) !important;
    max-height: 80vh !important;
    padding: 20px 10px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
}

#fancybox-content {
    border: none !important;
    overflow: auto !important;
    width: 100% !important;
    max-height: calc(80vh - 40px);
}

.automatic-preflight-result {
    border: 1px solid #ccc;
    padding: 10px;
    background: #ecf1fa;
    margin-bottom: 20px;
    border-radius: 8px;
}

.automatic-preflight-result .total-status {
    font-size: 14px;
}

.automatic-preflight-result span.title {
    display: block;
    margin-bottom: 10px;
}

.automatic-preflight-result .result-fail {
    color: #f21559;
}

.automatic-preflight-result .sub-title {
    font-size: 16px;
}

.automatic-preflight-result .show-elements {
    color: var(--bs-primary-darker);
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}

.automatic-preflight-result .show-elements:--hover-disabled {
    color: #0098ff
}

.cc-creator-product-files h1 {
    padding: 0 15px 0 !important;
    font-weight: 400 !important;
    color: #333 !important;
    font-size: 30px !important;
}

.customers-canvas-user-template a {
    font-size: 0 !important;
    text-align: center;
    padding: 20px;
    display: block;
    margin: 0 auto;
    color: #666;
}

.customers-canvas-user-template a img {
    max-width: 100%;
    margin-bottom: 0 !important;
    border-radius: 5px !important;
    transition: ease all 250ms;
    image-rendering: -webkit-optimize-contrast;
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 8px;
}

.customers-canvas-user-template a:--hover-disabled img {
    transform: scale(0.9) !important;
    opacity: 0.9 !important;
}

.cc-creator-product-files img {
    width: 100%;
    height: auto;
}

.customers-canvas-user-template.customers-canvas-template-empty a {
    position: relative !important;
}

.customers-canvas-user-template.customers-canvas-template-empty a:before {
    content: '' !important;
    display: block !important;
    margin-bottom: calc(58.75% + 2px) !important;
}

.empty-template {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-weight: 300;
    padding: 10px 35px;
    border-radius: 5px;
    margin: 30px auto;
}

.customers-canvas-user-template.customers-canvas-template-empty a .empty-template {
    margin: 0 !important;
    position: absolute !important;
    top: 20px !important;
    bottom: 20px !important;
    right: 20px !important;
    left: 20px !important;
    border: 2px dashed #0098ff !important;
    background: #fff !important;
    color: #0098ff !important;
    transition: ease all 250ms;
    font-size: 18px !important;
}

.customers-canvas-user-template.customers-canvas-template-empty a .empty-template:before {
    content: url("/layouts/iwareprint8/images/ccicon.png") !important;
    display: block !important;
    transition: ease all 250ms !important;
}

.customers-canvas-user-template.customers-canvas-template-empty a:--hover-disabled .empty-template {
    background: rgba(0, 152, 255, .2) !important;
}

.customers-canvas-user-template.customers-canvas-template-empty a:--hover-disabled .empty-template:before {
    transform: scale(0.9) !important;
}

@media screen and (max-width: 991px) {
    .customers-canvas-user-template {
        float: none !important;
    }

    .customers-canvas-user-template.customers-canvas-template-empty a:before {
        margin-bottom: 0 !important;
    }

    .customers-canvas-user-template.customers-canvas-template-empty a .empty-template {
        position: static !important;
    }
}

#faqTablist .nav-link {
    color: var(--bs-body-color);
    border: none;
}

#faqTablist .nav-link:--hover-disabled {
    color: var(--bs-primary-lighter);
}

#faqTablist li .active {
    color: var(--bs-primary) !important;
    border-bottom: 3px solid !important;
    border-color: var(--bs-primary) !important;
    background-color: #eeeeee !important;
}

#textareaLabel {
    font-size: 0.8rem;
    color: #6c757d !important;
    top: -15px;
    bottom: 0;
    display: inline;
    padding: 0 20px;
    height: 20px;
    text-align: center;
    background-color: #fff;
}

.accordionContent {
    display: none;
}

.accordionContent p {
    font-size: 15px;
    text-align: left;
}

.accordionContent.active {
    display: block;
}

.accordionHeader {
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 15px;
    color: #000
}

.accordionHeader.active {
    background: var(--bs-primary);
    color: #fff;
}

.app-dropdown {
    min-height: 46px;
}

.disabled-important {
    pointer-events: none !important;
    opacity: .65 !important;
    cursor: default !important;
}

.disabled-important button {
    cursor: default !important;
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        flex: 0 0 auto;
        width: 10%;
    }

    .col-lg-3-5 {
        flex: 0 0 auto;
        width: 30%;
    }
}

.address-book-select .dropdown-items {
    max-height: 350px;
    overflow-y: auto;
}

.address-book-select .address-book-filter-wrapper {
    padding: 4px 8px;
}

.address-book-select .address-book-filter-wrapper .address-book-filter {
    padding: 6px 16px !important;
}

.address-book-select .address-book-filter-wrapper {
    display: none;
}

.app-dropdown-opened .address-book-filter-wrapper {
    display: block;
}

.is-field-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 .35rem rgba(220, 53, 69, 0.6) !important;
}

.is-field-invalid-parent .app-dropdown {
    border-color: #dc3545 !important;
    box-shadow: 0 0 .35rem rgba(220, 53, 69, 0.6) !important;
}

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

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

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

a.ip-text-primary:--hover-disabled {
    color: var(--bs-primary-lighter);
}

.ip-text-success {
    color: var(--bs-success);
}

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

.addressDataInRow {
    word-break: break-word;
}

/* --- Style Customowe ignore */
.product-box-single p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
    text-align: center !important;
    color: var(--ip-product-icons-text-color);
    filter: opacity(0.8);
    padding: 2px 10px;
}

#produktOpis {
    text-align: left;
}

#produktOpis p p {
    margin-left: 1em;
}

#produktOpis h3 {
    font-size: 1em;
}

#produktOpis h4 {
    font-size: 1em;
}

.svg-holding-block img,
.svg-holding-block svg {
    /*filter: drop-shadow(2px 4px 6px black);*/
    min-height: 20%;
    min-width: 20%;
    width: 150px;
}

.svg-holding-block img:hover,
.svg-holding-block svg:hover{
    width: 180px;
}

.svg-holding-block.h-100:--hover-disabled {
    border-color: var(--bs-primary);
}

.svg-holding-block {
    --bs-bg-opacity: 1;
    background: linear-gradient(140deg, var(--secondary-background-colour), transparent);
    /*border: 1px solid #dee2e6!important;*/
}

.prodbox a:--hover-disabled {
    box-shadow: unset !important;
}

.container .mt-4 ul,
#article-content ul {
    background: var(--bs-gray-100);
    padding: 1rem 2rem;
    border-radius: 1em;
}

#myCarousel p strong {
    color: var(--ip-carousel-button-color);
}

#article {
    background: #fff;
    padding: 3em;
    border-radius: 1em;
    box-shadow: 0px 0px 12px 4px #dddddd;
}

h1#article-heading {
    color: var(--bs-primary);
}

.accordion-body.pt-0 p {
    text-align: left;
    font-size: 1rem !important;
    margin: 15px;
}

.accordion-body.pt-0 li {
    text-align: left;
}

.carousel-item .col-sm-6.col-12 {
    width: unset;
}

.carousel-item .page-container.d-flex.flex-column.flex-md-row.align-items-center {
    justify-content: space-evenly;
}

.carousel-bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: -10;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.productBoxesInner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.box.prodbox {
    width: 150px;
    height: 150px;
    min-height: unset;
}

@media screen and (min-width: 548px) {
    .box.prodbox {
        width: 180px;
        height: 180px;
    }
}

@media screen and (min-width: 780px) {
    .box.prodbox {
        width: var(--product-box-size);
        height: var(--product-box-size);
    }

    .container {
        margin: 3rem auto;
    }

    #produktOpis .container {
        margin: 20px;
    }
}

[src="https://smartprint.iwareprint.pl/layouts/iwareprint8/images/skorka_8/Facebook_Logo.png"] {
    display: none !important;
}

.newsletter-form + div hr {
    display: none;
}

@media screen and (max-width: 767px) {
    #header-fixer {
        padding-top: 80px;
    }

    .widok-wrapper {
        padding: 20px 0 20px !important;
    }
}

@media (max-width: 548px) {
    .productBoxesInner {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .svg-holding-block img,
    .svg-holding-block svg {
        width: 100px;
    }

    .product-box-single p {
        font-size: 14px;
    }

    .bottom-fixed #buttonBar.buttonBar {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}

[aria-label="breadcrumb"] {
    display: none;
}

.product-box-single p {
    font-size: 0.8rem;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-primary);
}

.ip-text-accent {
    color: var(--bs-accent);
}

#footer {
    background-color: var(--bs-footer-bg);
    color: var(--bs-footer-text);
}

/* ignore */
.page-container {
    max-width: var(--page-max-width);
}

.rounded-pill,
body * {
    /*border-radius: var(--global-turn-off-border-radius, initial) !important;*/
}

body * {
    /*box-shadow: var(--box-shadow) !important;*/
}

html {
    font-size: var(--base-font-size);
}

body {
    font-family: var(--base-font-family);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font-family);
}

.svg-holding-block {
    /*border: var(--product-border) !important;*/
}

.product-view h3 {
}

.product-box-single {
    background-color: var(--ip-product-icons-background-color);
}

.product-view .d-table-row .d-table-cell {
    background: var(--bs-primary-bg) !important;
    border-color: var(--bs-secondary-bg) !important;
    color: var(--bs-primary-text) !important;
}

.product-view .d-table-row .d-table-cell * {
    color: var(--bs-secondary-text);
}

.d-table-row .d-table-cell:last-child {
    border-top-right-radius: var(--ip-border-radius-boxes);
    border-bottom-right-radius: var(--ip-border-radius-boxes);
}

/*.product-view #tabList li .active {*/
/*    color: var(--bs-primary-text) !important;*/
/*    background: var(--bs-primary-bg) !important;*/
/*}*/
.product-view .tab-content {
    background: var(--bs-primary-bg) !important;
    color: var(--bs-secondary-text) !important;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: var(--ip-border-radius-boxes);
}

.product-view .nav-tabs {
    border: 0;
}

.prices-table .d-table-cell.third-column-chosen {
    background-color: var(--ip-prices-chosen-background) !important;
}

.prices-table .d-table-cell.third-column-chosen p,
.prices-table .d-table-cell.third-column-chosen p span {
    color: var(--heading-prices-choose) !important;
}

.prices-table .button-cena:hover {
    color: var(--ip-prices-btn-color-text) !important;
    background: var(--ip-prices-btn-secondary-background) !important;
    border-color: var(--ip-prices-btn-secondary-background) !important;
}

.nav-tabs .nav-link {
    border-top-left-radius: var(--ip-border-radius-boxes);
    border-top-right-radius: var(--ip-border-radius-boxes);
}

.radio-wrap .radio-wrap-label:last-child,
.pagination-pager li:last-child a {
    border-top-right-radius: var(--ip-border-radius-buttons) !important;
    border-bottom-right-radius: var(--ip-border-radius-buttons) !important;
}

.radio-wrap .radio-wrap-label:first-child,
.pagination-pager li:first-child a {
    border-top-left-radius: var(--ip-border-radius-buttons) !important;
    border-bottom-left-radius: var(--ip-border-radius-buttons) !important;
}

.btn.rounded-pill, .ip-btn-standard.rounded-pill {
    border-radius: var(--ip-border-radius-buttons) !important;
}

.btn {
    text-wrap: nowrap;
}

.container {
    max-width: var(--page-max-width);
}

.nav-tabs {
    border: 0 !important;
}

.ip-br-8 {
    border-radius: var(--ip-border-radius-boxes) !important;
}

#headerMain {
    border-bottom-left-radius: var(--ip-border-radius-boxes) !important;
    border-bottom-right-radius: var(--ip-border-radius-boxes) !important;
    box-shadow: var(--ip-box-shadow-boxes) !important;
}

#searchPrintingHouse, input, .app-dropdown {
    border-radius: var(--ip-border-radius-inputs) !important;
}

.app-dropdown-opened .dropdown-items {
    color: var(--bs-primary-text) !important;
    background: var(--bs-primary-bg) !important;
}

#cookie-policy-popup {
    color: var(--bs-primary-text) !important;
    background: var(--bs-primary-bg) !important;
}

#myCarousel *:not(.btn) {
    color: var(--ip-banner-text) !important;
}

#patternTabList button.nav-link,
#patternTabList button.nav-link:hover {
    color: var(--bs-secondary-text) !important;
    border: none !important;
}

#patternTabList li .active {
    color: var(--bs-white) !important;
    background: var(--bs-accent) !important;
    border-color: var(--bs-accent) !important;
}

/* widok produku */
.product-box {
    background-color: var(--bs-body-bg);
}

/* koszyk */
.gus_button {
    color: var(--bs-accent);
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(214, 51, 132, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(214, 51, 132, 0);
    }

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

.pulse-shadow {
    box-shadow: rgb(250, 132, 188) 2px 2px 2px 0px inset;
    transform: scale(1);
    animation: pulse 2s infinite;
    border-radius: 15px;
    padding: 0 15px;
}


.custom-navbar .sub {
    display: none;
}

.sub li h3 {
    color: var(--bs-gray-500);
    border: none;
    margin-bottom: 10px;
}
.custom-navbar .sub.showSubMenu {
    display: flex !important;
    position: absolute;
    background: var(--bs-primary-bg);
    flex-direction: column;
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    list-style: none;
    border: 1px solid var(--bs-gray-400);
    border-radius: var(--ip-border-radius-boxes);
}
.custom-navbar .sub.showSubMenu li:first-child a {
    padding-left: 14px !important;
}

.sub.showSubMenu > li > a:hover {
    color: var(--bs-primary);
    font-weight: 700;
}
.sub.showSubMenu li {
    list-style: none;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sub.showSubMenu li:last-of-type,
.sub.showSubMenu li:first-of-type {
    border: none;
}

@media screen and (max-width: 768px) {
    .custom-navbar .sub.showSubMenu {
        position: static;
    }
    .custom-navbar li h3 {
        padding: 0.5rem 1rem !important;
    }


}
