/* --- Kolory */
/* Niech --bs-primary będzie kolorem głównym  i --bs-accent powinien być kolorem akcentu. --bs-primary-bg będzie kolorem tła elementów i strony, --bs-secondary-bg - drugim kolorem tła, --bs-footer-bg - kolorem tła stopki. Dostosuj podane kolory na podstawie tych kolorów */
:root {
    /* WYBIERANE Z IGORA*/
    --bs-primary: #f21559; /* Główny kolor */
    --bs-primary-bg: #fff; /* Kolor tła */
    --bs-secondary-bg: #eeeeee; /* Drugi kolor tła */
    --bs-accent: #00c853; /* Kolor akcentu */
    --bs-footer-bg: #fff; /* Kolor stopki */

    /* Kolory dodatkowe */
    --bs-preloader-second: #f21559; /* Drugi kolor preloadera */

    /* ZMIANY ODCIENI GŁÓWNYCH */
    --bs-primary-lighter: #ff5183;
    --bs-primary-darker: #c01045;
    --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: #e5e5e5;
    --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-danger-lighter: #ff5e85;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    /* GŁÓWNE RGB */
    --bs-primary-rgb: 13,110,253;
    --bs-body-color-rgb: 33,37,41;
    --bs-secondary-rgb: 108,117,125;
    --bs-accent-rgb: 108,117,125;
    --bs-footer-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-bg-rgb: 255,255,255;
    --bs-body-color: #212529;
}

/* --- Kolory nieuzywane ignore */

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

    /* GLOBALNE STAŁE*/
    --bs-body-bg: #fff;
    --bs-gray: #6c757d;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-success: #00c853;
    --bs-success-lighter: #1ebf28;
    --bs-info: #0076FF;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}

body {
    padding-top: 0 !important;
}
body, input, textarea, button {
    font-family: 'Roboto', sans-serif;
    color: #333
}
.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 {
    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 a {*/
/*    color: #f21559;*/
/*    text-decoration: underline;*/
/*}*/
/*p a:hover {*/
/*    color: #303030;*/
/*}*/
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-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 {
    color: white !important;
}

.secondary-background-color {
    background-color: #eeeeee;
}

.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 #f21559;
    width: 1.5rem;
    margin: 0 0 0 -1.8rem;
    position: absolute;
    bottom: 4px;
}

.line-holder:before {
    background: url(/layouts/ip3fotoidruknew/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: #0c63e4 !important;
}
.carousel-container {
    overflow:hidden;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    min-width: 100vw;
    transition: ease all 250ms;
}
.carousel-slide {
    min-width: 100vw;
    position: relative;
}
.carousel-slide > div {

    background-position: center;
    background-size: cover;
    height: calc(90vh - 80px);
    max-height: 720px;
    min-height: 560px;
}

.product-slider img {
    opacity:0;
}
/*.product-slider img:not(:first-child) {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
.product-slider p {
    white-space: nowrap;
}
/*!* two items *!*/
/*.product-slider img:first-child:nth-last-child(2),*/
/*.product-slider img:first-child:nth-last-child(2) ~ img {*/
/*     animation: animation1 10s infinite;*/
/*}*/
/*!* three items *!*/
/*.product-slider img:first-child:nth-last-child(3),*/
/*.product-slider img:first-child:nth-last-child(3) ~ img {*/
/*     animation: animation2 15s infinite;*/
/*}*/
/*!* four items *!*/
/*.product-slider img:first-child:nth-last-child(4),*/
/*.product-slider img:first-child:nth-last-child(4) ~ img {*/
/*     animation: animation3 20s infinite;*/
/*}*/
/*!* five items *!*/
/*.product-slider img:first-child:nth-last-child(5),*/
/*.product-slider img:first-child:nth-last-child(5) ~ img {*/
/*     animation: animation4 25s infinite;*/
/*}*/
/*!* six items *!*/
/*.product-slider img:first-child:nth-last-child(6),*/
/*.product-slider img:first-child:nth-last-child(6) ~ img {*/
/*     animation: animation5 30s infinite;*/
/*}*/
/*.product-slider img:nth-child(2) {*/
/*    animation-delay: 5s!important;*/
/*    z-index: 8;*/
/*}*/
/*.product-slider img:nth-child(3) {*/
/*    animation-delay: 10s!important;*/
/*    z-index: 7;*/
/*}*/
/*.product-slider img:nth-child(4) {*/
/*    animation-delay: 15s!important;*/
/*    z-index: 6;*/
/*}*/
/*.product-slider img:nth-child(5) {*/
/*    animation-delay: 20s!important;*/
/*    z-index: 5;*/
/*}*/
/*.product-slider img:nth-child(6) {*/
/*    animation-delay: 25s!important;*/
/*    z-index: 4;*/
/*}*/

@keyframes animation1 {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animation2 {
    0% {
        opacity: 1;
    }
    26% {
        opacity: 1;
    }
    33% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes animation3 {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes animation4 {
    0% {
        opacity: 1;
    }
    16% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes animation5 {
    0% {
        opacity: 1;
    }
    13% {
        opacity: 1;
    }
    16% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.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 #f21559;
    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;
        }
    }
}
.svg-holding-block svg, .svg-holding-block img{
    width: 125px;
    height: 116px;
    display: block;
    max-width: 100%;
    margin-right: auto!important;
    margin-left: auto!important;
}

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

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

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

#productsTabList .nav-link:hover {
    color: #303030 !important;
}

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

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

#productsTabList li .active {
    color: #f21559 !important;
    border-bottom: 3px solid !important;
    border-color: #f21559 !important;
    background-color: #eeeeee !important;
}

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

a > .product-box:hover {
    background-color: #303030 !important;
    color:white;
}

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

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

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

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


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

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

.owl-dot.active span{
    background: #f21559;
    width: 50px;
}

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



#o_nas {
    padding: 80px 0;
}

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

.accordion-item:last-child {
    margin-top: 20px;
}


.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 blue;
}

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

#ordersTablist li .selected {
    color: #f21559 !important;
    border-bottom: 3px solid !important;
    border-color: #f21559 !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: #f21559 !important;*/
/*    border-bottom: 3px solid !important;*/
/*    border-color: #f21559 !important;*/
/*}*/

#offersTablist button:focus-visible {
    outline: #f21559 1px;
}

#offersTablist li .selected {
    color: #f21559 !important;
    border-bottom: 3px solid !important;
    border-color: #f21559 !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: #f21559;
    border-color: #f21559;
    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 #eee;
    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 #f21559;
    border-left: 2px solid #f21559;
    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:before {
    border-color: #303030;
}
.input.checkbox input:checked + label:before {
    border: 2px solid #f21559;
}
.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 {
    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 #f21559 !important;
}

.opened-text {
    color: #f21559;
}
.ip-text-info {
    color: #f21559;
}
a.ip-text-info:hover,
button.ip-text-info:hover,
.btn.ip-text-info:hover{
    color: #303030;
}
.ip-text-blue {
    color: #f21559;
}
.ip-text-green {
    color: #00c853
}
a.ip-text-green:hover,
button.ip-text-green:hover,
.btn.ip-text-green:hover{
    color: #8ae59f
}
.ip-text-pink {
    color: #f21559
}
a.ip-text-pink:hover,
button.ip-text-pink:hover,
.btn.ip-text-pink:hover {
    color: #ff5e85
}
.ip-text-gray {
    color: #78909C
}
a.ip-text-gray:hover {
    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: #fff!important;
    background-color: #f03971!important;
    border-color: #f03971!important;
}
.ip-btn-primary:hover {
    background-color: #303030!important;
    border-color: #303030!important;
    color: #ffffff!important;
}
.ip-btn-lg {
    /*font-size: 1.25rem;*/
    /*line-height: 1;*/
    /*padding: 17px 30px;*/
    font-weight: 700;
    /*border-width: 2px;*/
    border: 1px solid transparent;
    padding: 0.625rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 4rem;
}
button.ip-btn-lg {
    padding: 0 10px;
    height: 40px;
    line-height: 38px
}

.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;
    border: 1px solid transparent;
    padding: 0.625rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 4rem;
}
button.ip-btn-standard {
    padding: 0 10px;
    height: 40px;
    line-height: 38px;
}
.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!important;
    background-color: #f03971!important;
    border-color: #f03971!important;
}
.ip-btn-light-green:hover {
    background-color: #303030!important;
    border-color: #303030!important;
    color: #ffffff!important;
}
.ip-btn-outlined {
    color: #f03971 !important;
    background: #fff !important;
    border-color: #f03971 !important;
}

.ip-btn-outlined-secondary {
    color: #303030 !important;
    background: #fff !important;
    border-color: #303030 !important;
}

.ip-btn-outlined:hover {
    color: #303030 !important;
    background: #fff !important;
    border-color: #303030 !important;
}

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

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

.ip-btn-outlined svg path {
    transition: all 250ms ease;
}
.ip-btn-outlined:hover svg path {
    fill: #f03971 !important;
}
.ip-btn-outlined:hover svg path[fill=none] {
    stroke: #303030 !important;
    fill: none !important;
}

/*KONIEC BUTTONÓW*/
.caretSpan {
    width: 16px;
    height: 16px;
    display: block;
    border-left: 2px solid #f03971;
    border-top: 2px solid #f03971;
    transform: rotate(45deg) scale(1);
    transition: ease all 250ms
}
.caretSpan.down {
    transform: rotate(45deg) scale(-1) translate(8px, 8px);
}
#searchPrintingHouse {
    border-radius: 0;
    padding: 10px 60px 10px 20px;
}
#searchPrintingHouse::placeholder {
    color: #B0BEC5;
}
#searchMagGlass {
    position: absolute;
    right: 20px;
    top: 9px;
}
.cart-btn {
    position: relative;
    height: 46px;
    padding-top: 14px;
    padding-bottom: 10px;
}

/*#headerMain .navbar {*/
/*    transition: all ease 250ms*/
/*}*/
.headerWrapper.position-fixed .navbar {
    padding: 0;
    height: 0;
    overflow: hidden;
}
.headerWrapper .desktop-bot-header {
    padding-left: 240px;
    margin-top: 12px;
}

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

.cartCounter {
    width: 26px;
    height: 21px;
    top: 0;
    left: 5px;
    background: #f03971;
}

/*.navbar-brand > img:nth-child(1) {*/
/*    width: 220px;*/
/*}*/
.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;
    }
    .headerWrapper .desktop-bot-header {
        padding-left: 290px;
        padding-top: 0;
    }
}
@media screen and (max-width: 767px) {
    #headerMain {
        padding-top: 10px;
    }
    .headerWrapper .desktop-bot-header {
        padding-left: 45px;
    }
    .headerWrapper.position-fixed .navbar {
        height: auto;
        padding: .5rem 0
    }
    .cart-btn i {
        left: 0;
    }
    .hamburgerWrap {
        left: 0;
        position: absolute;
    }
    .cart-btn {
        padding: 10px;
        width: 64px !important;
    }
}
.custom-navbar li a{
    color: #333!important;
    padding-left: 14px!important;
    padding-right: 14px!important;
    font-weight: 500;
    text-decoration: none;
}
.custom-navbar > li {
    position: relative;
}
.custom-navbar > li > .sub {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
    z-index: 8;
    padding: 5px 0;
}
.custom-navbar > li > .sub a {
    display: block;
    padding: 5px 10px!important;
}
.custom-navbar li, .custom-navbar ul {
    list-style: none;
    white-space: nowrap;
}
.custom-navbar > li.activeLink > .sub {
    display: block;
}
.custom-navbar > li > .sub li .sub {
    display: none;
    padding-left: 10px;
    background: #fafafa
}
.custom-navbar > li > .sub li:hover .sub {
    display: block;
}
@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;
    }
    .lighter.custom-navbar > li:first-child > a {
        padding-right: 0!important;
    }
}
.custom-navbar li a.active, .custom-navbar li a:hover {
    color: #f21559!important;
}
.lighter.custom-navbar li a {
    color: #78909C!important;
    font-weight: 400;
}
.lighter.custom-navbar li a:hover {
    color: #f21559!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
}
@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 {
    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 {
    color: #030303;
}
/*KONIEC POPUPA*/

.opened {
    border: 2px solid #f21559 !important;
}

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

.input_box {

}

.input_label {
    font-size: 0.75rem;
    color: #6c757d !important;
    top: -16px;
    z-index: 1;
    bottom: 0;
    left: 0;
    display: inline;
    padding: 0 20px;
    height: 23px;
    border-radius: 5px;
    line-height: 23px;
    text-align: center;
    background-color: #fff;
    position: absolute;
}
.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: #212529;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 8px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    resize: none
}
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: #f21559;
    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: #86b7fe;
    outline: 0;
}

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: #f21559;
    transition: all 0.6s ease-in-out;
}

.carousel-navigators button.active {
    width: 55px;
    border-radius: 50rem;
    background-color: #f21559;
}

.carousel-item {
    max-height: 70vh;
}

.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;
    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: #f21559!important;
}
.radio-wrap.bigger {
    max-width: 558px;
}
.radio-wrap .radio-wrap-label {
    border: 2px solid #f21559;
}
.radio-wrap .radio-wrap-label:hover {
    background: #f21559!important;
}
.radio-wrap .radio-wrap-label:hover label {
    color: #fff!important;
}
.radio-wrap .radio-wrap-label label {
    padding: 11px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.radio-wrap.font-padding-bigger .radio-wrap-label label {
    padding: 13px;
    font-size: 16px;
}
.radio-wrap .radio-wrap-label:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.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: 4px;
    border-top-right-radius: 4px;
}
.radio-wrap.responsived .radio-wrap-label:first-child {
    border-radius: 4px 4px 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: 4px 4px 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: #f21559;
    border-color: #f21559;
}

.radio-wrap .radio-button {
    background: none;
    text-align: center;
    color: #f21559 !important;
    font-weight: 700;
    padding: 13px;
    line-height: 1;
    font-size: 16px;
    cursor: pointer
}
.radio-wrap .radio-button:hover {
    color: #fff!important;
}
.radio-wrap .radio-button.btn-primary {
    background: #f21559!important;
    color: #fff!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 {
    background: #f21559 !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, .rounded-pill, .rounded, .rounded-1rem, .rounded-2, .rounded-4, .rounded-5, .product-box, .app-dropdown, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], textarea, select {
    border-radius: 4px!important;
}
.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: 50%;
    transform: translateY(-50%);
}
.show-password path {
    transition: 250ms ease all;
}
.show-password.active path,
.show-password:hover path {
    fill: #f21559;
}

.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;
    overflow: hidden;
    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;
    }


}

@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: #f21559;
    border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #303030;
}

/* 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 #f21559;
    border-top: 4px solid #f21559;
    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 #f21559;
    border-bottom: 4px solid #f21559;
    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: #f21559;
    box-shadow: 0 0 20px #f21559, 0 0 40px #f21559, 0 0 60px #f21559, 0 0 80px #f21559,
    0 0 100px #f21559, 0 0 0 5px rgba(255, 255, 0, .1);
}
.preloader .box:nth-of-type(2) .circle:before{
    background: #f21559;
    box-shadow: 0 0 20px #f21559, 0 0 40px #f21559, 0 0 60px #f21559, 0 0 80px #f21559,
    0 0 100px #f21559, 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 + 19px);
    max-width: calc(12ch + 21px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 4px;
    border-right: none;
    padding-right: 0;
    float: left;
}
.shipmentQuantity input:focus + .shipmentFakerClass {
    border-color: #86b7fe;
}
.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: 4px;
    border-bottom-right-radius: 4px;
    resize: none;
    float: left;
    min-width: calc(100% - (12ch + 21px));
}
input:disabled + .shipmentFakerClass {
    background: #e9ecef;
}
.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,
ul.customers-canvas-user-templates-tag-list li a.cc-filter-selected {
    color: #f21559 !important;
    border-bottom: 3px solid !important;
    border-color: #f21559 !important;
}

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

.app-modal-contents {
    background: #fff !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: #f21559;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}
.automatic-preflight-result .show-elements:hover {
    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 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/ip3fotoidruknew/images/ccicon.png") !important;
    display: block !important;
    transition: ease all 250ms !important;
}

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

.customers-canvas-user-template.customers-canvas-template-empty a:hover .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: #000 !important;
    border: none !important;
}

#faqTablist .nav-link:hover {
    color: #303030 !important;
}

#faqTablist li .active {
    color: #f21559 !important;
    border-bottom: 3px solid !important;
    border-color: #f21559 !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: #f21559;
    color: #fff;
}

.app-dropdown-opened .dropdown-items {
    left: 0 !important;
    right: 0 !important;
    margin-top: -5px !important;
}

.dropdown-items {
    overflow: hidden;
}
.owl-carousel .owl-stage-outer {
    height: 100%;
}
.owl-carousel.owl-drag .owl-item {
    text-align: center;
}

.btn.actionIconWrapper::after {
    display: none;
}

#cartPage .col-1, #cartPage .col-2, #cartPage .col-3, #cartPage .col-4, #cartPage .col-5, #cartPage .col-6, #cartPage .col-7, #cartPage .col-8, #cartPage .col-9, #cartPage .col-10, #cartPage .col-11, #cartPage .col-12, #cartPage .col, #cartPage .col-auto, #cartPage .col-sm-1, #cartPage .col-sm-2, #cartPage .col-sm-3, #cartPage .col-sm-4, #cartPage .col-sm-5, #cartPage .col-sm-6, #cartPage .col-sm-7, #cartPage .col-sm-8, #cartPage .col-sm-9, #cartPage .col-sm-10, #cartPage .col-sm-11, #cartPage .col-sm-12, #cartPage .col-sm, #cartPage .col-sm-auto, #cartPage .col-md-1, #cartPage .col-md-2, #cartPage .col-md-3, #cartPage .col-md-4, #cartPage .col-md-5, #cartPage .col-md-6, #cartPage .col-md-7, #cartPage .col-md-8, #cartPage .col-md-9, #cartPage .col-md-10, #cartPage .col-md-11, #cartPage .col-md-12, #cartPage .col-md, #cartPage .col-md-auto, #cartPage .col-lg-1, #cartPage .col-lg-2, #cartPage .col-lg-3, #cartPage .col-lg-4, #cartPage .col-lg-5, #cartPage .col-lg-6, #cartPage .col-lg-7, #cartPage .col-lg-8, #cartPage .col-lg-9, #cartPage .col-lg-10, #cartPage .col-lg-11, #cartPage .col-lg-12, #cartPage .col-lg, #cartPage .col-lg-auto, #cartPage .col-xl-1, #cartPage .col-xl-2, #cartPage .col-xl-3, #cartPage .col-xl-4, #cartPage .col-xl-5, #cartPage .col-xl-6, #cartPage .col-xl-7, #cartPage .col-xl-8, #cartPage .col-xl-9, #cartPage .col-xl-10, #cartPage .col-xl-11, #cartPage .col-xl-12, #cartPage .col-xl, #cartPage .col-xl-auto, #cartPage .col-xxl-1, #cartPage .col-xxl-2, #cartPage .col-xxl-3, #cartPage .col-xxl-4, #cartPage .col-xxl-5, #cartPage .col-xxl-6, #cartPage .col-xxl-7, #cartPage .col-xxl-8, #cartPage .col-xxl-9, #cartPage .col-xxl-10, #cartPage .col-xxl-11, #cartPage .col-xxl-12, #cartPage .col-xxl, #cartPage .col-xxl-auto {
    padding-left: 0;
    padding-right: 0;
}

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

.app-dropdown label {
    margin-bottom: 0;
}

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

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

.btn.visibleButton.ip-btn-outlined:after {
    display: none;
}

.btn.visibleButton.ip-btn-outlined:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    content: "\f053";
    display: inline-block;
    font-size: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 6px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

#cartPage input {
    height: initial;
}

.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: #f03971;
}

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

.ip-btn-success {
    color: var(--bs-white) !important;
    background: var(--bs-accent) !important;
    border-color: var(--bs-accent) !important;
}
#myCarousel p strong {
    color: var(--ip-carousel-button-color);
}
.carousel-item .col-sm-6.col-12 {
    max-width: 100% !important;
    flex: unset !important;
}

.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;
}
.ip-btn-success:hover {
    color: var(--bs-white) !important;
    background: var(--bs-accent-lighter) !important;
    border-color: var(--bs-accent-lighter) !important;
}

.rabateCouponInputWrapper .btn {
    height: 32px;
    padding: 0;
    padding-right: 6px;
}

.rabateCouponInputWrapper .btn:after {
    display: none;
}

.rabateCouponInputWrapper input::placeholder {
    font-size: 16px !important;
}

::-webkit-resizer {
    background: none !important;
}

.alert {
    padding: 16px !important;
}
.ip-container-bg, .ip-container-bg .background-cover {
    background-color: var(--bs-primary-bg);
}

.notifications-and-comments i.fa.fa-comment {
    font-size: 28px !important;
}

@media (max-width: 1199px) {
    .user-comments-desktop {
        display: none;
    }
    .user-comments-mobile .notifications-and-comments {
        list-style: none;
        padding-bottom: 0;
        padding-top: 0;
        border-bottom: none;
    }
    .user-comments-mobile {
        position: absolute;
        left: auto;
        right: 100px;
    }
}

@media (min-width: 1200px) {
    .user-comments-mobile {
        display: none;
    }
}

@media (max-width: 575px) {

}