/*
    cursor: auto;

-o-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

transition-property: width;
transition-duration: 2s;
transition-timing-function: linear, ease, ease-in, ease-out, ease-in-out;
transition-delay: 1s;

transition: width 2s, height 1s;

-o-transition-duration: .5s;
-ms-transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
transition-duration: .5s;

*/
html {
    height: 100%;
    overflow-x: hidden;
}

    html.nosc, html.no_sc {
        overflow: hidden;
    }

body {
    height: 100%;
    padding-top: 70px;
    font-family: 'stolzl';
    /* font-family: 'Asap', sans-serif; */
    font-size: 12px;
    background: var(--color-tlo);
    color: var(--color-txt);
    font-weight: 300;
}
ul li.ma35 {
    display: none;
}
html[lang="el-gr"] body, html[lang="ro-ro"] body {
    font-family: 'forma-djr-greek-text';
}

    body .menuRight, body .menuLeft {
        background: #fff;
        color: var(--color-txt);
    }

        body.l2, body.l2 .menuRight, body.l2 .menuLeft {
            background: #323232;
            color: #fff;
        }

a, a:hover, u {
    position: relative;
    text-decoration: none;
    color: #fff;
}
#search-input::-webkit-input-placeholder {
    font-style: normal;
    color: #B4BCC7;
}
#search-input:-moz-placeholder {
    font-style: normal;
    color: #B4BCC7;
}
#search-input::-moz-placeholder {
    font-style: normal;
    color: #B4BCC7;
}
#search-input:-ms-input-placeholder {
    font-style: normal;
    color: #B4BCC7;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/**/
.monu li,
.SaleItem a {
    position: relative;
    z-index: 1;
}
.monu li:after,
.SaleItem a:after {
    content: '';
    transition: .5s;
    position: absolute;
    background: var(--color-but);
    bottom: 0;
    left: 0;
    height: 5px;
    width: 0;
    border-radius: 10px;
    z-index: -1;
}
.monu li:hover:after,
.SaleItem a:hover:after {
    width: 100%;
}
.monu li.act:after,
.SaleItem[data-id="1"] a.si1:after,
.SaleItem[data-id="2"] a.si2:after,
.SaleItem[data-id="3"] a.si3:after,
.SaleItem[data-id="4"] a.si4:after,
.SaleItem[data-id="5"] a.si5:after,
.SaleItem[data-id="6"] a.si6:after,
.SaleItem[data-id="7"] a.si7:after,
.SaleItem[data-id="8"] a.si8:after,
.SaleItem[data-id="9"] a.si9:after,
.SaleItem[data-id="10"] a.si10:after {
    width: 100%;
}

body.l1 a, body.l1 a:hover, body.l1 u {
    color: var(--color-txt);
}
s {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* tylko wybrane */
ul {
    /*overflow: auto;*/
    /*height: calc(100% - 32px);*/
}

.dn {
    display: none !important;
}

.vh {
    visibility: hidden;
}
.o0 {
    opacity: 0;
    position: absolute !important;
}
.blur {
    filter: blur(10px);
}
.noselect, div.num {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tdt, .tdt:after, .tdt:before, i, i:after, i:before {
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.ttp {
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.addStar {
    cursor: pointer;
}
.ajax-add {
    display: none;
}
/* no login */
#noLo .foto i.pencil, #noLo .foto i.remove, #noLo .products.wl1 .infla, #noLo .products.wl2 .eyeLook {
    display: none;
}
#noLo .nhp1 .nhp1m i.news, #noLo .nhp1 .nhp1m i.ostar {
    visibility: hidden;
}
/* img */
img, object, embed {
    max-width: 100%;
}
body.l2 img {
    /*filter: brightness(0.8);*/
}
body.l2 img:hover {
    /*filter: none;*/
}
img[alt="Loader"] {
    max-width: 50px;
}
/*
body:not(.l1) .look img, body:not(.l1) .product-img img {
    filter: brightness(0.7);
}

body:not(.l1) .liProdBox:hover .look img, body:not(.l1) .item:hover .look img, body:not(.l1) .product:hover .look img {
    filter: none;
}
*/
/* Loading */
.Loading {
    position: fixed;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
    left: 0;
}
body.l2 .Loading {
    background: rgba(78, 84, 96, 0.8);
}
.Loading > div {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.Loading > div > b {
    position: absolute;
    left: 8px;
    bottom: 1px;
    width: 21px;
    display: inline-block;
    text-align: center;
}
.Loading > div > img, .nloading > img, img.UnDa {
    max-width: 50px;
}
.nli {
    position: relative;
    width: 40px;
    height: 40px;
}
.nli i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fcc302;
    display: inline-block;
    border-radius: 100%;
    z-index: 1;
}
.nli s {
    position: absolute;
    top: 9px;
    left: 5px;
    right: 5px;
    bottom: 0;
    background: #ffffff;
    display: inline-block;
    border-radius: 100%;
    z-index: 2;
}
.nli b {
    position: absolute;
    top: 14px;
    left: 8px;
    right: 8px;
    bottom: 0;
    background: #fcc302;
    display: inline-block;
    border-radius: 100%;
    z-index: 3;
    animation-name: logo;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes logo {
    0% {
        transform: translate(0px, 0px);
    }

    6.25% {
        transform: translate(-1px, 0px);
    }

    12.5% {
        transform: translate(-3px, -1px);
    }

    18.75% {
        transform: translate(-4px, -2px);
    }

    25% {
        transform: translate(-4px, -3px);
    }

    31.25% {
        transform: translate(-3px, -4px);
    }

    37.5% {
        transform: translate(-2px, -5px);
    }

    43.75% {
        transform: translate(-1px, -6px);
    }

    50% {
        transform: translate(0px, -6px);
    }

    56.25% {
        transform: translate(1px, -6px);
    }

    62.5% {
        transform: translate(2px, -5px);
    }

    68.75% {
        transform: translate(3px, -4px);
    }

    75% {
        transform: translate(4px, -3px);
    }

    81.25% {
        transform: translate(4px, -2px);
    }

    87.5% {
        transform: translate(3px, -1px);
    }

    93.75% {
        transform: translate(1px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}
/* logo small */
.logoTFOs {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: -7px -19px;
    background-image: url(/skin/3/logo/logo_telforceone_w.svg);
    background-repeat: no-repeat;
    background-size: 180px;
}
body.l1 .logoTFOs {
    background-image: url(/skin/3/logo/logo_telforceone_g.svg);
}
/* price search */
.ssitem {position: relative;}
.ssitem .sstxr {position: absolute;bottom: -35px;right: 0;left: 0;background: inherit;z-index: 2;transition: .5s;border-radius: 5px;height: 42px;text-align: right;}
/*.ssitem .sstxr {position: absolute;top: 0;bottom: 0;right: 0;left: 40px;transform: translateX(98%);background: inherit;z-index: 2;display: flex;align-content: center;justify-content: center;align-items: center;transition: .5s;}*/
.ssitem .sstxr .button > s {display: none;}
.search__suggestion .ssitem .sstxr {
    bottom: -2px;
    right: -23px;
    left: initial;
    transform: scale(.8);
    background: none;
}
.search__suggestion .ssitem .sstxr div.txr {
    background: #e6e6e6;
    padding-left: 10px;
    border-radius: 5px;
}
.search__suggestion .ssitem .sstxr .nloading {
    position: relative;
    top: -19px;
    left: -19px;
}
.search__suggestion .ssitem .sstxr div.txr div.button {
    width: 80px;
}
.search__suggestion .ssitem .sstxr div.txr:has(.btn-addToCart-P) {
    margin-right: 12px;
}
.ssitem .sstxr div {display: inline-block;vertical-align: middle;}
.ssitem .sstxr div.button {margin-left: 10px;}
.ssitem .sstxr div.btn-addToCart-P {margin-right: 10px;}
.ssitem:not(:hover) .sstxr {display: none;}
.ssitem .sstxr .txr > div > s, .ssitem .sstxr .txr > div > b, .ssitem .sstxr .txr > div > u {
    font-size: 16px;
}
.sap_p .ssitem .sstxr {
    left: 0;
    top: auto;
    white-space: normal;
    width: auto;
    transform: none;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 0;
}
#noLo .ssitem .sstxr {
    display: none;
}
.ssitem .sstxr .price {
    margin: 2px 20px 0 0;
    line-height: 1;
}
.ssitem .sstxr .total {
    margin: 2px 0 0 20px;
    line-height: 1;
}
.ssitem .sstxr .total u, .ssitem .sstxr .price u {
    display: block;
    font-size: 14px !important;
}
/* Box Login */
.boxLg {
    width: calc(100% - 20px);
    margin: 20px 0 0 20px;
    background: var(--color-box);
    border-radius: 25px;
    /* box-shadow: -10px 10px 50px #051e451a; */
}

    .boxLg > .boxLg {
        width: 100%;
        margin: 0;
        box-shadow: none;
    }

    .boxLg > div {
        border-radius: 25px;
    }

    .boxLg:not(.nohid) > div {
        /*overflow: hidden;*/
    }

    .boxLg.nohid > .tfonews > ul > li {
        border-radius: 10px 10px 0 0;
        text-align: left;
        /*padding: 15px 0 10px 25px;*/
        padding: 14px 0 16px 25px;
    }

    .boxLg.white {
        background: transparent;
    }

    .boxLg.backNo .conten1, .boxLg.backNo footer {
        background: #fff;
    }

    .boxLg.backNo .conten2 {
        /*background: #fff;*/
        margin: 0;
    }

        .boxLg.backNo .conten2 > div {
            padding: 15px;
        }

body:not(.l1) .boxLg.backNo .conten1, body:not(.l1) .boxLg.backNo .conten2, body:not(.l1) .boxLg.backNo footer {
    background: #1e1e1e;
}

body.l2 .boxLg {
    background: #1e1e1e;
}

body.l3 .boxLg {
    background: rgba(93, 100, 117, 0.8);
}

body.l2 .boxLg, body.l3 .boxLg {
    color: #fff;
    box-shadow: none;
}

body .boxLg.backNo {
    /*background: inherit;*/
    box-shadow: none;
}

.boxLg.bsb {
    background: #f7f7f9;
}

    .boxLg.bsb .conten2 {
        /* background: #ffffff; */
        /* border-radius: 10px; */
    }

body:not(.l1) .boxLg.bsb .conten2 {
    background: #303132;
}

.boxLg.bsb .header {
    padding: 20px;
}
.myac.bsb .user-lblock s {
    display: block;
    font-size: 12px;
    opacity: .5;
}

.myac.bsb .user-lblock b {
    font-size: 22px;
    font-weight: 500;
    display: block;
}

.myac.bsb .user-pblock b {
    font-size: 20px;
    margin: 10px;
    vertical-align: middle;
}

.myac.bsb .user-pblock s {
    vertical-align: middle;
    opacity: .5;
}

.myac.bsb .user-rblock {
    position: absolute;
    top: 0;
    right: 0;
}
body.l1 .boxLg .conten3 {
    /*background: #f7f7f9;*/
}

.boxLg .conten3 {
    border-radius: 10px;
    /* padding: 25px; */
}
.boxLg.myac {
    padding: 25px;
}
#nowosciMobile, #promocjeMobile, #zapowiedziMobile, #sponsorowaneMobile, #benefityMobile {
    /* max-width: 500px; */
    width: calc(50% - 31px);
    vertical-align: top;
}
#promocjeMobile {
    width: calc(65% - 31px);
    padding-left: 10px;
    padding: 10px 5px 10px 10px;
}
#sponsorowaneMobile {
    width: calc(35% - 31px);
    padding-right: 10px;
    padding: 10px 10px 10px 5px;
}
#bargainsMobile {
    min-height: 349px;
}

.boxLg.ui-sortable-helper {
    transform: skewX( 358deg );
}

.boxLogin {
    padding: 15px 0;
}
.boxLg.boxLogin {
    background: #fff;
}
    .boxLogin > h4 {
        display: none;
    }

    .boxLogin .maps {
        text-align: center;
    }

    .boxLogin .LoginMenu {
        margin: 10px;
        white-space: nowrap;
    }

        .boxLogin .LoginMenu p, .boxLogin .LoginMenu a {
            display: inline-block;
            white-space: initial;
            width: 50%;
        }

            .boxLogin .LoginMenu p s, .boxLogin .LoginMenu a s {
                display: block;
                text-decoration: none;
                font-size: 12px;
            }

            .boxLogin .LoginMenu p b, .boxLogin .LoginMenu a b {
                display: block;
                font-size: 18px;
            }

            .boxLogin .LoginMenu p.noa, .boxLogin .LoginMenu a.noa {
                color: #cfcfcf;
            }
/* new bus */
.new_bus {
    cursor: pointer;
    font-size: 16px;
}
.new_bus_dia .boxLogin {
    margin: 15px;
    padding: 15px;
    width: calc(100% - 30px);
}

.new_bus_dia h3 {
    margin: 0;
}

.new_bus_dia h4 {
    font-size: 16px;
}

.new_bus_dia .iRegu p, .new_bus_dia .iRegu a {
    font-size: 12px;
}

.new_bus_dia .iRegu {
    margin: 15px;
}
/* no icon */
.NhomePage .nhp1 .boxLg .header li i.ic, .NhomePage .nhp1 .boxLg .header li i.icb {
    transition: .5s;
    display: none;
}

.NhomePage .nhp1 .boxLg .header li:not(:hover) i.ic, .NhomePage .nhp1 .boxLg .header li:not(:hover) i.icb {
    width: 0px;
}
/* empty box */
.emptyBox {
    width: 100%;
    margin: 30px 0;
}
.emptyBox i, .emptyBox s, .emptyBox u, .emptyBox b {
    display: inline-block;
    background-color: #bdc3c7;
    border-color: #bdc3c7;
    animation-name: ebAnimation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin: 5px;
    border-radius: 25px;
    visibility: visible !important;
}
.emptyBox > i {
    border: 1px solid lightgray;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    vertical-align: middle;
}
.emptyBox > p {
    display: inline-block;
    width: calc(100% - 100px);
    height: 80px;
    margin: 0;
    vertical-align: middle;
}
.emptyBox > p > s {
    height: 20px;
    width: 100%;
}
.emptyBox > p > u {
    width: 80%;
    height: 40px;
}
.emptyBox > u {
    width: 130px;
    height: 36px;
}
.emptyBox > s {
    width: 130px;
    height: 36px;
    float: right;
}
.emptyBox > b {
    width: 80px;
    height: 26px;
}
@keyframes ebAnimation {
    0% {
        opacity: 0.8;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.8;
    }
}

.emptyBox.baner {
    margin: 0;
}
.emptyBox.baner > u {
    height: 400px;
    margin: 0;
    width: 100%;
}

.emptyBoxProd {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    height: 600.7px;
}
.emptyBoxProd > div {
    display: inline-block;
    width: 283px;
    white-space: normal;
    height: 479px;
    margin: 20px;
}
.emptyBoxProd > div > i {
    display: block;
    margin: 100px auto;
    width: 200px;
    height: 200px;
}
.emptyBoxProd > div > u {
    width: 100%;
}
/* input text */
.iText {
    margin: 10px;
    position: relative;
}

    .iText > input {
        padding: 15px 15px 5px 15px;
        border: 1px solid #e4e7f0;
        border-radius: 10px;
        width: 100%;
        box-shadow: 0 0 10px #e4e7f0;
    }

body:not(.l1) .iText > input {
    background: #1e1e1e;
}

.iText > label {
    position: absolute;
    top: 4px;
    left: 16px;
    font-size: 10px;
    color: #000;
    font-weight: 400;
    transition: .5s;
}

.iText > input:invalid ~ label {
    top: 11px;
    font-size: 14px;
    color: #cacaca;
}

.iText > label.act, .iText > input:focus ~ label {
    top: 4px;
    font-size: 10px;
    color: #000;
}

/* iChec */
.iChec {
    margin: 30px 10px 10px 10px;
    position: relative;
}

    .iChec label {
        display: inline-block;
        cursor: pointer;
        position: relative;
    }

        .iChec label span {
            display: inline-block;
            position: relative;
            /*background-color: transparent;*/
            background-color: #fff;
            width: 25px;
            height: 25px;
            transform-origin: center;
            border: 1px solid #e4e7f0;
            box-shadow: 0 0 10px #e4e7f0;
            border-radius: 50%;
            vertical-align: -6px;
            margin-right: 10px;
            transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
        }

            .iChec label span:before {
                content: "";
                width: 0px;
                height: 2px;
                border-radius: 2px;
                background: #fff;
                position: absolute;
                transform: rotate(45deg);
                top: 11px;
                left: 8px;
                transition: width 50ms ease 50ms;
                transform-origin: 0% 0%;
            }

            .iChec label span:after {
                content: "";
                width: 0;
                height: 2px;
                border-radius: 2px;
                background: #fff;
                position: absolute;
                transform: rotate(305deg);
                top: 15px;
                left: 9px;
                transition: width 50ms ease;
                transform-origin: 0% 0%;
            }

        .iChec label:hover span:before {
            width: 5px;
            transition: width 100ms ease;
        }

        .iChec label:hover span:after {
            width: 10px;
            transition: width 150ms ease 100ms;
        }

    .iChec > input {
        display: none;
    }

        .iChec > input:checked + label span {
            /*background-color: #fff;*/
            transform: scale(1.1);
        }

            .iChec > input:checked + label span:after {
                width: 10px;
                background: var(--color-but);
                transition: width 150ms ease 100ms;
            }

            .iChec > input:checked + label span:before {
                width: 5px;
                background: var(--color-but);
                transition: width 150ms ease 100ms;
            }

        .iChec > input:checked + label:hover span {
            background-color: #fff;
            transform: scale(1.1);
        }

            .iChec > input:checked + label:hover span:after {
                width: 10px;
                background: var(--color-but);
                transition: width 150ms ease 100ms;
            }

            .iChec > input:checked + label:hover span:before {
                width: 5px;
                background: var(--color-but);
                transition: width 150ms ease 100ms;
            }
/* button */
button {
    position: relative;
    vertical-align: middle;
    padding: 5px 15px;
    border: none;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    margin: 0 10px;
}
/*
    button:after {
        content: "";
        position: absolute;
        background: var(--color-but);
        top: 0;
        left: 0;
        right: 0;
        bottom: 100%;
        transition: .5s;
        z-index: -1;
    }

    button:hover:after {
        bottom: 0;
    }
    */
.button {
    margin: 10px;
    position: relative;
}

    .button > b {
        display: block;
        padding: 10px;
        border: 1px solid #e4e7f0;
        border-radius: 10px;
        width: 100%;
        box-shadow: 0 0 10px #e4e7f0;
        text-align: center;
        color: var(--color-but);
        cursor: pointer;
    }

    .button:hover > b {
        background: var(--color-but);
        color: #fff;
    }
/* forget password */
.forgetPass {
    position: absolute;
    bottom: -25px;
    right: 8px;
    font-size: 12px;
    cursor: pointer;
    z-index: 1;
}
.forgetPass > s {
    cursor: pointer;
}
/* Login Massage */
.erlm {
    text-align: center;
    color: #f00;
    font-size: 13px;
    font-weight: 400;
    width: 0;
    height: 20px;
    overflow: hidden;
    transition: .5s;
    opacity: 0;
    background: #fff;
    z-index: 9;
    position: relative;
    line-height: 21px;
}

    .erlm.act {
        width: 100%;
        opacity: 1;
    }
/* popup */
.popup.act {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.popup .section {
    position: absolute;
    top: -50%;
    left: 50%;
    background: #fff;
    z-index: 1;
    opacity: 0;
}

.popup:not(.all) .section {
    min-width: 380px;
    max-width: 80%;
    min-height: 200px;
    max-height: 80%;
    border-radius: 20px;
    overflow: auto;
}

.popup.all .section {
    width: 100%;
    height: 100%;
}


.popup.id1, .popup.id2 {
    max-width: 500px;
    width: 100%;
}

.popup.id1 {
    right: inherit;
}

.popup.id2 {
    left: initial;
}



.popup.act .section {
    top: 50%;
    opacity: 1;
}

.popup .section i.clos1 {
    position: absolute;
    top: 5px;
    right: calc(50% - 11px);
    font-size: 20px;
    cursor: pointer;
}

.popup.backg .section i.clos1 {
    right: 5px;
}

body:not(.l1) .popup .section {
    background: #1e1e1e;
    color: #fff;
}

.popup .back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    z-index: -1;
    opacity: 0;
}

.popup.act .back {
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.popup.backg .section {
    background: rgba(107, 113, 127, 0.95);
}

.popup:not(.all) .section i.clos1, .popup.right .section i.clos1 {
    right: 5px;
}

.popup.right .article {
    padding: 30px 28px;
}

.popup:not(.all) .article {
    padding-top: 10px;
}

.popup button.close {
    display: none;
}
/*
div.maps > a {
    filter: drop-shadow(0 0 5px rgba(5, 33, 69, 0.3));
}
*/
.popup div.maps {
    width: 284px;
    margin: auto;
}

.boxLogin div.maps {
    width: auto;
}

.popup.ajLog i.clos1 {
    right: 8px;
    top: 8px;
}

.popup.ajLog .boxLg {
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    width: calc(100% - 40px);
}
.popup:not(.all) .article > .msg:not(.filtr) {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 310px;
    min-height: 190px;
}
/* login-button */
.login-button {
    margin: 20px;
}

.login-button .info {
    font-size: 20px;
}
.login-button .button {
    margin: 20px 0 0 0;
}
.login-button .button i {
    font-size: 18px;
    width: 100%;
}
.PageElement > .login-button {
    margin: 19px 0 0 19px;
    width: calc(100% - 41px);
    background: var(--color-box);
    border-radius: 25px;
    padding: 20px;
}
.PageElement > .login-button .button i {
    width: auto;
}
/**/
.sesMSG {
    display: none;
}

.sesMSGp .msg > div {
    margin: 20px;
}

.sesMSGp .msg > a {
    margin: 0 20px;
}
/* showMSG */
.showMSG { position: fixed; top: 55px; right: 6px; z-index: 9999; overflow: hidden; transition: .5s; }
.showMSG > div { opacity: 1;margin: 10px; padding: 10px; position: relative; border-radius: 30px 0 30px 30px; background: #fff; -webkit-transition-duration: .5s; transition-duration:.5s; white-space: nowrap; box-shadow: 0 0 10px rgba(0, 0, 0, .3); height: 57px; }
.showMSG > div.str { margin: -36px 10px 0 10px; opacity: 0; }			
.showMSG > div > p { font-size: 12px; margin: 0; }
.showMSG > div > p, .showMSG > div > i { display: inline-block; vertical-align: middle; margin-right: 15px; }
.showMSG > div > i.clos { opacity: .3; }
body.l2 .showMSG, body.l2 .showMSG > div, body.l2 .showMSG > div > i { background: #303132; border-color: #fff; }
/* Back old page */
.NewPage {
    position: absolute;
    bottom: 3px;
    left: 20px;
    cursor: pointer;
    color: #fff;
}
/* Background */
.ownBackground {
    text-align: center;
    margin: 30px;
}

    .ownBackground > h2 {
        font-size: 22px;
    }

    .ownBackground > h3 {
        font-size: 16px;
    }

    .ownBackground > form {
        position: relative;
        border: 1px dashed;
        border-radius: 10px;
        width: 80%;
        margin: auto;
    }

        .ownBackground > form > input {
            opacity: 0;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 120px;
            cursor: copy;
        }

        .ownBackground > form > p {
            position: absolute;
            top: calc(50% - 14px);
            left: calc(50% - 50px);
            z-index: -1;
            margin: 0;
        }

            .ownBackground > form > p > i {
                vertical-align: middle;
                margin-left: 30px;
            }

    .ownBackground > ul {
        overflow: auto;
        white-space: nowrap;
    }

        .ownBackground > ul > li {
            display: inline-block;
            position: relative;
        }

            .ownBackground > ul > li > img {
                max-height: 100px;
            }

            .ownBackground > ul > li.act:after {
                content: '';
                position: absolute;
                top: calc(50% - 26px);
                left: calc(50% - 26px);
                width: 52px;
                height: 52px;
                background-position: -762px -263px;
                display: inline-block;
                background-image: url(/skin/3/gif/icons_2.svg);
            }

            .ownBackground > ul > li.act:before {
                content: '';
                position: absolute;
                top: calc(50% - 24px);
                left: calc(50% - 24px);
                width: 48px;
                height: 48px;
                display: inline-block;
                background: var(--color-but);
                border-radius: 100%;
            }

.ownBackground div.but {
    height: 36px;
    margin: 10px;
}
.ownBackground div.but > b.del {
    float: left;
    margin: 10px;
}
.ownBackground div.but > b.nex {
    float: right;
    margin: 10px;
}
/* consultant */
#yourConsultant {
    text-align: center;
    margin: 15px;
}
/* menuLeft */
.menuLeft .boxML1, .menuRight .boxMR1 {
    background: #fcc302;
    border-radius: 0 0 3vw 3vw;
    box-shadow: 0 0 5vw #999;
    text-align: center;
    padding-top: 50px;
}

.boxML1 i.search {
    vertical-align: middle;
}
.headerRight .search.mob {
    display: none;
}
.boxML1 input.search__input {
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #000;
    background: inherit;
    width: 75%;
}

.boxML1 > .kategorie {
    margin-top: 20px;
}

    .boxML1 > .kategorie > b {
        width: 40%;
        display: inline-block;
        padding: 15px;
        cursor: pointer;
    }

        .boxML1 > .kategorie > b:not(.act) {
            opacity: .6;
        }

.boxML2, .boxMR2 {
    position: relative;
    /*overflow: hidden auto;*/
    margin: 30px;
    text-align: center;
}

    .boxML2 > div, .boxMR2 > div {
        display: inline-block;
        text-align: left;
    }

.boxML2 {
    height: calc(100% - 400px);
}

.boxMR2 {
    height: calc(100% - 332px);
}
.mlm {
    height: 385px;
}
.mlm .menu-left-mobi {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    bottom: 0;
    opacity: 0;
    height: 100%;
    overflow: auto;
    padding: 10px;
    text-align: left;
}

    .mlm .menu-left-mobi.act {
        left: 0;
        opacity: 1;
    }

    .mlm .menu-left-mobi ul {
        overflow: auto;
        /*height: calc(100% - 45px);*/
        /*margin-top: 15px;*/
    }

    /*
.mlm .menu-left-mobi:not(.act) {
    animation: menu-left-mobi 1s;
}

@keyframes menu-left-mobi {
  0%   { left:0px; }
  50%  { left:0px; }
  100% { left:100%; }
}
*/
    .mlm .menu-left-mobi > ul > li, .mlm .menu-left-mobi > .tit_bac {
        padding: 5px 0;
        position: relative;
        overflow: hidden;
    }

        .mlm .menu-left-mobi > .tit_bac {
                /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
        }

        .mlm .menu-left-mobi > .tit_bac.las {
            /*display: none;*/
        }

        .mlm .menu-left-mobi > .tit_bac.las > i {
            visibility: hidden;
        }

        .mlm .menu-left-mobi > .tit_bac.las > a {
            /*margin-left: 20px;*/
        }

        .mlm .menu-left-mobi > ul > li.act a {
            color: var(--color-but);
        }

        .mlm .menu-left-mobi > ul > li:hover a, .mlm .menu-left-mobi > .tit_bac:hover a {
            font-weight: bold;
        }

        .mlm .menu-left-mobi > ul > li > i:before, .mlm .menu-left-mobi > .tit_bac > i:before {
            content: '';
            display: inline-block;
            width: 7px;
            height: 7px;
            border-top: 1px solid;
            border-right: 1px solid;
            transform: rotate(45deg);
            transition: .5s;
        }

        .mlm .menu-left-mobi > ul > li > i:hover:before, .mlm .menu-left-mobi > .tit_bac:hover > i:before {
            border-top: 7px solid #fcc302;
            border-right: 1px solid #fcc302;
            border-left: 7px solid transparent;
        }

        .mlm .menu-left-mobi > ul > li > i, .mlm .menu-left-mobi > .tit_bac > i {
            display: inline-block;
            padding: 1px 5px 3px 5px;
            cursor: pointer;
            vertical-align: middle;
        }

        .mlm .menu-left-mobi > ul > li.las > i {
            display: none;
        }

        .mlm .menu-left-mobi > ul > li.act > i, .mlm .menu-left-mobi > ul > li:hover > i {
            right: 0;
        }

        .mlm .menu-left-mobi > ul > li > a, .mlm .menu-left-mobi > .tit_bac > a {
            max-width: calc(100% - 60px);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
            font-weight: 500;
            vertical-align: middle;
        }

        .mlm .menu-left-mobi > ul > li > a {
            max-width: calc(100% - 52px);
            width: 100%;
        }

        .mlm .menu-left-mobi > .tit_bac > a {
            max-width: calc(100% - 30px);
        }

        .mlm .menu-left-mobi > ul > li > a, .mlm .menu-left-mobi > ul > li > a > b {
            display: inline-block;
            margin-left: 6px;
        }

    .mlm .menu-left-mobi > ul > li > b {
        position: absolute;
        right: 25px;
        top: 0;
        padding: 7px 0 9px 0;
        background: rgb(243 243 243);
        padding-left: 5px;
        z-index: 1;
        font-size: 14px;
        font-weight: 400;
    }

.mlm .menu-left-mobi > ul > li > b:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 10px;
    background: rgb(243 243 243 / 90%);
    background: linear-gradient(90deg, rgb(243 243 243 / 50%) 10%, rgb(243 243 243) 90%);
}

        .mlm .menu-left-mobi > ul > li > .add_favor {
            color: #fff;
            cursor: alias;
            visibility: hidden;
            vertical-align: middle;
        }
        .mlm .menu-left-mobi > ul > li:hover > .add_favor {
            visibility: visible;
        }
        body.l1 .mlm .menu-left-mobi > ul > li > .add_favor {
            color: var(--color-txt);
            /* opacity: .5; */
            min-width: 16px;
        }

            .mlm .menu-left-mobi > ul > li > .add_favor:before {
                /*content: "\f067";*/
                font-family: "FontAwesome";
                /*visibility: hidden;*/
                /*content: "\f006";*/
                /*opacity: .2;*/
                content: "\f08a";
            }

        body .mlm .menu-left-mobi > ul > li > .add_favor:hover:before {
            /*color: #fcc302;*/
            content: "\f004";
            opacity: 1;
        }

        .mlm .menu-left-mobi > ul > li:hover > .add_favor:before {
            /*visibility: visible;*/
            opacity: 1;
        }
        .mlm .menu-left-mobi.mlm-1 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-2 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-3 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-4 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-5 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-6 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-7 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-8 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-9 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-10 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-11 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-12 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-13 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-14 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-15 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-16 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-17 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-18 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-19 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-20 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-21 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-22 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-23 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-24 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-25 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-26 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-27 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-28 > ul > li > .add_favor:before,
        .mlm .menu-left-mobi.mlm-29 > ul > li > .add_favor:before {
            display: none;
        }

        .mlm .menu-left-mobi > .tit_bac > i {
            left: 0;
            right: auto;
            padding: 4px 8px 6px 7px;
        }

        .mlm .menu-left-mobi > .tit_bac > a {
            font-weight: bold;
            font-size: 18px;
            cursor: pointer;
        }

        .mlm .menu-left-mobi > .tit_bac > i:before {
            transform: rotate(225deg);
        }

body .allCategories {
    margin: 0 0 0 20px;
    transform: translateY(20px);
}

body#pl1 .allCategories, body#pl3 .allCategories, body#pl5 .allCategories {
    margin: 20px 0 0 20px;
    transform: none;
}

body .allCategories .mlm {
    height: 0;
    opacity: 0;
    transition: .5s;
    overflow: hidden;
    border-radius: 10px;
}

body#pl1 .allCategories .mlm, body#pl3 .allCategories .mlm, body#pl5 .allCategories .mlm {
    height: 400px;
    opacity: 1;
}
div.allCat.bww {
    cursor: pointer;
}
body#pl5 .compatibleAccessories {
    display: none;
}

.NhomePage {
    position: relative;
    /* display: table; */
    min-height: calc(100% - 80px);
    /* max-width: 1389px; */
    width: 100%;
    margin: auto;
    text-align: center;
    white-space: nowrap;
    transition: .5s;
    border-radius: 0 0 20px 20px;
    z-index: 4;
}

body.l1 .NhomePage {
    background: var(--color-tlo);
}

    .NhomePage > div {
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    .NhomePage .nhp1 {
        width: 320px;
        max-width: 320px;
        white-space: normal;
        position: sticky;
        margin-bottom: 50px;
        z-index: 16;
    }

    body#pl2 .NhomePage .nhp1:not(.act) {
        position: initial !important;
        margin: 0 !important;
    }

    body#pl3 .compatibleAccessories, body#pl3 .boxLg.producenci {
        /*display: none;*/
    }

#noLo .NhomePage .nhp1 {
    /*display: none;*/
}
    .NhomePage .nhp2 {
        width: calc(100% - 320px);
        white-space: normal;
        padding-bottom: 50px;
        position: relative;
    }

        .NhomePage .nhp2 .nhp2u {
            width: 100%;
        }

        .NhomePage .nhp2 div.boxLg {
            display: inline-block;
            margin: 19px 0 0 19px;
            width: calc(100% - 41px);
            position: relative;
        }
.nhp2b {
    background: #1e1e1e;
    margin: 20px;
    border-radius: 25px;
}
body.l1 .nhp2b {
    background: #f3f3f3;
}
.balls {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.balls i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    padding: 5px;
    border-radius: 100%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
}
.balls i.act {
    background: rgba(255, 255, 255, 0.8);
}
/* sale6 */
.NhomePage .nhp2 #sale6 div.boxLg {
    width: 100%;
}
/*.wMar*/
.boxLg.wMar {
    height: 400px;
}
.nhp2b.nb1 .boxLg.wMar {
    height: auto;
}
#nowosciMobile.wMar {
    width: calc(100% - 41px);
}

    .wMar .bx-slider > li > div > img {
        display: none;
    }

    .wMar .bx-slider > li > div {
        height: 400px;
        background-position: center center;
        background-size: cover;
    }
.boxLg.mmB.wMar .bx-slider > li > div {
    height: 308px;
}
body.l2 .wMar .bx-slider > li > div {
    filter: brightness(0.8);
}
body.l2 .wMar .bx-slider > li:hover > div {
    filter: none;
}
.boxLg.mmB.wMar .bx-slider > li > div {
    transition: .5s;
}
.wMar .bx-slider > li > div > div {
    opacity: 1;
    top: 30px;
    left: 30px;
    bottom: 30px;
    width: 40%;
    right: auto;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
}
#promocjeMobile .bx-slider > li > div > div {
    width: 50%;
}
    #nowosciMobile .bx-slider > li > div > div {
        display: flex;
        align-items: center;
        justify-content: center;
        /*width: 90%;*/
        /*max-width: 500px;*/
        /*backdrop-filter: blur(10px);*/
    }
        body.l2 .wMar .bx-slider > li > div > div {
            background: rgba(0, 0, 0, 0.9);
        }
            .wMar .bx-slider > li > div > div.produ {
                max-width: calc(100% - 300px);
            }
            .wMar .bx-slider > li.ban-3 > div > div.produ {
                max-width: 100%;
            }
            .wMar .bx-slider > li > div > div > article {
                position: relative;
                bottom: auto;
                left: auto;
            }

            #nowosciMobil.wMar .bx-slider > li > div > div {
                width: 100%;
                max-width: 430px;
            }

            #nowosciMobile.wMar .bx-slider > li > div > div > article {
                width: 100%;
            }

            .wMar .bx-slider > li > div > div > article img.marka {
                display: block;
                height: 180px;
                margin: 20px auto;
            }

.wMar.pba1 .bx-slider > li > div > div > article img.marka {
    height: 40px;
    filter: invert(1);
    margin: 0 0 30px 0;
}

#nowosciMobile .bx-slider > li > div > div > article img.marka {
    height: auto;
    filter: invert(1);
    margin: 20px 0;
    height: 30px;
}

    .wMar .bx-slider .opis article h1 {
        font-size: 45px;
    }

#nowosciMobile .bx-slider .opis article h1 {
    font-size: 32px;
    max-height: 89px;
    overflow: hidden;
}

.wMar .bx-slider .opis article h2 {
    font-size: 16px;
    margin: 30px 0;
}
#nowosciMobile .bx-slider .opis article h2 {
    font-size: 18px;
    max-height: 89px;
    overflow: hidden;
}
#nowosciMobile .bx-slider .opis article a {
    height: 36px;
}

    .wMar:not(.wr1) .bx-slider .opis article a {
        float: right;
        margin: 0; /* padding: 0; */
        background: none;
        box-shadow: none;
    }

    .wMar .tfonew footer > b {
        display: none;
    }

    .wMar .tfonew footer > div {
        position: absolute;
        bottom: 10px;
        width: auto;
        background: rgb(255 255 255 / 50%);
        z-index: 20;
        border-radius: 100%;
        width: 39px;
    }

        .wMar .tfonew footer > div:nth-child(1) {
            left: 306px;
        }

        .wMar .tfonew footer > div:nth-child(3) {
            right: 10px;
        }

        .wMar .tfonew footer > div > i {
            padding: 6px 15px;
        }

    .wMar .balls {
        bottom: 10px;
        left: calc(50% + 150px);
    }
.wMar .tfonew footer {
    display: none;
}

.wMar:not(.one) .tfonew:hover footer {
    display: block;
}
#nowosciMobile .tfonew footer > div:nth-child(1) {
    left: calc(40% + 10px);
    bottom: 28px;
}

#nowosciMobile .tfonew footer > div:nth-child(3) {
    bottom: 28px;
}

#nowosciMobile  .balls {
    bottom: 29px;
    left: calc(50% + 266px);
}
/* wMar wMr */
.wMar.wMr .bx-slider > li > div > div.opis {
    left: 10px;
    right: auto;
    background: no-repeat;
}

.wMar.wMr .bx-slider > li > div > div.produ {
    right: 10px;
    left: auto;
}

.wMar.wMr .bx-slider > li > div > div.produ > .img {
    display: flex;
    height: calc(100% - 42px);
    justify-content: center;
    align-items: center;
}

.wMar.wMr .tfonew footer > div:nth-child(1) {
    left: 20px;
}

.wMar.wMr .balls {
    left: 50%;
}

.wMar.wMr .time time {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, .5);
    border-radius: 10px;
}

.wMar.wMr .time time i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 10px;
}

.wMar.wMr .time {
    text-align: right;
}

.wMar.wMr .bx-slider .opis article a {
    display: block;
    width: 200px;
    text-align: center;
    float: none;
    font-size: 15px;
    font-weight: 600;
}

#promocjeMobile.wMar.wMr .bx-slider .opis article a {
    border: 2px solid;
}
/* promocjeMobile > */
#promocjeMobile li.ban-2 > div {
    border: 2px solid var(--color-but);
    border-radius: 25px;
}

#promocjeMobile li.ban-2 .produ {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 10px !important;
}


#promocjeMobile li.ban-2 .timeN {
    background: var(--color-box);
    text-align: center;
    padding: 10px 30px;
    border-radius: 20px;
    margin: 10px 10px 0 10px;
}

#promocjeMobile li.ban-2 .timeN > p {
    text-align: left;
}

#promocjeMobile li.ban-2 .timeN > div > div {
    display: inline-block;
    width: 75px;
    vertical-align: middle;
}

#promocjeMobile li.ban-2 .timeN > div > div > b {
    display: block;
    font-size: 30px;
    font-weight: 400;
}

#promocjeMobile li.ban-2 .timeN > div > div > s {
    font-size: 12px;
}

#promocjeMobile li.ban-2 .timeN > div > i {
    font-size: 40px;
    vertical-align: middle;
}

#promocjeMobile li.ban-2 .timeN > p {
    padding-left: 27px;
}

#promocjeMobile li.ban-2 .opis {
    padding: 0 30px !important;
}

#promocjeMobile li.ban-2 h1 {
    height: auto;
    padding: 10px 0;
}

#promocjeMobile li.ban-2 img {
    max-height: 319px;
}

#promocjeMobile li.ban-2 h2 {
    height: auto;
    font-size: 14px;
    margin: 15px 0;
}

#promocjeMobile li.ban-2 a.btnc1 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--color-but) !important;
    border-color: var(--color-but) !important;
    width: 280px !important;
}

#promocjeMobile li.ban-2 article {
    height: 100%;
}

#promocjeMobile li.ban-2 > div {
    height: 500px;
}

#promocjeMobile li.ban-2 h2 > b {
    display: block;
    margin-top: 40px;
}

#promocjeMobile li.ban-2 h2 > i {
    display: block;
    font-size: 32px;
    color: #f5c426;
    font-weight: 500;
    margin-top: 15px;
}
/* promocjeMobile li.ban-3 */
.bx-slider > li.ban-3 > div > div {
    position: initial;
}

.wMar .bx-slider > li.ban-3 > div {
    height: 500px;
    position: relative;
}

#promocjeMobile li.ban-3 img.marka {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
}

#promocjeMobile li.ban-3 h1, #promocjeMobile li.ban-3 h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    height: auto;
}

#promocjeMobile li.ban-3 h2 {
    margin-top: 20px;
}

#promocjeMobile li.ban-3 a {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--color-but) !important;
    border-color: var(--color-but) !important;
}

#promocjeMobile li.ban-3 .opis, #promocjeMobile li.ban-3 article {
    height: 100%;
    min-height: 200px;
}

#promocjeMobile li.ban-3 h1 {
    font-weight: 400;
}
/* < promocjeMobile */
.wMar.wMr .time > s {
    margin-top: 10px;
    color: #fff;
    font-weight: 200;
}
.wMar.wMr .time > s > b {
    font-weight: 400;
}
/* wMar w4Ma */
.wMar.w4Ma .tfonew, .wMar.w4Ma .conten1, .wMar.w4Ma .bx-slider {
    width: 100%;
    height: 100%;
}
.wMar.w4Ma .conten1 > ul {
    white-space: normal;
    display: table;
}
.wMar.w4Ma .conten1 > ul > li {
    position: initial;
    display: inline-block;
    width: 50%;
    height: 200px;
    overflow: hidden;
}
.wMar.w4Ma.w8Ma .conten1 > ul > li {
    width: 25%;
}

.wMar.w4Ma .bx-slider .opis article h1, .wMar.w4Ma .bx-slider .opis article h2, .wMar.w4Ma .bx-slider .opis article a {
    display: none;
    height: auto;
}

.wMar.w4Ma .bx-slider > li > div {
    height: 100%;
}

.wMar.w4Ma .bx-slider > li > div > div {
    top: auto;
    left: 10px;
    bottom: 10px;
    right: 10px;
    width: auto;
    padding: 0;
    text-align: center;
}
.wMar.w4Ma .bx-slider > li:hover > div > div {
    padding: 10px;
}
.wMar.w4Ma .bx-slider > li > div > div > article img.marka {
    margin: 0 auto;
}
body.l2 .wMar.w4Ma .bx-slider > li > div > div > article img.marka {
    filter: invert(1);
}
.wMar.w4Ma .bx-slider li:hover .opis article h1, .wMar.w4Ma .bx-slider li:hover .opis article h2, .wMar.w4Ma .bx-slider li:hover .opis article a {
    display: block;
}
.boxLg.mmB {
    height: 460px;
}
.boxLg.mmB > div > div > a {
    position: absolute;
    right: 18px;
    top: 30px;
    text-transform: lowercase;
}
.boxLg.mmB h3 {
    font-size: 28px;
    margin-left: 10px;
}
.boxLg.mmB h4 {
    font-size: 15px;
    margin-left: 10px;
    font-weight: 300;
    /*width: calc(100% - 240px);*/
    line-height: 1.4;
}
.boxLg.mmB.w4Ma.w8Ma {
    width: calc(100% - 41px);
}
.boxLg.mmB .conten1 {
    overflow: hidden auto;
    position: relative;
}
.boxLg.mmB .opis > article {
    padding-left: 0;
}
.bx-slider.marki h1, .bx-slider.marki h2, .bx-slider.marki a {
    display: none !important;
}
/**/
.boxLg.myav .breadcrumbs {
    display: none;
}
.NhomePage .nhp2 .pball .boxLg.pba1 {
    margin: 20px 0 0 0;
    width: 100%;
}

.NhomePage .nhp2 .myav .boxLg.pba1 {
    margin: 0;
}

.NhomePage .nhp2 #sale1 .pball .boxLg.wr1, .NhomePage .nhp2 #sale1 .pball .boxLg.wr2 {
    width: calc(50% - 12px);
    display: inline-block;
}

.NhomePage .nhp2 #sale1 .pball .boxLg.wr1 {
    margin-right: 20px;
}

.NhomePage .nhp2 #sale1 .pball .boxLg.wr3 {
    display: none;
}

.pba1 .bx-slider > li > div {
    border-radius: 25px;
}

.pba1 .bx-slider .opis article h1 {
    color: #FFF;
    font-size: 42px;
    line-height: 1.4;
    font-weight: 500;
}

.pba1 .bx-slider .opis article h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

.pba1 .bx-slider .wcolor .opis article h1, .pba1 .bx-slider .wcolor .opis article h2 {
    color: inherit;
}

.wMar.pba1 .bx-slider > li > div > div.opis {
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    padding: 50px;
    z-index: 1;
}

.wMar.pba1 .bx-slider > li > div > div.produ {
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    background: no-repeat;
    padding: 0;
    width: 60%;
}

.wMar.wr2 .bx-slider > li > div > div,
.wMar.wr2 .bx-slider > li > div > div.produ {
    width: 50%;
}

.wMar.wMr.pba1 .bx-slider > li > div > div.produ > .img {
    /* display: block; */
    /* text-align: center; */
    height: 100%;
}

.pba1 .bx-slider > li > div > div.produ > .img img {
    height: 100%;
}

.NhomePage .nhp2 .boxLg.wr2, .NhomePage .nhp2 .boxLg.wr3 {
    width: calc(50% - 12px);
    display: inline-block;
}

.NhomePage .nhp2 .boxLg.wr3 {
    margin-left: 20px;
}

.pba1:not(.wr1) .bx-slider .opis article h1 {
    color: #072147;
    font-size: 36px;
}

.pba1:not(.wr1) .bx-slider .opis article h2 {
    color: #072147;
}
/**/
.CatMarki {
    margin: 20px 0 0 19px;
    background: var(--color-box);
    border-radius: 25px;
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    background: #f3f3f3;
}

.CatMarki s {
    font-size: 19px;
    white-space: nowrap;
    display: inline-block;
    font-weight: bold;
}

.CatMarki .title {
    border-radius: 10px 10px 0 0;
    text-align: left;
    padding: 15px 0 15px 25px;
    position: relative;
    cursor: pointer;
}

.CatMarki.act .title {
    z-index: 85;
}

.CatMarki i.i6.arrowDown {
    position: absolute;
    right: 10px;
    top: 23px;
    height: 12px;
}

.NhomePage .nhp2 div.boxLg.SaleItem {
    width: calc(100% - 366px);
    vertical-align: middle;
    height: 58px;
    overflow-y: hidden;
}

.CatMarki.act i.i6.arrowDown {
    transform: rotate(180deg);
}

.CatMarki .list {
    position: absolute;
    top: 75px;
    left: 19px;
    right: 22px;
    background: #f3f3f3;
    z-index: 1;
    height: 0;
    min-height: 0;
    border-radius: 0 25px 25px 25px;
    transition: .5s;
    overflow: hidden;
    z-index: 85;
}

.CatMarki.act .list {
    height: auto;
    min-height: 100px;
}

.CatMarki .title:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    height: 0;
    background: #fff;
    z-index: -1;
    border-radius: 25px 25px 0 0;
}

.CatMarki.act .title:before {
    height: 66px;
}

.CatMarki div.g2 > div {
    padding: 10px;
}

.CatMarki div.g2a {
    background: #fff;
    border-radius: 0 0 25px 25px;
}

.CatMarki div.g2b, .CatMarki div.g2a {
    /* display: flex; */
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    /* max-height: 410px; */
    /* overflow: auto; */
    /* align-content: flex-start; */
    display: inline-block;
}

.CatMarki div.g2b {
    /* max-height: 420px; */
    max-height: auto !important;
}

.CatMarki div.g2a {
    /* max-height: 120px; */
    max-height: auto !important;
}

.CatMarki div a {
    width: 188px;
    padding: 10px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
}

.CatMarki div a:hover {
    color: var(--color-but);
}
/* dotpay => */
.pay_met {
    text-align: center;
    margin: 20px 20px;
    padding: 20px;
    width: calc(100% - 45px);
    border-radius: 25px;
    background: var(--color-box);
}

.Pbox1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.pay_met b {
    font-weight: bold;
}

.Pbox3 {
    font-size: 20px;
}

.Pbox4 {
    font-size: 20px;
}

.Pbox5 {
    max-width: 730px;
    font-size: 18px;
    background: var(--color-txt);
    color: #fff;
    padding: 20px;
    margin: 20px auto;
}

.Pbox0 {
    display: block;
    max-width: 730px;
    font-size: 18px;
    background: #ffffff;
    margin: 20px auto;
    border: 2px solid #fff;
}

    .Pbox0.act {
        border: 2px solid #fdc110;
    }

.Pbox6, .Pbox6i {
    width: 100%;
    display: table;
}

    .Pbox6 > div, .Pbox6i > div {
        display: table-cell;
        vertical-align: middle;
    }

.Pbox61 {
    padding: 10px;
    width: 78px;
}

.Pbox62 > s {
    display: block;
    text-decoration: none;
    margin-top: 20px;
    font-weight: 300;
}

.Pbox0.act .Pbox61 {
    background: #fdc110;
}

.Pbox61 > b {
    display: none;
    font-size: 10px;
    color: #fff;
}

.Pbox0.act .Pbox61 > b {
    display: block;
}

.Pbox61 > input {
    width: 20px;
    height: 20px;
}

.Pbox62 {
    width: 350px;
    padding: 20px;
    text-align: left;
}

.Pbox6i {
    display: none;
}

.Pbox0.act .Pbox6i {
    display: block;
}

.Pbox65 {
    font-size: 18px;
    width: 50%;
    text-align: left;
    padding: 20px;
}

.Pbox64 {
    width: 50%;
    padding: 20px;
}

.Pbox7 {
    max-width: 730px;
    font-size: 18px;
    background: var(--color-txt);
    margin: 20px auto;
    color: #fff;
    padding: 15px;
}

.Pbox7 > a {
    display: block;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.Pbox7 > a:hover {
    color: #1d7dff;
}

.Pbox8 {
    max-width: 730px;
    font-size: 18px;
    background: #ffffff;
    margin: 20px auto;
    color: #881920;
    padding: 15px;
    font-weight: bold;
}

.Pbox8.ok {
    color: #248506;
}

.Pbox8 img {
    margin: 0 10px;
    height: 20px;
    vertical-align: sub;
}

.PboxZ {
    position: relative;
    padding: 10px;
    max-width: 730px;
    font-size: 18px;
    background: #c6c6c6;
    margin: 20px auto;
    color: #fff;
    cursor: no-drop;
}

.PboxL {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.PboxL > img {
    margin: 20px;
}

.PboxL > img.pb2 {
    height: 80px;
}

.pay_met.apo .PboxZ {
    background: #b60124;
    cursor: pointer;
}

.PboxZ > b {
    vertical-align: sub;
}

.PboxZ > i {
    position: absolute;
    top: 55px;
    right: 3px;
    font-size: 12px;
    font-style: normal;
    color: #000;
    font-weight: 300;
}

.Pbox9 {
    max-width: 730px;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
}

.Pbox9 > input {
    width: 14px;
    height: 15px;
    margin-right: 10px;
}

.Pbox9 > label {
    display: inline;
    font-weight: 300;
    font-size: 14px;
}
.Pbox9 > label a {
    opacity: .7;
    font-size: 14px;
}

/* <= dotpay */
/* mat4 */
div.iframe iframe {
    /* margin: 20px 0; */
    height: 99%;
}
.popup.iframe > div.section {
    width: 80%;
    height: 80%;
}
.popup.iframe .article {
    padding: 0;
}
.popup.iframe > div.section > i {
    background: #f9f9f9;
    padding: 16px 30px;
    top: 11px;
    right: 11px !important;
    margin: 0px;
}
.popup.iframe > div.section > i:hover {
    transform: none !important;
}
.popup.iframe > div.section:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    background: #fafafa;
    height: 50px;
    width: 80px;
    border-radius: 0 12px 0 12px;
}
/* sale3 */
#sale3 .now3 li {
    width: calc(50% - 22px);
    height: 400px;
    margin: 20px 20px 0 0;
}
#sale3 div.boxLg {
    display: block;
    width: calc(100% + 20px);
    margin: 0 0 20px 0;
}
#sale3 div.boxLg.now_3 {
    width: 100%;
}
#sale3 .now3 li > div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#sale3 .now3 li > div > div {
    right: auto;
    bottom: 0;
    width: 288px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transition: .5s;
}

#sale3 .now3 li > div:hover > div {
    background: rgba(0, 0, 0, .5);
}
#sale3 .now3 li > div > div > article {
    max-height: 328px;
    overflow: hidden;
}
#sale3 .now3 li > div > div > article > h1 {
    height: auto;
    line-height: 1.2;
    /* color: #fff; */
    margin: 20px 0 0 0;
    font-size: 25px;
}

#sale3 .now3 li > div > div > article > h2 {
    height: auto;
    line-height: 1.6;
}
#sale3 .now3 li > div > div > article > img {
    filter: invert(1);
    height: 30px;
}
#sale3 .now3 li > div > div > article > a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 400;
}
#sale3 .header {
    position: relative;
}
#sale3 .header a.btnc1 {
    position: absolute;
    top: 2px;
    right: 0;
}
/* sale4 */
#sale4.act .boxLg {
    display: block;
    width: 100%;
    position: relative;
    height: 800px;
    margin: 20px 0;
}
#sale4 .boxLg li {
    position: absolute;
    width: calc(50% - 12px);
}
#sale4 li.se_1 {
    top: 0;
    left: 0;
    height: 778px;
    margin: 10px 10px 10px 0;
}
#sale4 li.se_2 {
    top: 0;
    right: 0;
    height: 378px;
    margin: 10px 0 10px 10px;
}
#sale4 li.se_3 {
    bottom: 0;
    right: 0;
    height: 378px;
    margin: 10px 0 10px 10px;
}
#sale4 li > div {
    height: 100%;
}
#sale4 li .opis {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
#sale4 li.se_1 .opis {
    bottom: 0;
    top: auto;
}
#sale4 li .opis h1, #sale4 li .opis h2 {
    height: auto;
    color: var(--color-txt);
    margin: 15px 0 0 0;
}
#sale4 li.se_1 .opis h1, #sale4 li.se_1 .opis h2 {
    color: #fff;
}
#sale4 li .opis img {
    height: 40px;
}
#sale4 li.se_1 .opis img {
    filter: invert(1);
}
#sale4 li .opis a {
    border: 2px solid var(--color-txt);
    background: transparent;
    color: var(--color-txt);
}
#sale4 li.se_1 .opis a {
    border-color: #fff;
    color: #fff;
}
/* changeLang */
.changeLang {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    background: var(--color-but);
    border-radius: 30px;
    padding: 30px;
}
.changeLang > i.clos1 {
    position: absolute;
    top: 10px;
    right: 10px;
}
.changeLang .info {
    font-size: 20px;
    color: #fff;
}
.changeLang > div {
    display: inline-block;
    vertical-align: middle;
}
.changeLang > div.maps {
    margin-top: 5px;
}
/* wall */
.wall {
    width: 100%;
    text-align: center;
    margin: -40px 0 40px 0;
}
.wall a {
    display: inline-block;
    width: 250px;
    height: 300px;
    background: #ffffff;
    border-radius: 30px;
    margin: 14px 12px;
    box-shadow: 0px 3px 50px #05204533;
    vertical-align: top;
    transition: .5s;
}
.wall a:hover {
    transform: scale(1.05);
}
.wall a img {
    width: 100%;
    margin-top: 20px;
    max-width: 200px;
    max-height: 200px;
}
.wall a.noImg {
    background: #eab831;
}
.wall a.noImg p {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #fff;
}
.wall a b {
    font-size: 22px;
    font-weight: 500;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
}
/* mini foto */
.miniFoto img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    border-radius: 25px;
    height: 110px;
}
.miniFoto:hover img {
    display: block;
}
/* rejStep1 > */
.rejStep1 .option-box {
    display: inline-block;
    width: calc(50% - 42px);
    min-width: 300px;
    text-align: center;
    vertical-align: top;
    background: #fff;
    border-radius: 25px;
    border: 2px solid;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    margin: 20px;
}

.boxLg.rsa > div > a, .boxLg.rsa div.header > b, .boxLg.rsa div.header > p {
    margin: 20px;
    display: block;
}

.boxLg.nomr.rsa .content {
    background: transparent;
    padding: 20px 0;
}

.rejStep1 .option-box > h2 {
    margin: 25px;
}

.rejStep1 .option-box > p {
    font-size: 16px;
    margin: 25px;
}

.rejStep1 .option-box > s {
    height: 50px;
    display: inline-block;
    align-content: flex-end;
}

.rejStep1 .option-box > img {
    height: 50px;
    display: block;
    margin: 10px auto;
}

.rejStep1 .option-box > i {
    display: block;
    height: 50px;
    align-content: flex-end;
}
.rejStep1 .option-box > b {
    display: block;
    font-weight: 300;
    margin-bottom: 25px;
}
.rejStep1 .option-box > a {
    min-width: 220px;
    margin-top: 20px;
    color: #fff;
    font-size: 15px;
}
.rejStep1 .option-box.b2b {
    border-color: var(--color-but);
}
.rejStep1 .option-box.retail {
    border-color: transparent;
}
/* rcd_s2 */
.rejStep1 .rcd_s2 {
    display: none;
    margin: 5px;
}
.rejStep1 .rcd_s2 > h4 {
    font-size: 20px;
    margin: 25px 10px 0 10px;
}
.rejStep1 .rcd_s2 > a {
    display: inline-block;
    width: 100px;
    min-width: 100px;
    margin: 10px;
}
.rejStep1 .rcd .rcd_s2 {
    display: block;
}
.rejStep1 .rcd > b,
.rejStep1 .rcd > a {
    display: none;
}
/* rejStep2 > */
.boxOp {
    width: calc(50% - 2px);
    display: inline-block;
    vertical-align: top;
}
.boxOp #register-tab {
    margin: 20px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    padding: 30px;
}
.boxOp #register-tab .order-ct form .form-field {
    display: block;
}
.boxOp #register-tab .order-ct form .form-field label {
    display: block;
    text-align: left;
    font-weight: 300;
}
.boxOp h2 {
    margin: 0 0 30px 0;
}
.boxOp #register-tab:not(.register-full) .order-ct form .form-field .bootstrap-select {
    border: 2px solid #000;
    border-radius: 25px;
}
.boxOp p.red-alert {
    text-align: right;
}
.boxOp #register-tab .order-ct form .form-field.all {
    border-bottom: 1px solid #ececec;
    margin: 15px 0;
}
.boxOp #register-tab .order-ct form .form-field.all label {
    font-weight: 500;
}
.boxOp #register-tab .button:not(:hover) > b {
    background: var(--color-but);
}
.boxOp #register-tab .button > b {
    background: var(--color-but);
    color: #ffffff;
    text-transform: lowercase;
    font-size: 15px;
    font-weight: 300;
    border-radius: 25px;
}
.boxOp #register-tab .order-ct form h4 {
    margin-top: 30px;
}
.boxOp #register-tab .button:hover > b {
    background: var(--color-txt);
}
.boxOp .box3s {
    margin: 20px;
    padding: 30px;
}
.boxOp .box3s > s {
    font-size: 30px;
    font-weight: 500;
}
.boxOp .box3s > p {
    font-size: 16px;
    margin: 30px 0;
}
/* reg ifa */
.boxOp.ifa {
    width: 100%;
}
.boxOp.ifa p.red-alert {
    margin-right: 20px;
}
/* .info-reg */
.info-reg > h2, .info-reg > p, .info-reg > a {
    margin: 0 auto 40px auto !important
}
.info-reg > p {
    font-size: 18px;
    max-width: 370px;
}
.info-reg > a {
    width: 100%;
}
.info-reg > s {
    font-size: 12px;
    max-width: 520px;
    text-align: justify;
}
.info-reg #frmRegisterFirstStepNip {
    max-width: 520px;
    margin: auto;
    text-align: left;
}
.info-reg #frmRegisterFirstStepNip > p {
    text-align: right;
}
.info-reg #frmRegisterFirstStepNip > i {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 15px 0;
}
/* reg_thx */
.reg_thx {
    text-align: center;
}

.reg_thx .conMes > h3, .reg_thx .conMes > p {
    margin: 40px 10px;
}

.reg_thx .conMes > p {
    font-size: 15px;
}

.reg_thx .boxFg {
    margin: 20px;
    padding: 40px 20px;
    width: calc(100% - 40px);
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px #e4e7f0;
}
.reg_thx .boxFg > div {
    max-width: 1000px;
    text-align: left;
    margin: auto;
}

.reg_thx .boxFg > div > p, .reg_thx .boxFg > div > h2 {
    margin: 30px 0;
}

.reg_thx .boxFg > div > p {
    font-size: 15px;
}

.reg_thx .boxFg > div > p > b {
    font-weight: 300;
    color: #f5c426;
}
.rejStep2 .reg_thx .conMes > h3 {
    max-width: 380px;
    margin: 40px auto;
}
.rejStep2 .reg_thx .conMes > p {
    max-width: 520px;
    margin: 40px auto;
}
/* our brands */
.ourBrands li {
    display: inline-block;
    margin: 0 24px 24px 0;
}
.ourBrands li.ob1 {
    width: calc(25% - 20px);
    width: 300px;
}
.ourBrands li.ob1 > div {
    width: 400px;
    height: 300px;
    width: 100%;
}
.ourBrands li.ob2 {
    width: calc(25% - 33px);
}
.ourBrands li.ob2 > div {
    width: 300px;
    height: 300px;
    width: 100%;
}

.ourBrands li > div {
    border-radius: 25px;
}

.ourBrands li > div > div {
    opacity: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    height: 60px;
    padding: 0;
    width: auto;
    background: transparent !important;
    text-align: center;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 25px;
}

.ourBrands li > div > div > article {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.ourBrands .opis article h1 {
    font-size: 35px;
    color: #fff;
}

.ourBrands .opis article img {
    height: 100%;
    max-height: 30px;
    margin: 15px auto;
    filter: invert(1);
}

.ourBrands .conten3 {
    /*margin-top: 30px;*/
}
.ourBrands .opis article h1, .ourBrands .opis article h2 {
    display: none;
}
.ourBrands.obm {
    margin-top: 40px;
}
.ourBrands .bx-slider > li > div > div {
    opacity: 1;
}
.ourBrands .bx-slider > li > div > div > article {
    left: 0;
}
/* atutyMobile */
#atutyMobile {
    padding-bottom: 10px;
    height: auto;
}
/* headerLeft */
.headerLeft figure .NewPage {
    color: var(--color-txt);
    top: 46px;
    bottom: auto;
    left: 12px;
}
/* gauth */
.gauth > h4, .gauth > div, .LNoti > div {
    padding: 15px;
    margin: 0;
}

.LNoti.act {
    background: rgba(242,188,2,.3);
    border-radius: 20px;
}

.gauth > h4 {
    font-size: 24px;
}

.gauth > div > h5, .gauth > div > label, .LNoti > div > h5, .LNoti > div > label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.gauth > div > h5, .LNoti > div > h5 {
    font-size: 18px;
}

.gauth > div > label, .LNoti > div > label {
    margin: 4px 0 0 10px;
}

.gauth > div > div {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: center;
}

.gauth > div > div > a > img {
    width: 200px;
    margin: 5px 0;
}

.gauth > div > div > p {
    font-weight: 400;
}
/* boxCh */
.boxCh {
    display: inline-block;
    width: calc(50% - 17px);
    margin: 10px 0 0 10px;
    padding: 30px;
    height: 230px;
    vertical-align: top;
}
body.l1 .boxCh {
    background: #fff;
}
body:not(.l1) .boxCh {
    background: #323232;
}


    .boxCh h1 {
    font-size: 28px;
    margin: 0;
    font-weight: 500;
}

.boxCh h2 {
    font-size: 16px;
    margin: 20px 0;
    font-weight: 400;
    line-height: normal;
}
/* boxLg w6Ma */
.boxLg.w6Ma .conten1 > h3 {
    text-align: center;
    color: #f5be00;
    font-weight: 600;
}

.boxLg.w6Ma .conten1 > ul {
    width: 100%;
    height: 345px;
    white-space: normal;
    overflow: auto;
    text-align: center;
}

    .boxLg.w6Ma .conten1 > ul > li {
        display: inline-block;
        margin: 10px;
        width: 180px;
    }

        .boxLg.w6Ma .conten1 > ul > li > div {
            height: 150px;
        }

            .boxLg.w6Ma .conten1 > ul > li > div > img {
                display: block;
                margin: auto;
                height: 66px;
                width: auto;
            }

.boxLg.w6Ma .bx-slider > li > div > div {
    position: initial;
    opacity: 1;
}

    .boxLg.w6Ma .bx-slider > li > div > div > article {
        position: initial;
    }

.boxLg.w6Ma .bx-slider .opis article h1, .boxLg.w6Ma .bx-slider .opis article h2 {
    font-size: 16px;
    margin: 10px 0;
}
.boxLg.w6Ma .bx-slider .opis article a {
    margin: 0;
}
/**/
#sponsorowaneMobile footer {
    display: none;
}
#sponsorowaneMobile h1 {
    font-size: 25px;
    margin-top: 20px;
}
#sponsorowaneMobile h2 {
    font-size: 20px;
    color: var(--color-but);
    margin: 20px 0;
}
#sponsorowaneMobile .opis {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /*
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    */
    text-align: center;
    background: none;
    padding: 10px;
}
#sponsorowaneMobile a {
    float: none;
    font-size: 15px;
    background: var(--color-but);
    min-width: 200px;
}
#sponsorowaneMobile footer > div:nth-child(1) {
    left: 0px;
}
#sponsorowaneMobile .balls {
    bottom: 3px;
    left: 50%;
}
/**/
.wMar .bx-slider > li.baT-2 > div, .wMar .bx-slider > .baT-3 > div {
    height: 500px;
}

#sponsorowaneMobile .baT-2 h1, #sponsorowaneMobile .baT-3 h1 {
    text-align: left;
    margin: 0;
}

#sponsorowaneMobile .baT-2 .opis, #sponsorowaneMobile .baT-3 .opis {
    padding: 30px;
}

#sponsorowaneMobile .baT-2 h2, #sponsorowaneMobile .baT-3 h2 {
    text-align: left;
    color: inherit;
    font-size: 14px;
    font-weight: 300;
}

#sponsorowaneMobile .baT-3 h2:empty {
    display: none;
}

#sponsorowaneMobile .baT-2 a, #sponsorowaneMobile .baT-3 a {
    background: #fff;
    font-weight: 500;
    color: var(--color-txt) !important;
}
/**/
.nhp3 {
    position: relative;
    z-index: 10;
}

    .nhp3 #sponsorowaneMobile {
        width: 90%;
    }

.NhomePage .nhp3 {
    width: 330px;
}
.NhomePage .nhp1m, .NhomePage .boxMR2m {
    position: fixed;
    top: 95px;
}

.NhomePage .boxML3, .NhomePage .boxML4 {
    background: inherit;
    border-radius: initial;
    overflow: auto;
    margin: 20px;
    box-shadow: none;
    padding: 0;
}

    ul.afcs li:hover a, ul.afps li:hover a {
        color: var(--color-but);
    }

    .NhomePage .boxML3 .list, .NhomePage .boxML4 .list {
        max-height: 300px;
        overflow: auto;
        height: auto;
    }

.nhp2u i.position {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
    background: #fff;
    padding: 7px 21px 25px 11px;
    border-radius: 100%;
    box-shadow: 0 0 10px #bababa;
    display: none;
}

.nhp2u .boxLg:hover i.position {
    display: block;
}

.article {
    width: 100%;
    height: 100%;
}

#info-ct .article {
    margin: 15px 5px;
    padding: 20px;
    width: calc(100% - 10px);
    border-radius: 25px;
    background: var(--color-box);
}

body:not(.l1) #info-ct .article {
    background: #1e1e1e;
    box-shadow: none;
    color: #fff;
}

#info-ct .article h2 {
    margin: 20px 0 0 0;
    font-size: 22px;
}
#info-ct .article h2:first-child {
    margin: 10px 0 20px 0;
}

#info-ct .article,
#info-ct .article a {
    font-size: 14px;
}

#info-ct .article blockquote {
    border: 1px solid #dce2e9;
    padding: 20px;
    margin: 10px 0;
    border-radius: 25px;
    background: transparent;
}

body:not(.l1) #info-ct .article blockquote {
    background: #303132;
}
#info-ct .article table {
    max-width: 100% !important;
}
#info-ct .article ul {
    text-align: left !important;
}

#info-ct .article ul li {
    padding: 0 0 0 30px;
}
#info-ct .article > p > strong {
    /*font-size: 18px;*/
}
#info-ct .article ul li::before {
    background: var(--color-but) none repeat scroll 0 0;
    border-radius: 100%;
    color: var(--color-but);
    content: "";
    display: inline-block;
    height: 10px;
    margin: 4px 0 0 -20px;
    position: absolute;
    vertical-align: middle;
    width: 10px;
}

#info-ct .article ul.list-integration {
    margin-bottom: 25px;
}
#info-ct .article ul.list-integration li {
    padding: 0;
}

.article-image.right {
    float: right;
}
.article-image img {
    background: #f1f1f1;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #dce2e9;
}
#info-ct p {
    margin: 0;
    padding: 10px 0px;
}
#info-ct .article > p {
    padding: 10px 0 0 0;
}
#info-ct .article .list-integration li::before {
    display: none;
}

.article blockquote {
    background: #f1f1f1;
    border: 1px solid #dce2e9;
    padding: 20px;
    font-size: 120%;
    margin: 10px 0;
}

.menuLeft {
    width: 100%;
    height: 100%;
}

.boxML3, .boxMR3 {
    background: #fcc302;
    border-radius: 3vw 3vw 0 0;
    box-shadow: 0 0 5vw #999;
    text-align: left;
    padding: 30px;
}

.boxML4 {
    text-align: left;
    padding: 30px;
}

.boxML3 .title, .boxML4 .title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.boxML3 .list, .boxML4 .list {
    height: 100px;
    overflow: auto;
}

.boxML3 > .title, .boxML4 > .title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.afcs li, ul.afps li {
    position: relative;
    overflow: hidden;
}

ul.afcs li a, ul.afps li a {
    display: inline-block;
    width: calc(100% - 45px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

ul.afcs li a s, ul.afps li a s {
    display: block;
    font-size: 14px;
    color: #c3c3c3;
}

ul.afcs li i, ul.afps li i {
    display: inline-block;
    margin-bottom: 6px;
}
ul.afcs li .delete, ul.afps li .delete {
    position: absolute;
    top: -2px;
    right: 0;
    transform: scale(.8);
    display: none;
}
.mhx i.minus {
    opacity: .2;
}
.mhx i.minus:before {
    position: absolute;
    width: 15px;
    opacity: 1;
}
.mhx:hover i.minus {
    transform: rotate(45deg);
}
.mhx:hover i.minus:before {
    transform: rotate(90deg) translateX(1px);
}
.mhx i.minus:hover {
    opacity: 1;
}
.mhx:hover .title a {
    color: var(--color-but);
}
/**/
#komfortowaWspolpraca .grid > div:nth-child(n + 7) {
    display: none;
}
/* ulubione */
.shoppingListAll {
    text-align: left;
}
.shoppingListAll.sla {
    padding: 20px;
}
.shoppingListAll h3 {
    margin: 0;
    font-size: 24px;
}
.shoppingListAll .hed li {
    display: inline-block;
    margin: 20px 20px 0 0;
}
.shoppingListAll .hed li b {
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    text-decoration: underline;
}
.shoppingListAll .list {
    margin-top: 20px;
}
.shoppingListAll .hed li b.act {
    font-weight: bold;
}
.shoppingListAll .boxLg .content {
    background: #fff;
}
.shoppingListAll .boxLg .content .item:hover {
    background: #fff;
}
.shoppingListAll .boxLg .content .item:hover a {
    color: var(--color-but);
}
.shoppingListAll.bsla .tfolists.afsl .content {
    height: auto;
    background: none;
}
/* promocje - pba5 */
.wMpb {
    margin: 20px 0;
}
.wMpb li {
    width: calc(33% - 22px);
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}
.wMpb .zpng {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    height: 447px;
}
.wMpb .opis {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 25px;
    backdrop-filter: blur(37px);
    -webkit-backdrop-filter: blur(37px);
}
.wMpb.wr4 .opis {
    height: 160px;
    transition: .5s;
}
.boxLg.wr4 li:hover .opis {
    height: auto;
}
.wMpb article {
    padding: 30px;
}
.wMpb h1, .wMpb h2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}
.wMpb h1 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    height: 69px;
}
.wMpb h2 {
    margin: 16px 0 0 0;
    font-size: 17px;
    color: #fff;
    font-weight: 200;
    height: 38px;
    line-height: 1.4;
}
.wMpb.wr4 h1, .wMpb.wr4 h2 {
    height: 38px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wMpb.wr4 h1 {
    color: #f3bd01;
    margin: 22px 0 0 0;
}
.wMpb.wr4 article > i {
    position: absolute;
    top: 31px;
    right: 0;
    background: var(--color-but);
    font-size: 22px;
    font-weight: 500;
    border-radius: 12px 0 0 12px;
    padding: 5px 15px 3px 10px;
}
.wMpb.wr4 article > img {
    filter: invert(1);
    height: 20px;
}
.wMpb.wr4 .btnc1 {
    /* position: absolute; */
    /* bottom: 10px; */
    /* right: 10px; */
    opacity: 0;
    transition: .5s;
    float: right;
    margin: 20px 0;
}
.wMpb.wr4 li:hover .btnc1 {
    opacity: 1;
}
.wMpb.wr4 li:hover h1, .wMpb.wr4 li:hover h2 {
    white-space: normal;
    height: auto;
}
/* promocje - wr5 */
    .wMar.wMr.wr5 .bx-slider > li > div > div.produ {
    left: 0;
    right: auto;
    width: 40%;
}

.wMar.wMr.wr5 .bx-slider > li > div > div.opis {
    right: 0;
    left: auto;
    width: 60%;
    background: #fff;
    padding: 40px;
}

.pba1.wr4 .bx-slider > li > div > div.produ > .img img {
    border-radius: 25px;
}

.NhomePage .nhp2 div.boxLg.wr4 {
    display: block;
    margin: 20px 0;
    width: 100%;
    /*overflow: auto;*/
    border-radius: 0;
}

.NhomePage .nhp2 div.boxLg.wr4 .wr4e {
    overflow: auto;
}

#noLo .NhomePage:has(.nhp2 .noAllCate) .nhp1 {
    visibility: hidden;
}

.boxLg.wr4 ul {
    white-space: nowrap;
}

.boxLg.wr4 li {
    width: calc(25% - 18px);
    margin: 10px 20px 10px 0;
    min-width: 380px;
}

.boxLg.wr4 li:nth-child(n + 4) {
    /*margin: 10px 0 10px 0;*/
}

.boxLg.wr4 .wr4s i {
    position: absolute;
    top: calc(50% - 10px);
    font-size: 30px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 5;
}

.boxLg.wr4 .wr4s i.fa.fa-angle-left {
    left: -16px;
    padding: 0px 9px 1px 8px;
}

.boxLg.wr4 .wr4s i.fa.fa-angle-right {
    right: -16px;
    padding: 0px 8px 1px 9px;
}
/* LapOkazjeMobile */
#LapOkazjeMobile {
    overflow: hidden;
}
#LapOkazjeMobile li:not(.act) {
    display: none;
}
#LapOkazjeMobile li {
    margin: 10px 20px 10px 0 !important;
    min-width: auto !important;
}
#LapOkazjeMobile #sai3 ul > li {
    width: calc(33.33% - 18px);
}

#LapOkazjeMobile #sai2 ul > li {
    width: calc(50% - 18px);
}

#LapOkazjeMobile #sai1 ul > li {
    width: 100%;
}

#LapOkazjeMobile .s_ai_product .sap_p > ul {
    height: 468px;
}

#LapOkazjeMobile .s_ai_product .sap_h {
    height: auto;
}

#LapOkazjeMobile .s_ai_product .sap_h i {
    background: #ffffff;
    border-radius: 100%;
}
/* */
#sale1 .conten3 .header {
    margin-top: 20px
}

.pba1.wr5 .bx-slider > li > div > div.produ > .img img {
    border-radius: 25px;
}
.pba1.wr5 .bx-slider > li > div > div.produ > .img > i {
    position: absolute;
    top: 0;
    left: 0;
    right: -40px;
    bottom: 0;
    background-image: url('/skin/3/gif/pixel.png');
    background-position: center;
    background-size: cover;
}
.wr5 .opiH {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 300;
}

.wr5 .opiH i {
    background: var(--color-box);
    padding: 8px;
    border-radius: 8px;
    white-space: nowrap;
    display: inline-block;
    margin: 20px 20px 20px 0;
}

.wr5 .opiH p {
    margin: 0;
}

.wr5 .opiH s {
    font-size: 24px;
    font-weight: 500;
    display: block;
}

.wr5 .btnS {
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
}

.wr5 .btnS a {
    display: inline-block !important;
}

.wMar.wr5 .bx-slider > li > div > div > article {
    height: 100%;
    background: inherit;
    /*overflow: hidden;*/
}

.wMar.wMr.wr5 .bx-slider .opis article a.ln-2, .wMar.wMr.wr5 .bx-slider .opis article a:last-child {
    float: right;
}

.wMar.wMr.wr5 .bx-slider .opis article a.ln-1 {
    margin: 0 20px;
}

.wMar.wMr.wr2 .bx-slider .opis article a,
.wMar.wMr.wr5 .bx-slider .opis article a {
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 30%);
}

/* LogoP */
.LogoP {
    position: relative;
    display: inline-block;
    background: #fdc110;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: inset 0px 4px 10px 0px rgba(255, 255, 255, 0.6);
    margin: 50px;
}

    .LogoP:after, .LogoP:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        border-radius: 100%;
    }

    .LogoP:before {
        width: 38px;
        height: 38px;
        background: #fff;
    }

    .LogoP:after {
        width: 31px;
        height: 31px;
        background: #fdc110;
        box-shadow: inset 0px 4px 10px 0px rgba(255, 255, 255, 0.6);
    }

/* favorites product */
.favoritesProduct .tfonews ul.header li, .favoritesCategories .tfonews ul.header li {
    text-align: left;
    /*padding: 30px 30px 20px 30px;*/
    padding: 25px 20px 10px 20px;
}
/* btfo */
.btfo {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}
.btfo .open {
    cursor: pointer;
    transition: .5s;
    color: #fff;
}
.btfo.act .open {
    transform: rotate(135deg);
}
.btfo .open:after, .btfo .open:before {
    display: inline-block;
    font: normal normal normal 40px/1 FontAwesome;
    transition: .5s;
}
.btfo .open:after {
    content: '\f013';
}
.btfo.act .open:after {
    opacity: 0;
}
.btfo .open:before {
    position: absolute;
    content: '\f055';
    opacity: 0;
}
.btfo.act .open:before {
    opacity: 1;
}
.btfo .info {
    position: absolute;
    bottom: 40px;
    right: -10px;
    display: none;
    text-align: right;
}
.btfo.act .info {
    display: block;
}
.btfo .info p {
    display: inline-block;
    color: #000;
    margin: 10px;
    padding: 10px;
    background: #fff;
    white-space: nowrap;
    border-radius: 10px;
    cursor: pointer;
}
.btfo .info p:before {
    content: '\f070';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
}
.btfo > .info > p > input {
    position: absolute;
    height: 1px;
    width: 1px;
    border: none;
    padding: 0;
    opacity: 0;
}
.urlb_link textarea {
    width: calc(100% - 60px);
    height: 125px;
    margin: 30px;
}
/* cart */
.headerRight > div {
    display: inline-block;
    width: auto;
    text-align: center;
    position: relative;
    padding: 0 10px;
    vertical-align: bottom;
    transition: .5s;
    z-index: 3;
}
.headerRight > div > i {
    transition: transform .5s;
}
.headerRight > div:hover > i {
    /*transform: scale(1.1);*/
}
.headerRight .icart i, .headerRight .shopLis i, .headerRight .inotice i {
    position: relative;
}
.headerRight .icart i b, .headerRight .shopLis i b, .headerRight .inotice i b {
    position: absolute;
    top: -5px;
    right: -8px;
    font-style: normal;
    background: var(--color-but);
    color: var(--color-txt);
    border-radius: 20px;
    padding: 1px 5px 0px 5px;
    min-width: 20px;
    font-size: 12px;
    font-weight: 500;
}
body.l2 .headerRight .icart i b, body.l2 .headerRight > .shopLis > i > b, body.l2 .headerRight .inotice i b {
    background: #000;
}
.headerRight .icart i b:empty, .headerRight .shopLis i b:empty, .headerRight .inotice i b:empty {
    display: none;
}
header .skib {
    margin-top: 5px;
    cursor: pointer;
}
header .skib i.ic.background {
    width: 40px;
    height: 40px;
    background-position: -491px -104px;
}
.headerRight > div > s {
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
    opacity: 0;
    transition: .5s;
    font-size: 12px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.icart > p.price {
    position: relative;
    top: -2px;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px !important;
    min-width: 50px;
    cursor: pointer;
}
html#noLo .icart > p {
    display: none;
}
.icart > .p.price > s {
    display: block;
    font-size: 11px;
    opacity: .5;
    line-height: 1;
    font-weight: 400;
}
.icart > p > b {
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.icart > p > s {
    font-size: 12px;
}
/* brutto / netto */
.changeNB {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 82;
}

.changeNB.act {
    display: block;    
}

.changeNB > p.netto {
    position: absolute;
    top: -100%;
    left: -100%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: -10px 10px 50px #051e451a;
    width: 250px;
    margin: 0;
    text-align: center;
    z-index: 2;
}

.changeNB > p.netto > s, p.pNetto > s {
    width: 100%;
    background: var(--color-box);
    display: table;
    padding: 5px 0;
    border-radius: 20px;
    margin-top: 15px;
    position: relative;
}

.changeNB > p.netto > s > i, p.pNetto > s > i {
    position: relative;
    display: table-cell;
    width: 50%;
    cursor: pointer;
    z-index: 3;
    padding: 0 5px;
}

.changeNB > p.netto > s:before, p.pNetto > s:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    bottom: 0;
    width: 50%;
    background: var(--color-but);
    border-radius: 20px;
    transition: .5s;
}

.changeNB > div.bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.changeNB > p.netto > s:not(.netto):before, p.pNetto > s:not(.netto):before {
    left: 50%;
}
/*.headerRight > div.act > s*/
.headerRight > div:hover > s {
    opacity: 1;
}
/* koszyk - netto/brutto */
p.pNetto {
    /* display: inline-block; */
    min-width: 160px;
    position: absolute;
    top: 34px;
    left: 15px;
}
p.pNetto > s {
    font-size: 10px;
    padding: 1px;
}
p.pNetto > s {
    letter-spacing: 1px;
}
/* cart new */
.carti .pinfo {
    float: left;
    font-size: 24px;
    vertical-align: middle;
    font-weight: 500;
    padding: 15px 15px 20px 15px;
}

.carti p.pLists, .carti p.pDelete {
    float: right;
    margin: 0 auto;
    vertical-align: middle;
    font-weight: 500;
    padding: 23px 10px;
    cursor: pointer;
}

.carti p.pLists i, .carti p.pLists s, .carti p.pDelete i, .carti p.pDelete s {
    vertical-align: middle;
    margin: 0 5px;
    font-size: 14px;
}
/* frmPrinterComplain */
#frmPrinterComplain .csdiv {
    display: table;
    margin-bottom: 10px;
    width: 400px;
}

#frmPrinterComplain label {
    display: table-cell;
    padding-right: 10px;
    width: 35%;
    text-align: right;
    vertical-align: middle;
}

#frmPrinterComplain input, #frmPrinterComplain select {
    border-radius: 0px;
    border-color: #dce2e9;
    height: 40px;
    line-height: 19px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#frmPrinterComplain .form-info {
    font-size: 18px;
    color: red;
}

#frmPrinterComplain em {
    color: red;
}

#InpRodzajUsterki {
    margin-left: 86px;
    direction: rtl;
}
/* header kategorie */
.hpop .prodBox {
    position: sticky;
    top: -10px;
    left: 0;
    z-index: 5;
}
.hpop .tit_bac.las {
    display: none;
}
.hpop .brcr {
    text-align: left;
}
.hpop .brcr ul.menubst > li > a {
    display: none;
}
.hpop .brcr div.list.lh11 .ul > div > a {
    padding: 10px;
    cursor: pointer;
    display: block;
}
.hpop .brcr div.list.lh11 .ul > div > a:hover {
    background: var(--color-txt);
    color: #fff;
}
/* */
.prodBox {
    border-bottom: 1px solid #f4f4f6;
}
.miniSearch {
    position: relative;
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: middle;
}
.miniSearch input {
    width: 100%;
    padding: 5px 26px;
    border: none !important;
}
.miniSearch .clos1 {
    position: absolute;
    right: 2px;
    top: 3px;
}
.prodBox i.sort {
    width: 26px;
    height: 26px;
    background-position: -245px -243px;
    vertical-align: middle;
}
.prodBox i.sort.asc {
    transform: rotate(180deg);
}
/* promoBox */
.promoBox ul li {
    display: inline-block;
    width: 49%;
    padding: 30px 5px;
}
.promoBox ul {
    text-align: center;
}
.promoBox ul li s {
    display: block;
}
/* popup info */
.info_favoritesProduct {
    background-image: url('/skin/3/info/favoritesProduct.png');
    width: 750px;
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px;
    border-radius: 25px;
}
.info_favoritesCategories {
    background-image: url('/skin/3/info/favoritesCategories.png');
    width: 750px;
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px;
    border-radius: 25px;
}
.popup.id10 {
    z-index: 99999 !important;
}
/* menu right */
.menuRight {
    height: 100%;
    width: 100%;
}

.boxMR1 {
    width: 100%;
}

    .boxMR1 > div {
        display: inline-block;
        vertical-align: top;
        margin: 10px;
    }

    .boxMR1 .user {
    }

        .boxMR1 .user i {
            display: block;
            margin: 10px auto;
        }

    .boxMR1 .info .name b {
        font-size: 16px;
    }

    .boxMR1 .info .name s {
        text-decoration: none;
    }

    .boxMR1 .info {
        width: 130px;
        text-align: left;
    }

    .boxMR1 .foto {
        position: relative;
        overflow: hidden;
    }

        .boxMR1 .foto > div {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 110px;
            height: 110px;
            overflow: hidden;
            border-radius: 10px;
        }

        .boxMR1 .foto img {
            max-width: 100%;
            max-height: 100%;
        }

        .boxMR1 .foto .pencil {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
            opacity: 0;
        }

            .boxMR1 .foto .pencil:not(.loa):before {
                content: "\f040";
                font-family: 'FontAwesome';
                font-size: 30px;
                font-style: normal;
                background: rgba(5, 32, 69, 0.5);
                padding: 10px 13px;
                border-radius: 100%;
                color: #fff;
            }

        .boxMR1 .foto:hover .pencil {
            opacity: 1;
        }

        .boxMR1 .foto .remove {
            font-family: FontAwesome;
            font-style: normal;
            font-size: 20px;
            position: absolute;
            bottom: -40px;
            right: 0px;
            padding: 1px 5px;
            cursor: pointer;
            display: none;
        }

        .boxMR1 .foto.rem .remove {
            display: block;
        }

        .boxMR1 .foto:hover .remove {
            bottom: 0;
        }

        .boxMR1 .foto .remove:before {
            content: "\f014";
        }

        .boxMR1 .foto form.addFile {
            visibility: hidden;
            height: 1px;
            width: 1px;
        }
/* rejestracja */
.boxLg.rejestracja .header {
    margin: 20px 0 0 20px;
}
.boxLg.rejestracja .conten2 {
    padding: 7px;
}
/* qr */
#reader__dashboard_section_swaplink {
    cursor: pointer;
    margin: 15px 0 5px 0;
}
/* powiadomienia */
.notice.nopo {
    text-align: left;
}
.notice .item {
    position: relative;
    margin: 20px 0;
}
.notice .item:not(.new) {
    /*opacity: .8;*/
    /*background: #e5e5e5;*/
    /*border-radius: 10px;*/
}
body:not(.l1) .notice .item:not(.new) {
    background: #323232;
}
.notice img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.notice .item > div {
    width: calc(100% - 105px);
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.notice .item > i.dele2 {
    position: absolute;
    top: 10px;
    right: 10px;
}


.notice .item > div > a {
    display: block;
    width: 100%;
    height: 43px;
    overflow: hidden;
}

    .notice .item > div > a > b, .notice .item > div > a > s {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .notice .item > div > a > s {
        font-size: 14px;
    }
    .notice .item > div > a > b {
        font-size: 15px;
    }
.notice .item > div > s {
    font-size: 12px;
}
.notice .item:not(.new) b {
    font-weight: 500;
}
.notice .item.old:hover {
    opacity: 1;
}
.notice.nopo {
    padding: 20px;
}

.notice.nopo .header {
    font-size: 24px;
}

.notice .item.new:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    width: 8px;
    border-radius: 10px;
    background: var(--color-but);
}
.notice .header a {
    float: right;
    text-transform: lowercase;
    font-size: 12px;
}
/* promocja */
        #sale1 .conten3 {
    text-align: center;
}
#sale1 .item {
    position: relative;
    width: calc(50% - 22px);
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}

#sale1 .sall .item > div {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: left;
    right: 50%;
    bottom: 10px;
    font-size: 20px;
}
#promocjeBaner {
    margin: 5px 0 20px 0;
    width: calc(100% - 20px);
}
#sale1 .wall .item > div {
    position: absolute;
    top: 0px;
    left: 50%;
    text-align: center;
    right: 0;
    bottom: 0;
    font-size: 20px;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#sale1 .wall .item {
    border-radius: 25px;
    overflow: hidden;
}

#sale1 .wall .item > div > b,
#sale1 .wall .item > div > s {
    display: block;
    height: 90px;
    overflow: hidden;
    text-align: left;
}

#sale1 .wall .item > div > s {
    margin: 30px 0;
}
/* materialy */
.materialy .menu ul {
    width: 100%;
    padding-bottom: 20px;
    overflow: auto;
    white-space: nowrap;
}
.materialy .menu ul li {
    display: inline-block;
    margin: 20px 20px 0 0;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    /*box-shadow: 0px 5px 20px #0520451a;*/
    border-radius: 30px;
    width: 170px;
    padding: 7px 0;
    text-align: center;
}
.materialy .menu ul li.dis1zl {
    border: 1px solid var(--color-but);
    padding: 0;
}
.materialy .menu ul li.dis1zl > a {
    width: 100%;
    padding: 7px 0;
}
.materialy .menu ul li:hover, .materialy .menu ul li.act {
    background: var(--color-but);
}
.materialy .menu ul li img {
    height: 20px;
}
.materialy .header p {
    font-size: 16px;
}
/* dLogowania */
.dLogowania {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
}
.dLogowania i {
    margin: 0 20px 20px 0;
    vertical-align: middle;
}
.dLogowania b {
    font-size: 30px;
}
.dLogowania p {
    font-size: 16px;
}
/* desktop menu right */
.nhp3 .boxMR1 {
    position: relative;
    z-index: 20;
    text-align: center;
}

body:not(.l1) .nhp3 .boxMR1 {
    color: #fff;
}

body.l3 .nhp3 .boxMR1 {
    background: rgba(93, 100, 117, 0.8);
    width: 90%;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(186, 186, 186, 0.2);
    padding-bottom: 10px;
}

.nhp3 .boxMR1 .info {
    float: left;
}

.nhp3 .boxMR1 .user {
    float: right;
}

.nhp3 .boxMR2 {
    width: 100%;
    margin: 0;
}
/* boxLg */
.boxLg .header i.ic, .boxLg .header i.icb {
    margin: 0 23px;
    vertical-align: middle;
    position: relative;
}

.boxLg .header.pdd {
    padding: 15px 15px 5px 0;
    text-align: left;
    height: 52px;
}

.boxLg .header > i > b {
    position: absolute;
    top: -10px;
    right: -10px;
    font-style: normal;
    background: #fcc302;
    border-radius: 100%;
    padding: 0px 5px;
}

.boxLg .header b {
    vertical-align: middle;
    font-size: 30px;
}

.boxLg.myac:not(.bsb) .header b {
    vertical-align: sub;
}


.boxLg .header p {
    font-size: 18px;
}

.boxLg .header i.position {
    float: right;
}

.boxLg .item img {
    width: 100%;
}

.boxLg .content {
    background: #f7f7f9;
    border-radius: 10px;
    max-height: 300px;
    overflow: auto;
}

.content .zalo, .content .EaddCSV, .content .EaddQR {
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

.content .EaddCSV, .content .EaddQR {
    cursor: pointer;
}

.content .EaddCSV i, .content .EaddCSV s, .content .EaddQR i, .content .EaddQR s {
    vertical-align: middle;
}

.boxLg .content .item:hover {
    background: #eeeeee;
}

body.l2 .boxLg .content {
    background: #1e1e1e;
}

body.l2 .boxLg .content .item:hover {
    background: #000;
}

body:not(.l1) a, body:not(.l1) .profil-ct a {
    color: #fff;
}
/*
body.l2 .tfonews ul.header li, body.l3 .tfonews ul.header li {
    background: #242529;
}

    body.l2 .tfonews.w-1 li[data-id="1"], body.l3 .tfonews.w-1 li[data-id="1"],
    body.l2 .tfonews.w-2 li[data-id="2"], body.l3 .tfonews.w-2 li[data-id="2"],
    body.l2 .tfonews.w-3 li[data-id="3"], body.l3 .tfonews.w-3 li[data-id="3"],
    body.l2 .tfonews.w-4 li[data-id="4"], body.l3 .tfonews.w-4 li[data-id="4"],
    body.l2 .tfonews.w-5 li[data-id="5"], body.l3 .tfonews.w-5 li[data-id="5"],
    body.l2 .tfonews.w-12 li[data-id="12"], body.l3 .tfonews.w-12 li[data-id="12"],
    body.l2 .tfonews ul.header li:hover, body.l3 .tfonews ul.header li:hover,
    body.l2 .tfonews ul.header li.act, body.l3 .tfonews ul.header li.act {
        background: #1e1e1e;
    }
*/
/* notice */
#userMobile .userSettings, #userMobile .header > div {
    display: none;
}

#userMobile .header > div > i {
    position: absolute;
    top: 10px;
    right: 10px;
}
.userbox .content {
    padding: 20px;
}

    .userbox .content > div > s {
        width: 100px;
        font-size: 12px;
        display: inline-block;
    }

    .userbox .content > div > p {
        display: inline-block;
        width: calc(100% - 110px);
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.userbox .notice-name > p {
    font-weight: bold;
}

.userbox .content > div p a {
    display: block;
    font-size: 12px;
}

    .userbox .content > div p a i {
        vertical-align: middle;
        margin: 10px;
    }

.userbox .notice-edit {
    margin: 10px 0 30px 0;
}

.userbox .content > div > p > i {
    font-style: normal;
    display: block;
}

.userbox .content > div > p label {
    cursor: pointer;
    font-weight: normal;
}

.userbox .content > div > p input {
    display: none;
}

    .userbox .content > div > p input:checked + label {
        font-weight: bold;
    }

    .userbox .content > div > p input + label:before {
        content: "\f096";
        margin-right: 10px;
        font-weight: normal;
        font-family: "FontAwesome";
    }

    .userbox .content > div > p input:checked + label:before {
        content: "\f046";
    }
/* modal */
.modal-open {
    overflow: initial !important;
    /* scroll top */
}
/* cart */
.tfocart .item > div {
    display: inline-block;
    width: calc(100% - 110px);
    vertical-align: top;
    padding: 10px 10px 0 10px;
}

.tfocart .item > div > p {
    margin: 0;
    text-align: left;
}

.tfocart .item > div > .price {
    text-align: center;
}

.tfocart .item > div > .price > span {
    font-weight: bold;
    width: 72px;
    display: inline-block;
    text-align: right;
}

.tfocart .item > div > .price > b {
    font-weight: normal;
    font-size: 10px;
}

.tfocart .content .item {
    position: relative;
    line-height: 1;
}

.tfocart .item > div > p > a {
    position: relative;
    display: inline-block;
    height: 44px;
    overflow: hidden;
    font-weight: bold;
    font-size: 12px;
}

.tfocart .item > i {
    vertical-align: middle;
}

.tfocart .item > div > p > s {
    font-size: 11px;
    display: block;
}

.tfocart .item > div > p > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.tfocart .item > div > .price .fs10 {
    font-size: 10px;
    margin: 0;
}

.tfocart footer {
    padding: 5px 15px 15px 15px;
}

.tfocart footer > div {
    text-align: center;
}

.tfocart footer .action > i {
    vertical-align: middle;
    margin: 20px;
}

.tfocart i.icb.addCSV, .tfocart i.icb.addCSV:before {
    height: 30px !important;
}

.tfocart .item > div > .price.isp > .fs10 {
    width: 42px;
    display: inline-block;
    text-align: left;
}

.tfocart .item > div > .price.isp > b {
    position: absolute;
    bottom: 27px;
    right: 18px;
}

.tfocart .item > div > .price.isp > span {
    width: 49px;
}

.category:not(.myAcc) a {
    color: #0655c1;
}

.category.myAcc a, .tfocart footer .go-to-cart, .btn-custom-1, .btnc1, .btng1, .btn-more {
    padding: 6px 20px 4px 20px;
    border: none;
    display: inline-block;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    background: var(--color-but);
    color: var(--color-txt);
    margin: 4px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn1 {
    box-shadow: 0px 3px 20px #05204526;
    border-radius: 7px;
    padding: 5px 10px;
}
.btn1, .btn2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
body a.btng1 {
    background: var(--color-txt);
    color: #fff;
}
.btn-custom-1 {
    margin: 10px;
}

.add-all-to-cart .btn-custom-1 {
    margin: 10px;
}

    .category.myAcc a, .tfocart footer .go-to-cart, .btn-custom-1, .btnc1, .btp {
        cursor: pointer;
        position: relative;
    }
    /*
    .category.myAcc a:after, .tfocart footer .go-to-cart:after, .btn-custom-1:after, .btnc1:after, .btn1:after, .btn2:after, .btp:after {
        content: "";
        position: absolute;
        background: var(--color-but);
        top: 0;
        left: 0;
        right: 100%;
        bottom: 0;
        transition: .5s;
        z-index: -1;
    }
    */
    .btp:after {
        z-index: 0;
    }
    /*
    .category.myAcc a:hover:after, .tfocart footer .go-to-cart:hover:after, .btn-custom-1:hover:after, .btnc1:hover:after, .btn1:hover:after, .btn2:hover:after, .btp:hover:after {
        right: 0;
    }
    */
        .category.myAcc a:hover, .tfocart footer .go-to-cart:hover, .btn-custom-1:hover, .btnc1:hover, .btng1:hover, .btn1:hover, .btn2:hover, .btp:hover {
            box-shadow: 0 0 14px var(--color-txt);
        }

.btng1:hover {
    background: var(--color-but);
}
.btnc1.katBan {
    background: transparent;
    border: 1px solid var(--color-but);
}
.btnc1.katBan:hover {
    box-shadow: 0 0 10px var(--color-but);
}
.tfocart .dele1 {
    position: absolute;
    top: 10px;
    right: 6px;
    width: 12px;
    height: 12px;
}

.cart-summation {
    display: table;
    width: 100%;
    margin: 30px 0;
}

    .cart-summation > p {
        display: table-cell;
        text-align: right;
        padding-right: 50px;
        font-size: 12px;
    }

        .cart-summation > p > strong {
            display: block;
            font-size: 20px;
        }
.order-navigation {
    margin-top: 30px;
}
.order-navigation.st4 {
    margin: 30px 54px 30px 61px;
}
.order-navigation.st4 .btn-fl .btn-back.btnc1 {
    display: none;
}
.order-navigation i.fa-angle-right {
    margin-left: 10px;
}
.order-navigation i.fa-angle-left {
    margin-right: 10px;
}
.etapyZamowienia.stb.e3.p2 .cli {
    cursor: pointer;
}
.product-reserved {
    text-decoration: underline;
    font-size: 14px;
    margin: 0;
}
.product-reserved em {
    font-style: normal;
}
.cart_r p {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 30px;
    cursor: pointer;
}
.cart_r p i, .cart_r p s {
    vertical-align: middle;
    margin: 0 5px;
}
.CartSelect {
    margin: 20px 30px 0 30px;
}

    .CartSelect ul {
        display: table;
        /*width: 100%;*/
        /*background: #fff;*/
        border-radius: 25px;
    }

        .CartSelect ul li {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

            .CartSelect ul li.wi2 {
                width: 1%;
            }

            .CartSelect ul li.w32 {
                background: #fff;
                padding: 10px;
                border-radius: 10px;
                cursor: pointer;
                width: 32%;
                font-size: 16px;
                border-radius: 25px;
            }

            body.l2 .CartSelect ul li.w32 {
                background: #5d6575;
            }

            .CartSelect ul li.w32 s {
                font-weight: bold;
            }

            .CartSelect ul li.on, .CartSelect ul li:hover {
                background: var(--color-but) !important;
                color: #fff;
            }
.prli.error {
    /*opacity: .5;*/
}
.prli.error .imgBox, .prli.error .tit {
    opacity: .5;
}
/**/
.summaryDeliveryInfo:not(.dnim) {
    font-weight: bold;
    margin-top: 20px;
    font-size: 13px;
}
/* register thanks */
#confirm-order-tab {
    text-align: center;
    font-size: 16px;
}
#confirm-order-tab .order-ct-title {
    margin: 30px;
}
#confirm-order-tab .container-rblock {
    margin-top: 40px;
}
#confirm-order-tab .YConsultant {
    font-size: 16px;
    margin: 20px;
    display: block;
}
/* min Logistic */
.minLogistic {
    cursor: pointer;
    text-align: right;
    margin-top: 30px;
}

.minLogPopUp {
    padding: 10px 30px 20px 20px;
}

    .minLogPopUp .mlpu1 {
        font-size: 18px;
    }

    .minLogPopUp .mlpu2 {
        margin: 10px;
    }

    .minLogPopUp .mlpu3 {
        font-weight: bold;
    }

    .minLogPopUp .mlpu4 {
        display: block;
        text-align: right;
        font-size: 12px;
        color: #03f;
    }
/* comments cartStep3 */
/*
.comments-mag .order-ct-title {
    text-align: center;
}

.comments-mag .box_sr {
    display: inline-block;
    width: 48%;
    text-align: center;
    position: relative;
    vertical-align: top;
    padding: 20px;
}

    .comments-mag .box_sr.ncl {
        border-left: 1px dashed;
    }

    .comments-mag .box_sr textarea {
        width: 100%;
    }

    .comments-mag .box_sr img {
        width: 100px;
        display: block;
        margin: 10px auto;
    }

.comments-mag .btnc1 {
    cursor: pointer;
}

    .comments-mag .btnc1 input {
        vertical-align: middle;
        margin: 6px 6px 6px 0;
    }

    .comments-mag .btnc1 label {
        vertical-align: middle;
        margin: 0;
    }

.comments-mag .lb4 {
    display: block;
    margin: 10px;
}

.comments-mag .box_sr .alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    color: #f00;
    z-index: 2;
}

body:not(.l1) .comments-mag .box_sr .alert {
    background: #1e1e1e;
}
    */
.comments-mag-kk .box_sr, .comments-mag-kk .box_srr {
    display: block;
    margin: 0 0 30px 0;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0px 5px 20px #05204526;
    border: 2px solid #fff;
    position: relative;
}
.comments-mag-kk .box_srr i.info {
    position: absolute;
    top: 25px;
    right: 31px;
}
.comments-mag-kk #form_orderComments {
    display: flex;
    flex-direction: column;
}
.comments-mag-kk .bsr1:has(.alert) {
    order: 2;
}
.comments-mag-kk .bsr1:has(.alert) ~ .bsr2 {
    order: 1;
}
.comments-mag-kk .box_sr.act {
    background: #323232;
}
body.l1 .comments-mag-kk .box_sr.act {
    background: #fff;
}
.comments-mag-kk .btnkk {
    position: relative;
}
.comments-mag-kk .btnkk input {
    float: right;
    padding: 10px;
    margin: 10px 0 10px 10px;
}
.comments-mag-kk .btnkk label {
    font-size: 22px;
}
.comments-mag-kk .box.sr1 {
    margin-top: 10px;
}
.comments-mag-kk .box b {
    display: block;
    font-size: 16px;
}
.comments-mag-kk .box i {
    font-size: 14px;
}
.comments-mag-kk .box.sr1 s.lb3 {
    display: block;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
}
.comments-mag-kk .box textarea, .comments-mag-kk .box #numerReferencyjny {
    display: block;
    margin-top: 20px;
    border: 2px solid #062045;
    border-radius: 25px;
    width: 100%;
    padding: 6px 12px;
}
.comments-mag-kk .box textarea {
    height: 80px;
}
.comments-mag-kk .box_sr:not(.act) .btnkk:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    border: 3px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
}
/**/
.comments-mag-kk .box_sr i.ok {
    display: none;
    position: absolute;
    top: -2px;
    right: 0;
}
.comments-mag-kk .box_sr.act i.ok {
    display: block;
}
.comments-mag-kk .box_sr.act {
    border-color: #ffbf00;
}
.comments-mag-kk .box_sr input {
    display: none;
}
/* cartStep3 */
.address-tab-kk {
    display: inline-block;
    width: 54%;
    vertical-align: top;
    padding: 10px 40px;
}
.address-tab-kk .order-ct-title {
    margin: 20px;
}
.address-tab-kk .address-tab-ct {
    text-align: left;
}
.address-tab-kk .order-ct .invoice-data > div {
    margin-top: 40px;
}
.address-tab-kk .order-ct .invoice-data {
    width: 100%;
}
.address-tab-kk .address-select {
    width: 100%;
}
.address-tab-kk h4 {
    margin: 20px 0;
    font-weight: 600;
}
.address-tab-kk .bootstrap-select>.dropdown-toggle {
    /*border: 2px solid #062045;*/
    border-radius: 25px;
}
.address-tab-kk .add-address-button {
    position: absolute;
    border: 2px solid #062045;
    border-radius: 25px;
    padding: 0px 8px 1px 9px;
    font-weight: bold;
    font-size: 19px;
}
.address-tab-kk .add-address-button-one {
    margin: 0;
    width: 250px;
}
.address-tab-kk .address-details {
    margin: 15px 0;
}
.address-tab-kk .address-details .addKur, .address-tab-kk .address-details .addrKuri {
    display: none;
}
.chaKur.iinp .article > form {
    padding: 20px 30px;
}
.chaKur.iinp .article .addrKuri {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}
.chaKur.iinp .article input {
    width: 100%;
    margin: 10px 0;
}
.chaKur.iinp .article .addKur {
    float: right;
    margin: 0 30px 30px 0;
}
.comments-mag-kk .box_sr .alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgba(243,243,243,0.9);
    border-radius: 25px;
    font-size: 20px;
    margin: 0;
    color: red;
    text-align: center;
}
.comments-mag-kk {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding: 10px 40px;
}
/*
.order-ct.address-tab-ct {
    text-align: center;
}

.order-ct .address-select {
    display: inline-block;
    text-align: left;
}
.order-ct .invoice-data {
    text-align: center;
}

    .order-ct .invoice-data > div {
        display: inline-block;
        width: auto;
        text-align: left;
        margin: 20px;
    }
*/
/**/
.iinp input {
    border: 2px solid #062045;
    border-radius: 25px;
    width: 265px;
    max-width: 100%;
    padding: 6px 12px;
}
.iinp.no input {
    border-color: #f3bc00;
}
.iinp.noe input {
    /*opacity: .5;*/
}
/* lista zakupow */
.tfolists .content {
    height: 105px;
}

.tfolists .item {
    padding: 5px;
    position: relative;
}

    .tfolists .item .minus {
        vertical-align: middle;
    }
    .tfolists .item .title {
        display: inline-block;
        width: calc(100% - 186px);
        vertical-align: middle;
    }

    .tfolists .item .action {
        display: inline-block;
        width: 160px;
        vertical-align: middle;
        text-align: right;
    }

        .tfolists .item .action i {
            position: relative;
            vertical-align: middle;
            margin: 5px;
        }
        .tfolists .item:not(:hover) .action i {
            display: none;
        }
        .tfolists .item .action i.delete {
            display: none;
        }

            .tfolists .item .action i > b {
                position: absolute;
                top: 14px;
                left: 4px;
                font-style: normal;
                background: none;
                line-height: 1;
                min-width: 16px;
                text-align: center;
                color: #000;
            }

    .tfolists .item .title a {
        margin-left: 10px;
        max-height: 29px;
        overflow: hidden;
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
    }
    .tfolists .item .action {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .tfolists .item .action p {
        display: none;
        font-size: 12px;
        text-align: center;
        margin: 0 10px;
        vertical-align: middle;
    }

        .tfolists .item .action p s {
            display: block;
        }

        .tfolists .item .action p b {
            font-weight: normal;
        }

.spop .hpop .boxLg {
    width: 100%;
    margin: auto;
}
.spop .hpop .tfolists .content {
    height: auto;
    max-height: initial;
    overflow: initial;
}
.spop .hpop .tfolists .item .title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* popupTime */
#popupTime {position: fixed;bottom: 30px;right: 0;max-height: 50%;overflow-y: auto;overflow-x: hidden;z-index: 30;}
#popupTime > div { transform: translateX(100%); transition: .5s; }
#popupTime > div.pt1 { transform: translateX(0); }
#popupTime .item_pt {position: relative;background: #fdc110;margin: 15px;padding: 10px;text-align: center;width: 320px;transition: .8s;}
#popupTime .item_pt.pt0 {transform: translateX(110%);}
#popupTime .item_pt > div {margin-bottom: 10px;}
#popupTime .item_pt .boxCenter, #popupTime .item_pt .boxOther {overflow: auto;width: 300px;background: #fff;}
.boxCenter.ppt ul, #popupTime .item_pt .boxOther ul {white-space: nowrap;}
.boxCenter.ppt ul li, #popupTime .item_pt .boxOther ul li {display: inline-block;width: 140px;overflow: hidden;position: relative;vertical-align: middle;}
.boxCenter.ppt ul li.next {width: 10px;font-size: 20px;margin-bottom: 30px;}
.boxCenter.ppt ul li a {display: inline-block;position: relative;}
.boxCenter.ppt li > p {min-height: 30px;}
.boxCenter.ppt li > p > i {display: block;font-style: normal;}
.boxCenter.ppt li > p > i.fa-check {padding-top: 6px;font-size: 20px;color: #00d800;}
.boxCenter.ppt li a > img, .boxCenter.ppt li b > i {width: 75px;height: 75px;}
.boxCenter.ppt li > b > s > i {font-size: 56px;padding: 10px;}
.boxCenter.ppt ul li > s, .boxCenter.ppt ul li a > p {display:none;}
.boxCenter.ppt ul li > b.an > s {
    display: grid;
    position: relative;
    animation: przesun 10s linear infinite;
    -webkit-animation: przesun 10s linear infinite;
}
.boxCenter.ppt ul li > b.an > s:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
.boxCenter.ppt ul li > b.an > s > a:last-child {margin-bottom: 0;}
.boxCenter.ppt ul li > b.an > s > a:first-child {margin-top: 100%;}
    .boxCenter.ppt ul li > b {
        display: inline-block;
        width: 75px;
        height: 75px;
        overflow: hidden;
    }
@keyframes przesun {
0% { transform:translateY(0); }
100% { transform:translateY(-100%); }
}

@-webkit-keyframes przesun {
0% { -webkit-transform:translateY(0); }
100% { -webkit-transform:translateY(-100%); }
}
#popupTime .boxOther ul li {
    width: auto !important;
    border: 1px solid rgb(0 0 0 / 20%);
    margin: 10px 0 10px 10px;
    border-radius: 5px;
    cursor: pointer;
}

#popupTime .boxOther .prodO i {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 30px;
    background: rgb(255 255 255 / 90%);
    padding: 8px 10px 7px 9px;
    border-radius: 100%;
    visibility: hidden;
}

#popupTime .boxOther .prodO:hover i {
    visibility: visible;
}

#popupTime .more {
    cursor: pointer;
    margin-bottom: 0 !important;
    text-align: right;
}
#popupTime .bocClos {
    position: relative;
    margin-bottom: 0 !important;
    text-align: left;
}

#popupTime .bocClos i {
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: -2px;
    cursor: pointer;
}
#popupTime .bocClos input, #popupTime .bocClos label {
    /*vertical-align: bottom;*/
}
#popupTime .boxOther ul li:last-child {
    margin: 10px;
}

div#popupTime {
    min-height: 40px;
    min-width: 40px;
}

div#popupTime > i {
    position: absolute;
    background: #fdc110;
    font-weight: bold;
    padding: 7px 9px;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
    text-align: center;
}

div#popupTime:not(.act) > div {
    display: none;
}

div#popupTime.act > i:before {
    content: 'X';
    position: absolute;
    background: var(--color-txt);
    padding: 7px 11px;
    border-radius: 100%;
    top: 0;
    left: 0;
    color: #fff;
}

.modal-header .titleTop {
    color: var(--color-next-blue);
    font-size: 24px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.modal-header .boxCenter.ppt {
    overflow: auto;
    width: 100%;
    background: #fff;
    text-align: center;
    border: 1px solid #000;
    margin: 20px auto;
    padding: 10px;
}
/* cart mobile */
.hpop .itemC {
    display: table;
    width: calc(100% - 30px);
    border-top: 1px solid #0520454d;
    margin: 15px;
    position: relative;
    padding-top: 15px;
    text-align: left;
    transition: .5s;
}

    .hpop .itemC.rem {
        display: block;
        opacity: 0;
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .hpop .itemC img {
        width: 100px;
        height: 100px;
    }

    .hpop .itemC > div {
        display: inline-block;
        vertical-align: top;
        padding: 0;
    }

.hpop .itemC .eyeLook {
    display: none;
}
.hpop .itemC > div > p {
    text-align: left;
    margin: 0;
}
.hpop .itemC > div > p > a {
    display: block;
    padding: 2px;
    font-size: 16px;
    font-weight: 500;
    max-height: 50px;
    overflow: hidden;
    padding-right: 14px;
}
.hpop .itemC > div > p > s {
    padding: 2px;
    font-size: 14px;
    color: var(--color-txt);
    opacity: .6;
}
.hpop .itemC > div > i.look {
    cursor: pointer;
}
.hpop .itemC i.dele1 {
    position: absolute;
    top: 20px;
    right: 8px;
    background: #fff;
    width: 14px;
    height: 14px;
}
body.l2 .hpop .itemC i.dele1 {
    background: #303132;
}
.hpop .itemC > div:nth-child(1) {
    width: 100px;
    float: left;
    margin-right: 20px;
}
.hpop .itemC > div:nth-child(2) {
    width: calc(100% - 160px);
    min-height: 60px;
}
.hpop .itemC > div:nth-child(3) {
    width: calc(100% - 120px);
    font-size: 16px;
}

.hpop .itemC div.price, .hpop .itemC div.total {
    padding: 4px;
}
.hpop .itemC div.txr > div {
    display: inline-block;
    min-width: 24%;
}
.hpop .itemC div.total {
    text-align: right;
    font-size: 18px;
}
.hpop .itemC:last-child {
    border-bottom: 1px solid #0520454d;
    padding-bottom: 15px;
}
.hpop .tfocart footer .action > p {
    display: inline-block;
    cursor: pointer;
    margin: 24px 0 6px 0;
}
.hpop .tfocart footer .action > p > i {
    margin: 0 10px 0px 0;
    height: 39px !important;
    vertical-align: middle;
}
.hpop .tfocart footer .action > p > s {
    display: inline-block;
    max-width: 111px;
    vertical-align: sub;
    font-size: 12px;
    line-height: 1;
}
.hpop .tfocart i.icb.delete, .hpop .tfocart i.icb.delete:before {
    background-position: -649px -43px;
}
.hpop .prko {
    float: right;
    margin-top: 19px;
}
.hpop .tfocart footer {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 102;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    padding: 15px;
}
html.mozilla .hpop .tfocart footer {
    background: rgba(255, 255, 255, 0.9);
}
html.safari .hpop .tfocart footer {
    background: rgba(255, 255, 255, 0.95);
}
.hpop .tfocart footer div.suma > p {
    width: 50%;
    display: table-cell;
}

.hpop .tfocart footer div.suma {
    display: table;
    width: 100%;
}

.hpop .tfocart footer .suma p > b {
    margin-left: 10px;
    font-size: 16px;
}
.hpop .tfocart footer .suma p > b > u {
    display: block;
    line-height: 6px;
    font-weight: normal;
    font-size: 12px;
}
.hpop .tfocart footer > div,
.hpop .tfocart footer div.suma > p.lipr {
    text-align: left;
}

.hpop .tfocart footer div.suma > p.lawa {
    text-align: right;
}

/* Rozrachunki */
.tfopayments .item {
    padding: 10px;
}

    .tfopayments .item .title {
        width: calc(100% - 140px);
    }

    .tfopayments .item .title b {
        font-size: 12px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
    }

    .tfopayments .item .title a {
        display: inline-block;
        vertical-align: middle;
    }

    .tfopayments .item .title a:not(.xml) {
        margin-right: 12px;
    }

    .tfopayments .item .data {
        width: 70px;
        line-height: 2.5;
        text-align: center;
    }

    .tfopayments .item .data s {
        font-size: 11px;
    }

    .tfopayments .item > div {
        display: inline-block;
        vertical-align: top;
    }

    .tfopayments .item .data s {
        display: block;
    }

    .tfopayments .item .action {
        font-size: 12px;
        text-align: right;
        width: 62px;
        line-height: 1.5;
    }

        .tfopayments .item .action b, .tfopayments .item .action i {
            vertical-align: middle;
        }

        .tfopayments .item .action .orange i {
            background: #ef7f1b;
        }

        .tfopayments .item .action .orange b {
            color: #ef7f1b;
        }

        .tfopayments .item .action .green i {
            background: #93c01f;
        }

        .tfopayments .item .action .green b {
            color: #93c01f;
        }
/* postman */
div.postman {
    float: right;
}

div.postman a {
    color: #fff !important;
    background: #f47023;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
}

div.postman i {
    margin-right: 10px;
}
/* nomr / ismr */
.boxLg.nomr .header i.position {
    display: none;
}

.boxLg.nomr .content {
    max-height: inherit;
    height: auto;
    padding: 20px;
}
/* box producenci */
.boxLg.producenci {
    transition: .5s;
}
.boxLg.producenci .pr9 {
    display: none;
}
body#pl3 .boxLg.producenci {
    min-height: 122px;
}
.boxLg.act.producenci {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 18;
    background: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    margin: 0;
    border-radius: 0;
}
.boxLg.act.producenci > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 300px;
    background: #fff;
}
.boxLg.act.producenci .tfonews:before, .boxLg.act.producenci .tfonews:after {
    display: none;
}
.boxLg.producenci .boxML6 .list img {
    margin: 0 auto;
    display: block;
}
.boxLg.producenci .boxML6 .bfwwk {
    margin: 11px 25px;
}
.boxLg.producenci .att3 .pr3 {
    float: left;
}

.boxLg.producenci .att3 .pr4 {
    float: right;
}

.boxLg.producenci .att3 {
    visibility:hidden;
    height: 8px;
}

.boxLg.producenci .att3 .pr3, .boxLg.producenci .att3 .pr4 {
    position: relative;
    margin: 10px 20px;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: -10px 10px 25px #0520451a;
    border: 1px solid #0520451A;
}

.boxLg.producenci .att3 .pr3 b, .boxLg.producenci .att3 .pr3 i {
    display: none;
}

.boxLg.producenci .att2 p {
    margin: 0;
    text-align: right;
    padding-right: 20px;
}

.boxLg.producenci .att2 p label {
    transform: translateY(-2px);
    cursor: pointer;
}

.boxLg.producenci .tfonews:has(.pro_attr.act) .boxML6 .att2:not(:first-child) {
    display: none;
}

/* banerProducenci */
#banerProducenci li {
    position: relative;
}

#banerProducenci li img {
    border-radius: 0;
}

#banerProducenci article {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 140px 20px 20px;
}
#banerProducenci article:before, #banerProducenci article:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#banerProducenci article:before {
    background: rgb(0 0 0 / 20%);
}
#banerProducenci article:after {
    background: rgb(255 255 255 / 20%);
}
#banerProducenci a {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 25px;
}
#banerProducenci .conten1 {
    border-radius: 0;
}
#banerProducenci h1 {
    font-size: 20px;
    margin: 5px 0;
}

#banerProducenci h2 {
    font-size: 14px;
    margin: 1px;
}
#banerProducenci h1, #banerProducenci h2 {
    position: relative;
    z-index: 2;
}
#banerProducenci ul.header li {
    padding: 16px 0;
    width: 16.6%;
}
#banerProducenci ul.header li i {
    vertical-align: middle;
}
/**/
html:not(.bpop) .NhomePage .nhp1 .allCate {
    position: relative;
    z-index: 17;
}
body#pl1 .NhomePage .nhp1 .allCate, body#pl3 .NhomePage .nhp1 .allCate {
    position: absolute;
    z-index: 30;
}
body#pl1 .NhomePage .nhp1 .allCate.acl, body#pl3 .NhomePage .nhp1 .allCate.acl {
    box-shadow: 0px 5px 20px #0520454d;
}
body#pl1 .NhomePage .nhp1 .allCategories, body#pl3 .NhomePage .nhp1 .allCategories {
    margin-top: 100px;
}
/* news */
.tfonews ul.header {
    position: relative;
    width: 100%;
    display: table;
    border-radius: 10px;
}

    .tfonews ul.header li {
        display: table-cell;
        text-align: center;
        /* border-radius: 10px 20px 0 0; */
        position: relative;
        cursor: pointer;
        vertical-align: middle;
        padding: 30px 30px 20px 30px;
        padding: 5px;
    }

        .tfonews ul.header li s {
            font-size: 19px;
            white-space: nowrap;
            display: inline-block;
            font-weight: bold;
        }

        .tfonews ul.header li p {
            display: inline-block;
            margin: 0;
            vertical-align: middle;
        }

            .tfonews ul.header li p b {
                display: block;
                font-size: 11px;
            }

        .tfonews ul.header li i {
            margin: 5px !important;
        }

.tfonews #boxPayment, .tfonews .summation-tab-ct {
    width: calc(50% - 64px);
    display: inline-block;
    vertical-align: top;
    /*border-top: 1px solid;*/
    /*border-color: #f7f7f9;*/
    font-size: 16px;
    text-align: right;
}

.tfonews .delivery-container .delivery-method, .tfonews .delivery-container .payment-method {
    margin-bottom: 30px;
}
/* cart s2 kk */
.cs2hkk, .cs5hkk, .cs2fkk, .cs5fkk {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 4px);
}
.cs2hkk {
    width: 58%;
}
.cs2fkk {
    width: 40%;
    padding: 20px;
}
.cs2hkk > div.conten2 {
    padding: 30px;
}
.cs5hkk, .cs5fkk {
    padding: 20px;
}
.cs5fkk > div {
    /* margin: 20px; */
    /* padding: 20px; */
    /* border-radius: 25px; */
    /* text-align: center; */
    /* box-shadow: 0px 5px 20px #0520454d; */
    border-left: 1px solid #dfe0e8;
}
.cs5fkk h3 {
    margin-bottom: 40px;
}
.cs5fkk h4 {
    text-align: left;
    margin: 50px 20px 0 20px;
}
.cs5fkk h4 .ddo18 {
    display: block;
    margin-bottom: 30px;
}
.cs5fkk .ic.packet {
    transform: scale(3);
    margin: 40px 0 20px 0;
}
.cs2fkk #boxPayment, .cs3fkk #boxPayment, .cs3fkk #boxAdres, .cs2fkk .summation-tab-ct, .comments-mag-kk .summation-tab-ct {
    display: block;
    width: 100%;
    text-align: left;
}
.cs2fkk #boxPayment, .cs3fkk #boxPayment, .cs3fkk #boxAdres {
    background: #272727;
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0px 5px 20px #05204526;
    margin: 20px 0;
}
.cs2fkk .summation-tab-ct > div > p {
    /*margin: 0;*/
}
.summation-tab-ct .bt1px {
    border-top: 1px solid;
    padding-top: 10px;
    margin-top: 10px;
}
#summarySubTotalValue, #summaryDeliveryCost, #summaryTotal, #summaryTotalNetto, #summaryTotalVat, #summaryTotalBrutto, #summaryPromotionForYou {
    float: right;
}
body.l1 .cs2fkk #boxPayment, body.l1 .cs3fkk #boxPayment, body.l1 .cs3fkk #boxAdres {
    background: #fff;
}
.cs2fkk span.delivery-label {
    display: inline-block;
    min-width: 160px;
    font-weight: bold;
    font-size: 18px;
}
/* Sprzedaz tylko w kartonach */
.num, div.liProdBox5 .txr > .num {
    position: relative !important;
}
.num .in_st {
    color: red;
    font-size: 16px;
}
.num .in_st.min {
    position: absolute;
    top: -5px;
    right: -15px;
}
.num .in_st.all {
    position: relative;
    margin-bottom: 10px;
}
.num .in_st.all > i {
    vertical-align: top;
    padding-top: 3px;
}
.num .in_st > p {
    background: #fff;
    width: 200px;
    z-index: 5;
}
.num .in_st.min > p {
    position: absolute;
    border: 1px solid #dfe0e8;
    padding: 20px;
    display: none;
    right: 0;
    border-radius: 25px;
    white-space: normal;
    text-align: center;
    font-size: 14px;
}
.num .in_st.all > p {
    display: inline-block;
}
.num .in_st.min:hover > p {
    display: block;
}
/**/
html.cs2 .cs2fkk {
    position: relative;
}
html p.boxPRef {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(244, 244, 244, 0.5);
    z-index: 1;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
html:not(.cs2) p.boxPRef {
    display: none;
    z-index: -1;
}
html div.cs2ref {
    display: none;
    position: sticky;
    left: 50%;
    top: 80px;
    z-index: 10;
}
html.cs2 div.cs2ref {
    display: inline-block;
}
html div.icart, html .cs2fkk > div, html .cart-summation > p > strong, html.cs2 .ProdBox5 .flag {
    transition: filter .5s;
}
html.cs2 div.icart, html.cs2 .cs2fkk > div, html.cs2 .cart-summation > p > strong, html.cs2 .ProdBox5 .flag {
    filter: blur(4px);
    cursor: pointer;
}
html.cs2 div.order-navigation {
    visibility: hidden;
    opacity: 0;
}
/* fmi */
.boxLg.fmi .cs2fkk #boxPayment, .boxLg.fmi .cs2fkk .summation-tab-ct > div > small {
    display: none;
}
.boxLg.fmi .cs2fkk .summation-tab-ct {
    /*margin: 40px 20px 0 20px;*/
    width: calc(100% - 40px);
}
/**/
#bargainsMobile, .tfonews {
    position: relative;
}
/*
.tfonews.w-1 li[data-id="1"],
.tfonews.w-2 li[data-id="2"],
.tfonews.w-3 li[data-id="3"],
.tfonews.w-4 li[data-id="4"],
.tfonews.w-5 li[data-id="5"],
.tfonews.w-12 li[data-id="12"],
.tfonews ul.header li:hover,
.tfonews ul.header li.act {
    background: #fff;
}
*/
/*
.tfonews div.tab {
    display: none;
}
.tfonews.w-1 div.tab.wt-1,
.tfonews.w-2 div.tab.wt-2,
.tfonews.w-3 div.tab.wt-3,
.tfonews.w-4 div.tab.wt-4,
.tfonews.w-5 div.tab.wt-5,
.tfonews.w-6 div.tab.wt-6,
.tfonews.w-7 div.tab.wt-7,
.tfonews.w-8 div.tab.wt-8,
.tfonews.w-9 div.tab.wt-9 {
    display: block;
}
*/

.boxLg .conten1 {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}
    .boxLg.group .conten1 {
        display: table-footer-group;
    }
    .boxLg.group footer {
        display: table-header-group;
    }
    .boxLg .conten1 > ul {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }

#bargainsMobile .conten1 > ul {
    white-space: normal;
    overflow: auto;
    height: 300px;
}

.boxLg .conten1 > ul > li {
    display: none;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    vertical-align: top;
}
.boxLg#nowosciMobile .conten1 > ul > li {
    opacity: 0;
    transition: .5s;
}

.boxLg#nowosciMobile .conten1 > ul > li.one {
    opacity: 1;
}

.boxLg .conten1 > ul > li:first-child, .boxLg .conten1 > ul > li:last-child {
    display: inline-block;
}

#bargainsMobile .conten1 > ul.wl6 > li {
    min-height: 290px;
}

.boxLg .conten1 > ul > li.act {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
}
.boxLg#nowosciMobile .conten1 > ul > li.act {
    opacity: 1;
}
div.tcr .total {
    transition: .5s;
    opacity: 0;
}

div.tcr.tco .total {
    opacity: 1;
}

.ProdB1 {
    position: relative;
}

    .ProdB1 > div.tr div.flaga {
        position: relative;
        bottom: 7px;
    }

    .ProdB1 .imgBox, .ProdB1 .tit {
        display: inline-block;
        vertical-align: top;
    }

    .ProdB1 .imgBox {
        width: 50%;
        text-align: center;
    }

        .ProdB1 .imgBox i.prod {
            display: block;
            width: 100%;
            height: 200px;
        }

        .ProdB1 .imgBox img {
            max-width: 200px;
            max-height: 200px;
            border-radius: 10px;
        }

        .ProdB1 .imgBox .opti > i.status {
            margin: 0 20px 0 0;
        }

    .ProdB1 .tit {
        width: 45%;
        text-align: left;
    }

        .ProdB1 .tit h1 {
            font-size: 14px;
            font-weight: bold;
            height: 45px;
            overflow: hidden;
        }

.ProdB1 .product-gallery {
    text-align: center;
}

.product-gallery i.fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.product-gallery i.fa-angle-left {
    left: 0;
}

.product-gallery i.fa-angle-right {
    right: 0;
}

.product-gallery-thumb-list-img > i.fa {
    font-size: 40px;
    cursor: pointer;
}

.product-gallery > i.fa {
    display: none;
}

.ProdB1 .product-gallery-main-img {
    position: relative;
}

.ProdB1 .product-gallery:hover p.dclick {
    display: none;
}

#bargainsMobile .conten1 {
    border-radius: 0;
}

#bargainsMobile .ProdB1 .tit h3 {
    display: none;
}

.ProdB1 .tit h2, .ProdB1 .tit h3 {
    font-size: 14px;
}

#bargainsMobile .ProdB1 .tit h3 {
    display: none;
}

#bargainsMobile.boxLg .conten1 > ul > li {
    display: block;
}

.ProdB1 .imgBox .opti > i, .ProdB1 .imgBox .opti > div {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

/* liProdBox2 index */
.ProdB1.product .product-title {
    padding: 15px 60px 15px 15px;
}
.ProdB1.product .product-title h1 {
    font-size: 18px;
    margin: 0;
}

.miniProd .ProdB1.product .product-title h1 {
    position: relative;
}

#product-ct .nav-panel {
    opacity: 0;
}
.miniProd #product-ct .nav-panel {
    opacity: 1;
}
body.l1 #product-ct .nav-panel__btn,
.breadcrumbs:has(~ .ProdB1.product) .nav-panel button {
    display: none;
    opacity: .2;
    cursor: default;
    visibility: hidden;
}
.miniProd .breadcrumbs .nav-panel button {
    display: block;
    visibility: visible;
}
.miniProd .breadcrumbs .nav-panel button.iok {
    opacity: 1 !important;
}
.miniProd .breadcrumbs .nav-panel button:not(.iok) {
    cursor: no-drop !important;
}

.ProdB1.product .txr, .ProdB1.product .txrp {
    padding: 15px;
}

.product-gallery-thumb-list-img ul li {
    display: inline-block;
    padding: 0 5px;
}

.ProdB1.product .price, .ProdB1.product .total {
    display: inline-block;
    min-width: 45%;
}
.ProdB1.product .price u, .ProdB1.product .total u {
    text-transform: lowercase;
}
.ProdB1.product .price u, .ProdB1.product .price s, .ProdB1.product .total u, .ProdB1.product .total s {
    font-size: 16px;
    font-weight: 400;
}
.ProdB1.product .price b, .ProdB1.product .total b {
    font-size: 26px;
}
.ProdB1 .price {
    margin-right: 10px;
}
.ProdB1 p.total {
    margin: 0;
}
.ProdB1.product .price b.noLog {
    width: 100%;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #f00;
    margin-left: 9px;
}
.ProdB1 .dPodobne {
    /*white-space: nowrap;*/
}
.ProdB1 .dPodobne > p, .ProdB1 .dPodobne > s {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 5px 0 0;
}
.ProdB1 .dPodobne > s {
    width: calc(100% - 50px);
}
.ProdB1 .sPodobne {
    cursor: pointer;
    color: #f00;
}
.ProdB1.product .txr .num, .ProdB1.product .txr .button {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 20px 5px 0;
}
.ProdB1.product .productNotification {
    margin: 0;
}
.ProdB1.product .product-attributes {
    padding: 15px;
    position: relative;
}
.ProdB1.product .product-attributes .atrybut.ato > div {
    height: 203px;
}
.ProdB1 .ppdf {
    padding: 15px;
}
.ProdB1 .ppdf > b {
    font-size: 16px;
    display: block;
}
.ProdB1 .ppdf > a {
    padding: 7px 10px;
    margin: 5px 20px 0 0;
    background: #323232;
    border-radius: 7px;
    font-size: 14px;
    width: 55px;
    text-align: center;
    box-shadow: 0px 3px 20px #05204526;
    border: 1px solid transparent;
}

body.l1 .ProdB1 .ppdf > a {
    background: #fff;
}
.ProdB1 .ppdf > a:hover {
    border-color: var(--color-but);
}

.ProdB1 .product-title.blur .title-heading {
    width: 80%;
    max-width: 80%;
    overflow: hidden;
}
html .ProdB1.lpb3 .product-gallery {
    transition: .5s;
}
html.p100 .ProdB1.lpb3 .product-gallery {
    /*position: sticky;*/
    /*top: 20px;*/
}
.ProdB1 .marka {
    opacity: .5;
    margin: 10px 0;
}
/* liProdBox5 */
#gridView.wl3 {
    text-align: center;
    clear: both;
}
#gridView.wl3 li {
    display: inline-block;
    width: calc(25% - 4px);
    vertical-align: top;
    text-align: left;
    min-width: 320px;
}
.liProdBox5 {
    position: relative;
    padding: 10px;
    margin: 10px;
    border-radius: 25px;
    box-shadow: 0 0 10px #e4e7f0;
    height: 475px;
    background: #000;
    border: 1px solid transparent;
}
body.l1 .liProdBox5 {
    background: #fff;
}
.favo > i, .favo > div {
    margin: 5px 5px 0 5px;
    display: inline-block;
}
.product-right .favo > i, .product-right .favo > div {
    margin: 5px 5px 0 14px;
    display: inline-block;
}
.liProdBox5 .favo .flag {
    position: absolute;
    text-align: right;
    z-index: 2;
    right: 10px;
}
.liProdBox5 .imgBox {
    position: relative;
    text-align: center;
}
.liProdBox5 .stock {
    position: absolute;
    right: 2px;
    bottom: -28px;
    z-index: 4;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
}
.liProdBox5 .stock .datad {
    top: 9px;
    left: -10px;
}
.liProdBox5 .marka {
    display: block;
    height: 17px;
    opacity: .5;
}
.liProdBox5 h4 {
    height: 60px;
    margin: 10px 0;
    overflow: hidden;
}
.sap_p .liProdBox5 h4,
#gridView.wl3 .liProdBox5 h4 {
    overflow: initial;
}
.liProdBox5 h4 a {
    height: 34px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    width: 100%;
}
.sap_p .liProdBox5:hover h4 a,
.sap_p .lPB5m.aca .liProdBox5 h4 a,
#gridView.wl3 .liProdBox5 h4 a {
    height: 50px;
}
.sap_p .liProdBox5 h4:has(~ div.txr:hover) s,
#gridView.wl3 .liProdBox5 h4:has(~ div.txr:hover) s {
    display: none;
}
.liProdBox5 h4 a:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 18px;
    background: rgb(0 0 0);
    background: linear-gradient(90deg, rgb(0 0 0 / 0%) 70%, rgb(0 0 0) 90%);
}
body.l1 .liProdBox5 h4 a:after {
    background: rgb(255 255 255 / 90%);
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 70%, rgb(255 255 255) 90%);
}
.liProdBox5 h4 .indeks {
    font-size: 12px;
    opacity: .5;
    margin: 0;
    display: block !important;
}
.liProdBox5 img {
    height: 240px;
    border-radius: 25px;
    cursor: pointer;
}
.liProdBox5 .txr .num {
    display: inline-block;
    margin-top: 10px;
}
.liProdBox5 .txr .btn-addToCart, .liProdBox5 .txr .noAddToCart {
    position: absolute;
    right: 12px;
    bottom: 7px;
    height: 36px;
}
.liProdBox5 .txr .btn-addToCart-P {
    position: absolute;
    right: 12px;
    bottom: 8px;
    width: calc(100% - 24px);
    height: 36px;
}
.liProdBox5 .txr .button s {
    display: none;
}
.liProdBox5 .txr .btn-addToCart-P > s {
    display: inline-block;
    vertical-align: sub;
    visibility: visible;
    font-size: 16px;
}
.liProdBox5 .txr > div > i {
    vertical-align: middle;
}
.liProdBox5 .txr > div > i.cart {
    margin: 0 5px;
}
.liProdBox5 .txr > div > b {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
.liProdBox5 .txr > div > u {
    width: 110px;
}
.liProdBox5 .price, .liProdBox5 .total {
    display: inline-block;
    width: calc(50% - 5px);
    transition: .5s;
    height: 35.7px;
    vertical-align: top;
    overflow: hidden;
}
.liProdBox5 .price:has(> .new_bus),
.liProdBox5 .price:has(> .new_bus_w) {
    height: 75px;
}
.new_bus_w {
    cursor: pointer;
    font-weight: 400 !important;
}
.liProdBox5 .price.nlo {
    height: auto;
}
.liProdBox5 .price.nlo b.noLog {
    align-items: center;
}
.liProdBox5 .txr > div.price.nlo > b.noLog {
    border: 1px solid;
    border-radius: 25px;
    height: auto;
    margin-top: 17px;
    font-weight: 500;
    padding: 5px 5px 3px 5px;
}
.liProdBox5 .total {
    text-align: right;
}
.liProdBox5 .txr > div > s {
    display: block;
    font-size: 12px;
    line-height: 10px;
    visibility: hidden;
}
.liProdBox5 .txr:hover > div > s {
    visibility: visible;
}
.liProdBox5 .imgBox .emptyBox i {
    width: 163px;
    height: 163px;
}
.liProdBox5 .favo .emptyBox i {
    width: 25px;
    height: 25px;
}
.liProdBox5 .txr .emptyBox {
    margin: 20px 0;
}
.liProdBox5 .txr .emptyBox b {
    display: block;
}
.liProdBox5 .txr .emptyBox s {
    display: inline-block !important;
}
.liProdBox5 .noLog {
    display: flex;
    height: 75px;
    justify-content: center;
    align-items: flex-end;
}
.liProdBox5 .price:has(.noLog) {
    width: 100%;
}
/*
.liProdBox5 .txr {
    height: 22px;
    overflow: hidden;
    transition: .5s;
}
.liProdBox5:hover .txr {
    height: 85px;
    overflow: initial;
}
.liProdBox5 .txr .num, .liProdBox5 .txr .button, .liProdBox5 .total, .liProdBox5 .txr > div > s {
    opacity: 0;
    transition: 2s;
}
.liProdBox5:hover .txr .num, .liProdBox5:hover .txr .button, .liProdBox5:hover .total, .liProdBox5:hover .txr > div > s {
    opacity: 1;
}
.liProdBox5:not(:hover) .price, .liProdBox5:not(:hover) .total {
    transform: translateY(-15px);
}
*/
div.liProdBox5 .txr > .button.btn-addToCart {
    position: absolute !important; /* i.check */
    width: 120px !important;
    bottom: 15px;
}
div.liProdBox5 .txr > .button.btn-addToCart-P {
    position: absolute !important;
    width: calc(100% - 24px) !important;
    bottom: 15px;
}

.buttonDiv {
    position: relative;
    width: 120px;
}

#product-ct .buttonDiv .button.btn-addToCart.empty,
.product .pbne .button.btn-addToCart.empty,
.product .pbne .button.btn-addToCart-P.empty,
#product-ct .buttonDiv .button.noAddToCart.empty,
.product .pbne .button.noAddToCart.empty {
    width: 60px !important;
    background: #cbcbcb;
    margin-left: auto;
    opacity: 1;
}

div.liProdBox5 .txr > .button.btn-addToCart-P.empty {
    width: calc(100% - 100px) !important;
}

.product .liProdBox5.pbne .icon.empty.isP {
    right: initial;
}

#product-ct .icon.empty.isP {
    bottom: 3px;
}

#product-ct .btn-addToCart-P:not(.cle) {
    margin-left: 66px;
}

#product-ct .buttonDiv .button.btn-addToCart.empty:hover,
.product .pbne .button.btn-addToCart.empty:hover {
    box-shadow: 0 0 14px #cbcbcb;
}

#product-ct .icon.empty,
.product .pbne .icon.empty {
    position: absolute;
    bottom: 15px;
    right: 80px;
    background: var(--color-but);
    border-radius: 20px;
    padding: 0 10px;
}

#product-ct .icon.empty {
    bottom: 6px;
    right: 70px;
}

@media (max-width: 650px) {
    #product-ct .icon.empty {
        bottom: 2px;
    }
}

@media (max-width: 400px) {
    #product-ct .ProdB1 .dPodobne {
        display: none;
    }
}

div.ProdBox5 .price-btn-wrapper .pb7 {
    position: relative;
}

.product .ProdBox5 .txr > .icon.empty {
    bottom: 0;
    right: 70px;
}

#product-ct .icon.empty:hover, .product .pbne .icon.empty:hover {
    box-shadow: 0 0 14px var(--color-but);
}

#product-ct .icon.empty > i.iconZpod,
.product .pbne .icon.empty > i.iconZpod {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 36px;
    padding: 8px;
    transition: background-color 0.3s;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px transparent;
    background-position: -331px -566px;
}

#product-ct .button.btn-addToCart.empty i.check,
.product .pbne .button.btn-addToCart.empty i.check {
    top: 1px;
    right: 20px;
    background: #cbcbcb;
}

.btn-addToCart.rea.empty i.i6.cart:before {
    left: 19px;
}
#gridView.wl4 .product .pbne .icon.empty {
    bottom: 0;
    right: 70px;
}
#gridView.products > .product.rem {
    animation: cartDel 2s forwards;
}

@keyframes cartDel {
    0% {
        opacity: 1;
        display: block;
        transform: translateX(0);
    }
    50% {
        opacity: 1;
        transform: translateX(-105%);
    }
    100% {
        opacity: 0;
        display: none;
        transform: translateX(-105%);
    }
}

#CartStep2 #gridView.products li .confirmDel,
.tfocart #gridView.products > li .confirmDel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    border-radius: 25px;
    transition: .5s;
    z-index: 0;
    opacity: 0;
}
#CartStep2 #gridView.products li .confirmDel {
    padding-top: 18px;
}
.tfocart #gridView.products > li .confirmDel {
    padding-top: 35px;
}
#CartStep2 #gridView.products li .confirmDel a,
.tfocart #gridView.products > li .confirmDel a {
    margin: 10px;
}

#CartStep2 #gridView.products li.cdp .confirmDel,
.tfocart #gridView.products > li.cdp .confirmDel {
    z-index: 999;
    opacity: 1;
}

input#PartialConsent {
    visibility: hidden;
}
.product.lan {
    position: relative;
    height: 438px;
    z-index: 5;
}
.product.lan.lsh, .product.aca {
    z-index: 10;
}
.product.lan:hover {
    z-index: 12;
}
.product.lan .liProdBox5 {
    position: relative;
    height: 418px;
    /*overflow: hidden;*/
    transition: .5s;
    display: inline-block;
    text-align: left;
}
.product.lPB5m.lan {
    height: 350px;
    text-align: center !important;
}
.product.lPB5m.lan.nop {
    opacity: .2;
}
.product.lPB5m .liProdBox5 {
    height: 330px;
    width: calc(100% - 20px);
}
.popup.produktyPodobne .product.lPB5m .liProdBox5 {
    width: 320px;
}
.popup.produktyPodobne > .section {
    width: 100%;
}
.product.lan.lsh .liProdBox5, .product.lan:hover .liProdBox5, .product.aca .liProdBox5 {
    height: 479px;
    /* width: 280px; */
    box-shadow: 0px 5px 30px #05204533;
}
.product.lan .liProdBox5 .favo {
    height: 0;
    transition: .5s;
}
.product:not(.aca).lan:not(:hover) .liProdBox5 .tit > .txr {
    height: 0px;
    overflow: hidden;
}
.product.lan.lsh .liProdBox5 .favo, .product.lan:hover .liProdBox5 .favo, .product.aca .liProdBox5 .favo {
    height: 39px;
}
.popup.produktyPodobne .product.lPB5m {
    height: 500px;
}
.popup.produktyPodobne .product.lPB5m .liProdBox5 {
    box-shadow: 0 0 10px #e4e7f0;
}
/**/
.boxLg.oi .s_ai_product,
.boxLg.oi .s_ai_product .sap_p ul {
    overflow: initial;
    height: auto;
}
.boxLg.oi .product.lan:hover .liProdBox5, .boxLg.oi .product.aca .liProdBox5 {
    position: absolute;
}
/**/
.dqrcode {
    position: relative;
    width: 23px;
    height: 24px;
    cursor: pointer;
    background-position: -511px -147px;
    background-image: url(/skin/3/gif/icons_7d.svg);
}
img.qrcode {
    position: absolute;
    top: 30px;
    left: 50%;
    max-width: 200px;
    width: 200px;
    height: 200px;
    transition: .5s;
    z-index: -1;
    opacity: 0;
    transform: translateX(-50%);
}
.dqrcode:hover img {
    z-index: 5;
    opacity: 1;
}
q.ibarcod {
    position: relative;
    text-align: center;
    padding-bottom: 5px;
}
img.barcode {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    transition: .5s;
    z-index: 5;
}
q.ibarcod:after, q.ibarcod:before {
    content: none;
}
q.ibarcod:hover img.barcode, img.barcode:hover {
    height: 50px;
    cursor: none;
    width: auto;
    min-width: 95px;
    margin: auto;
}
/* qr scanner */
.qr-scanner {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    position: relative;
}
.qr-scanner.mob {
    display:none;
}
.qr-scanner > i {
    cursor: pointer;
    display: block;
}
.qr-scanner:not(.act) > div {
    display: none;
}
.qr-scanner > div  > div {
    max-width: 100%
}
.qr-scanner .qr-info.ns2 {
    text-align: left;
}
.qr-info .search__suggestion > h3, .qr-info .search__suggestion > hr {
    display: none;
}
.qr-scanner .qr_start {
    width: 60px;
    margin: auto;
    cursor: pointer;
    margin-top: 30px;
}
.qr-scanner #reader__filescan_input {
    margin: auto;
}
.qr-scanner #reader__scan_region > img {
    cursor: pointer;
}
.qr-scanner img[alt="Info icon"] {
    display: none;
    visibility: hidden;
    transform: scale(0);
}
.qr-scanner .qr-info .more {
    text-align: right;
    padding-right: 15px;
}
.qr-scanner .LTAsite {
    display: block;
    text-align: center;
    margin: 20px 20px 0 20px;
    font-size: 20px;
}
.qr-scanner .LTAsite b {
    display: block;
    font-size: 22px;
}
/* qr generator */
.qr_code_g, .ceidgFirma, .gpt_generator .gpt {
    padding: 20px;
}
.qr_code_g p, .ceidgFirma p, .gpt_generator .gpt p {
    font-size: 22px;
}
.qr_code_g textarea, .ceidgFirma textarea, .gpt_generator .gpt textarea {
    display: block;
    width: 100%;
    height: 100px;
}
.qr_code_g b, .ceidgFirma b, .gpt_generator .gpt b {
    float: right;
    cursor: pointer;
}
.qr_code_g .qrcodeg, .ceidgFirma .qrcodeg, .gpt_generator .gpt .conv {
    text-align: center;
    margin-top: 30px;
}
/* liProdBox2 index */
.product-options p {
    display: inline-block;
    width: 77px;
    text-align: center;
    vertical-align: middle;
    margin: 5px 0;
}
.product-options .sinf > div > s {
    vertical-align: middle;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: table-cell;
}
.product-options .sinf .productNotification {
    margin: 0;
}
.product-options .opti > a {
    display: block;
}
#productDesc.boxOp ul.header {
    position: sticky;
    top: 69px;
    z-index: 10;
    transition: .5s;
    background: #1e1e1e;
    white-space: nowrap;
    overflow: auto;
}
body.l1 #productDesc.boxOp ul.header {
    background: #fff;
}
html.p100.nac #productDesc.boxOp ul.header {
    top: 0;
}
.miniProd #productDesc.boxOp ul.header {
    top: 0 !important;
}
#productDesc.boxOp ul.header > li {
    display: inline-block;
}
#productDesc.boxOp ul.header > li > s {
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    width: 239px;
    cursor: pointer;
}

.ProdB2 > ul:after {
    width: 180px;
    background: var(--color-but);
    transition: .5s;
}

.ProdB2 > ul:before {
    right: 0;
    background: var(--color-box);
}

.ProdB2 > ul:before, .ProdB2 > ul:after {
    content: '';
    border-radius: 30px;
    height: 5px;
    bottom: 0;
    left: 0;
    position: absolute;
}
.ProdB2.w-1 > ul:after {
    left: 0;
}
.ProdB2.w-2 > ul:after {
    left: 240px;
}
.ProdB2.w-3 > ul:after {
    left: 490px;
    width: 220px;
}
.ProdB2.w-4 > ul:after {
    left: 730px;
    width: 220px;
}
.ProdB2.w-5 > ul:after {
    left: 960px;
}
.ProdB2.w-6 > ul:after {
    left: 1200px;
}
.OpisD:not(.all) {
    max-height: 600px;
    overflow: hidden;
}
.OpisD i.rozwin {
    position: sticky;
    top: 580px;
    background: #fff;
    display: block;
    text-align: center;
    cursor: pointer;
}
.OpisD i.rozwin:before {
    content: '';
    position: absolute;
    bottom: 21px;
    left: 0;
    right: 0;
    height: 38px;
    background: linear-gradient(0deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 100%);
}
.OpisD.all img {
    border-radius: 30px;
}
.OpisD.all i.rozwin {
    display: none;
}
    .ProdBox2 > div.txr div.num {
        margin: 10px;
        min-width: 92px;
    }

    .ProdBox2 div.txr div.num input {
        width: 60px;
    }

    .ProdBox2 > div.txr .price, .ProdBox2 > div.txr .price s,
    .ProdBox2 > div.txr .total, .ProdBox2 > div.txr .total s {
        font-size: 16px;
    }
    .ProdBox2 > div.txr .price b, .ProdBox2 > div.txr .total b {
        font-size: 16px;
    }

    .ProdBox2 > div.txr .price span {
        font-size: 18px;
        font-weight: bold;
    }

    .ProdBox2 > div.txr .price i {
        font-size: 12px;
        vertical-align: top;
        position: relative;
    }

    .ProdBox2 > div.txr .price i:before {
        content: "";
        position: absolute;
        top: 6px;
        left: -2px;
        right: 0;
        border-top: 1px solid #f00;
        transform: rotate(-19deg);
    }

.ProdBox2 div.txr .price u, .ProdBox2 .total > i {
    text-transform: lowercase;
}
.showPakiet {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: -1;
    transition: .5s;
    opacity: 0;
    overflow: hidden;
    background: #303132;
}
body.l1 .showPakiet {
    background: #fff;
}
.lpa.pak .showPakiet {
    opacity: 1;
    z-index: 5;
}



.showPakiet .txr:hover {
    background: rgba(0, 0, 0, 0.2);
}


.showPakiet .txr > p > s {
    margin-left: 5px;
}
.showPakiet .pimg {
    position: relative;
}


.tfonews footer .showAll {
    text-align: right;
}

    .tfonews footer .showAll a {
        display: inline-block;
        padding: 10px;
    }

.btn-addToCart:not(.cle), .noAddToCart:not(.cle), .noAddCart:not(.cle), .btn-addToCart-P:not(.cle), a.btn-order-next {
    display: inline-block;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);*/
    margin: 4px 0;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
    position: relative;
    /*overflow: hidden;*/
    z-index: 1;
    background: var(--color-but);
    /*background: linear-gradient(163deg, #fff5d7 0%, #ffce3f 50%, #ffbe00 100%);*/
    /*font-weight: 500;*/
}

.btn-addToCart:not(.cle), .noAddToCart:not(.cle), .noAddCart:not(.cle), .btn-addToCart-P:not(.cle) {
    display: inline-block;
    border-radius: 50px;
    width: 120px;
}

i.check, .headerRight .shopLis i.check {
    position: absolute;
    top: 9px;
    right: 12px;
    background: #fff;
    border-radius: 100%;
    padding: 0px 3px 0px 3px;
}

    i.check:before {
        content: "\f00c";
        font-family: "FontAwesome";
    }

.btn-addToCart.rea i.i6.cart:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 49px;
    background: var(--link-loader) 50% 50% / 80% no-repeat;
    width: 24px;
    height: 24px;
}
/*
.btn-addToCart:after, .btn-addToCart-P:after, a.btn-order-next:after {
    content: "";
    position: absolute;
    background: var(--color-but);
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    transition: .5s;
    z-index: -1;
    background: linear-gradient(202deg, #fff5d7 0%, #ffce3f 50%, #ffbe00 100%);
}
*/
.btn-addToCart-P:before {
    /*
    content: '';
    position: absolute;
    top: 0px;
    right: 12px;
    display: inline-block;
    background-image: url(/skin/3/gif/icons_2.svg);
    width: 33px;
    height: 37px;
    background-position: -698px -220px;
    transform: scale(0.8);
    */
}

.ProdBox2 .btn-addToCart-P i.cart {
    visibility: hidden;
}
/*
.btn-addToCart:hover:after, .btn-addToCart-P:hover:after, a.btn-order-next:hover:after {
    right: 0;
}
*/
.btn-addToCart:hover, .btn-addToCart-P:hover, a.btn-order-next:hover {
    box-shadow: 0 0 14px var(--color-txt);
}
.noAddCart, .noAddCart i, .noAddToCart, .noAddToCart i {
    opacity: .4;
    cursor: no-drop !important;
}
/* WPakiet */
    .WPakiet .article {
    padding: 15px;
}
/* WPakiet new */
.h-p {
    overflow: auto;
    min-width: 400px;
}
.h-p .txr {
    border-top: 1px solid;
    padding: 15px;
    text-align: right;
}

.h-p .price > p {
    display: table-cell;
    white-space: nowrap;
}

.h-p .price > p > s, .h-p .price > p > u {
    font-size: 12px;
}

.h-p .price > p > b {
    font-size: 14px;
}

.h-p .num, .h-p .button {
    display: inline-block;
    vertical-align: middle;
}

.h-p .price {
    width: 100%;
    display: table;
}

.h-p .price > p.pr2 {
    min-width: 94px;
}

.h-p .price > p.pr1 {
    min-width: 57px;
}

.h-p .button {
    display: inline-block !important;
    margin: 0 0 0 30px !important;
}
.h-p .total {
    text-transform: lowercase;
}
.h-p i.back {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}
body .h-p .txr {
    border-color: #858585;
}
body.l1 .h-p .txr {
    border-color: #f7f7f9;
}

.ProdBox2 .h-p {
    max-height: 200px;
    padding: 0 20px 0 0;
}
.ProdBox2 .h-p .txr {
    border: none;
    text-align: right;
}
/* bx-slider */
.bx-slider > li > div {
    position: relative;
    overflow: hidden;
}

    .bx-slider > li > div > img {
        width: 100%;
        max-width: 540px;
        /* height: 246px; */
    }

    .bx-slider > li > div > div {
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: .5s;
    }
    body.l1 .bx-slider > li > div > div {
        background: rgba(255, 255, 255, 0.6);
    }
    #benefityMobile .bx-slider > li > div > div {
        background: none;
    }
    .bx-slider > li > div:hover > div {
        opacity: 1;
    }
    .bx-slider > li > div > div > article {
        position: absolute;
        bottom: 0;
        left: 20px;
    }
    .bx-slider > li > div.lpromocje > div > article {
        /*margin-left: 20px;*/
    }
    .bx-slider > li > div > time {
        position: absolute;
        background: rgba(255, 255, 255, 0.7);
        text-align: center;
        bottom: 0;
        left: 0;
        right: 0;
    }

body.l2 .bx-slider > li > div > time {
    background: rgba(93, 100, 117, 0.7);
}

.bx-slider .opis article h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.bx-slider .opis article h2 {
    font-size: 18px;
    margin: 0;
}
.bx-slider .opis article a {
    display: inline-block;
    margin: 18px 0;
    /*text-decoration: underline;*/
}
/* w4Mi */
.w4Mi .conten1 > ul > li {
    margin: 10px;
    display: inline-block;
    width: calc(25% - 22px);
}
.boxLg.mmB[data-l="3"] .conten1 > ul > li {
    width: calc(33.33% - 22px);
}
.boxLg.mmB[data-l="2"] .conten1 > ul > li {
    width: calc(50% - 22px);
}
.boxLg.mmB[data-l="1"] .conten1 > ul > li {
    width: calc(100% - 22px);
}

.w4Mi .bx-slider > li > div {
    position: relative;
    border-radius: 25px;
}

.w4Mi .bx-slider > li > div > div {
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    height: 60px;
    padding: 0;
    width: auto;
    background: rgba(205, 205, 205, 0.22) !important;
    text-align: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.w4Mi .bx-slider > li > div > div > article img.marka {
    height: 100%;
    max-height: 30px;
    margin: 15px auto;
    padding: 0 10px;
    filter: invert(1);
    transition: .5s;
}
.boxLg.mmB.wMar .bx-slider > li:hover img.marka {
    transform: scale(1.1);
}
.w4Mi .bx-slider .opis article h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    margin: 10px 0;
}

.w4Mi .bx-slider .opis article h2 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.w4Mi .bx-slider .opis article a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
}

.w4Mi .bx-slider > li > div > div > article {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 20px;
}

.boxLg.w4Mi .conten1 > ul > li.act {
    display: inline-block;
    position: relative;
}

.boxLg.w4Mi .conten1 > ul > li:not(.act) {
    position: absolute;
    visibility: hidden;
}
/* wNbo */
.wMar.wNbo .bx-slider > li > div {
    height: 332px;
}

.w4Mi.wNbo .bx-slider > li > div > div {
    height: auto;
    /* color: #fff; */
    /* font-size: 30px; */
}

.w4Mi.wNbo .bx-slider > li > div > div > h1 {
    color: #fff;
    font-size: 30px;
    margin: 20px;
    text-align: left;
}
.w4Mi.wNbo .bx-slider > li > div > div > a {
    display: none;
}
/* sendMSG */
.sendMSG {
    position: fixed;
    z-index: 9999999;
}

.sendMSG .message {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    border-radius: 100%;
}

.sendMSG.act .message:after {
    content: 'x';
    font-size: 42px;
    font-weight: 400;
    position: absolute;
    top: -4px;
    left: 16px;
}

.sendMSG .messBox {
    position: fixed;
    bottom: 75px;
    left: -100%;
    transition: .5s;
    z-index: 1;
    border-radius: 10px;
}

.sendMSG.act .messBox {
    left: 10px;
}

.sendMSG .mBox {
    padding: 10px;
    background: #fafafa;
    border-radius: 15px;
    box-shadow: 0 0 20px #2b2b2b;
}

.sendMSG iframe {
    border: 0;
}
/* gradient */
.baT-3 .lnowosci {
    color: #fff;
    background: #1b1b1b;
}
.lnowosci.zpng.gradient {
    color: #fff;
    background: #091768;
    background: linear-gradient(0deg,rgba(9, 23, 104, 1) 0%, rgba(16, 6, 159, 1) 50%, rgba(16, 6, 159, 1) 100%);
}
.lnowosci.zpng.gradient img.marka, #sponsorowaneMobile .baT-3 img.marka {
    position: absolute;
    left: -30px;
    right: -30px;
    bottom: -30px;
    width: calc(100% + 60px);
    max-width: none;
    height: auto;
    margin: 0;
}
.lnowosci.zpng.gradient article, .baT-3 .lnowosci article {
    height: 100%;
}
#sponsorowaneMobile .gradient h1, #sponsorowaneMobile .baT-3 h1 {
    font-weight: 400;
    font-size: 36px;
    height: auto !important;
    max-width: 218px;
    overflow: initial !important;
    position: relative;
    z-index: 1;
}
#sponsorowaneMobile .gradient h2, #sponsorowaneMobile .baT-3 h2 {
    height: auto !important;
    margin-top: 30px !important;
    position: relative;
    z-index: 1;
}
#sponsorowaneMobile .gradient a, #sponsorowaneMobile .baT-3 a {
    position: absolute;
    top: auto !important;
    bottom: 0;
    right: 85px;
    cursor: pointer;
    z-index: 1;
}
/* divListOfBrands */
#divListOfBrands button.actions-btn.bs-select-all.btn.btn-default:after,
#divListOfBrands button.actions-btn.bs-deselect-all.btn.btn-default:after {
    font-family: 'FontAwesome';
    display: block;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 13px;
    text-indent: 0;
}

#divListOfBrands button.actions-btn.bs-deselect-all.btn.btn-default:after {
    content: '\f096';
    right: 20px;
}

#divListOfBrands button.actions-btn.bs-select-all.btn.btn-default:after {
    content: '\f046';
    right: 42px;
}

#divListOfBrands .bs-actionsbox {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

#divListOfBrands .btn-group.btn-group-sm.btn-block {
    border: none;
    border-radius: 0;
}

#divListOfBrands button.actions-btn.bs-select-all.btn.btn-default,
#divListOfBrands button.actions-btn.bs-deselect-all.btn.btn-default {
    color: #fff;
    width: 17px;
    box-shadow: none;
    height: 18px;
    display: inline-block;
    text-indent: -999px;
    position: initial;
    margin: 5px;
    padding: 0;
}

#divListOfBrands button.actions-btn.bs-select-all.btn.btn-default,
#divListOfBrands button.actions-btn.bs-select-all.btn.btn-default:hover
#divListOfBrands button.actions-btn.bs-deselect-all.btn.btn-default,
#divListOfBrands button.actions-btn.bs-deselect-all.btn.btn-default:hover {
    background-color: transparent;
    border-color: transparent;
}

/* brand-description */
.brand-description {
    margin: 10px;
    padding: 25px;
    background: #fff;
}

.brand-description > div > i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: var(--color-but);
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 5px;
}

.brand-description > div > h2 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 30px;
    width: calc(100% - 40px);
}

.brand-description > p {
    font-size: 16px;
    margin: 20px 0 0 0;
}
/* opis produktu */
.OpisD img {
    max-width: 100%;
}
/* search category */
#szuKate option:first-child {
    background: #e5e5e5;
    color: #000;
}

#szuKate option:nth-child(2) {
    background: var(--color-txt);
    color: #fff;
}

    .page-title.h2d .h2 {
        /*position: relative;*/
        /*padding: 0 0 100px 0 !important;*/
        /*margin: 0 !important;*/
        /*z-index: 1;*/
    }

    .page-title i.i6.info {
        position: absolute;
        display: none;
        top: 22px;
        right: 10px;
        transform: scale(.7);
    }

    .data_dostawy > div {
        display: inline-block;
        text-align: center;
        margin: 10px;
    }

    .data_dostawy hr {
        width: 5px;
        margin: 8px 2px 10px 2px;
        display: inline-block;
        vertical-align: middle;
        border-top: 2px solid var(--color-but);
    }

    .newDeliveries .data_dostawy > div:first-child > a, .data_dostawy > div > a.wyb {
        background: var(--color-but);
        padding-bottom: 1px;
        font-size: 16px;
        color: #fff;
    }

    .data_dostawy > div > a {
        color: var(--color-but);
        border: 1px solid;
        padding: 3px 10px 0px 10px;
        border-radius: 5px;
        font-size: 15px;
    }

    .data_dostawy > div > a.wyb {
        /*color: var(--color-but);*/
    }
/* nowa dostawa hp */
div.newDeliveries {
    padding: 10px;
}

    .newDeliveries .nd1 {
        display: block;
        font-size: 30px;
        font-weight: bold;
    }
    .newDeliveries .nd2 {
        display: none;
    }
    .newDeliveries .nd3 {
        display: block;
        font-size: 15px;
        font-weight: 300;
    }

    .newDeliveries .dostawa, .page-title i.dostawa {
        display: none;
    }

    .newDeliveries ul {
        display: block;
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }

    .newDeliveries ul li {
        display: inline-block;
        margin: 20px;
    }

    .newDeliveries ul li.dd0 {
        border: 1px solid #f3f3f3;
        height: 55px;
    }

    .newDeliveries li > a {
        text-align: center;
        text-decoration: none;
    }

    .newDeliveries li > a > b {
        font-size: 25px;
        color: var(--color-but);
    }

    .newDeliveries li > a > p {
        margin: 0;
        font-size: 15px;
        opacity: .7;
    }

    .newDeliveries li > a > s {
        display: flex;
        height: 45px;
        align-content: center;
        align-items: center;
    }

    .newDeliveries li > a > s > img {
        display: block;
        /* height: 40px; */
        margin: auto;
        transition: .5s;
        max-width: 100px;
        max-height: 30px;
        filter: invert(1);
    }

    body.l1 .newDeliveries li > a > s > img {
        filter: none;
    }

    .newDeliveries li > a:hover > img {
        transform: scale(1.1);
    }

    body.l2 .newDeliveries li > a > img {
        filter: invert(1);
    }

    .newDeliveries .box {
        background: #323232;
        border-radius: 25px;
        padding: 20px;
        margin-top: 20px;
    }

    body.l1 .newDeliveries .box {
        background: #fff;
    }


.bootstrap-select.btn-group .dropdown-menu li small {
    position: absolute;
    display: inline-block;
    right: 10px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    top: 0px;
    left: 2px;
    right: auto;
}
body.l2 .btn-default.active, body.l2 .btn-default:active, body.l2 .open > .dropdown-toggle.btn-default {
    background-color: #4e5460;
}
body.l2 .btn-default.active.focus, body.l2 .btn-default.active:focus, body.l2 .btn-default.active:hover, body.l2 .btn-default:active.focus, body.l2 .btn-default:active:focus, body.l2 .btn-default:active:hover, body.l2 .open>.dropdown-toggle.btn-default.focus, body.l2 .open>.dropdown-toggle.btn-default:focus, body.l2 .open>.dropdown-toggle.btn-default:hover {
    background-color: #4e5460;
}
/* Etapy zamowienia */
.ezLine, .ezTxt {
    position: relative;
    display: table;
    width: 100%;
}
.ezLine > i, .ezTxt > p {
    width: 20%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.ezLine > i > b {
    display: inline-block;
    font-size: 18px;
    position: relative;
    z-index: 3;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    border: 2px solid #e2e2e9;
}
.ezLine:after, .ezLine:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    height: 6px;
}
.ezLine:after {
    background: var(--color-but);
    z-index: 2;
}
.ezLine:before {
    background: #e2e2e9;
    z-index: 1;
}
.ezTxt > p {
    padding: 0 20px;
}
.etapyZamowienia.p1 .ezLine > i:nth-child(-n+1) > b, .etapyZamowienia.p2 .ezLine > i:nth-child(-n+2) > b, .etapyZamowienia.p3 .ezLine > i:nth-child(-n+3) > b, .etapyZamowienia.p4 .ezLine > i:nth-child(-n+4) > b, .etapyZamowienia.p5 .ezLine > i:nth-child(-n+5) > b {
    background: var(--color-but);
    color: #fff;
    border-color: var(--color-but);
}
.etapyZamowienia.p1 .ezTxt > p:nth-child(-n+1), .etapyZamowienia.p2 .ezTxt > p:nth-child(-n+2), .etapyZamowienia.p3 .ezTxt > p:nth-child(-n+3), .etapyZamowienia.p4 .ezTxt > p:nth-child(-n+4), .etapyZamowienia.p5 .ezTxt > p:nth-child(-n+5) {
    font-weight: bold;
}
.etapyZamowienia.p1 .ezLine > i:nth-child(1) > b, .etapyZamowienia.p2 .ezLine > i:nth-child(2) > b, .etapyZamowienia.p3 .ezLine > i:nth-child(3) > b, .etapyZamowienia.p4 .ezLine > i:nth-child(4) > b, .etapyZamowienia.p5 .ezLine > i:nth-child(5) > b {
    transform: scale(1.1);
}
.etapyZamowienia.p2 .ezLine:after {
    width: 20%;
    transform: translateX(50%);
}
.etapyZamowienia.p3 .ezLine:after {
    width: 40%;
    transform: translateX(25%);
}
.etapyZamowienia.p4 .ezLine:after {
    width: 60%;
    transform: translateX(16.7%);
}
.etapyZamowienia.p5 .ezLine:after, .etapyZamowienia .ezLine:before {
    width: 80%;
    transform: translateX(12.5%);
}
.etapyZamowienia.e4.p2 .ezLine:after {
    width: 25%;
    transform: translateX(50%);
}
.etapyZamowienia.e3.p2 .ezLine:after {
    width: 33.33%;
    transform: translateX(50%);
}
.etapyZamowienia.e4.p3 .ezLine:after {
    width: 50%;
    transform: translateX(25%);
}
.etapyZamowienia.e3.p3 .ezLine:after {
    width: 66.66%;
    transform: translateX(25%);
}
.etapyZamowienia.e4.p4 .ezLine:after {
    width: 75%;
    transform: translateX(16.7%);
}
.e4 .ezLine > i, .e4 .ezTxt > p {
    width: 25%;
}
.e4 .ezLine:before {
    width: 79%;
    transform: translateX(13%);
}
.e3 .ezLine > i, .e3 .ezTxt > p {
    width: 33.33%;
}
.e3 .ezLine:before {
    width: 66%;
    transform: translateX(26%);
}
.etapyZamowienia.stb {
    margin: 10px 0;
}
.etapyZamowienia.stb .ezTxt > p {
    font-size: 18px;
    padding: 10px 5px;
}
.etapyZamowienia.p1 .ezTxt > p:nth-child(1), .etapyZamowienia.p2 .ezTxt > p:nth-child(2), .etapyZamowienia.p3 .ezTxt > p:nth-child(3), .etapyZamowienia.p4 .ezTxt > p:nth-child(4), .etapyZamowienia.p5 .ezTxt > p:nth-child(5) {
    display: table-cell !important;
}
/* */
.LPEmsgD {
    text-align: center;
}
.LPEmsgD h4 {
    margin-top: 30px;
}
.LPEmsgD > p {
    margin-top: 28px;
    font-size: 21px;
    color: red;
}
.LPEmsgD > b {
    display: block;
    margin-top: 26px;
}
/* tfonew */
    .tfonew {
    overflow: hidden;
    border-radius: 10px;
}

.tfonew footer {
    text-align: center;
}

    .tfonew footer > div, .tfonew footer > b {
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
    }

    .tfonew footer > div {
        width: 20%;
        font-size: 26px;
        cursor: pointer;
    }

        .tfonew footer > div:hover {
            color: #000;
        }

        .tfonew footer > div > i {
            padding: 4px 25px;
        }

    .tfonew footer > b {
        width: 55%;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tfonew footer ul {
        display: block;
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }

    .tfonew footer li {
        display: inline-block;
        width: 100px;
        vertical-align: middle;
        padding: 10px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .tfonew footer li:hover {
            color: var(--color-but);
        }
/* cart user csv */
.cartCSV h1 {
    font-size: 16px;
}

#divInpUserCsvTyp > div {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
#divInpUserCsvTyp > div a {
    text-decoration: underline;
    font-size: 14px;
}
#divInpUserCsvTyp label {
    font-size: 20px;
    font-weight: bold;
}

#divInpUserCsvTyp input {
    vertical-align: unset;
}

#divInpUserCsvTyp table {
    margin: 10px;
}

    #divInpUserCsvTyp table th, #divInpUserCsvTyp table td {
        border: 1px solid #bfbfbf;
        padding: 5px;
    }

#divInpUserCsvFil {
    padding: 10px;
    border-top: 1px solid #000;
}

#divInpUserCsvTyp .csvdow {
    margin-left: 10px;
}

.csvmsg {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 100px;
    font-weight: bold;
    font-size: 17px;
}

.csvuwg {
    font-size: 10px;
    margin-top: 15px;
}
/* sale item */
.SaleItem {
    padding: 0 10px;
    /* height: 47.14px; */
    white-space: nowrap;
    overflow: auto;
}
.SaleItem > div {
    display: inline-block;
    margin: 19px 14px;
}
.SaleItem > div > a {
    font-size: 14px;
    text-transform: lowercase;
    font-weight: 500;
}
.SaleItem > div > a > i, .headerCenter .promotion > i  {
    background: var(--color-but);
    border-radius: 100%;
    font-size: 12px;
    font-weight: 600;
    padding: 2.5px 3px 2.5px 4px;
    margin-right: 10px;
    cursor: pointer;
}
.headerCenter .promotion > i {
    display: none;
    margin-left: 20px;
}
.headerCenter .promotion a {
    padding: 10px;
    cursor: pointer;
    display: block;
}
.headerCenter .promotion a:hover {
    background: var(--color-txt);
    color: #fff;
}
.headerCenter .promotion a > i {
    display: none;
}
/* benefits */
.benefits-container {
    background: var(--color-txt);
    color: #fff;
    border-radius: 25px;
    padding: 40px;
    margin: 10px;
    text-align: center;
}

.benefits-container > div {
    margin: 20px;
    display: inline-block;
    width: calc(50% - 44px);
    vertical-align: top;
    text-align: left;
}

.benefits-container > div > .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: var(--color-but);
    border-radius: 50%;
    vertical-align: middle;
}

.benefits-container > div > h3 {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin: 10px;
    font-weight: 300;
    width: calc(100% - 55px);
}

.benefits-container > div > p {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 100;
    line-height: 2;
    opacity: .75;
}

.benefits-container > a {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}
/* popup - err */
.btModal {
    padding: 5px 20px;
    text-align: center;
}
.btModal h4 {
    font-size: 26px;
    margin: 10px 0;
    margin: 30px auto;
    display: block;
}
.btModal i.i6 {
    margin: 10px auto;
    display: block;
}
.btModal p {
    margin: 10px 0;
    margin: 10px auto;
    display: block;
}
/* ustawienia okno */
html.bpop.hint .NhomePage, html.mpop .NhomePage .nhp2 {
    filter: blur(5px);
}
html.bpop.hint .NhomePage:after, html.mpop .NhomePage .nhp2:after {
    content: '';
    position: fixed;
    top: 0;
    left: -50%;
    right: -50%;
    bottom: -20px;
    background: rgba(5, 33, 69, .3);
    z-index: 101;
}
html header p.he3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: -1;
}
html.bpop.hint header p.he3 {
    z-index: 2;
}
html:not(.hint) .search__form .serInp .hpop {
    display: none;
}
div.spop {
    position: relative;
}
div.spop > i {
    transition: transform .5s;
}
div.spop.spox > s, div.spop.spok > s {
    cursor: pointer;
}
div.promotion.act > i {
    background-position: -295px -150px;
    background-image: url(/skin/3/gif/icons_7d.svg);
    color: transparent;
}
div.spop.spox.act > i.qrcode {
    background-position: -293px -146px;
    background-image: url(/skin/3/gif/icons_7d.svg);
}
body.l2 div.spop.spox.act > i {
    filter: invert(1);
}
.users i.isl > b {
    position: absolute;
    top: 3.5px;
    left: 12.5px;
    width: 26px;
    height: 26px;
    text-align: center;
    padding: 6px 0 0 0;
    font-size: 12px;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 2px #fff;
}
.headerRight a.logoutButton {
    border-top: 1px solid;
    font-weight: 300;
}
body.l1 .users i.isl > b {
    box-shadow: 0px 0px 0px 2px #000;
}
.users.act i.isl > b {
    color: transparent;
}
.headerRight > .users ul li {
    text-align: left;
    /*margin: 0 20px;*/
}
.headerRight div.spop > .hpop > ul > li > a {
    padding: 10px 15px;
}

.headerRight > .users ul li[class^="ma"] a:before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(/skin/3/gif/icons_7d.svg);
    vertical-align: middle;
    margin-right: 10px;
}

.headerRight > .users ul li[class^="ma"] a:hover:before {
    filter: invert(1);
}

.headerRight > .users ul li.ma0 a:before {
    background-position: -42px -537px;
}

.headerRight > .users ul li.ma2 a:before {
    background-position: -68px -536px;
}

.headerRight > .users ul li.ma3 a:before {
    background-position: -125px -536px;
}

.headerRight > .users ul li.ma5 a:before {
    background-position: -96px -536px;
}

.headerRight > .users ul li.ma4 a:before {
    background-position: -154px -536px;
}

.headerRight > .users ul li.ma21 a:before {
    background-position: -183px -536px;
}

.headerRight > .users ul li.ma29 a:before {
    background-position: -547px -112px;
}

.headerRight > .users ul li.ma6 a:before {
    background-position: -114px -112px;
}

.headerRight > .users ul li.ma7 a:before {
    background-position: -211px -536px;
}

.headerRight > .users ul li.ma9 a:before {
    background-position: -287px -535px;
}

.headerRight > .users ul li.ma10 a:before {
    background-position: -237px -535px;
}

.headerRight > .users ul li.ma11 a:before {
    background-position: -262px -536px;
}
.headerRight > .users ul li.ma30 a:before {
    background-position: -383px -535px;
}
.headerRight > .users ul li.ma36 a:before {
    background-position: -529px -507px;
}
.headerRight > .users ul li.ma1 a:before {
    background-position: -383px -535px;
}
/*
div.spop.spox.act > i:before {
    content: '';
    position: absolute;
    top: 4px;
    right: 0px;
    width: 19px;
    height: 19px;
    background: var(--color-txt);
    border-radius: 25px;
    z-index: 1;
}
div.spop.spox.act > i > b {
    display: none;
}
div.spop.spox.act > i:after {
    content: '';
    position: absolute;
    display: block;
    top: 5px;
    right: 0.5px;
    width: 16.2px;
    height: 16.3px;
    background-position: -575.5px -108px;
    background-image: url(/skin/3/gif/icons_5.svg);
    z-index: 2;
    filter: invert(1);
}
*/
div.spop.spos.act > i {
    transform: rotate(180deg);
}
div.spop.spok.act > s:after {
    content: '';
    position: absolute;
    top: -5px;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: -575px -107px;
    background-image: url(/skin/3/gif/icons_5.svg);
    vertical-align: middle;
    transform: scale(0.6);
}
body.l2 div.spop.spok.act > s:after {
    filter: invert(1);
}
div.spop > .hpop {
    position: absolute;
    background: #fff;
    right: 0;
    left: 0;
    top: 90px;
    transition: .5s;
    text-align: center;
    border-radius: 22px;
    min-height: 70px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    display: none;
    overflow: auto !important;
    box-shadow: 0px 3px 30px #00000029;
}
body.l2 div.spop > .hpop {
    background: #303132;
}
div.spop > .hpop.mlm {
    overflow-x: hidden !important;
}
html.p100 div.spop > .hpop {
    /*top: 70px;*/
}
div.spop.act > .hpop {
    opacity: 1;
    z-index: 4;
    visibility: visible;
    display: block;
}
.p100 .spop > .hpop {
    /*transform: translateY(-20px);*/
}
div.spop.w2 > .hpop {
    right: -200px;
    left: -200px;
}
div.spop.o5 > .hpop {
    background: rgba(255, 255, 255, 0.8);
}
div.spop > .hpop .nloading {
    padding: 10px;
}
div.spop.spos {
    display: inline-block;
    position: relative;
}
div.spop.spos s {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
}
div.spop.spos i.arrowDown {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 20px;
    height: 12px;
    background-position: -44px -155px;
    transform: scale(0.7);
}
div.spop.spos.act > i {
    transform: scale(0.7) rotate(180deg);
}
div.spop.spos > .hpop {
    text-align: left;
    overflow: hidden;
}
div.spop > .hpop > li, div.spop > .hpop > ul > li > a {
    padding: 10px;
    cursor: pointer;
    display: block;
}
div.spop > .hpop > li.sz, div.spop > .hpop > ul > li.sz > a {
    background: #f6f6f6;
}
body.l2 div.spop > .hpop > li.sz, body.l2 div.spop > .hpop > ul > li.sz > a {
    background: #1e1e1e;
}
div.spop > .hpop > li:hover, div.spop > .hpop > ul > li:hover > a {
    background: var(--color-txt);
    color: #fff;
}
body.l2 div.spop > .hpop > li:hover, body.l2 div.spop > .hpop > ul > li:hover > a {
    background: #000;
}
div.spop > .hpop > li:hover a, div.spop > .hpop > ul > li a:hover {
    color: #fff;
}
/* s_ai_product */
/*
.boxLg .s_ai_product .sap_p li {
    position: relative;
    display: inline-block;
}

    .boxLg .s_ai_product .sap_p li > a > img {
        width: 241px;
        height: 241px;
        margin-top: 61px;
    }

    .boxLg .s_ai_product .sap_p li p {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        background: rgba(255, 255, 255, 0.8);
        padding: 5px;
        display: none;
    }

    body.l2 .boxLg .s_ai_product .sap_p li p {
        background: rgba(0, 0, 0, 0.4);
    }
*/
.boxLg .s_ai_product .sap_p > ul {
    overflow: hidden;
    height: 300px;
    width: auto;
}

.boxLg .s_ai_product {
    padding: 20px;
    position: relative;
}
.nhp2b.nb1 .boxLg .s_ai_product {
    padding: 0;
}


.boxLg .s_ai_product .sap_t {
    font-weight: bold;
    font-size: 18px;
    /* text-align: center; */
}

.boxLg .s_ai_product .sap_t > b {
    font-size: 45px;
    display: block;
    font-weight: 500;
}

.boxLg .s_ai_product .sap_t > s {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 50px;
}

    .boxLg .s_ai_product .sap_p > ul {
        overflow: inherit;
        height: 500px;
        /*height: 338px;*/
        width: auto;
        text-align: center;
        transition: .5s;
        white-space: nowrap;
        position: relative;
    }
    /*
    .boxLg .s_ai_product .sap_p li {
        display: inline-block;
        width: 50%;
        max-width: 235px;
    }

        .boxLg .s_ai_product .sap_p li:hover p {
            display: block;
        }
    */
    .boxLg .s_ai_product .sap_h {
        text-align: center;
        height: 15px;
    }

        .boxLg .s_ai_product .sap_h i {
            font-size: 30px;
            display: inline-block;
            cursor: pointer;
            height: 30px;
            width: 30px;
            transition: .5s;
        }

    .boxLg .s_ai_product .sap_h i.fa-angle-left {
        position: absolute;
        /*left: -10px;*/
        left: 0;
        top: 50%;
        z-index: 10;
    }

    .boxLg.mult .s_ai_product .sap_h i.fa-angle-left {
        left: -10px;
    }

    .boxLg .s_ai_product .sap_h i.fa-angle-right {
        position: absolute;
        /*right: -15px;*/
        right: 0;
        top: 50%;
        z-index: 10;
    }

    .boxLg.mult .s_ai_product .sap_h i.fa-angle-right {
        right: -15px;
    }

    .boxLg .s_ai_product.act .sap_p ul {
        /*height: auto;*/
    }

    .boxLg .s_ai_product.act .sap_h i {
        /*transform: rotate(270deg);*/
    }
.nhp2b.nb1 .boxLg .s_ai_product .sap_h i.fa-angle-left,
.nhp2b.nb1 .boxLg .s_ai_product .sap_h i.fa-angle-right {
    background: #fff;
    border-radius: 50%;
    height: 32px;
    z-index: 15;
    box-shadow: 0px 5px 20px #05204526;
}
.nhp2b.nb1 .boxLg .s_ai_product .sap_h i.fa-angle-left {
    padding-right: 4px;
    left: -5px;
}
.nhp2b.nb1 .boxLg .s_ai_product .sap_h i.fa-angle-right {
    padding-left: 3px;
    right: -5px;
}
.nhp2b.nb1 .boxLg .s_ai_product .sap_h i.sz {
    /*opacity: .5;*/
}
.s_ai_product .sap_t .inne {
    position: absolute;
    top: 50px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    background: #fefefe;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    opacity: 0;
    z-index: -1;
    overflow: auto;
    flex-wrap: wrap;
}
.s_ai_product .sap_t .inne > div {
    display: inline-block;
    margin: 5px;
    background: var(--color-box);
    border-radius: 20px;
    padding: 2px 10px 0 10px;
}
.s_ai_product .sap_t .inne.act {
    opacity: 1;
    z-index: 12;
}
.s_ai_product .sap_t > i {
    position: absolute;
    top: 61px;
    right: 21px;
    padding: 2px;
    font-size: 20px;
    cursor: pointer;
    z-index: 14;
}
.s_ai_product .sap_t > i:not(.act) {
    display: none;
}

.s_ai_product .sap_t > u {
    cursor: pointer;
    text-decoration: underline;
}
.s_ai_product err {
    padding: 80px 10px;
    display: block;
    font-size: 22px;
    text-align: center;
}
/* zPodobne */
s.zPodobne {
    color: red;
    cursor: pointer;
}
/* aPodobne - ai66 */
.aPodobne {
    cursor: pointer;
}
.ai66 .sap_t {
    font-size: 18px;
    padding: 10px 35px 0 20px;
}
.ai66 .sap_p {
    width: 100%;
    height: 515px;
    overflow: auto;
    padding-top: 24px;
}
.ai66 .sap_p ul {
    /* white-space: nowrap; */
    text-align: center;
}
.ai66 .sap_p ul li {
    display: inline-block;
    vertical-align: top;
}
.ai66 .nloading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 178px;
}
/* s_ai_product boxUr */
.s_ai_product .sap_ts {
    /* position: absolute; */
    /* top: -100%; */
    /* left: 0; */
    /* right: 0; */
    /* background: #1e1e1e; */
    transition: .5s;
    white-space: nowrap;
    overflow: auto;
}
body.l1 .s_ai_product .sap_ts {
    background: var(--color-box);
}
.s_ai_product .sap_ts.sho {
    top: 0;
}

.s_ai_product .sap_t {
    /*position: relative;*/
    overflow: hidden;
}
.boxLg.mult .s_ai_product .sap_t {
    position: relative;
    margin: 0 0 20px 10px;
}

.s_ai_product .sap_ts > div {
    display: inline-block;
    margin-right: 4vw;
    font-weight: normal;
    cursor: pointer;
}

.s_ai_product .sap_ts > div.act, .s_ai_product .sap_ts > div:hover {
    font-weight: 600;
}
/* s_ai_product boxUr */
.boxUr .s_ai_product .sap_p > ul > li {
    display: none;
    width: 25%;
    vertical-align: top;
    text-align: left;
    white-space: normal;
}
.boxUr .s_ai_product .sap_p > ul > li.act {
    display: inline-block;
}
.boxUr #sai3.s_ai_product .sap_p > ul > li {
    width: 33.33%;
}
.boxUr #sai2.s_ai_product .sap_p > ul > li {
    width: 50%;
}
.boxUr #sai1.s_ai_product .sap_p > ul > li {
    width: 100%;
}
.lPB5m .sstxr {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.lPB5m:hover .sstxr, .lPB5m.aca .sstxr {
    opacity: 1;
    z-index: 1;
}
.lPB5m .nloading {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 25px);
}
.lPB5m .nloading img {
    height: 50px;
}
/*
.boxUr .s_ai_product .sap_t {
    text-align: left;
    margin: 0 0 20px 5px;
}

.boxUr .s_ai_product {
    padding: 30px;
    position: relative;
}

.boxUr .sap_p {
    overflow: hidden;
    width: 100%;
    height: 316px;
    white-space: nowrap;
}

.boxUr .s_ai_product .sap_p ul {
    height: auto;
    overflow: auto;
    padding-right: 21px;
    padding-bottom: 20px;
}

.boxUr .s_ai_product .sap_p li {
    width: 242px;
    max-width: 242px;
    border: 1px solid;
    margin: 5px;
    overflow: hidden;
}
.boxUr .s_ai_product .sap_p li > a {
    width: 240px;
    height: 60px;
}
.boxUr .s_ai_product .sap_p li > i {
    width: 240px;
    height: 240px;
    display: block;
}
.boxUr .s_ai_product .sap_p li p {
    display: flex;
    top: 0;
    bottom: auto;
    border-bottom: 1px solid;
    height: 61px;
    white-space: normal;
    text-align: left;
    line-height: 1;
    align-items: center;
}

.boxUr .s_ai_product .sap_p li:hover p {
    display: flex;
}

.boxUr .s_ai_product .sap_h i.fa-angle-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.boxUr .s_ai_product .sap_h i.fa-angle-left {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.boxUr .s_ai_product .sap_h i.sz {
    opacity: .2;
}

body .boxUr .s_ai_product .sap_p li, body .boxUr .s_ai_product .sap_p li p {
    border-color: #858585;
}

body .boxUr .s_ai_product .sap_p li:hover, body .boxUr .s_ai_product .sap_p li:hover p {
    border-color: var(--color-txt);
}

body.l1 .boxUr .s_ai_product .sap_p li, body.l1 .boxUr .s_ai_product .sap_p li p {
    border-color: #f7f7f9;
}

body.l1 .boxUr .s_ai_product .sap_p li:hover, body.l1 .boxUr .s_ai_product .sap_p li:hover p {
    border-color: var(--color-txt);
}
body.l2 .boxUr .s_ai_product .sap_p li:hover, body.l2 .boxUr .s_ai_product .sap_p li:hover p {
    border-color: #fcc303;
}
*/
/* user menu */
.umenu {
    background: var(--color-but);
    border-radius: 10px;
}

    .umenu ul {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px;
    }

        .umenu ul:nth-child(1) {
            background: #fff;
            border-radius: 10px;
        }

        .umenu ul li {
            display: inline-block;
            margin: 1%;
            min-width: 22%;
        }

            .umenu ul li > a {
                display: block;
                padding: 10px;
                vertical-align: middle;
            }

        .umenu ul:nth-child(2) li a {
            color: #fff;
        }

        .umenu ul:nth-child(1) li.act > a, .umenu ul:nth-child(1) li:hover > a {
            background: var(--color-but);
            border-radius: 10px;
            color: #fff;
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.3);
        }

        .umenu ul:nth-child(2) li.act > a, .umenu ul:nth-child(2) li:hover > a {
            background: #fff;
            border-radius: 10px;
            color: #000;
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.3);
        }

        .umenu ul li.act > a {
            font-weight: bold;
        }

body.l2 .umenu, body.l3 .umenu {
    background: #303132;
}

    body.l2 .umenu ul:nth-child(1), body.l3 .umenu ul:nth-child(1) {
        background: #1e1e1e;
    }

        body.l2 .umenu ul:nth-child(1) li.act > a, body.l2 .umenu ul:nth-child(1) li:hover > a,
        body.l3 .umenu ul:nth-child(1) li.act > a, body.l3 .umenu ul:nth-child(1) li:hover > a {
            background: #fff;
            color: #000;
        }
/* errorPage */
.boxLg.errorPage {
    background: #fcc302;
    text-align: center;
    overflow: hidden;
}
.boxLg.errorPage > p {
    max-width: 800px;
    margin: 20px auto;
    /* text-transform: uppercase; */
    font-size: 18px;
    padding: 0 10px;
}
/* frmcalendarFull */
.frmcalendari > div {
    display: inline-block;
}

.frmcalendari > div > label {
    box-shadow: 0 0 10px #c2c2c2;
    border-radius: 20px;
    padding: 15px 20px 10px 20px;
    margin: 20px 20px 20px 0;
    background: #fff;
    text-align: center;
    cursor: pointer;
    width: 140px;
}

.frmcalendari > div > input {
    display: none;
}

.frmcalendari > div > label > s {
    display: block;
    font-weight: normal;
}

.frmcalendari > div > label > b {
    font-size: 24px;
}

.frmcalendari > div > label > i {
    display: block;
    height: 32px;
    overflow: hidden;
}

.frmcalendari > div >input:checked + label {
    background: var(--color-but);
}

#calendar-rez {
    position: absolute;
    top: 0;
    right: 0;
}

#calendar .header {
    padding-right: 160px;
    margin: 15px 0;
}

#calendar-rez label {
    position: relative;
}

#calendar-rez u.cDelete {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: inherit;
    padding: 4px 6px;
}

.calendarBox > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
#calendar .SelectTimes, #calendar .TimeZone {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
#calendar .SelectTimes {
    margin: 20px 0;
    position: relative;
}
#calendar .SelectTimes > a {
    position: absolute;
    top: 0;
    right: 40px;
    cursor: pointer;
    font-size: 12px;
}
#calendar .TimeZone {
    margin: 20px 0 20px 19%;
}
.calendarPopup .article {
    padding: 20px !important;
}

.calendarPopup .btn-group.bootstrap-select {
    width: 100% !important;
}
.calendarPopup .cPotwierdz {
    text-align: right;
}
.calendarPopup .cTermin {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.calendarPopup .cTermin > div {
    font-size: 24px;
    font-weight: 500;
}
.calendarPopup .t-0 s, .calendarPopup .t-0 b, .calendarPopup .t-0 i {
    margin: 0 0 10px 10px;
    font-size: 18px;
}
.calendarPopup .t-0 > input {
    display: none;
}
/* new category */
.allCate i.i6.arrowDown {
    position: absolute;
    right: 10px;
    top: 18px;
    height: 12px;
}
#pl4 .allCate i.i6.arrowDown {
    display: none;
}
.allCate.acl i.i6.arrowDown {
    transform: rotate(180deg);
}
.boxLg .boxML7 {
    transition: .5s;
    overflow: hidden;
    height: 0;
}
.boxLg.allCate.acl .boxML7 {
    /*height: 310px;*/
    height: 545px;
    overflow: auto;
}
.boxLg.acl .boxML7 > .list > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.firstC .NextC1 {
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: calc(100% + 25px);
    z-index: 10;
    background: #1e1e1e;
    width: auto;
    min-height: 100%;
    padding: 10px;
    border-radius: 0 25px 25px 0;
    box-shadow: 0px 5px 99px #0520454d;
}
.firstC.bc-2237475 .NextC1 {
    width: 837px;
}
.firstC.bc-2237478 .NextC1, .firstC.bc-2237471 .NextC1, .firstC.bc-2319937 .NextC1, .firstC.bc-2237702 .NextC1 {
    width: 422px;
}
body.l1 .firstC .NextC1 {
    background: #fff;
}
.firstC .NextC1 a:hover {
    color: var(--color-but);
}
.allCate.acl .firstC.act .NextC1 {
    /*display: block;*/
    opacity: 1;
    visibility: visible;
}
.firstC .item {
    position: relative;
    padding: 5px 10px 5px 20px;
}
html:not(.bpop) .tfonews ul.header,
html:not(.bpop) .firstC .item {
    z-index: 15;
}
.NextC1 .item {
    padding: 2px 10px 2px 30px;
    /*height: 32px;*/
}
.allCate.acl .firstC.act:after {
    content: '';
    position: absolute;
    top: 0;
    top: 0;
    right: -25px;
    left: 0;
    bottom: 0;
    background: #1e1e1e;
    border-radius: 25px 0 0 25px;
    z-index: 11;
}
body.l1 .allCate.acl .firstC.act:after {
    background: #fff;
}
.firstC > .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    bottom: 0;
    background: transparent;
    border-radius: 5px;
}
.firstC:hover > .item:before {
    background: var(--color-but);
}
.firstC.act > .item > a {
    color: var(--color-but);
}
.firstC .item > i {
    width: 28px;
    height: 27px;
    cursor: pointer;
    filter: invert(1);
    display: inline-block;
    background-image: url(/skin/3/gif/icons_7d.svg);
    vertical-align: middle;
}
body.l1 .firstC .item > i {
    /*filter: none;*/
    display: none;
}
.NextC2 .item > i {
    background-position: 20px 0px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.NextC2.nc3p {
    width: 400px;
}
.NextC2.nc3p .NextC3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 541px;
}
.firstC > .item.ic-2237430 > i {
    background-position: -256px -112px;
}
.firstC > .item.ic-2237478 > i {
    background-position: -764px -146px;
}
.firstC > .item.ic-2237475 > i {
    background-position: -764px -110px;
}
.firstC > .item.ic-2237476 > i {
    background-position: -292px -112px;
}
.firstC > .item.ic-2237470 > i {
    background-position: -328px -112px;
}
.firstC > .item.ic-2237471 > i {
    background-position: -363px -112px
}
.firstC > .item.ic-2237473 > i {
    background-position: -400px -112px;
}
.firstC > .item.ic-2289080 > i {
    background-position: -436px -112px;
}
.firstC .item:hover > i {
    /*filter: invert(1) !important;*/
    /*transform: scale(1.1);*/
    /*background-position: -545px -112px;*/
}
.firstC .NextC1 img {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 25px;
}
.firstC.bc-2237470 .NextC2 {
    /*float: none;*/
    /*width: 236px;*/
}
.firstC.bc-2237473 .NextC1, .firstC.bc-2289080 .NextC1 {
    /*width: 560px;*/
}
.firstC > .item > a {
    vertical-align: middle;
    font-weight: 500;
    margin-left: 10px;
    width: calc(100% - 45px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.NextC2 {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    width: 200px;
    float: left;
}
.NextC2 > .item > a {
    font-weight: 500;
    font-size: 12px;
}
.NextC3 > .item > a {
    font-weight: 300;
    font-size: 12px;
}
.NextC3 .wiecej a {
    width: 100%;
    font-weight: bold;
}
.NextC3 .wiecej b {
    float: right;
}
.firstC img[data-src] {
    display: none;
}
.boxLg .boxEnd, .CatMarki .boxEnd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    background: rgba(5, 33, 69, .3);
    border-radius: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.boxLg.acl.act .boxEnd, .CatMarki.act .boxEnd {
    display: block;
}
.boxLg.act > .tfonews {
    z-index: 85;
}
/*
.boxLg.act .tfonews:before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: -20px;
    width: 20px;
    height: 20px;
    z-index: 12;
}

body.l1 .boxLg.acl.act .tfonews:before {
    background: #fff;
}

.boxLg.act .tfonews:after {
    content: '';
    position: absolute;
    right: -25px;
    bottom: -20px;
    width: 20px;
    height: 20px;
    z-index: 13;
    border-radius: 0 100% 0 0;
}

body.l1 .boxLg.acl.act .tfonews:after {
    background: #a2acb9;
}
*/
/* cms-simple-page */
.cms-simple-page label {
    vertical-align: middle;
    margin-left: 5px;
}
.cms-simple-page .divadd {
    text-align: center;
}
/* user settings */
#settings .box {
    background: #1e1e1e;
    display: inline-block;
    width: calc(50% - 15px);
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0px 5px 20px #05204526;
    margin: 10px 10px 10px 0;
    vertical-align: top;
}
body.l1 #settings .box {
    background: #fff;
}
#settings .boe {
    display: inline-block;
    width: calc(50% - 15px);
    vertical-align: top;
    padding: 30px;
}

#settings .boe s {
    display: none;
}

#settings .boe h3 {
    margin: 0 20px 20px 0;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
.settings-change-link a, .btn2 {
    min-width: 180px;
    text-align: center;
    border-radius: 25px;
    border: 2px solid var(--color-txt);
    text-transform: lowercase;
}
.settings-change-link a {
    margin: 10px 10px 0 0;
}
.settings-change-link a.setChaLin2.act {
    background: var(--color-but);
}

.user-data-settings > h3 {
    margin: 0;
    font-size: 22px;
}

.user-data-settings .settings-name, .user-data-settings .settings-email {
    margin: 20px 0;
}






    .user-data-settings > div > span, .zgodamarke > div > span {
        display: inline-block;
        min-width: 120px;
    }


.profil-ct h2 {
    display: none;
}

.profil-ct .w_zgod {
    position: absolute;
    width: 365px;
    height: 120px;
    overflow: auto;
    background: #fff;
    border: 1px solid #051f45;
    padding: 10px 20px;
    display: none;
    text-align: justify;
    box-shadow: -10px 10px 50px #051e451a;
    border-radius: 5px;
}

.profil-ct .zgodamarke:hover .w_zgod {
    display: block;
}

.profil-ct .zgodamarke a {
    margin: 5px 20px;
    vertical-align: middle;
}

body:not(.l1) .profil-ct .w_zgod {
    background: #1e1e1e;
}
.permissions-settings .check:not(.check-ok) {
    text-decoration: line-through;
}
.permissions-settings > h3 {
    padding: 15px;
    /*border-top: 1px solid #dedede;*/
}

.permissions-settings > div > h4 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    min-width: 120px;
    font-size: 14px;
    font-weight: 500;
}

.permissions-settings > div > ul {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.permissions-settings > div {
    padding: 15px;
}

    .permissions-settings > div:hover {
        background: #eeeeee;
    }

.profil-ct {
    position: relative;
}

    .profil-ct .right-settings > form > div {
        padding: 15px;
        margin: 0;
    }

        .profil-ct .right-settings > form > div:hover {
            background: #eeeeee;
        }

body:not(.l1) .permissions-settings > div:hover,
body:not(.l1) .profil-ct .right-settings > form > div:hover {
    background: #303132;
}

.profil-ct .right-settings > h3 {
    padding: 15px;
    margin: 0;
}

.profil-ct .right-settings > form > div > div {
    display: inline-block;
    margin: 10px;
}

body:not(.l1) .profil-ct .left-settings, body:not(.l1) .profil-ct .right-settings {
    background: #1e1e1e;
    color: #fff;
    box-shadow: none;
}
div.delivery > p, div.delivery > s {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    font-size: 12px;
}
div.delivery > p > i {
    margin: 3px 3px 0 0;
}
/* scrollUp */
.scrollUp {
    position: fixed;
    bottom: 0;
    right: 4px;
    z-index: 9;
    display: none;
}
.scrollUp.act {
    display: block;
}

/* ProdBox5 */
.ProdBox5 {
    display: table;
    width: 100%;
    text-align: left;
    border: 1px solid;
    margin: 10px 0;
    position: relative;
    min-height: 108px;
    background: #000;
    border-radius: 25px;
}
body.l1 .ProdBox5 {
    background: #fff;
    height: 112px;
}
.ProdBox5 > div {
    display: inline-block;
    vertical-align: middle;
}
.ProdBox5 .info > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}
.ProdBox5 .infla {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow:hidden;
    background: inherit;
    transition: .5s;
}
.ProdBox5 .infla > .info {
    width: 130px;
    border-top: 1px solid;
    border-right: 1px solid;
    transition: .5s;
    height: 42px;
    transform: translateY(42px);
}

.ProdBox5:hover .infla > .info {
    transform: translateY(0);
}

.ProdBox5 .infla .info > div {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    text-align: center;
}

.ProdBox5 .infla .flaga {
    width: 100%;
    text-align: center;
}

.ProdBox5 .infla .flag {
    position: absolute;
    top: 0;
    left: 0;
}
/* ProdBox5 step */
.ProdBox5.step > div:nth-child(n+5) {
    vertical-align: bottom;
}
.ProdBox5.step > div.pb3 {
    vertical-align: top;
    width: 80px;
}
.ProdBox5.step > .flag {
    position: absolute;
    top: 6px;
    right: 50px;
}
.ProdBox5.step > .flag .product-reserved {
    border: 2px solid #FFBF00;
    border-radius: 6px;
    padding: 2px 6px;
    font-size: 14px;
    text-decoration: none;
    color: #FFBF00;
    height: 26px;
}
.ProdBox5.step.c1 > .flag .product-reserved {
    border-color: #00b900;
    color: #00b900;
}

.ProdBox5.step.c2 > .flag .product-reserved {
    border-color: #e79600;
    color: #e79600;
}

.ProdBox5.step.c3 > .flag .product-reserved {
    border-color: #FF0000;
    color: #FF0000;
}

.ProdBox5.step.c9 > .flag .product-reserved {
    border-color: var(--color-txt);
    color: var(--color-txt);
}

.ProdBox5.step > .imgBox .look img {
    width: 100px;
    height: 100px;
}

.ProdBox5.step .tit .price {
    font-size: 16px;
}

    .ProdBox5.step .tit .price b {
        font-size: 18px;
    }

    .ProdBox5.step .tit .price p {
        display: inline-block;
    }
.ProdBox5.step .txr.pb6 {
    text-align: right;
    min-width: 160px;
    padding: 10px 20px 10px 10px;
}
.ProdBox5.step .total {
    position: relative;
    white-space: nowrap;
}
.ProdBox5.step .total > s {
    position: absolute;
    visibility: hidden;
    top: -13px;
    right: 0;
}

.ProdBox5.step:hover .total > s {
    visibility: visible;
}

.ProdBox5.step p.nit2 {
    font-size: 16px;
}

.ProdBox5.step .total b, .ProdBox5.step .total u {
    font-size: 22px;
}
.ProdBox5.step .opti {
    position: absolute;
    top: 10px;
    right: 20px;
    opacity: .5;
    width: auto;
}
.ProdBox5.step .clos1:hover {
    opacity: 1;
}
.ProdBox5.step .clos1 {

}
/**/
.wl2 .ProdBox5 > .imgBox {
    width: 0;
}

.wl2 .ProdBox5 .imgBox .emptyBox {
    text-align: center;
    position: absolute;
    top: 15px; /*12px;*/
    left: 75px;
    width: auto;
}

.wl2 .ProdBox5 .imgBox .emptyBox > i {
    width: 20px;
    height: 20px;
}

.wl2 .ProdBox5 .tit {
    padding: 0 10px 0 15px;
}

.wl2 .ProdBox5 .tit {
    padding: 0 10px;
}

.ProdBox5 .favo > i, .ProdBox5 .favo > div {
    margin: 10px 10px 0px 0;
    vertical-align: top;
}
.ProdBox5 .tit h1 {
    margin: 0;
    height: 47px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.ProdBox5 .tit h1 a {
    display: inline-block;
    max-height: 47px;
}
.ProdBox5 .atrybut {
    /*line-height: 1;*/
    margin-bottom: 16px;
}
.ProdBox5 .opti p {
    margin: 0;
}
.ProdBox5 .opti p b {
    font-weight: normal;
}
.ProdBox5 .opti p s {
    display: none;
}

.ProdBox5 .opti {
    width: 150px;
    text-align: center;
}

.ProdBox5 .stas {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.ProdBox5 .stas s {
    display: block;
    font-size: 10px;
    /* text-align: center; */
}

.ProdBox5 .productNotification {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 5px;
}

.ProdBox5 .sinf .productNotification {
    margin: 2px 0;
}

.ProdBox5 .productNotification s {
    display: none;
}

.ProdBox5 .delivery {
    margin: 3px 3px 0 0;
}

.ProdBox5 .delivery > p {
    display: inline-block;
    vertical-align: middle;
}

.ProdBox5 .batc {
    padding: 5px 10px 0 5px;
}

.ProdBox5 .batc .button {
    width: 50px;
}

.ProdBox5 .batc s {
    font-size: 11px;
}

.ProdBox5 > .imgBox .look img {
    width: 120px;
    height: 120px;
    cursor: pointer;
}

.ProdBox5 div.num s.szt {
    display: none;
}

.ProdBox5 > div.txr {
    text-align: center;
    width: 120px;
    padding: 10px 0;
}

.ProdBox5 .batc .btn-addToCart-P i.cart {
    visibility: hidden;
}
.ProdBox5 .batc .btn-addToCart-P:before {
    top: 16px;
    right: 8px;
}
.ProdBox5 .batc i.check {
    position: absolute;
    top: 24px;
    right: 16px;
    font-size: 10px;
}
/**/
.ProdBox5 > .imgBox {
    width: 140px;
    min-width: 120px;
    border-radius: 25px;
    overflow: hidden;
    padding: 0 10px;
}
.ProdBox5 .marka {
    width: 100px;
}
.ProdBox5 .titm {
    height: 20px;
    opacity: .5;
    margin-top: 5px;
    white-space: nowrap;
}
.ProdBox5 .titm:hover {
    opacity: 1;
}
.ProdBox5 .titm > div {
    display: inline-block;
    font-size: 12px;
}







.ProdBox5 .num {
    display: inline-block;
}
.ProdBox5 .num p.nit2 {
    margin: -11px 0 0 0;
}
.ProdBox5 .txr > div {
    vertical-align: middle;
    display: inline-block;
}
.ProdBox5 .price > b, .ProdBox5 .total > b {
    font-size: 15px;
    font-weight: 500;
}
.ProdBox5 .price u {
    text-transform: lowercase;
}
.ProdBox5 .price u.od {
    display: none;
}
.ProdBox5 .price span {
    font-weight: bold;
}

.ProdBox5 .button > s {
    display: none;
}

.ProdBox5 .button {
    border-radius: 50px;
    margin: 0 15px;
    display: inline-block;
}

.ProdBox5 .price s, .ProdBox5 .total > s {
    display: block;
    font-size: 12px;
}

.ProdBox5 .emptyBox {
    margin: 0;
}
.ProdBox5 .imgBox .emptyBox {
    text-align: center;
}
.ProdBox5 .imgBox.pb1 .emptyBox i {
    margin-top: 15px;
}
.wl2 .ProdBox5 .stas .emptyBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ProdBox5 .favo .emptyBox i {
    width: 20px;
    height: 20px;
}
.ProdBox5 .titm .emptyBox b {
    height: 10px;
}
.ProdBox5 .stas {
    width: 60px;
    padding: 10px;
}
.ProdBox5 .stas .emptyBox i {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
}







body .ProdBox5, body .ProdBox5 .infla, body .ProdBox5 .tit, body .ProdBox5 .flag {
    border-color: #858585;
}

body .ProdBox5:hover, body .ProdBox5:hover .atrybut.ato i {
    background: #1e1e1e;
}

body.l1 .ProdBox5, body.l1 .ProdBox5 .infla > .info, body.l1 .ProdBox5 .tit, body.l1 .ProdBox5 .flag {
    border-color: #f7f7f9;
}

body.l1 .ProdBox5:hover, body.l1 .ProdBox5:hover .atrybut.ato i {
    background: #fdfdfd;
}
body.l1 .ProdBox5:hover .imgBox {
    background: #fff;
}

/* ProdBox6 */
/*
.product_list.wl4 {
    text-align: center;
    padding: 7px;
}

.product_list.wl4 .product {
    display: inline-block;
    width: calc(50% - 2px);
    vertical-align: top;
}

.ProdBox6 {
    width: calc(100% - 10px);
    margin: 0 0 13px 0;
    border: 1px solid;
    text-align: left;
    display: inline-block;
    transition: .5s;
}

.ProdBox6 .tit {
    border-bottom: 1px solid;
}
.ProdBox6 .opti {
    width: 100%;
}
.ProdBox6 .imgBox {
    position: relative;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid;
}
.ProdBox6 .imgBox i.prod {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ProdBox6 .imgBox img {
    max-height: 120px;
}

.ProdBox6 .imgBox .flaga {
    position: absolute;
    top: 0;
    right: 0;
}

.ProdBox6 .tit a {
    height: 68px;
    padding: 10px;
    display: block;
    overflow: hidden;
}

.ProdBox6 .atrElm {
    position: relative;
}

.ProdBox6 .product-options {
    display: flex;
    align-items: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 0 12px;
    height: 215px;
}

.ProdBox6 .txr {
    text-align: center;
    min-height: 135px;
}

.ProdBox6 .price {
    padding: 5px;
    font-size: 16px;
    border-bottom: 1px solid;
}

.ProdBox6 .total {
    margin: 0;
    padding: 5px;
    font-size: 16px;
    border-top: 1px solid;
}

.ProdBox6 .price u, .ProdBox6 .total u {
    text-transform: lowercase;
}

.ProdBox6 .num, .ProdBox6 .button {
    margin: 20px 10px;
    display: inline-block;
    vertical-align: middle;
}

.ProdBox6 .atrybut {
    padding: 0 20px;
}

.ProdBox6 div.atrybut.ato > div {
    height: 70px;
}

body .ProdBox6, body .ProdBox6 .tit, body .ProdBox6 .imgBox, body .ProdBox6 .product-options, body .ProdBox6 .price, body .ProdBox6 .total {
    border-color: #858585;
}

body .ProdBox6:hover, body .ProdBox6:hover .atrybut.ato i {
    background: #1e1e1e;
}

body.l1 .ProdBox6, body.l1 .ProdBox6 .tit, body.l1 .ProdBox6 .imgBox, body.l1 .ProdBox6 .product-options, body.l1 .ProdBox6 .price, body.l1 .ProdBox6 .total {
    border-color: #f7f7f9;
}

body.l1 .ProdBox6:hover, body.l1 .ProdBox6:hover .atrybut.ato i {
    background: #fdfdfd;
}

.ProdBox6 .product-options.pov {
    height: auto;
    display: table;
    width: 100%;
}

.ProdBox6 .product-options.pov .opti > div {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    padding: 11px 5px 5px 5px;
}

.ProdBox6 .product-options.pov > .opti {
    width: 100%;
    display: table;
    text-align: center;
}
*/
/* liProdBox4 */
.liProdBox4 {
    background: #000;
    margin: 15px 0;
    padding: 10px;
    border-radius: 25px;
    height: 274px;
    box-shadow: 0 0 10px #e4e7f0;
    border: 1px solid transparent;
}
body.l1 .liProdBox4 {
    background: #fff;
}
.liProdBox4 .imgBox img {
    width: 217px;
    height: 217px;
    cursor: pointer;
}
.liProdBox4 i.i6.eye {
    display: none;
    height: 21px;
}
.liProdBox4 > div {
    display: inline-block;
    vertical-align: top;
}
.liProdBox4 > div.pbc1 {
    width: 217px;
}
.liProdBox4 .marka {
    opacity: .5;
    margin: 10px 0;
    height: 18px;
}
.liProdBox4 h4 {
    position: relative;
    height: 67px;
    font-size: 20px;
    max-width: 350px;
    overflow: hidden;
}
.liProdBox4 h4:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 18px;
    background: rgb(0 0 0);
    background: linear-gradient(180deg, rgb(0 0 0 / 70%) 50%, rgb(0 0 0 / 90%) 80%);
}

body.l1 .liProdBox4 h4:after {
    background: rgb(255 255 255 / 90%);
    background: linear-gradient(180deg, rgb(255 255 255 / 85%) 20%, rgb(255 255 255 / 97%) 80%);
}
.liProdBox4 .opti {
    height: 125px;
    overflow: hidden;
    max-width: 500px;
}
.liProdBox4 .opti p {
    margin: 0;
    border-bottom: 1px solid transparent;
}
.liProdBox4 .opti p:hover {
    border-bottom: 1px solid;
}
.liProdBox4 .opti p s, .liProdBox4 .opti p b {
    font-size: 14px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.liProdBox4 .opti p s {
    font-weight: 600;
}
.liProdBox4 .opti p b {
    font-weight: 400;
    opacity: .5;
}
.liProdBox4 .opti .atrybut > i {
    display: none;
}
.liProdBox4 > div.pbc3 {
    width: 292px;
    text-align: right;
}
.liProdBox4 .stock .sitx {
    display: inline-block;
    text-align: left;
}
.liProdBox4 > div.pbc2 {
    width: calc(100% - 518px);
}
.liProdBox4 .stock {
    margin: 10px 10px 20px 0;
}
.liProdBox4 .price .cenod {
    display: block;
    font-size: 14px;
    opacity: .5;
}
.liProdBox4 .price b, .liProdBox4 .total b {
    font-size: 18px;
}
.liProdBox4 .price u, .liProdBox4 .total u {
    font-size: 14px;
}
.liProdBox4 .total s {
    opacity: .5;
    font-size: 14px;
}
.liProdBox4 .price .cenod, .liProdBox4 .total s {
    visibility: hidden;
}
.liProdBox4:hover .price .cenod, .liProdBox4:hover .total s {
    visibility: visible;
}
.liProdBox4 .num {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    margin-right: 7px;
}
.liProdBox4 .dodaj {
    display: none;
}
.liProdBox4 .button {
    display: inline-block;
    vertical-align: middle;
}
.liProdBox4 .price {
    margin: 20px 0;
}
.liProdBox4 .total {
    margin: 20px 0;
}
/* liProdBox4 emptyBox */
.liProdBox4 .favo .emptyBox i {
    width: 25px;
    height: 25px;
}
.liProdBox4 .imgBox .emptyBox {
    text-align: center;
}
.liProdBox4 .imgBox .emptyBox i {
    width: 150px;
    height: 150px;
}
.liProdBox4 .opti .emptyBox i, .liProdBox4 .opti .emptyBox s {
    width: 150px;
    max-width: 45%;
    height: 10px;
}
.liProdBox4 .opti .emptyBox {
    margin: 0 auto;
}
.liProdBox4 .pbc3 .emptyBox i {
    width: 42px;
    height: 42px;
}
.liProdBox4 .pbc3 .emptyBox {
    margin: 0;
    text-align: right;
    width: 170px;
    display: inline-block;
}
.liProdBox4 .pbc3 .emptyBox i, .liProdBox4 .pbc3 .emptyBox b, .liProdBox4 .pbc3 .emptyBox s {
    display: inline-block;
    margin: 15px;
}
.liProdBox4 .pbc3 .emptyBox s {
    float: none;
}
.liProdBox4 .noLog {
    display: block;
    /*margin: 75px 10px;*/
}
.liProdBox4 .txr.price-panel {
    flex-direction: row-reverse;
}
/* ProdBox4 */
.products.wl3 {
    /*
    padding: 5px;
    */
}
.products.wl3 .product {
    /*
    width: calc(50% - 2px);
    display: inline-block;
    vertical-align: top;
    */
}
.ProdBox4 {
    margin: 5px;
    border: 1px solid;
}
.ProdBox4 .pb1 {
    position: relative;
    border-bottom: 1px solid;
}
.ProdBox4 > div {
    width: 100%;
}
.ProdBox4 div {
    display: inline-block;
    vertical-align: middle;
}
.ProdBox4 .pb2 {
    display: table;
    width: 100%;
    padding-top: 6px;
}
.ProdBox4 .pb2 > div {
    display: table-cell;
    text-align: center;
}
.ProdBox4 .pb2 .dost > .delivery {
    margin: auto;
    width: 100%;
}
.ProdBox4 .pb2 .dost {
    width: 40%;
}
.ProdBox4 .flaga {
    position: absolute;
    top: 0;
    right: 0;
}
.ProdBox4 .imgBox {
    border-right: 1px solid;
}
.ProdBox4 .imgBox, .ProdBox4 .info {
    width: 130px;
    text-align: center;
}

.ProdBox4 .tit {
    width: calc(100% - 135px);
    padding: 0 10px;
}

.ProdBox4 .info > div {
    margin: 0 3px;
    vertical-align: middle;
}

.ProdBox4 .atrybut {
    text-align: center;
}

.ProdBox4 .atrybut > p {
    margin: 0;
}

.ProdBox4 .atrybut > p > s {
    display: none;
}

.ProdBox4 .stat {
    text-align: center;
}

.ProdBox4 .stat s {
    display: block;
}

.ProdBox4 .txr {
    display: table !important;
    width: 100%;
    border-top: 1px solid;
    padding: 10px;
    text-align: center;
}

.ProdBox4 .price > s, .ProdBox4 .total > s {
    display: block;
}

.txr .price > u, .txr .total > u {
    text-transform: lowercase;
}

.ProdBox4 .total {
    text-align: right;
    float: right;
    font-size: 16px;
}

.ProdBox4 .price {
    text-align: left;
    float: left;
    font-size: 16px;
}

.ProdBox4 .button > s {
    display: none;
}
.ProdBox4 .num {
    margin-right: 15px;
}
.ProdBox4 .productNotification {
    margin: auto;
}
.ProdBox4 .productNotification p {
    display: inline-block;
    margin: 0 10px 0 0;
}
.ProdBox4 .productNotification s {
    width: calc(100% - 32px);
    vertical-align: middle;
}
body .ProdBox4, body .ProdBox4 .pb1, body .ProdBox4 .imgBox, body .ProdBox4 .txr {
    border-color: #858585;
}

body .ProdBox4:hover {
    background: #1e1e1e;
}

body.l1 .ProdBox4, body.l1 .ProdBox4 .pb1, body.l1 .ProdBox4 .imgBox, body.l1 .ProdBox4 .txr {
    border-color: #f7f7f9;
}

body.l1 .ProdBox4:hover {
    background: #fdfdfd;
}
/* total */
.sv0 .price u, .sv0 .total s, .sv0 .total u {
    display: none;
}
.sv0 div.num {
    visibility: hidden;
}
/* ProdBox3 */
.ProdBox3 {
    display: table;
    width: calc(100% - 40px);
    text-align: left;
    border: 1px solid;
    margin: 20px 20px 0 20px;
    position: relative;
    overflow: hidden;
}

.ProdBox3 > div {
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
}

.ProdBox3 .infla {
    width: 130px;
    border-right: 1px solid;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -130px;
    transition: .5s;
    display: flex;
    align-items: center;
}

.ProdBox3:hover .infla {
    left: 0;
}

.ProdBox3 .infla .info > div {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.ProdBox3 .infla .flaga {
    width: 100%;
    text-align: center;
}

.ProdBox3 .infla .flag {
    position: absolute;
    top: 0;
    left: 0;
}

.ProdBox3 .tit {
    border-left: 1px solid;
    padding: 0 10px;
}

.ProdBox3 .tit h1 {
    margin: 0;
    font-weight: bold;
    height: 56px;
    overflow: auto;
}
.ProdBox3 .atrybut {
    line-height: 1;
    margin-bottom: 6px;
}
.ProdBox3 .opti p {
    margin: 0;
    text-align: center;
}
.ProdBox3 .opti p b {
    font-weight: normal;
}
.ProdBox3 .opti p s {
    display: none;
}

.ProdBox3 .opti {
    text-align: center;
    width: 150px;
}

.ProdBox3 .stat {
    line-height: 1;
    text-align: center;
}

.ProdBox3 .stat s {
    display: block;
    font-size: 10px;
    /* text-align: center; */
}

.ProdBox3 .batc {
    width: 80px;
    text-align: center;
}

.ProdBox3 .batc .button {
    width: 60px;
    margin: 27px 0 0 0;
}

.ProdBox3 .batc .button s {
    display: none;
}

.ProdBox3 .batc s {
    font-size: 11px;
}

.ProdBox3 > .imgBox {
    width: 75px;
    transition: .5s;
}
.ProdBox3:hover > .imgBox {
    width: 205px;
    padding-left: 130px;
}
.ProdBox3 > .imgBox .look img {
    cursor: pointer;
}

.ProdBox3 div.num s.szt {
    display: none;
}

.ProdBox3 .price b, .ProdBox3 .price span {
    display: block;
}

.ProdBox3 > div.txr {
    text-align: center;
    width: 150px;
}

.ProdBox3 > div.txr .price {
    line-height: 1;
}
.ProdBox3 .batc .btn-addToCart-P i.cart {
    visibility: hidden;
}
.ProdBox3 .batc .btn-addToCart-P:before {
    top: 16px;
    right: 8px;
}
.ProdBox3 .batc i.check {
    position: absolute;
    top: 24px;
    right: 16px;
    font-size: 10px;
}
body .ProdBox3, body .ProdBox3 .infla, body .ProdBox3 .tit {
    border-color: #858585;
}

body.l1 .ProdBox3, body.l1 .ProdBox3 .infla, body.l1 .ProdBox3 .tit {
    border-color: #f7f7f9;
}
.ProdBox3 i.ivb.status {
    cursor: auto;
}
/**/
#frmAddChangeShoppingList {
    margin: 25px;
}

#frmAddChangeShoppingList b.erc {
    opacity: 0;
    transition: .5s;
}

#frmAddChangeShoppingList b.erc.sho {
    opacity: 1;
    color: red;
    margin: 0 10px;
}
/**/
.products.wl1, .products.wl2 {
    display: table;
    width: 100%;
}

.products.wl1 > li, .products.wl2 > li {
    display: table-row-group;
}

.products.wl1 > li > div, .products.wl2 > li > div {
    /*display: table-row;*/
}

.products.wl1 > li > div > div, .products.wl2 > li > div > div, .productOtherP .product_list > li > div > div  {
    /*display: table-cell;*/
    border-radius: 25px;
}
/* footer */
.f1, .f2, .f3 {
    width: 100%;
    display: table;
    padding: 20px;
}

body > header > div, body > .NhomePage, body > footer > div {
    max-width: 1720px;
    margin: auto;
}

body > footer {
    position: relative;
    margin: 0 auto;
    background: var(--color-footer);
    margin-top: 20px;
}

body > footer:after {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    background: #323232;
    height: 35px;
    width: 100%;
    z-index: 3;
    border-radius: 0 0 20px 20px;
}

body.l1 > footer:after {
    background: var(--color-tlo);
}

body > footer:before {
    content: '';
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    background: var(--color-txt);
    height: 40px;
    width: 100%;
    z-index: 2;
}
.f1 > div {
    width: 20%;
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
}
.f1 > div.col1 {
    width: 25%;
}
footer div.mb {
    display: block;
    font-size: 16px;
}

footer div.mb b {
    display: inline-block;
    margin: 21px 0 20px 0;
}

footer div.mb i {
    vertical-align: middle;
}


.col1 i.tfo {
    margin: 16px 0;
}
.col5 a {
    margin-top: 11px;
}
.col5 h4 {
    display: none;
}
.col5 div.maps {
    max-width: 280px;
    transform: translateX(-5px);
}
.f1 > div > b, .f2 > div > b {
    display: block;
    font-size: 16px;
    margin: 21px 0 20px 0;
}

p.social {
    margin: 6px 0;
}

p.social > b {
    white-space: nowrap;
    display: block;
}

    p.social a {
        margin: 5px;
        position: relative;
        vertical-align: middle;
    }

    p.social s {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }

    p.social a:hover s {
        /*display: block;*/
    }

    p.social i.weknowhow {
        display: inline-block;
        padding: 6px 10px 5px 10px;
        border: 2px solid #fff;
        border-radius: 25px;
        color: #fff;
        font-size: 14px;
        height: 35px;
        margin-bottom: 6px;
    }

.f2 > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.f1 > div.col5, .f2 > div.col2 {
    text-align: right;
}
body.l1 footer .col1 a, body.l1 footer .col1 s {
    color: var(--color-but);
}

body > footer p a {
    font-size: 15px;
    font-weight: 300;
}

footer .f1 div.mb b {
    color: #fff;
}

body > footer a:hover {
    color: #fff;
}

body.l1 > footer a {
    color: rgb(255 255 255 / 50%);
}

body.l1 > footer a:hover {
    color: #fff;
}

body > footer .f2 {
    color: rgb(255 255 255 / 50%);
}

body > footer .f2 h4 {
    display: none;
}
body > footer .f2 .maps {
    margin: 12px 0;
}
footer .f2 .col1 div, footer .f2 .col1 p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
footer .f2 .col1 p i {
    margin: 10px 20px 0px 20px;
    vertical-align: middle;
    cursor: auto;
}
body.l2 footer .f2 .col1 p i {
    filter: none;
}
footer .f3 {
    text-align: center;
}
/* popup pakiet */
.popup.id9 div.txr {
    text-align: right;
}

.popup.id9 div.txr > div {
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

.popup.id9 div.txr > div {
    min-width: 92px;
}

.popup.id9 div.txr div.num input {
    width: 60px;
}

.popup.id9 div.txr .price span {
    font-size: 24px;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: middle;
}

.popup.id9 div.txr .price b {
    font-weight: normal;
    font-size: 12px;
    vertical-align: top;
}

.popup.id9 div.txr .price p {
    display: inline-block;
    vertical-align: middle;
    line-height: .8;
    margin: 0;
}

.popup.id9 div.txr .price s {
    display: block;
    border-top: 1px solid #000;
}

.popup.id9 .button p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.popup.id9 i.cart {
    vertical-align: middle;
    margin-bottom: 3px;
}

.popup.id9 .button p s {
    margin: 0 5px;
}

.popup.id9 .btn-addToCart.rea i.i6.cart:before {
    right: 0;
    left: auto;
}

.popup.id9 .article h5 {
    font-weight: normal;
}
/* ankieta */
#ankieta-tab {
    margin-top: 30px;
}

#ankieta-tab label {
    font-weight: normal;
    font-size: 18px;
    display: block;
}

#ankieta-tab label s {
    font-size: 14px;
    float: right;
    margin: 7px 14px 0 0;
}

#ankieta .order-navigation {
    text-align: right;
}
/* pdzGUS */
.pdzGUS {
    text-align: right;
}
.pdzGUS > a {
    cursor: pointer;
    background: var(--color-txt);
    color: #fff !important;
    border-radius: 20px;
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    min-width: 200px;
    text-align: center;
}

.pdzGUS > a:hover {
    box-shadow: 0 0 5px var(--color-txt);
}
/* energy class */
.etyEne {
    display: block;
    width: 100px;
    height: 50px;
    background-size: auto;
    background-image: url('/img/energy-class.png');
    margin: 10px 0;
}
.etyEne.kla-A {
    background-position: 0 0;
}
.etyEne.kla-B {
    background-position: 0 -54px;
}
.etyEne.kla-C {
    background-position: 0 -107px;
}
.etyEne.kla-D {
    background-position: 0 -160px;
}
.etyEne.kla-E {
    background-position: 0 -213px;
}
.etyEne.kla-F {
    background-position: 0 -267px;
}
.etyEne.kla-G {
    background-position: 0 -320px;
}
i.etyEne {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
/* powiadomienia */
.albox {
    margin: 20px 0;
}
.albox .item {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.albox .item > i > img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

.albox .item > div > a {
    display: block;
}
.albox .item > div > p {
    margin: 10px;
}
.albox .item > div > p > b {
    display: block;
    font-size: 24px;
    margin: 10px;
}

.albox .item > div > p > s {
    font-size: 18px;
    margin: 10px;
    display: block;
    text-align: justify;
}
.albox .item > div > p > time {
    margin: 10px;
    opacity: .5;
}
.albox .item > div > p > a {
    float: right;
    margin: 10px;
}
.albox .item > div > s {
    margin: 10px;
    display: block;
}

.albox .item > i.dele2 {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}
.albox .item:hover > i.dele2 {
    display: block;
}
.albox .item > div, .albox .item > i.look {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.albox .item > i.look {
    max-width: 675px;
    text-align: right;
}
.nolook {
    cursor: no-drop;
}
/**/
.allbox {
    text-align: center;
}
.allbox .item {
    display: inline-block;
    position: relative;
    margin: 10px;
    min-width: 280px;
    width: calc(25% - 30px);
    text-align: left;
}

.allbox .item img {
    border-radius: 10px;
}
.allbox .item > div {
    margin: 10px;
    position: relative;
}
.allbox .item > div > a > b {
    display: block;
    height: 34px;
    margin: 5px 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
    margin-right: 10px;
}
.allbox .item > div > a > time {
    position: absolute;
    font-size: 12px;
    top: -40px;
    right: -10px;
    background: #fff;
    padding: 10px;
    border-radius: 10px 0 0 0;
}
.allbox .item > div > a > s {
    display: block;
    height: 44px;
    margin: 5px 0;
    overflow: hidden;
    line-height: 1.2;
    font-size: 12px;
    /*text-align: justify;*/
    position: relative;
}
.allbox .item > div > a > s:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 19px;
    width: 70px;
    background: rgba(255,255,255,0.7);
    background: linear-gradient(293deg, rgba(255,255,255,0.8) 10%, rgb(255,255,255,0.4) 90%);
}
.allbox .item > i.dele2 {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    display: none;
    background: #fff;
    border-radius: 100%;
    padding: 11px 10px 10px 10px;
}
.allbox .item:hover > i.dele2 {
    /*display: block;*/
}
.allbox .item:not(.new) {
    /*opacity: .5;*/
}
.allbox .item:not(.new) b {
    font-weight: 400;
}
.allbox .item.new a b:before {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 10px;
    height: 10px;
    background: var(--color-but);
    z-index: 9;
    border-radius: 100%;
    transform: scale(1);
    animation: pulss 2s infinite;
}
@keyframes pulss {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}
.albox .item, .allbox .item {
    background: #fff;
    border-radius: 10px;
}
body.l2 .albox .item:hover,
body.l2 .allbox .item:hover {
    background: #303132;
}
/* users */
#users .header > b {
    font-size: 30px;
}

#users .header > div {
    float: right;
}

#users .box {
    margin: 20px 0;
    padding: 20px;
    background: #323232;
    border-radius: 25px;
    box-shadow: 0px 5px 20px #05204526;
}
#users .box {
    background: #fff;
    position: relative;
}

#users .box > p {
    display: inline-block;
    font-size: 16px;
    padding: 5px;
    width: 15%;
}

#users .box > p.edit {
    width: 1px
}

#users .box > p.edit a.link-more {
    position: absolute;
    top: 12px;
    right: 15px;
}

#users .box > p.edit a.cart_block_remove_link {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

#users .box > p > s {
    display: block;
    opacity: .5;
    font-size: 14px;
}

#users .box > p:nth-child(-n+2) {
    width: calc(27% - 34px);
}

#users .box > p > b {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#users .box > p:first-child > b {
    font-size: 25px;
}








/* Integracja kontakt */
#ikontakt form {
    max-width: 500px;
}
#ikontakt .box {
    margin-top: 30px;
}
/* modal dialog */
.modal-content {
    border-radius: 25px;
}
.modal-body .modal-content > h5 {
    font-size: 22px;
    font-weight: bold;
}

.modal-body .modal-content {
    padding: 10px;
}

    .modal-body .modal-content input {
        position: relative;
        margin: 5px 0 5px 15px;
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }

    .modal-body .modal-content label {
        vertical-align: middle;
    }

    .modal-body .modal-content > div {
        padding: 0 10px 10px 10px;
    }

        .modal-body .modal-content > div > span {
            font-size: 16px;
        }

body:not(.l1) .modal-content {
    background-color: #1e1e1e;
    color: #fff;
}
/* breadcrumbs */
.breadcrumbs {
    display: flex;
}
.breadcrumbs-list {
    white-space: nowrap;
    font-size: 12px;
    height: 37px;
    overflow: hidden;
}
.breadcrumbs-list {
    display: flex;
    flex-direction: row-reverse;
    overflow: auto;
    white-space: nowrap;
    /*direction: rtl;*/
}
    .breadcrumbs-list:not(:empty) {

    }
    .breadcrumbs-list ul {
        max-height: 60px;
        /* padding: 10px; */
    }

        .breadcrumbs-list ul li {
            display: inline-block;
        }

            .breadcrumbs-list ul li i {
                margin: 0 5px 0 2px;
            }

    .breadcrumbs-list a, .breadcrumbs-list i {
        color: #878787;
    }

    .breadcrumbs-list ul li:last-child {
        /*font-weight: bold;*/
    }

    .breadcrumbs-list a:hover {
        /* font-weight: bold; */
        /* color: #000; */
        text-decoration: underline;
    }
.breadcrumbs.myac > section {
    /*margin: 20px auto 0 auto;*/
    /*text-align: left;*/
}
.breadcrumbs-list ul i, .breadcrumbs-list ul a {
    font-size: 14px;
    opacity: .5;
}
/* shopping list */
.shoppingList .header a {
    float: right;
}

.shoppingList .content {
    padding: 0 !important;
    width: 100%;
}

.shoppingList .item {
    position: relative;
    background: #323232;
    box-shadow: 0px 5px 20px rgb(5 33 69 / 15%);
    margin: 15px 0;
    border-radius: 25px;
    padding: 30px;
}
body.l1 .shoppingList .item {
    background: #fff;
}
.shoppingList .item .title i {
    vertical-align: middle;
}

.shoppingList .item .title > p {
    opacity: .5;
    margin: 10px 0 0 0;
}

.shoppingList .item .title > p > s, .shoppingList .item .title > p > b {
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}
.shoppingList .item .title > p > b {
    white-space: nowrap;
}
.shoppingList .item .title a {
    font-size: 22px;
    font-weight: 500;
    width: calc(100% - 40px);
    height: 22px;
}

.shoppingList .item > div {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
}

.shoppingList .item > div.action {
    width: 200px !important;
}

.shoppingList .item > div > s {
    font-weight: 400;
    display: block;
}

.shoppingList .item > div.liczba, .shoppingList .item > div.suma {
    text-align: center;
}

.shoppingList .item > div > b {
    font-size: 22px;
    display: block;
}

.shoppingList .item > div.title {
    width: calc(100% - 611px) !important;
}

.shoppingList .item .action p {
    position: absolute;
    top: 5px;
    right: 0;
}

.shoppingList .item .action a {
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.shoppingList .tfolists .item .action {
    position: initial;
    transform: none;
}
.shoppingList .tfolists .item:hover .action i {
    display: inline-block;
}
/* */
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0;
}
.profil-ct .radio input[type=radio] {
    margin: 1px 0 0 -20px;
}
/* cartNoProduct */
.cartNoProduct, .wydluzonyCzasDostawy {
    background: #272727;
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0px 5px 20px #05204526;
    margin-bottom: 20px;
}
body.l1 .cartNoProduct, body.l1 .wydluzonyCzasDostawy {
    background: #fff;
}
.cartNoProduct > p.bli {
    margin: 20px 0 0 0;
}
.cartNoProduct > p > i, .wydluzonyCzasDostawy > p > i {
    vertical-align: middle;
}
.cartNoProduct > p > b, .wydluzonyCzasDostawy > p > b {
    vertical-align: middle;
    font-size: 16px;
    margin-left: 5px;
}
.checkbox.bli {
    position: relative;
}
.checkbox.bli > label {
    padding: 10px 10px 10px 50px;
    border: 1px solid var(--color-box);
    border-radius: 10px;
    display: block;
    min-height: 54px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.checkbox.bli > label:has(> s) {
    padding: 10px 85px 10px 50px;
}
.checkbox.bli > label > b {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
}
.checkbox.bli > label > s {
    position: absolute;
    top: 16px;
    right: 16px;
}
.checkbox.bli > input {
    position: absolute;
    margin: 17px !important;
    width: 20px;
    height: 20px;
}
.checkbox.bli > input:checked ~ label {
    border-color: var(--color-but);
}
.checkbox.bli > input.dis ~ label {
    background: var(--color-box);
    cursor: no-drop;
}
.checkbox.bli > label:after, .checkbox.bli > label:before {
    content: '';
    transition: .5s;
    display: inline-block;
    background: #fff;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 14px;
    left: 14px;
}
.checkbox.bli > label:before {
    border: 1px solid #e2e2e9;
    border-radius: 5px;
}
.checkbox.bli > label:after {
    background-image: url(/skin/3/gif/icons_7d.svg);
    background-position: 53px -187px;
    transform: scale(0);
}
.checkbox.bli > input:checked ~ label:after, .checkbox.bli > input:checked ~ label:before {
    transform: scale(1);
}
/* opis kategorii */
section.default-description {
    padding-top: 15px;
}
/* register tab */
#register-tab {
    padding: 15px;
}

    #register-tab .checkbox input[type=checkbox] {
        margin: 2px;
    }

    #register-tab .order-ct form .form-field {
        display: table;
        margin-bottom: 10px;
        width: 100%;
    }

        #register-tab .order-ct form .form-field .checkbox label,
        #register-tab .order-ct form .form-field .checkbox label a,
        #register-tab .order-ct form .form-field .checkbox label strong {
            font-size: 12px;
            text-align: justify;
        }

        #register-tab .order-ct form .form-field .checkbox label a {
            color: #0655c1;
        }

        #register-tab .order-ct form .form-field .bootstrap-select {
            width: 100%;
            max-width: none;
        }

        #register-tab:not(.register-full) .order-ct form .form-field .bootstrap-select {
            border: 1px solid rgb(215, 215, 215);
            border-radius: 3px;
        }

        #register-tab .order-ct form .form-field input[type!=file] {
            display: table-cell;
        }

        #register-tab .order-ct form .form-field label {
            display: table-cell;
            padding-right: 10px;
            /*width: 112px;*/
            text-align: right;
            vertical-align: middle;
        }

    #register-tab #login-massage {
        color: #f00;
        font-size: 16px;
    }

    #register-tab .radio input[type=radio] {
        position: relative;
        margin: 0 8px 8px 0;
        width: 10px;
        height: 10px;
    }

#login-massage-mobi > div {
    color: #f00;
    font-size: 17px;
    margin-bottom: 20px;
}

#register-tab .order-ct form .form-field label:last-child,
#register-tab .order-ct form .form-field > .checkbox > label {
    width: auto;
}

#register-tab .button:not(:hover) > b {
    background: #fff;
}

.red-alert {
    color: red;
}
/* register full */
.PageElement main.boxi {
    background: var(--color-box);
    border-radius: 25px;
    display: inline-block;
    margin: 19px 0 0 19px;
    width: calc(100% - 41px);
    position: relative;
}

.PageElement main.boxi .cart-order-tabs .register-tab {
    font-size: 30px;
    font-weight: 500;
    margin: 0 12px;
}

.PageElement main.boxi #register-tab > .tfo-box {
    max-width: 100%;
    margin-bottom: 30px;
}

.PageElement main.boxi .breadcrumbs-list {
    display: none;
}

.PageElement main.boxi .register-full input[name="RegisterMainTrade"] {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -4px;
    left: -4px;
}
.field-file .file {
    margin-top: -10px;
}
.field-file .file-hide, .field-file .file em {
    display: none;
}
.field-file .file a {
    font-size: 12px;
}
/* trescZgody */
#register-tab .trescZgody > p, #register-tab .trescZgody strong {
    font-size: 12px;
    text-align: justify;
}
#register-tab .trescZgody {
    margin: 20px 10px 20px 20px;
    display: none;
}
#register-tab .trescZgody.act {
    display: block;
}

/* ProdBox2 */
/*
.ProdBox2 {
    display: block;
    width: calc(100% - 40px);
    text-align: left;
    border: 1px solid;
    margin: 20px;
    position: relative;
    background: #fff;
}
.ProdBox2 .imgBox {
    position: relative;
}
.ProdBox2 .imgBox .back {
    display: none;
}

.ProdBox2 .imgBox, .ProdBox2 .opti, .showPakiet .pimg {
    width: 33%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: center;
}
.ProdBox2 div.delivery {
    margin-bottom: 10px;
}
.showPakiet .paki {
    width: 66%;
    vertical-align: middle;
    display: inline-block;
    border-left: 1px solid #F7F7F9;
    position: relative;
}

.showPakiet .paki i.back {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.ProdBox2 .imgBox i {
    max-width: 100%;
}

.ProdBox2 > .txr {
    text-align: center;
    width: 33%;
    vertical-align: middle;
    display: inline-block;
    border-left: 1px solid;
}

.ProdBox2 .product-name {
    display: block;
    font-weight: normal;
    padding: 10px;
    font-size: 16px;
}

.ProdBox2 .flaga {
    position: absolute;
    top: 0;
    right: 0;
}

.ProdBox2 h1 {
    margin: 0;
}

.ProdBox2 .tit, .showPakiet .ptit {
    border-bottom: 1px solid;
}
*/
div.atrybut.ato {
    position: relative;
}
div.atrybut.ato.act {
    position: absolute;
    background: #1e1e1e;
    z-index: 5;
    height: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    /*overflow: auto;*/
}
body.l1 div.atrybut.ato.act {
    background: #fff;
}
div.atrybut.ato > div {
    height: 100px;
    overflow: hidden;
}
div.atrybut.ato.act > div {
    height: calc(100% - 15px);
    overflow: auto;
}
div.atrybut.ato > div > div {
    display: table;
    width: 100%;
}
div.atrybut.ato p {
    display: table-row;
    margin: 0;
}

div.atrybut.ato s, div.atrybut.ato b {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 3px;
    font-size: 16px;
    font-weight: 500;
}

div.atrybut.ato s {
    color: #66758b;
    font-weight: 400;
}

div.atrybut.ato p:hover, .product-options .opti > div:hover, .product-options .opti > a:hover {
    /*background: rgba(0, 0, 0, 0.2);*/
}
div.atrybut.ato i {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 14px;
    text-align: center;
    background: #1e1e1e;
    cursor: pointer;
}
body.l1 div.atrybut.ato i {
    background: #fff;
}
div.atrybut.ato i:after {
    content: '';
    transform: rotate(270deg);
    transition: .5s;
    filter: invert(1);
}
body.l1 div.atrybut.ato i:after {
    filter: none;
}
div.atrybut.ato.act i:after {
    transform: rotate(90deg);
}
div.atrybut.nmx > div {
    height: auto;
    min-height: 150px;
    max-height: 203px;
    overflow: auto;
    text-align: left;
}
div.atrybut.nmx > i {
    display: none;
}
.ProdBox2 .info {
    /*text-align: left;*/
    width: 100%;
}
.ProdBox2 .info .stat {
    padding: 15px 0 15px 0;
}
.ProdBox2 .stat i, .ProdBox2 .stat s {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.ProdBox2 .info > div {
    width: 32%;
    display: inline-block;
    vertical-align: middle;
}
.ProdBox2 .stock {
    display: inline-block;
}
.ProdBox2 .button {
    display: block;
    margin: 20px auto;
}
.ProdBox2 .button s {
    font-weight: bold;
}
.ProdBox2 .button i {
    vertical-align: middle;
    margin: 0 3px 4px 5px;
}
body .ProdBox2, body .ProdBox2 .tit, body .showPakiet .ptit, body .products .ProdBox2 > .txr {
    border-color: #858585;
}
body.l1 .ProdBox2, body.l1 .ProdBox2 .tit, body.l1 .showPakiet .ptit, body.l1 .products .ProdBox2 > .txr {
    border-color: #f7f7f9;
}
/* gridView */
#gridView.wl2 > li {
    display: block;
    margin: 20px 0;
}

#gridView.wl2 {
    text-align: center;
}
/* product */
#product-ct {
    overflow: initial;
    padding: 20px;
    background: #1e1e1e;
    position: relative;
    z-index: 1;
}

body.l1 #product-ct {
    background: var(--color-box);
}

#product-ct .noProduct {
    display: block;
    text-align: center;
    margin: 90px;
    font-size: 24px;
    font-weight: 400;
    color: #f00;
}
#product-ct .favo {
    padding: 0 35px 0 0;
    position: relative;
}
#product-ct .price-panel .num-wrapper:has(input.dn) {
    margin-left: -17px;
}
#product-ct .num_but .num {
    margin-top: 6px;
}
#gridView.products .tcr:not(.tco) .price-wrapper .total, #product-ct .tcr:not(.tco) .price-wrapper .total {
    transform: translateY(-8px);
}
#gridView.products .tcr .price-wrapper > div, #product-ct .tcr .price-wrapper > div {
    transition: .5s;
}
.product {
    background: inherit;
    min-height: 74px;
    border-radius: 10px;
}
.product:hover {
    position: relative;
    z-index: 10; /* cart listy zakupowe z-index: 105; */
}
.product:not(:hover) > div {
    /* overflow: hidden; */
}
#CartStep2 .product {
    transition: .5s;
}
#CartStep2 .product.rem {
    height: 0;
    min-height: 0;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
}
.ProdB1 .product-gallery-main-img img {
    border-radius: 30px;
    width: 100%;
    height: auto;
}

.ProdB1 .product-gallery-thumb-list-img img {
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

.ProdB1 .product-gallery-thumb-list-img img:hover, .ProdB1 .product-gallery-thumb-list-img li.active img {
    border-color: var(--color-but);
} 

.ProdB1 .product-img, .ProdB1 .product-right {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 2px);
}

.ProdB1 .product-img {
    max-width: 500px;
    margin-bottom: 15px;
}

.ProdB1 .product-right {
    padding: 0 0 0 30px;
}

.ProdB1 .product-img .content-image {
    font-size: 12px;
    margin: 15px 0;
    text-align: left;
}

.ProdB1 .product-img .content-image b {
    text-transform: capitalize;
}

.ProdB1 .product-img .content-image b:after {
    content: ' - ';
}

.ProdB1 .product-img .content-image:after {
    content: '';
}

.ProdB1 .product-img .content-image i {
    float: left;
    margin: 10px;
}

/* */
#product-ct .product, #product-ct .breadcrumbs, #productDesc.boxOp {
    max-width: 1010px;
    margin: auto;
    width: 100%;
}
/* */

























.product-status {
    padding: 10px 0 10px 8px;
}

.product-attributes > div > p > span {
    display: table-cell;
    padding-right: 10px;
}

.product-status > div {
    width: calc(100% - 50px);
    text-align: center;
}

.product-status > p > s {
    display: block;
    line-height: 12px;
    text-align: center;
}

.product-head h1 {
    font-size: 26px;
}

.product-attributes > div {
    display: table;
    font-size: 12px;
    width: 100%;
}

    .product-attributes > div > p {
        display: table-row;
    }

        .product-attributes > div > p > span {
            display: table-cell;
            padding-right: 10px;
        }

        .product-attributes > div > p > b, .product-attributes > div > p > s {
            display: table-cell;
            font-weight: bold;
        }
#product-ct .options {
    padding-top: 10px;
}

.options .opti {
    display: table;
    width: 100%;
    text-align: center;
}

.options .opti > div, .options .opti > i, .options .opti > a {
    display: table-cell;
    vertical-align: middle;
}

.options .opti > i.star:before {
    position: relative;
    top: -4px;
}



    .showPakiet .button > p, .showPakiet .button > i {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

        .showPakiet .button > p > b {
            margin-left: 5px;
        }
.showPakiet div.txr > div > b, .showPakiet div.txr > div > s {
    margin-left: 5px;
}

.showPakiet .price span {
    font-weight: bold;
}

/* podobne po atrybucie */
#product-ct .product-info.sapo > .product-other {
    margin: 15px;
}
#product-ct .po-title.pt1 {
    cursor: pointer;
}
#product-ct .po-title {
    font-size: 16px;
    font-weight: bold;
}
#product-ct .product-other > .po-product > a {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 5px 5px 5px 0;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
}
#product-ct .product-other > .po-product > a > img {
    border: 1px solid transparent;
    border-radius: 10px;
}
#product-ct .product-other > .po-product > a:hover > img {
    border-color: #000;
}
#product-ct .product-other > .po-product > a > s {
    position: relative;
    bottom: 12px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    text-decoration: none;
    font-size: 10px;
    overflow: hidden;
    height: 13px;
    overflow: hidden;
    border-radius: 10px;
}
/* Ponownie */
#gridView.zapo .ProdBox3 .infla {
    display: none;
}
/* cart */
.cs12 .infnr {
    vertical-align: top;
    padding: 6px;
}

.cs12 .txr {
    min-width: 200px !important;
}

.cs12 .txr > div {
    display: inline-block;
    vertical-align: middle;
}

.cs12 .txr span {
    font-size: 14px;
}

.cs12 .txr .price {
    text-align: right;
}

.cs12 .txr .num {
    margin: 0 5px;
}

.cs12 .txr .num p {
    font-size: 11px;
    margin: -6px 0 0 0;
}

.cs12 .ProdBox3 {
    border: none;
}
.cs12 .ProdBox3:hover > div:nth-child(n+3) {
    background: rgba(0, 0, 0, 0.1);
}
.cs12 .opti .cartDel {
    margin-top: 2px;
}

.cs12 .atrybut {
    min-width: 140px;
}
/* podobne po atrybucie popup */
#tfo-universal-empty-box .productOtherP {
    display: block;
    overflow: auto;
}
input.minSearch {
    width: 100%;
}
.productOtherP li.prli:has(> img.UnDa) {
    background: #ffffff;
    height: 122px;
    width: 100%;
    border: 1px solid #f7f7f9;
    margin: 10px 0;
    position: relative;
    border-radius: 25px;
    padding: 14px 0 0 30px;
}
.productOtherP li.prli > img.UnDa {
    position: absolute;
    top: 40px;
    right: 60px;
}
/* footer mobile */
.nhp1 .threeDots {
    border-radius: 0;
    display: none;
    text-align: center;
    height: 449px;
}
.nhp1 .threeDots.act {
    display: block;
}
.threeDots p.social {
    width: 100%;
    margin: 30px 0;
}

.threeDots p.social a {
    display: inline-block;
    margin: 10px 20px;
}

.threeDots p.social a i {
    filter: invert(0);
    margin: 10px;
    vertical-align: middle;
}
.threeDots p.social a s {
    vertical-align: middle;
    top: 47px;
}
.threeDots p.more a {
    display: block;
    margin: 30px;
}
.threeDots p.more a:last-child {
    margin-top: 60px;
}
.threeDots div.tfosa {
    margin-top: 30px;
}
.threeDots ul {
    display: table;
    width: 100%;
}
.threeDots li.footerLeft {
    display: table-footer-group;
}
.threeDots li.socialFixed {
    display: table-header-group;
}

/* logo mobile */
.headerCenter.HCuser {
    position: absolute;
    top: 50px;
    right: 58px;
    display: block;
}
.headerRight.HCuser {
    top: 51px;
    right: 10px;
}
/* productDesc */
#productDesc {
    box-shadow: none;
    background: #1e1e1e;
    border-radius: 0;
    padding: 45px 20px 20px 20px;
    margin-top: -25px;
    border-radius: 0 0 25px 25px;
    position: relative;
}

#productDesc.boxOp:before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 40px;
    background: #fff;
}

body.l1 #productDesc {
    background: #fff;
}

#productDesc .conten1 {
    /*text-align: justify;*/
    font-size: 16px;
}

#productDesc .conten1 > div.tab {
    padding: 30px 0;
}

body:not(.l1) #productDesc .conten1 {
    background: #1e1e1e;
}

#productDesc > div > footer {
    padding: 15px;
    text-align: justify;
    font-size: 12px;
}
/* modal dialog */
.modal-dialog {
    /*width: 80%;*/
    /*max-width: 80%;*/
}
div.modal {
    z-index: 3050;
}
.modal button.close {
    padding: 3px 8px 4px 8px;
    border-radius: 18px;
    overflow: hidden;
    color: #000;
    opacity: .5;
}
.modal button.close:hover {
    opacity: 1;
}
html.pop .modal.fade.in, html.pop .modal-backdrop {
    z-index: 99 !important;
}
/* Opis HTML */
.OpisD iframe {
    max-width: 100%;
}
/* table */
.table > p {
    border-radius: 25px;
}
.table > p:nth-child(odd) {
    background: #323232;
}
body.l1 .table > p:nth-child(odd) {
    background: #f3f3f3;
}
.table > p > b, .table > p > s {
    display: inline-block;
    padding: 5px 0 5px 14px;
    vertical-align: top;
    text-align: left;
}
.table > p > b {
    width: 34%;
}
.table > p > s {
    opacity: .6;
    width: 66%;
    max-height: 188px;
    overflow: auto;
}
.table:not(.gpsr) > p:hover {
    background: #0a2047 !important;
    color: #fff;
}
.table.gpsr > p:hover > s {
    opacity: 1;
}
/* table */
table.standard-table {
    margin: auto;
    width: 100%;
}

    table.standard-table tr {
        border: none;
    }

        table.standard-table tr td {
            padding: 10px;
        }

            table.standard-table tr td.order-status {
                white-space: nowrap;
            }

        table.standard-table tr th {
            padding: 5px;
            vertical-align: top;
        }

    table.standard-table tr {
        border-bottom: 1px solid #e5e5e5;
    }

        table.standard-table tr:hover {
            background: #e5e5e5;
        }
        table.standard-table tr.sel {
            background: #dbface;
        }

body:not(.l1) table.standard-table tr:hover {
    background: #303132;
}
body:not(.l1) table.standard-table tr.sel {
    background: #293822;
}
table.standard-table tr th:first-child {
    text-align: right;
}

table.standard-table tbody tr td.col-info {
    text-align: left;
    padding: 10px;
}

#complaints table.standard-table tr td s {
    display: none;
}

#complaints table.standard-table tr th:first-child {
    text-align: left;
}
#productDesc table {
    width: 100%;
    margin: 20px 0;
}
#productDesc table tr th {
    /* width: 50%; */
    padding: 5px 0 5px 14px;
    font-weight: normal;
    position: relative;
    z-index: 2;
}
#productDesc table tr th:last-child {
    font-weight: 300;
    opacity: .8;
}
#productDesc table tr:hover {
    background: #f7f7f9;
}
.boxOp .tab .tab-body {
    margin: 11px;
    position: relative;
}
.boxOp .tab .tab-body i.i6.si {
    position: absolute;
    right: 89px;
    top: -47px;
}
#productDesc .tab h4, #productDesc .tab h5 {
    margin: 10px;
    font-size: 30px;
    padding-right: 30px;
}
#productDesc .tab h4:after, #productDesc .tab h5:after {
    content: ':';
}
#productDesc table tr:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    z-index: -1; /* opis html */
}
#productDesc table tr:nth-child(odd):after {
    background: var(--color-box);
}
#productDesc table tr:nth-child(even):after {
    background-color: #fff;
}
#productDesc table tr:hover:after {
    background: #082046;
}
#productDesc table tr:hover th {
    color: #fff;
}




#productDesc table tr {
    position: relative;
    border-radius: 10px;
}

/* strony statyczne */
.img50lp {
    text-align: center;
}
/* miniProd */
.miniProd, .miniProdTlo {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    margin: auto;
    transition: .5s;
}

    .miniProd.all {
        position: initial;
    }

.miniProd {
    -ms-transform: translate(101%);
    -webkit-transform: translate(101%);
    transform: translate(101%);
    right: 0%;
    width: 100%;
    z-index: 2049;
    max-width: 1000px;
    background: rgba(90, 90, 90, 0.5);
    box-shadow: 0 0 5px 0px #2b2b2b;
    opacity: 0;
}

    .miniProd.all {
        max-width: 1200px;
        margin: 10px;
    }

    .miniProd.t0 {
        -ms-transform: translate(0%);
        -webkit-transform: translate(0%);
        transform: translate(0%);
        opacity: 1;
    }
.miniProd .boxLg {
    width: calc(100% - 40px);
    margin: 20px;
}
.miniProdTlo {
    right: 0;
    width: 100%;
    z-index: 2048;
    background: rgb(212, 212, 212);
    opacity: 0;
    filter: alpha(opacity=0);
}

body:not(.l1) .miniProdTlo {
    background: #000;
}

.miniProdTlo:not(.dn) {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.miniProd:not(.t0) ~ .miniProdTlo {
    opacity: 0;
}
.closeProd {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    padding: 10px;
    z-index: 5;
}
.miniProd.full, .miniProd.full ~ .miniProdTlo {
    top: 70px;
    max-width: 100%;
}
.miniProd.full div.boxLg {
    position: relative;
    max-width: 1100px;
    margin: 20px auto;
    z-index: 1;
}
.miniProd.full #product-ct .product, .miniProd.full #product-ct .breadcrumbs, .miniProd.full #productDesc.boxOp {
    max-width: 1100px;
}
.miniProd.full .boxPr {
    position: relative;
}
.miniProd.full .boxPrBack {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
/* li Product Box */
.liProdBox {
    position: relative;
    width: 100%;
    padding: 10px;
}

    .liProdBox > div {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

    .liProdBox h1 {
        font-size: 14px;
        margin: 0;
        max-height: 52px;
        overflow: hidden;
        position: relative;
        padding-bottom: 5px;
    }

    .liProdBox .tit {
        width: calc(100% - 352px);
    }

    .liProdBox .tit {
        width: calc(100% - 385px);
    }

    .liProdBox h2 {
        font-size: 12px;
        margin: 20px 0 0 0;
        color: #3d3d3d;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .liProdBox h3 {
        font-size: 12px;
        margin: 0;
        color: #7a7a7a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

body:not(.l1) .liProdBox h2, body:not(.l1) .liProdBox h3 {
    color: #fff;
}

.liProdBox .txr {
    width: 104px;
}

.liProdBox .opt1 {
    width: 14px;
}

.liProdBox div.look {
    width: 75px;
    text-align: center;
    cursor: pointer;
}

.liProdBox > .opti {
    width: 37px;
    text-align: center;
}

.liProdBox > div > img {
    border-radius: 10px;
    max-width: 100%;
}

.liProdBox .txr span {
    font-size: 16px !important;
}

.liProdBox h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

.liProdBox:hover {
    background: #e8e8e8;
}

body:not(.l1) .liProdBox:hover {
    background: #1e1e1e;
}

.liProdBox > .opti > div, .liProdBox > .opti > i {
    display: inline-block;
    vertical-align: middle;
    margin: 5%;
}

.liProdBox .wishlist.dropdown {
    margin-bottom: 2px;
}
/* li product pdf */
html.pdfc li.product.spid {
    position: relative;
}

html.pdfc li.product.spid:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    border-radius: 25px;
    margin: 10px;
}

html.pdfc li.product.spid:hover:before {
    background: #e4e4e44d;
}

html.pdfc li.product.spid.pdfw:before {
    background: #FBC20024;
}

/* validation message */
div.form-field > p.validation-message,
div#divPrivileges > p.validation-message {
    background: #ff0000;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 8px;
}
/* termin dostawy */
div.trmdos.delivery {
    margin-bottom: 10px;
}
div.trmdos.delivery:before {
    content: '';
    display: inline-block;
    background-image: url(/skin/3/gif/icons_3.svg);
    width: 22px;
    height: 13px;
    background-position: -451px -72px;
    vertical-align: middle;
}
div.trmdos > i {
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    max-width: calc(100% - 50px);
    text-align: left;
    margin-left: 10px;
}
/**/
.changeCookie {
    position: absolute;
    right: 10px;
    bottom: 14px;
    cursor: pointer;
}
.btfo ~ .changeCookie {
    right: 60px;
}
.changeCookie img {
    height: 34px;
}
/* flaga */
div.flaga {
    display: none;
}

.liProdBox .flaga {
    position: absolute; /*top: 0;*/ /*left: 0;*/
}

div.flaga[class*="flag-"] {
    display: inline-block;
    padding: 2px 10px 0 10px;
    border-radius: 5px;
    border: 2px solid var(--color-txt);
}
.liProdBox4 div.flaga, .liProdBox5 div.flaga {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.liProdBox5 div.flaga {
    max-width: 150px;
}
.liProdBox4 div.flaga {
    width: 100px;
}
div.flaga.flag-no {
    color: #11b000;
    border-color: #11b000;
}
div.flaga.flag-mw, div.flaga.flag-dw {
    /*color: #FFFFFF;*/
    /*background: var(--color-txt);*/
    /*border-color: var(--color-txt);*/
    color: var(--color-but);
    border-color: var(--color-but);
}
div.flaga.flag-ks {
    color: #969696;
}
div.flaga.flag-za {
    color: #874418;
}
div.flaga.flag-ps {
    color: #ff0000;
}
div.flag > div.flaga {
    cursor: pointer;
}
.i6.multi-part {
    margin: 0 2px 8px 3px !important;
    padding: 0;
}
/*#f7f7f9*/
body.l1 #list-product {
    background: var(--color-box);
}

body:not(.l1) #list-product {
    background: #1e1e1e;
}
#list-product {
    min-height: 240px;
    padding: 20px;
    clear: both;
}
#list-product .p10px {
    padding: 10px;
}
.list-product {
    clear: both;
}
/* list-product-box */
.list-product-box {
    background: var(--color-box);
    border-radius: 10px;
    text-align: center;
}
.list-product-box > .boxLg {
    margin: 0 !important;
    width: 100% !important;
}
.list-product-box div.lpb {
    /*position: relative;*/
    min-height: 120px;
}
.list-product-box .data_dostawy {
    text-align: right;
}
body:not(.l1) .list-product-box {
    background: #242529;
}

.list-product-box .page-title {
    float: left;
    width: calc(100% - 600px);
    position: relative;
    padding: 20px 10px;
    text-align: left;
}

.list-product-box .page-title .plikcsv {
    vertical-align: middle !important;
    border: 2px solid;
    border-radius: 100%;
    padding: 5px 5px 0px 6px;
    margin: 10px 10px 10px 0;
}

.list-product-box .page-title .h2 {
    font-size: 30px;
    font-style: normal;
    margin: 0;
}

.list-product-box .page-title .h2 i {
    font-style: normal;
}

.list-product-box .page-title .h2 span {
    font-weight: bold;
}
.list-product-box .page-title .h2 .rwds i {
    font-size: 15px;
}
.list-product-box .page-title .h2 .rwds b {
    font-size: 17px;
}
.list-product-box .page-title .h2 a, .list-product-box .clearPakiet a {
    font-size: 11px;
    vertical-align: super;
}
.list-product-box .page-title .h2 b.nd3 {
    white-space: nowrap;
    font-weight: 300;
}
.list-banner-mb.spw .list-banner-m {
    height: 280px;
    overflow: auto;
}
.list-banner-mb .showAll {
    display: none;
}
.list-banner-mb.spw .showAll {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    top: -10px;
    background: var(--color-box);
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid var(--color-txt);
    border-radius: 20px;
    cursor: pointer;
}
/* list banner mini */
.list-banner-m .lb-box {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 190px;
    padding: 20px;
    border-radius: 25px;
    margin: 10px;
    vertical-align: top;
    text-align: center;
}

.list-banner-m .lb-box img {
    width: 120px;
    height: 120px;
}

.list-banner-m .lb-box b {
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    white-space: initial;
}

.list-banner-m .lb-box i {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--color-but);
    border-radius: 10px;
    font-size: 14px;
    padding: 2px 5px;
    z-index: 1;
}
/* bom */
div.bom {
    display: inline-block;
    margin: 25px 10px 10px 0;
    background: #fff;
    box-shadow: 0px 5px 20px #0520451a;
    padding: 10px 30px 10px 10px;
    border-radius: 25px;
    position: relative;
}

div.bom s {
    position: absolute;
    font-size: 13px;
    bottom: 100%;
    font-weight: 400;
    opacity: 0;
    transition: .5s;
    white-space: nowrap;
}

div.bom:hover s {
    opacity: 1;
}

div.bom b {
    font-size: 15px;
    font-weight: 500;
}
div.bom i.clos {
    position: absolute;
    top: 13px;
    right: 9px;
}
div.bomb p.clear {
    display: inline-block;
    margin: 10px 10px 10px 0;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
}
/* filtr */
.pro_attr {
    position: relative;
    clear: both;
}

.pro_attr:not(.att) {
    display: none;
}

.pro_attr.atc:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-but);
    border-radius: 25px;
}

    .pro_attr .pr2 {
        min-height: 82px;
    }

        .pro_attr .att3 b {
            position: absolute;
            top: 5px;
            right: 5px;
        }

        .pro_attr .att3 i {
            font-size: 24px;
            display: block;
        }

    .pro_attr .pr2a p {
        display: inline-block;
        padding: 5px;
        cursor: pointer;
    }

        .pro_attr .pr2a p i {
            display: block;
            margin: 10px auto;
        }

    .pro_attr .pr2a b {
        position: absolute;
        top: 0;
        right: 22px;
        text-align: center;
        font-size: 12px;
        font-weight: normal;
        padding: 5px;
        cursor: pointer;
        width: 57px;
    }

        .pro_attr .pr2a b i {
            display: block;
            margin: 0 auto;
        }

        .pro_attr .pr2a p:hover, .pro_attr .pr2a b:hover {
            background: #f7f7f9;
        }

body:not(.l1) .pro_attr .att3:hover, body:not(.l1) .pro_attr .pr2a p:hover, body:not(.l1) .pro_attr .pr2a b:hover {
    background: #303132;
}

.pro_attr .att2 > div, .pro_att2 .att2 {
    position: relative;
    display: inline-block;
    padding: 0 0 10px 10px;
}

.producenci .pro_attr .att2 > div, .producenci .pro_att2 .att2 {
    width: 100%;
}

.pro_attr .att2 > div > b, .pro_att2 > div > b {
    position: relative;
    top: 2px;
    left: 15px;
    font-size: 11px;
    display: block;
}

div.btn-group {
    border: 2px solid;
    border-radius: 21px;
    /*overflow: hidden;*/
}
.pro_attr .att2 > div > div, .pro_att2 .att2 > div {
    width: 278px !important;
}
.ns9 .pro_att2 .att2 > div {
    width: 170px !important;
    border-color: var(--color-but);
}
.ns9 {
    position: relative;
}
.ns9 .pr9 {
    position: absolute;
    top: 16px;
    right: 0;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: -10px 10px 25px #0520451a;
    border: 1px solid #0520451A;
}
.ns9 .pro_att2 {
    /*width: calc(100% - 100px);*/
}
.ns9 .pr9:hover {
    background: #e6e6e6;
}

.ns9 .bootstrap-select.btn-group .dropdown-menu li a {
    position: relative;
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ns9 .bootstrap-select.btn-group .dropdown-menu li small {
    background: #fff;
    right: 0;
    padding: 2px 10px 0 10px;
}

.ns9 .bootstrap-select.btn-group .dropdown-menu li:hover small {
    background: #f5f5f5;
}

.ns9 .bootstrap-select.btn-group .dropdown-menu li small:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 10px;
    background: rgb(255 255 255 / 90%);
    background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(255 255 255 / 50%) 100%);
}

.ns9 .bootstrap-select.btn-group .dropdown-menu li:hover small:before {
    background: #f5f5f5;
    background: linear-gradient(270deg, rgb(245 245 245) 0%, rgb(245 245 245 / 50%) 100%);
}

.ns9 ul.dropdown-menu.inner {
    max-height: 200px !important;
}

div.btn-group > button {
    font-size: 11px;
    border: none;
    border-radius: 21px;
}
.pro_attr.act .pr2a b {
    display: block;
}
.pro_attr .pr4 {
    padding: 6px 15px 4px 15px;
    border: none;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    background: #fff;
    margin: 7px 10px;
}
.pro_attr:not(.act) .pr2, .pro_attr.act .pr2a p, .pro_attr .pr2a b {
    display: none;
}
#list-product .pro_attr, .boxLg.producenci .pro_attr:not(.act) {
    display: none;
}
.boxLg.producenci .pro_attr .pat {
    padding: 15px 0 10px 25px;
    font-size: 19px;
    font-weight: bold;
}
.pro_att2 {
    text-align: left;
}
/* sortPagiBar */
.sortPagiBar {
    float: right;
    width: 600px;
    margin-top: 42px;
    padding: 10px 0;
    text-align: right;
}
    .sortPagiBar > i.i6.filt {
        display: none;
    }
    .sortPagiBar .row {
        margin: 0;
    }

    .sortPagiBar > div > div {
        display: inline-block;
        margin: 10px;
        vertical-align: top;
    }

        .sortPagiBar > div > div a {
            vertical-align: text-top;
            display: inline-block;
        }

    .sortPagiBar p {
        text-align: left;
        font-size: 11px;
        margin: 0;
    }

    .sortPagiBar .btn-group {
        width: 100% !important;
        max-width: 130px;
    }

    .sortPagiBar .btn-group.lpzmul.zatwierdz {
        min-width: 130px;
    }

    .sortPagiBar .filter-option {
        text-align: center !important;
        text-transform: lowercase;
    }

    .sortPagiBar .fl, .btn-fl {
        float: left;
    }

    .sortPagiBar .fr, .sortPagiBar .frmt, .btn-fr {
        float: right;
    }

    .sortPagiBar .btn-group .btn-default {
        font-size: 12px;
        padding: 3px 16px 2px 4px;
    }

    .sortPagiBar .dropdown-toggle .caret {
        right: 5px !important;
    }

    .sortPagiBar .dropdown-menu {
        font-size: 12px;
    }
.sortPagiBar-right.loOnPN {
    position: absolute;
    top: 0;
    right: 10px;
}

.lpzdtr > .dropdown > i, .lpzdtr > .dropdown > .dropdown-menu a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/skin/3/gif/icons_5.svg);
    margin: 5px;
    cursor: pointer;
}

body:not(.l1) .lpzdtr > .dropdown > i, body:not(.l1) .lpzdtr > .dropdown > .dropdown-menu a:before, body:not(.l1) .btn-addToCart-P:before {
    filter: invert(1);
}

.lpzdtr.wyswi > .dropdown > i {
    width: 22px;
    height: 17px;
    background-position: -62px -153px;
    transform: scale(1.5);
}

.lpzdtr.widok.wl_1 > .dropdown > i, .lpzdtr.widok a.ic11:before {
    width: 25px;
    height: 22px;
    background-position: -525px -199px;
}

.lpzdtr.widok.wl_2 > .dropdown > i, .lpzdtr.widok a.ic12:before {
    width: 25px;
    height: 22px;
    background-position: -432px -198px;
}

.lpzdtr.widok.wl_3 > .dropdown > i, .lpzdtr.widok a.ic13:before {
    width: 25px;
    height: 22px;
    background-position: -571px -199px;
}

.lpzdtr.widok.wl_4 > .dropdown > i, .lpzdtr.widok a.ic14:before {
    width: 25px;
    height: 22px;
    background-position: -478px -198px;
}

.lpzdtr.widok.wl_5 > .dropdown > i, .lpzdtr.widok a.ic15:before {
    width: 25px;
    height: 22px;
    background-position: -478px -198px;
}

.sortPagiBar .zmStr {
    display: inline-block;
    border: none;
    background: inherit;
    width: 8px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: right;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

    .sortPagiBar .zmStr.r-2 {
        width: 16px;
    }

    .sortPagiBar .zmStr.r-3 {
        width: 24px;
    }

    .sortPagiBar .zmStr.r-4 {
        width: 32px;
    }

    .sortPagiBar .zmStr.r-5 {
        width: 40px;
    }

    .sortPagiBar .zmStr:focus {
        border-bottom: 1px solid #000;
    }
/* dropdown-menu right */
.dropdown-menu.ri {
    left: auto;
    right: 0;
}
/* list - banner */
.list-banner img {
    width: 100%;
    border-radius: 25px;
}
/* TFO - boxes  - start*/
.modal-body-tfo {
    padding: 0 15px !important;
}

.modal-content.normal-info {
    border: 12px solid #f1f1f1;
    border-radius: 0;
}

.normal-info .message-icon {
    display: block;
    width: 100%;
    background: url(/assets/img/info-icon.png) no-repeat center;
    height: 80px;
}


.modal-content.error-info {
    border: 12px solid #c61a38;
    border-radius: 0;
}

.error-info .message-icon {
    display: block;
    width: 100%;
    background: url(/assets/img/error-icon.png) no-repeat center;
    height: 80px;
}


.modal-content.warning-info {
    border: 12px solid #fda130;
    border-radius: 0;
}

.warning-info .message-icon {
    display: block;
    width: 100%;
    background: url(/assets/img/warning-icon.png) no-repeat center;
    height: 80px;
}

.modal-content.ok-info {
    border: 12px solid #91d570;
    border-radius: 0;
}

.ok-info .message-icon {
    display: block;
    width: 100%;
    background: url(/assets/img/ok-icon.png) no-repeat center;
    height: 80px;
}


.tfo-info {
    color: var(--color-txt);
}

    .tfo-info .modal-header, .tfo-info h4 {
        border: none;
        text-align: center;
        font-weight: 400;
    }

    .tfo-info .modal-footer {
        border: none;
    }

    .tfo-info .btn-default {
        border: 2px solid #0e294e;
        background: #fff;
        box-shadow: none;
        border-radius: 0;
        font-weight: bold;
        color: var(--color-txt);
    }

    .tfo-info .btn-primary {
        border: 2px solid #deac00;
        background: #fdb303;
        box-shadow: none;
        border-radius: 0;
        font-weight: bold;
        color: var(--color-txt);
    }


.tfo-box {
    width: 100%;
    padding: 1px; /*margin:0 0 20px 0;*/
}

    .tfo-box .clos {
        text-align: right;
    }
/*.PageElement { display: flex; flex-direction: column; justify-content: center; align-items: center; }*/
.PageElement > .boxLg, .PageElement > .boxPr > .boxLg {
    transition: .5s;
}
.PageElement main {
    width: 100%;
}

.PageElement .tfo-box .clos {
    display: none;
}

.PageElement .tfo-box {
    max-width: 1200px;
    margin: auto;
}

.network {
    background: #fcc303;
    padding: 10px;
    max-width: 250px;
    margin: 20px auto;
    font-size: 18px;
}

.tfo-box .tfo-box-header {
    padding: 12px;
    font-size: 16px;
}

.tfo-box .tfo-box-content {
    padding: 25px 16px;
}

.close-tfo-box {
    color: #fff;
    text-decoration: underline;
    float: right;
    cursor: pointer;
}

.tfo-box-content.red {
    color: #c61a38;
}

.tfo-box.box-info {
    background: var(--color-but);
    border: 1px solid var(--color-txt);
    border-radius: 10px;
}

.box-info .tfo-box-header {
    background: var(--color-txt);
    color: #fff;
    border-radius: 10px;
}

.box-info .tfo-box-icon {
    background: url(/assets/img/box-info-icon.png) no-repeat left center;
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
}

.tfo-box.box-error {
    border: 1px solid #c61a38;
    border-radius: 10px;
    margin: 20px auto;
    width: calc(100% - 40px);
}

.box-error .tfo-box-header {
    background: #c61a38;
    color: #fff;
    border-radius: 10px;
}

.box-error .tfo-box-icon {
    background: url(/assets/img/box-error-icon.png) no-repeat left center;
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
}


.tfo-box.box-warning {
    background: #f1f1f1;
    border: 1px solid #fda130;
}

.box-warning .tfo-box-header {
    background: #fda130;
    color: var(--color-txt);
}

.box-warning .tfo-box-icon {
    background: url(/assets/img/box-warning-icon.png) no-repeat left center;
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
}

.tfo-box.box-ok {
    background: #f1f1f1;
    border: 1px solid #91d570;
}

.box-ok .tfo-box-header {
    background: #91d570;
    color: var(--color-txt);
}

.box-ok .tfo-box-icon {
    background: url(/assets/img/box-ok-icon.png) no-repeat left center;
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
}

.modal-open {
    padding-right: 0 !important;
}
/* boxPall */
.boxPall {
    position: relative;
}
.boxPall .boxWait {
    position: absolute;
    display: none;
    font-size: 26px;
    top: -1px;
    left: -1px;
    right: -2px;
    bottom: 1px;
    z-index: 10;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0px 5px 20px #05204526;
}
.boxPall .boxWait img {
    display: block;
    width: 50px;
}
.boxPall.wait .boxWait {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.boxLg.fmi .boxPall.wait .boxWait {
    display: none;
    opacity: 0;
}
/* pagination */
.pagination {
    display: block;
    float: right;
}

    .pagination li {
        /*display: table-cell;*/
    }

    .pagination #pagination_previous {
        /*float: left;*/
    }

    .pagination #pagination_next {
        /*float: right;*/
    }

    .pagination #pagination_previous span, .pagination #pagination_next span {
        display: none;
    }

    .pagination > li > a {
        border-radius: 100%;
        margin: 3px;
        float: none;
        padding: 6px 0px 4px 0px;
        background-color: var(--color-txt);
        color: #fff;
        width: 36px;
        text-align: center;
    }

    .pagination > li > a:hover {
        background-color: var(--color-but);
        border-color: var(--color-but);
    }

    .pagination > li > span {
        float: none;
        background: transparent;
        margin: 0;
    }

    .pagination span.dots {
        border: none !important;
    }
    .pagination #pagination_previous a, .pagination #pagination_next a {
        border: none;
    }

    .pagination #pagination_previous i, .pagination #pagination_next i {
        width: 20px;
        height: 20px;
        vertical-align: sub;
        display: inline-block;
        background-image: url(/skin/3/gif/icons_5.svg);
        filter: invert(1);
    }

    .pagination i.icon-chevron-left {
        background-position: -296px -245px;
    }

    .pagination i.icon-chevron-right {
        background-position: -340px -245px;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: var(--color-but);
        border-color: var(--color-but);
    }
    .pagination>li:first-child>a, .pagination>li:first-child>span,
    .pagination>li:last-child>a, .pagination>li:last-child>span {
        border-radius: 100% !important;
    }
    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        background: #c4cad1;
    }
/* forfree */
div.forfree ul {
    /* background: #fff; */
    /* padding: 10px; */
    border-radius: 10px;
}
div.forfree li {
    display: inline-block;
    width: calc(50% - 10px);
    min-width: 250px;
    border-radius: 6px;
    box-shadow: 0 0 5px #dcdcdc;
    margin: 5px 7px 7px 0;
    background: #fff;
    /*max-width: 292px;*/
}
.order-ct.forfree > h3 {
    display: none;
}
/*
.order-ct.forfree {
    background: #ffffff;
    padding: 7px 10px 9px 18px;
    margin: 20px 0;
    border-radius: 20px;
}
*/
.order-ct.forfree > h3 {
    margin: 10px 0;
}

.order-ct.forfree > i.inpr {
    margin: 7px 0;
    display: block;
}
.inpr.ffw {
    opacity: 0;
    transition: .5s;
}
.inpr.ffw.act {
    opacity: 1;
}
.liProdBox9 {
    position: relative;
}
.liProdBox9 .imgBox {
    display: inline-block;
    /*margin: 25px 10px 10px 0;*/
}
.liProdBox9 .imgBox img {
    width: 75px;
    height: 75px;
}
.liProdBox9 .tit {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
}/*
.liProdBox9 .tit a {
    height: 40px;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    margin-top: 5px;
}
.forfree.auto .liProdBox9 .tit a {
    height: 70px;
}

.liProdBox9 .tit s {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 6px;
    padding: 2px;
    font-size: 14px;
    background: #FFBF00;
    color: var(--color-txt);
    width: 75px;
    text-align: center;
}

.liProdBox9 .tit b {
    display: block;
    height: 20px;
    opacity: .5;
    font-weight: 400;
    margin-top: 5px;
    white-space: nowrap;
}
.liProdBox9 .tit p {
    padding: 5px 10px 3px 10px;
    width: 120px;
    text-align: center;
}
.liProdBox9 .tit p.act {
    background: #fff;
}
.liProdBox9 .btnc1.act:after {
    right: 0;
}
*/
/* cart_confirm */
#cart_confirm {
    text-align: center;
}

    #cart_confirm h1 {
        font-size: 26px;
        margin: 20px;
    }

    #cart_confirm .like {
        transform: scale(3);
        margin: 40px 0 20px 0;
    }

    #cart_confirm p {
        margin: 40px;
    }

/* complaints */
#complaints .boxLg {
    margin: 10px 0;
    width: calc(100% - 10px);
}
#complaints .content {
    background: inherit;
}

#complaints .new-complaints {
    float: right;
}

#complaints .item > .nLp {
    display: none;
}

#complaints .item {
    display: table;
    width: 100%;
    padding: 25px;
}
    #complaints .item > div {
        display: table-cell;
    }
    #complaints .item s {
        margin-right: 5px;
    }
    #complaints .item p {
        margin: 10px 0 0 10px;
    }
#complaints .item .title > p > s, #complaints .item .title > p > b {
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}
#complaints .item .data > p > s, #complaints .item .data > p > b {
    font-size: 16px;
    opacity: .5;
    font-weight: 400;
    white-space: nowrap;
}
#complaints .item > div.title {
    vertical-align: top;
}

#complaints .item > div.posz {
    vertical-align: bottom;
    text-align: right;
}
#complaints .item > div.posz > p > s {
    font-size: 16px;
}
#complaints .item > div.posz > p > b {
    font-size: 22px;
    text-transform: lowercase;
}
#complaints .item > div.posz > a {
    text-decoration: underline;
}
#complaints.new .box {
    position: relative;
}

#complaints.new .conten1 {
    background: #f7f7f9;
    padding: 20px;
}

body:not(.l1) #complaints.new .conten1 {
    background: #1e1e1e;
}

#complaints.new .isadres > div {
    width: 100% !important;
    margin: 10px 0;
    background: #fff;
}

#complaints.new input.ismail, #complaints.new input.addProI, #complaints.new .proUwa > div > input {
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    box-shadow: inset 0px 0px 12px #e4e4e4;
}

#complaints.new .mailCorRed {
    margin: 0 10px;
    color: #f00;
}

#complaints.new input.addProI {
    padding-right: 72px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#complaints.new .rek_zwr {
    text-align: center;
    margin: 10px;
}

    #complaints.new .rek_zwr > div {
        margin: 0 40px;
        cursor: pointer;
    }

#complaints.new .addPro {
    text-align: center;
    position: relative;
}

#complaints.new .addNext {
    float: right;
}

#complaints.new .input {
    position: relative;
}

#complaints.new .szukaj {
    position: absolute;
    top: 1px;
    right: 1px;
    text-align: center;
    padding: 7px 10px;
    border-radius: 0 5px 5px 0;
    margin: 0;
}

#complaints.new .lista > div {
    text-align: left;
    background: #fff;
    margin: 10px 0;
    padding: 10px;
    max-height: 200px;
    overflow: auto;
}

#complaints.new .lista .nloading {
    text-align: center;
}

#complaints.new .lpdw {
    padding: 10px 0;
}

#complaints.new i.look:before {
    content: "\f25a";
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
    margin: 0 10px;
}

#complaints.new .lpdw.act {
    background: #f1f1f1;
}

body:not(.l1) #complaints.new .lpdw.act {
    background: #1e1e1e;
}

#complaints.new .lpdwP {
    cursor: pointer;
}

#complaints.new .proUwa {
    padding: 10px;
}

#complaints.new .lpdw:not(.act) .proUwa {
    display: none;
}

#complaints.new .proUwa > div {
    display: inline-block;
}

#complaints.new .proUwa .cp7 {
    padding: 4px 20px;
    vertical-align: middle;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
}

#complaints.new .comp_list > h2 {
    text-align: center;
    margin-top: 40px;
}

#complaints.new .new_comp {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    border: 1px solid;
}

#complaints.new table tr td:first-child {
    text-align: left;
    display: table-cell !important;
}

#complaints.new .btn-custom-1 {
    display: block;
    text-align: center;
}

body:not(.l1) #complaints.new input.ismail, body:not(.l1) #complaints.new input.addProI, body:not(.l1) #complaints.new .proUwa > div > input {
    background: #1e1e1e;
    box-shadow: none;
}

body:not(.l1) #complaints.new .lista > div {
    background: #303132;
}

body:not(.l1) textarea, body:not(.l1) input {
    background: #303132;
    border: 1px solid;
}
/* complaints comBox */
.complaints {
    background: #f7f7f9;
}

body:not(.l1) .complaints {
    background: #303132;
}

.complaints .content .item {
    background: #fff;
}

body:not(.l1) .complaints .content .item {
    background: #303132;
}

#complaints .comBox {
    display: table;
    width: 100%;
    background: #f7f7f9;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
}

body:not(.l1) #complaints .comBox {
    background: #303132;
}

#complaints .comBox > div {
    display: table-row;
}

    #complaints .comBox > div > div {
        display: table-cell;
        padding: 5px;
    }

#complaints .comBox > .thead > div > b {
    font-size: 22px;
}

#complaints .comBox > .thead > div > s {
    font-size: 15px;
    opacity: .5;
}

#complaints .comBox > .tr > div:first-child {
    text-align: left;
}

#complaints .comBox > .tbody > div > s {
    display: none;
}

#complaints .comBox > .tbody > div.name {
    font-weight: 600;
}





.complaintsReg > div {
    margin: 20px;
}

    .complaintsReg > div > div {
        margin: 10px;
    }

.claims-reason > div {
    position: relative;
}

.claims-reason > div > p {
    cursor: pointer;
}

.claims-reason.active > div > p > i {
    transform: rotate(180deg);
}

.claims-reason .panel {
    position: absolute;
    display: none;
    margin: 0;
    background-color: var(--color-but);
    color: #fff;
    left: 0;
    right: 0;
    z-index: 1;
}

.claims-reason.active .panel {
    display: block;
}

.claims-reason .panel > p {
    margin: 10px;
}
/* Wyœwietlaj */
.lpzdtr .wltxt {
    font-weight: bold;
    padding: 8px;
}

.lpzdtr input {
    margin: 0px 5px 4px 20px;
    vertical-align: middle;
}

.lpzdtr label {
    font-weight: normal;
}
/* notification */
.productNotification {
    margin-bottom: 10px;
    cursor: pointer;
}
.productNotification:not(.aj) i {
    filter: brightness(3);
}
.ProdBox2 .productNotification {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
}
.imgBox .productNotification, .imgBox .productNotification > p, .ProdBox2 .productNotification > p {
    margin: 0;
}
.imgBox .productNotification > s, .ProdBox2 .productNotification > s {
    display: none;
}
.productNotification i.megaphone {
    width: 21px;
    height: 18px;
    background-position: -372px -70px;
    vertical-align: middle;
}
.productNotification .saveProNot {
    cursor: pointer;
    display: none;
}
.proNot .article > div, .popStat .article > center {
    padding: 25px;
}
.proNot h4, .popStat {
    margin: 0;
}
.proNot h5, .popStat .stat {
    margin: 50px 0 0 0;
}
.popStat .stat s {
    display: block;
}
/* dropdown-menu */
.dropdown-menu.wili > div {
    white-space: nowrap;
    padding-right: 10px;
}
.dropdown-menu.wili > div.act {
    background: var(--color-box);
}
.dropdown-menu.open button.confirm {
    margin: 10px;
    float: right;
}
/*company*/
#company .box {
    background: #272727;
    display: inline-block;
    width: calc(50% - 15px);
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0px 5px 20px #05204526;
    margin: 10px 10px 10px 0;
}
body.l1 #company .box {
    background: #fff;
}
#company .box h3 {
    margin: 0 0 20px 0;
    font-size: 22px;
}
#company .box .compan2 {
    font-size: 16px;
}
#company .box p {
    margin: 10px 0 0 0;
}
#company .compan2 > p > s:after {
    content: ": ";
}

#company .boe {
    display: inline-block;
    width: calc(50% - 15px);
    vertical-align: top;
    padding: 30px;
}
#company .boe h3 {
    margin: 0 20px 20px 0;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}

.cheLab {
    display: inline-block;
    cursor: pointer;
}

.cheLab input {
    display: none;
}

.cheLab i {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 30px;
    border-radius: 30px;
    background: #e6e6e6;
    transition: .5s;
}

.cheLab i:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 22px;
    height: 22px;
    background: #F3F3F3;
    box-shadow: inset 1px 1px 6px #FFFFFF, 2px 2px 5px #C1C1C1;
    border: 1px solid #FFFFFF33;
    border-radius: 19px;
    transition: .5s;
}

.cheLab input:checked ~ i {
    background: var(--color-but);
}

.cheLab input:checked ~ i:before {
    left: 27px;
    box-shadow: inset 1px 1px 6px #FFFFFF, 2px 2px 5px #BC8D0080;
}
.cheLab input:disabled ~ i {
    opacity: .3;
}
#company .boe s {
    display: none;
}
#company .boe b {
    font-size: 16px;
}
#company .opti {
    margin-top: 15px;
}
#company .opti a {
    display: inline-block;
    text-align: center;
    margin: 15px 15px 0 0;
    font-size: 14px;
}

#company > footer {
    padding: 20px;
    text-align: center;
}

.compan3 .opti {
    width: 40px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

    .compan3 .opti i {
        margin-bottom: 35px;
    }

    .compan3 .opti > a {
        margin-bottom: 10px;
        display: block;
    }

.compan3:not(.default) {
    opacity: 0.5;
}
/*--- integracja - edycja szablonów csv ---*/
.tmplCSV-lists {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

    .tmplCSV-lists div.one-col {
        width: calc(50% - 5px);
        float: left;
    }

        .tmplCSV-lists div.one-col:FIRST-CHILD {
            margin-right: 10px;
        }

        .tmplCSV-lists div.one-col label {
            margin: 5px 0;
            font-size: 18px;
        }

    .tmplCSV-lists ul {
        display: block;
        float: left;
        overflow-y: scroll;
        width: 100%;
        height: 190px;
        padding: 15px;
        background: #E6E6E6;
        text-align: left;
        border-radius: 20px 5px 5px 20px;
    }

    .tmplCSV-lists li {
        min-height: 65px;
        line-height: 25px;
        position: relative;
        overflow: hidden;
        list-style-type: none;
        display: block;
        clear: both;
        margin-bottom: 10px;
        padding: 7px 10px 7px 13px;
        background: #FFFFFF;
        white-space: nowrap;
        cursor: pointer;
        border-radius: 25px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

body:not(.l1) .tmplCSV-lists ul {
    background: #1e1e1e;
}

body:not(.l1) .tmplCSV-lists li {
    background: #303132;
}

.tmplCSV-lists li span {
    font-size: 10px;
    margin-right: 3px;
}

.tmplCSV-lists li input {
    height: 21px;
    margin-bottom: 3px;
    font-size: 10px;
    border: 2px solid var(--color-txt);
    border-radius: 25px;
    padding: 0 5px;
}

form#frmTemplateCSVSave .form-field {
    margin-bottom: 10px;
}

form#frmTemplateCSVSave .form-field label {
    display: block;
    font-weight: 300;
    font-size: 12px;
}

form#frmTemplateCSVSave .form-field .bootstrap-select {
    width: 100%;
    max-width: none;
    border: 2px solid var(--color-txt);
    border-radius: 25px;
}

form#frmTemplateCSVSave .form-field {
    width: calc(50% - 18px);
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

form#frmTemplateCSVSave .form-field.ff1 {
    width: calc(100% - 18px);
}

form#frmTemplateCSVSave .form-field.ff3 {
    width: calc(33% - 14px);
}

form#frmTemplateCSVSave .form-control {
    height: 32px;
}

.tmplCSV-lists ul {
    height: 316px;
}

body:not(.l1) .dropdown-header {
    color: #fff;
}

.wishlist.open > .dropdown-menu {
    /* position: fixed; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* box-shadow: 0 0 10px 2px var(--color-but); */
}
/* wishlist */
.wishlist.open > .dropdown-menu {
    box-shadow: 0px 5px 20px #0520454D;
    border-radius: 20px;
    padding: 0;
}

.wishlist.open > .dropdown-menu .dropdown-header {
    color: #b4bcc7;
    margin-top: 10px;
}

.wishlist.open > .dropdown-menu > li {
    font-size: 16px;
    position: relative;
}

.wishlist.open > .dropdown-menu > li.ilz:before {
    content: '';
    background-image: url('/skin/3/gif/icons_7d.svg');
    height: 23px;
    width: 23px;
    display: inline-block;
    background-position: -183px -536px;
    position: absolute;
    top: 10px;
    left: 19px;
    z-index: 1;
}

.wishlist.open > .dropdown-menu em {
    display: block;
    font-size: 12px;
    opacity: .5;
    font-style: normal;
    margin-top: -5px;
}

.wishlist.open > .dropdown-menu i {
    position: absolute;
    top: 10px;
    right: 5px;
}

.wishlist.open > .dropdown-menu > li > a {
    padding: 3px 30px 3px 58px;
}

.wishlist.open > .dropdown-menu > li.act.ilz:after {
    content: '';
    height: 18px;
    width: 17px;
    position: absolute;
    top: 10px;
    left: 24px;
    border-radius: 4px;
    border: 3px solid var(--color-but);
    z-index: 2;
}

.wishlist.open > .dropdown-menu > li:not(.ilz) a.add-invent-to-sl {
    background: var(--color-txt);
    color: #fff;
    border-radius: 20px;
    text-transform: lowercase;
    padding: 5px 50px;
}

.wishlist.open > .dropdown-menu .divider {
    margin: 3px;
    visibility: hidden;
}
/**/
.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 2060;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
#form_1 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: calc(100% - 40px);
}
.bootstrap-select.btn-group:not(.input-group-btn) button:after {
    border-radius: 4px;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    display: block;
}
/* bootstrap */
.form-control {
    border: 2px solid var(--color-txt);
    border-radius: 25px;
}
body:not(.l1) .form-control {
    background: #303132;
    color: #fff;
}

body:not(.l1) .btn-default {
    background: #303132;
    color: #fff;
}

body:not(.l1) .dropdown-menu {
    background: #1e1e1e;
}

body:not(.l1) .bootstrap-select.btn-group .no-results {
    background: #1e1e1e;
}

body:not(.l1) .category.myAcc a, body:not(.l1) .tfocart footer .go-to-cart, body:not(.l1) .btn-custom-1, body:not(.l1) .btnc1, body:not(.l1) button {
    background: #323232;
}

body:not(.l1) .text-muted {
    color: #fff;
}

body:not(.l1) .dropdown-menu > li > a:focus .text-muted, body:not(.l1) .dropdown-menu > li > a:hover .text-muted {
    color: #000;
}
/* tfocart 2025 */
/*
.tfocart .ProdBox5 .tit h1 a {
    position: absolute;
    top: 10px;
    left: 108px;
    right: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tfocart .ProdBox5 .tit {
    position: initial !important;
}
*/
.tfocart #gridView {
    display: table !important;
}
.tfocart #gridView.products > li .ProdBox5 {
    border-color: #ffc30033;
}
.tfocart #gridView.products > li {
    position: relative;
    margin: 10px !important;
}
@media (min-width: 730px) {

    .tfocart #gridView.products.wl1 .ProdBox5 .pb2 {
        padding: 16px 16px 0 16px;
    }

    .tfocart #gridView.products.wl1 .ProdBox5 .pb2 .favo {
        margin-left: -10px;
    }

    .tfocart #gridView.products.wl1 .ProdBox5 .imgBox {
        vertical-align: middle;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .tfocart #gridView.products.wl1 .ProdBox5 {
        min-height: auto;
    }
    .tfocart .ProdBox5 .favo, .tfocart .ProdBox5 .favo > div, div.ProdBox5 .favo .icons-wrapper > * {
        opacity: 1 !important;
    }
}
/* form-field */
.form-field {
    margin-bottom: 20px;
}

.form-field label {
    margin-left: 10px;
}

.form-field input {
    margin-bottom: 10px;
}

.form-field strong {
    font-size: 18px;
}

form#frmCompanyDeliveryAddressAddEdit .form-field .bootstrap-select {
    width: 100%;
}
/* partner */
#partner > div > img {
    width: 200px;
    margin: 20px;
}

#partner {
    width: 100%;
    display: table;
    text-align: center;
}

    #partner > div {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
    }

    #partner > div.conten2 > p {
        font-size: 20px;
        color: #fff;
        text-align: left;
        padding: 40px;
        max-width: 550px;
        line-height: 1.2;
    }

    #partner > div.conten2 > p > b {
        font-size: 50px;
        font-weight: normal;
        display: block;
        margin-bottom: 30px;
    }

    #partner .mjKonto {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .lbb {
        cursor: pointer;
        text-decoration: underline;
    }
    #partner ul {
        display: inline-block;
        width: auto;
        text-align: left;
        margin: 0 25px;
    }

    #partner ul li {
        list-style-type: square;
    }

    #partner footer img {
        width: 100%;
        max-width: 500px;
        border-radius: 10px;
    }

#partner .button {
    margin: 0;
}
#partner .button a {
    width: 160px;
}












#partner {
    background: #e5b100;
    height: 500px;
    background-image: url('/skin/3/gif/tlo_niezalogowany.jpg');
}

.mjKonto {
    position: relative;
}

.mjKonto > div {
    position: absolute;
    /* backdrop-filter: blur(10px); */
    top: 30px;
    right: 75px;
    bottom: 30px;
    width: 418px;
    height: 440px;
    border-radius: 25px;
    text-align: left;
    padding: 40px;
    /* color: #fff; */
    background: #fff;
}

.mjKonto > div > h3 {
    font-size: 30px;
    margin: 0 0 30px 0;
}

form.LoginForm {
    position: relative;
}

form.LoginForm .nKey {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    padding: 0;
    opacity: 0;
    transition: .5s;
}

.mjKonto form.LoginForm .nKey {
    top: -20px;
}

.boxLogin form.LoginForm .nKey {
    top: -10px;
    padding: 40px;
}

.new_bus_dia form.LoginForm .nKey {
    top: -10px;
}

form.LoginForm .nKey.sho {
    z-index: 9;
    opacity: 1;
}

form.LoginForm .nKey label {
    font-size: 16px;
    height: 46px;
}

form.LoginForm .nKey p {
    font-size: 16px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
}

form.LoginForm .nKey s {
    color: red;
    text-align: right;
    display: block;
    height: 20px;
}

div.nText {
    position: relative;
}

.nText > input {
    width: 100%;
    background: transparent;
    border: 2px solid;
    border-radius: 25px;
    color: var(--color-txt);
    padding: 7px 20px 5px 20px;
    font-size: 15px;
}

.nText > input.headerLoginPass {
    padding: 7px 35px 5px 20px;
}

.nText > input::placeholder {
    color: var(--color-txt);
    opacity: .5;
    font-style: normal;
}
.nText > .forgetPass {
    position: initial;
    opacity: .5;
}
.nText > .forgetPass:hover {
    opacity: 1;
}
.nText .forgetPass > s {
    margin: 15px 0 11px 17px;
    text-transform: lowercase;
}
.iText > i.eye, .iText > i.eyeh, .nText > i.eye, .nText > i.eyeh {
    position: absolute;
    top: 9px;
    right: 9px;
    transition: none;
}
.iText > i.eye:after, .iText > i.eyeh:after, .nText > i.eye:after, .nText > i.eyeh:after {
    content: '';
    position: absolute;
    top: -9px;
    left: -9px;
    bottom: -9px;
    right: -9px;
}
div.nText.anl label {
    position: absolute;
    top: 9px;
    left: 22px;
    font-size: 15px;
    color: #99a4b3;
    font-weight: 400;
    transition: .5s;
}
div.nText.anl input::placeholder {
    color: transparent;
}
div.nText.act label,
div.nText.anl:hover label, 
div.nText.anl input:focus ~ label {
    top: -16px;
    font-size: 12px;
    color: var(--color-txt);
}
div.nText.anl input:not(:placeholder-shown) ~ label,
div.nText.anl input:-internal-autofill-selected ~ label {
    top: -16px;
    font-size: 12px;
    color: var(--color-txt);
}

.nButton > b, .nButton > a {
    background: #fff;
    color: #000;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    padding: 7px 10px 5px 10px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
}

.nButton > b:hover, .nButton > a:hover {
    /*color: var(--color-but);*/
}

#partner .nButton > b {
    background: var(--color-but);
    width: 100%;
    color: #fff;
    text-transform: lowercase;
}

#partner .nButton > a {
    width: 100%;
    box-shadow: 0px 5px 20px #0520454d;
}

.mjKonto > div > h4 {
    margin: 35px 0 20px 0;
    font-size: 20px;
}
.mjKonto .nText .forgetPass > s {
    margin: 3px 18px;
    font-size: 14px;
    float: right;
}
.mjKonto .iChec {
    margin: 28px 0 10px 0;
}
.mjKonto .iChec label {
    font-size: 14px;
}
/* wait for loading */
.wfl {
    position: relative;
}
.wfl.act:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(255 255 255 / 80%);
    z-index: 6;
    background-image: var(--link-loader);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
/* zaufali nam */
#zaufaliNam {
    margin: 19px;
}

#zaufaliNam > .box {
    background: #323232;
    border-radius: 25px;
    padding: 30px;
    margin: 10px;
}

body.l1 #zaufaliNam > .box {
    background: #fff;
}

#zaufaliNam > div > p {
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    width: 300px;
    margin: 0;
    vertical-align: middle;
}

#zaufaliNam > div > div {
    display: inline-block;
    width: calc(100% - 305px);
    vertical-align: middle;
    text-align: right;
}

#zaufaliNam > div > div > p {
    margin: auto;
    display: initial;
}

#zaufaliNam > div > div > p > a {
    margin-right: 12%;
    vertical-align: middle;
}

#zaufaliNam > div > div > p > a > i {
    vertical-align: middle;
    cursor: default;
}
/* producenciLista */
#producenciLista {
    padding: 20px;
}
    #producenciLista .prodBox {
        display: none;
    }
    #producenciLista .tit_bac {
        margin-bottom: 20px;
    }

    #producenciLista .list li {
        display: inline-block;
        width: 180px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        filter: grayscale(1);
        text-align: left;
    }

        #producenciLista .list li:hover {
            filter: none;
        }

    #producenciLista .list {
        text-align: center;
    }
/* */
.NextC3.nc3l {
    text-align: center;
    position: relative;
}
.NextC3.nc3l > div {
    overflow-y: auto;
    max-height: 630px;
    text-align: left;
    font-weight: 300;
}
.NextC3.nc3l > div::-webkit-scrollbar {
    width: 0; /* dla WebKit */
}
.NextC3.nc3l > div::-moz-scrollbar {
    width: 0; /* dla Firefox */
}
.NextC3.nc3l > i {
    cursor: pointer;
    padding: 0px 7px 3px 8px;
    border-radius: 20px;
    font-size: 26px;
    position: absolute;
    top: -35px;
    z-index: 50;
}
.NextC3.nc3l > i.fa.fa-angle-up {
    right: 80px;
}
.NextC3.nc3l > i.fa.fa-angle-down {
    right: 50px;
}
.NextC3.nc3l > i:hover {
    color: #f5c10a;
}
/* wiêcej */
.list-integration {
    max-width: 1200px;
    margin: auto;
}

    .list-integration > li {
        position: relative;
    }

    .list-integration .breadcrumbs {
        display: none;
    }

    .list-integration > li > h2 {
        text-align: center;
        margin: 20px !important;
        font-size: 30px !important;
    }

    .list-integration > li > a {
        padding: 20px 40px 20px 20px;
        display: block;
        background: #fff;
        color: #000 !important;
        font-size: 20px;
        font-weight: 200;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
        text-decoration: none;
        transition: .5s;
    }

body:not(.l1) .list-integration > li > a {
    background: #303132;
    border-bottom: 1px solid #4e5460;
    color: #fff !important;
}

.list-integration > li > a:hover,
.list-integration > li.act > a {
    font-size: 22px;
    font-weight: bold;
}

.list-integration > li > a:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 10px;
    position: absolute;
    top: 18px;
    right: 10px;
}

.list-integration > li > a.loa:after {
    background: var(--link-loader) no-repeat center center;
    background-size: 100%;
}

.list-integration > li.act > a:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* dashboard */
dashboard {
    text-align: center;
}
.dashboard .item {
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    margin: 10px;
    max-width: 300px;
    display: inline-block;
    text-align: center;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.dashboard .item .star {
    display: none;
}
.dashboard .item .log {
    width: 150px;
    display: block;
    margin: auto;
}
.dashboard .item .opis {
    background: #f7f7f9;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    font-size: 12px;
    height: 85px;
	width: 280px;
    overflow: auto;
    margin-top: 20px;
}
.dashboard .item a strong {
	text-decoration: underline;
    font-weight: normal;
    color: var(--color-txt);
}
.dashboard .item a strong:hover {
	color: #fcc200;
}
.dashboard .item .opis b {
    font-weight: bold;
}
.dashboard .item:hover .pic {
    transform: scale(1.05);
}
.dashboard .item .pic {
    transition: .5s;
}
/* orders */
#porders2.modal-dialog {
    width: 80%;
    max-width: 1200px;
}

#porders2 .modal-body {
    padding: 0;
}

#porders2 #list-product {
    padding: 1px 0 20px 0;
}



/* show-form */
form.show-form {
    white-space: nowrap;
    position: absolute;
    top: 35px;
    right: 20px;
    text-align: left;
}

form.show-form h4 {
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: -7px;
    left: 45px;
}

form.show-form .iChec {
    font-size: 12px;
    display: inline-block;
    margin: 0 0 10px 10px;
}

form.show-form label input {
    width: 90px;
    text-align: center;
    display: block;
    padding-top: 3px;
    border-radius: 10px;
    border: 1px solid;
}

body:not(.l1) form.show-form label input {
    background: inherit;
    border: 1px solid;
}

form.show-form .butRef {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
form.show-form .butRef a {
    height: 24px;
    font-size: 14px;
    padding: 4px 20px 0px 20px;
    text-transform: lowercase;
}
/* w_wszystkie */
.w_wszystkie {
    position: relative;
    display: none;
}

    .w_wszystkie.red {
        color: red;
        display: inline-block;
    }

    .w_wszystkie.ani, .shake {
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        animation-name: shake-it;
    }

@keyframes shake-it {
    from, to {
        transform: translateX(0px);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(-10px);
    }
}

.wobble {
    animation-name: wobble-a;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes wobble-a {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

.blob, .xpbh {
    transform: scale(1);
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
/* paymentsItem */
.nhp2 div.boxLg.paymentsItem {
    display: block;
    margin: 10px 0;
    width: 100%;
}

.boxLg.paymentsItem .conten1 {
    padding: 25px;
    border-radius: 25px;
    background: #303132;
}

body.l1 .boxLg.paymentsItem .conten1 {
    background: #fff;
}

.paymentsItem .pi1 s {
    display: block;
    font-size: 12px;
    opacity: .5;
}

.paymentsItem .pi1 a:nth-child(2), .paymentsItem .pi1 b {
    font-size: 18px;
    font-weight: 500;
    display: block;
}

.paymentsItem .pi1 > div {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.paymentsItem .pi1 > div.nrzam {
    text-align: left;
}

.paymentsItem .pi1 > div.nrzam, .paymentsItem .pi1 > div.dozam {
    width: 26%;
}
.paymentsItem .pi1 .listp, .paymentsItem .pi1 .listp b, .paymentsItem .pi1 .listp a {
    font-weight: 300;
    font-size: 15px;
}
/*
.paymentsItem {
    position: relative;
    max-width: 400px;
    vertical-align: top;
}

    .paymentsItem:hover {
        background: #e5e5e5;
    }

    .paymentsItem > div {
        display: table;
        padding: 10px;
        width: 100%;
    }

        .paymentsItem > div > div {
            display: table-cell;
            vertical-align: top;
            padding: 10px;
        }

    .paymentsItem .nrzam {
        text-align: right;
    }

        .paymentsItem .nrzam a {
            display: block;
        }

    .paymentsItem s {
        font-size: 11px;
        display: block;
    }

    .paymentsItem .kwota > b {
        margin-top: 14px;
        display: block;
        font-size: 18px;
    }

    .paymentsItem .kwota > p {
        margin-top: 56px;
    }
    .paymentsItem > div > div.nlp {
        display: none;
    }
    */
#frmOrderList {
    margin: 20px;
}

    #frmOrderList .date {
        position: relative;
    }
/* paymentsEl */
.tfopayments .pods {
    margin: 10px 0;
    font-size: 16px;
}
.tfopayments .pods b {
    font-size: 22px;
}
.nhp2 div.boxLg.paymentsEl {
    background: #323232;
    box-shadow: 0px 5px 20px #05204526;
    border-radius: 25px;
    width: calc(50% - 9px);
    padding: 25px;
    vertical-align: top;
}
body.l1 .nhp2 div.boxLg.paymentsEl {
    background: #fff;
}
.nhp2 div.boxLg.paymentsEl:nth-child(odd) {
    margin: 10px 10px 0 0;
}

.nhp2 div.boxLg.paymentsEl:nth-child(even) {
    margin: 10px 0 0 0;
}
.paymentsEl .title b {
    display: inline-block;
    font-size: 22px;
    margin: 5px 15px 0 0;
    vertical-align: middle;
    cursor: pointer;
}
.paymentsEl .title a {
    text-transform: lowercase;
    margin: 5px 15px 0 0;
    vertical-align: middle;
}
.paymentsEl .title a i {
    vertical-align: middle;
}
.paymentsEl > div > s {
    opacity: .5;
}

.paymentsEl > div > p, .paymentsEl > div > s {
    font-size: 16px;
    margin: 0;
}

.paymentsEl > div > p > b {
    font-size: 22px;
}

.paymentsEl > div.data {
    margin: 20px 0;
}

.paymentsEl > div.action {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.paymentsEl > div > p > s:after, .paymentsEl > div > s > i:after {
    content: ': ';
}
.paymentsEl div.pay {
    position: absolute;
    bottom: 20px;
    right: 25px;
}
.paymentsEl div.pay > a {
    display: block;
    margin: 7px auto;
}
.paymentsEl div.pay .qrc {
    width: 100px;
}
.paymentsEl div.pay .qrc:hover {
    position: absolute;
    width: 200px;
    bottom: -12px;
    right: -10px;
    z-index: 2;
    cursor: none;
}
/* boxNoPorduct */
.boxNoPorduct {
    padding: 20px;
    font-size: 14px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.boxNoPorduct .bnpt {
    font-size: 16px;
}

.boxNoPorduct i.i6 {
    float: left;
    margin-right: 10px;
}

.boxNoPorduct > div:not(.bnpp):not(:last-child), .boxNoPorduct > a:not(:last-child) {
    margin-bottom: 20px;
}

.boxNoPorduct .bnpm {
    color: var(--color-but);
    overflow: hidden;
}

.boxNoPorduct .bnpm > p {
    min-height: 38px;
    display: flex;
    align-items: center;
    margin: 0;
}

.boxNoPorduct .bnpb {
    background: #fff;
    text-align: center;
    border-radius: 25px;
    padding: 7px 20px 5px 20px;
    cursor: pointer;
    font-weight: 500;
    /*width: 100%;*/
    border: 2px solid var(--color-txt);
}
/* new button */
.nbb:before, .nba:after {
    content: '';
}

.nb, .nbb:before, .nba:after, div.num i.num_m:before, div.num i.num_p:before {
    display: inline-block;
    text-align: center;
    font-size: 23px;
    width: 36px;
    height: 36px;
    z-index: 2;
    position: relative;
}
.nb:hover, .nbb:hover:before, .nba:hover:after {
    border-color: var(--color-txt);
}
/* select produkct */
body ul.product_list li.spid.act > div, body ul.product_list li.spid:hover > div {
    border-color: #fdc300;
}
body.l1 ul.product_list li.spid.act > div {
    border-color: var(--color-txt);
}
/* compatible accessories */
.comAcc .comAccTitle {
    display: block;
    background: #f4f4f6;
    padding: 15px 0 10px 25px;
    border-radius: 25px 25px 0 0;
    font-size: 19px;
    /*white-space: nowrap;*/
    font-weight: bold;
}
body.l2 .comAcc .comAccTitle {
    background: #000;
}
.comAcc .form-field {
    margin-bottom: 30px;
}
#textComAccS {
    position: relative;
    margin-bottom: 20px;
}
.compatibleAccessories p.info {
    margin: 10px;
    text-align: justify;
}
#textComAccS i {
    position: absolute;
    top: 36px;
    right: 5px;
}
#textComAccS.act #textComAccL {
    position: absolute;
    max-height: 230px;
    overflow: auto;
    background: #fff;
    width: 100%;
    z-index: 5;
    top: 42px;
    border: 2px solid var(--color-txt);
    /* border-radius: 0 0 25px 25px; */
    padding: 5px 15px;
    padding-top: 32px;
}
.comAcc .modal-footer, .comAcc .dropdown-menu li[data-original-index="0"], #textComAccS i {
    display: none
}
#textComAccS.act i, .compatibleAccessories.sbc .comAcc .modal-footer {
    display: block
}
#textComAccS.act > input {
    position: relative;
    z-index: 6;
}
#textComAccS.act > i {
    z-index: 7;
}
#textComAccS:not(.act) > i {
    display: block;
    background-image: url(/skin/3/gif/icons_7d.svg);
    background-position: -399px -151px;
    filter: invert(1);
    top: 34px !important;
}
#textComAccS:not(.act) > i:after, #textComAccS:not(.act) > i:before {
    opacity: 0;
}
.compatibleAccessories .modal-footer {
    padding: 0;
    text-align: center;
    border: none;
}
.compatibleAccessories .modal-footer a {
    font-size: 15px;
    margin: 0;
}
.comAccBox {
    /*height: 355px;*/
    padding: 10px 18px;
}
.compatibleAccessories.sbc .comAccBox {
    /*height: 405px;*/
}
.comAccBox input {
    width: 100%;
}
.comAccBox > .form-field {
    display: block;
    width: 100%;
}
.comAccBox > .form-field > label {
    font-weight: normal;
    font-size: 16px;
    display: block;
}
.comAccBox > .form-field > label {
    overflow: hidden;
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.comAccBox .bootstrap-select {
    width: 100% !important;
}
#textComAccL .search__suggestion > div {
    transition: .5s;
    line-height: 1;
    /*margin-bottom: 5px;*/
    padding: 5px 5px 5px 0;
}
#textComAccL .search__suggestion > div:hover {
    padding-left: 5px;
}
#textComAccL .search__suggestion > div > a {
    cursor: pointer;
    font-size: 14px;
}
.boxLg.mmB .balls {
    display: none !important;
}
.boxLg.mmB .tfonew footer {
    display: block;
}
.boxLg.mmB .tfonew footer > div:nth-child(1) {
    left: -26px;
    bottom: 145px;
    background: transparent;
}
.boxLg.mmB .tfonew footer > div:nth-child(3) {
    right: -26px;
    bottom: 145px;
    background: transparent;
}
.container {
    width: 100%;
    text-align: left;
}

.profil-ct, .boxLg {
    text-align: left;
}
#blogMobile div.img {
    display: none;
}
#blogMobile .bx-slider.marki h1 {
    display: block !important;
    font-size: 16px;
    margin: 0 0 20px 0;
}
/* zgodamarke */
.popup .zgodamarke {
    display: block !important;
}

.popup .zgodamarke .zg1 {
    font-size: 22px;
}

.popup .zgodamarke .zg2 {
    font-size: 14px;
    max-height: 200px;
    overflow: auto;
    font-weight: 300;
}

.popup .zgodamarke .zg5, .popup .zgodamarke .zg4 {
    margin: 10px 0;
    font-size: 18px;
    padding: 10px;
    background: #fff;
    color: #000;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    padding: 7px 15px 5px 15px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0px 5px 20px #0520454d;
}

.popup .zgodamarke .zg4 {
    float: right;
    background: var(--color-but);
    color: #fff;
}
.zgodamarke.act {
    background: rgba(242, 188, 2, .3);
    border-radius: 25px;
    box-shadow: 0px 5px 20px #05204526;
    margin: 10px 10px 10px 0;
}
/* mobi kat */
.secKat {
    margin: 20px;
    white-space: nowrap;
    overflow: auto;
    display: none;
}
.secKat > a {
    cursor: pointer;
    margin: 5px 10px;
}
.nhp1[data-c="allCate"] .secKat a[href="#allCate"],
.nhp1[data-c="allCategories"] .secKat a[href="#allCategories"],
.nhp1[data-c="producenci"] .secKat a[href="#producenci"],
.nhp1[data-c="compatibleAccessories"] .secKat a[href="#compatibleAccessories"],
.nhp1[data-c="advertising"] .secKat a[href="#advertising"] {
    font-weight: bold;
}
.nhp1[data-c="allCate"] .allCate,
.nhp1[data-c="allCategories"] .allCategories,
.nhp1[data-c="producenci"] .producenci,
.nhp1[data-c="compatibleAccessories"] .compatibleAccessories,
.nhp1[data-c="advertising"] .advertising {
    display: block !important;
}

/* onas */
.onas1 img {
    width: 100%;
}

.onas1, .onas1a, .onas1b {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
}

.onas1 > div {
    position: relative;
}

.onas1 > div > section {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.onas1 > div > section > h1 {
    font-size: 40px;
}

.onas1 > div > section > p {
    font-size: 30px;
}
/**/
.onas1a {
    background: transparent !important;
}
.onas1a > div > section {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    white-space: normal;
    padding: 100px;
}

.onas1a > div > img {
    display: inline-block;
    width: calc(60% - 4px);
    vertical-align: middle;
}

.onas1a > div {
    white-space: nowrap;
}

.onas1a > div > section > h1 {
    font-size: 40px;
}

.onas1a > div > section > p {
    font-size: 28px;
}
/**/
.onas1b {
    height: 400px;
}

.onas1b > div > img {
    display: none;
}

.onas1b > div > section {
    position: absolute;
    top: 50%;
    left: 200px;
    color: #fff;
    transform: translateY(-50%);
}

.onas1b > div > section > h1 {
    font-size: 40px;
}

.onas1b > div > section > p {
    font-size: 28px;
}
/**/
.onas1 ~ .onas2 {
    margin-top: -60px !important;
}

.onas2 {
    text-align: center;
}

.onas2 h2 {
    margin: 50px;
}

.onas2 > div {
    margin: 50px;
}

.onas2 > div > div {
    display: inline-block;
    max-width: 360px;
    vertical-align: top;
    margin: 40px;
    text-align: left;
}

.onas2 > div > div > i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: var(--color-but);
    border-radius: 100%;
    margin: 3px 10px 0 0;
    vertical-align: top;
}

.onas2 > div > div > b {
    font-size: 18px;
    display: inline-block;
    width: calc(100% - 35px);
    vertical-align: top;
}

.onas2 > div > div > p {
    font-size: 16px;
    margin: 20px 0;
}

.onas3 {
    padding: 40px 10px;
    color: #fff;
    text-align: center;
    background: var(--color-txt);
}

.onas3 > div {
    font-size: 35px;
    font-weight: 400;
    margin: 30px auto;
}

.onas3 > p {
    font-size: 16px;
    font-weight: 200;
    margin: 30px auto;
    max-width: 900px;
}

.onas3 a {
    padding: 10px;
    min-width: 260px;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid var(--color-but);
    margin: 10px;
    text-decoration: none;
}

.onas3 a.lbb {
    border-color: #fff;
    background: var(--color-txt);
    color: #fff;
}

.onas3 a.lbb:hover {
    background: #fff;
}

.onas4 {
    text-align: center;
}

.onas4 > h2 {
    margin: 60px;
}

.onas4 > div {
    max-width: 1230px;
    margin: 50px auto;
}

.onas4 > div > a {
    position: relative;
    display: inline-block;
    margin: 20px;
    border-radius: 25px;
    overflow: hidden;
}

.onas4 > div > a > p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
    padding: 4px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 25px;
}

.onas6 {
    text-align: center;
}

.nhp2b.nb1 .onas6 {
    text-align: left;
}

.onas6 > div {
    margin: 30px;
}

.nhp2b.nb1 .onas6 > div {
    margin: 0;
}

.boxLg.mmB.onas6 {
    height: 700px;
}

.onas6 li {
    height: 511px;
}

.onas6 .bx-slider.marki h2, .onas6 .bx-slider.marki a {
    display: inline-block !important;
}

.onas6 section.opis {
    top: 284px;
    position: relative;
    height: 231px;
    background: #fff;
    z-index: -1;
    overflow: hidden;
}

#blogMobile.onas6 section.opis:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 43px;
    background: rgba(255, 255, 255, .9);
    background: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, 1) 50%);
}

.onas6 .bx-slider > li > div {
    overflow: initial;
}

.onas6 .bx-slider.marki h2 {
    font-size: 16px;
    font-weight: 300;
    height: 141px;
    overflow: auto;
    margin: 0;
}

.onas6 .bx-slider.marki .opis {
    padding: 45px 20px 20px 20px;
    text-align: left;
    border-radius: 0 0 25px 25px;
}

.onas6 .bx-slider.marki a {
    font-size: 15px;
    font-weight: 500;
}

.boxLg.mmB.onas6 .tfonew footer > div:nth-child(3) {
    bottom: 280px;
    background: #fff;
    right: 15px;
}

.boxLg.mmB.onas6 .tfonew footer > div:nth-child(1) {
    bottom: 280px;
    background: #fff;
    left: 15px;
}

.nhp2b.nb1 .boxLg.mmB.onas6 .tfonew footer > div:nth-child(1) {
    left: -10px;
    box-shadow: 0px 5px 20px #05204526;
}

.nhp2b.nb1 .boxLg.mmB.onas6 .tfonew footer > div:nth-child(3) {
    right: -10px;
    box-shadow: 0px 5px 20px #05204526;
}

.boxLg.mmB.onas6 .bx-slider > li > div > div > article {
    margin: 0;
}

.onas7 {
    text-align: center;
    /*background: #fff;*/
}

.onas7 > h3 {
    font-size: 40px;
    margin: 40px 10px;
}

.onas7 > p {
    font-size: 18px;
    margin: 40px 10px;
}

.onas7 > .grid {
    background: #fff;
    box-shadow: 0px 5px 50px #05204528;
}

.onas7 > .grid > div {
    display: inline-block;
    margin: 20px 50px;
}

.boxCar div.grib {
    position: relative;
    margin: 20px;
}

.boxCar div.grid {
    white-space: nowrap;
    overflow: auto;
    margin: 20px 0;
}

.boxCar div.grid > div {
    position: relative;
    display: inline-block;
    width: calc(27% + 3px);
    white-space: normal;
    margin: 3%;
    border-radius: 25px;
    padding: 30px;
    vertical-align: top;
}

.onas10.boxCar div.grid > div {
    box-shadow: 0px 5px 30px #05204528;
}

.boxCar div.grid > div > i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: var(--color-but);
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px;
}

.boxCar div.grid > div > b {
    display: block;
    font-size: 25px;
    height: 100px;
}

.boxCar div.grid > div > p {
    font-size: 14px;
    margin-top: 25px;
    line-height: 2;
    overflow: auto;
    height: 252px;
}

.boxCar:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 20px;
    height: 25px;
    background: inherit;
}

.boxCar i.fa {
    position: absolute;
    top: 40%;
    font-size: 28px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.boxCar i.fa-angle-left {
    left: 35px;
    padding: 4px 12px 5px 10px;
}

.boxCar i.fa-angle-right {
    right: 35px;
    padding: 4px 10px 5px 12px;
}

.boxCar i.sz {
    opacity: .5;
}

.boxCar div.grid > div > div {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.boxCar div.grid > div > div > b {
    font-size: 36px;
}

.boxCar div.grid > div > div > p {
    font-size: 26px;
}

.boxCar .tit > b {
    display: block;
    font-size: 30px;
    margin: 4% 4% 0 4%;
}

.boxCar .tit > s {
    display: block;
    font-size: 16px;
    margin: 0 4% 0 4%;
}

.boxCar16.boxCar div.grid > div {
    width: calc(25% - 42.9px);
    margin: 20px;
    padding: 5px;
    min-width: 240px;
}

.boxCar16 > section {
    text-align: center;
}

.boxCar16 > section > b {
    font-size: 40px;
    display: block;
    margin: 10px;
}

.boxCar16 > section > s {
    font-size: 22px;
    display: block;
    margin: 10px;
}
/**/
#opinieNaszychKlientow.boxCar .tit > b {
    margin: 10px;
}

#opinieNaszychKlientow.boxCar div.grib {
    margin: 10px;
}

#opinieNaszychKlientow.boxCar div.grid > div {
    min-width: 275px;
    width: calc(33% - 19px);
    margin: 25px 10px 25px 10px;
    box-shadow: 0 0 10px #05204528;
    background: #fff;
}
.boxCar.onas10 div.grid > div > b {
    width: calc(100% - 30px);
    display: inline-block;
}

#opinieNaszychKlientow.boxCar i {
    box-shadow: 0px 5px 20px #05204526;
    vertical-align: top;
    margin-top: 10px;
}

#opinieNaszychKlientow.boxCar i.fa-angle-left {
    left: -8px;
}

#opinieNaszychKlientow.boxCar i.fa-angle-right {
    right: -2px;
}

#nagrodyZaNajwyzszaJakosc.onas11 {
    margin: 29px !important;
}
/**/
.boxHeader {
    text-align: center;
}

.boxHeader > div {
    margin-top: 80px;
    font-size: 35px;
    font-weight: 500;
}

.boxHeader > p {
    font-size: 17px;
    line-height: 2;
    max-width: 1000px;
    margin: 20px auto;
    padding: 10px;
}
.onas19 {
    background: transparent;
    text-align: center;
}

.onas19 > div > div {
    display: inline-block;
    vertical-align: top;
}

.onas19 > div > div > i {
    display: flex;
    box-shadow: 0px 3px 30px #05204528;
    border-radius: 20px;
    width: 278px;
    height: 225px;
    align-items: center;
    justify-content: center;
    margin: 20px;
    position: relative;
    background: #fff;
}

.onas19 > div > div > i:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 70px;
    right: 70px;
    height: 12px;
    background: var(--color-but);
    border-radius: 20px;
}

.onas19 > div > div > p {
    font-size: 25px;
    width: 278px;
    margin: 10px auto;
    font-weight: 500;
    line-height: 1;
}









.onas11 {
    width: auto !important;
    display: block;
    margin: 35px !important;
    background: #fff;
    box-shadow: 0px 5px 50px #0520450D;
    padding: 40px;
}

.onas11 > .name {
    width: 300px;
    font-size: 28px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

.onas11 > .grid {
    display: inline-block;
    width: calc(100% - 305px);
    vertical-align: top;
}

.onas11 > .grid > div {
    display: inline-block;
    width: calc(25% - 5px);
    height: 100px;
    text-align: center;
    vertical-align: top;
    min-width: 188px;
}

.onas13 {
    position: relative;
    z-index: 2;
}

.onas13 > div {
    position: relative;
    background-position: top center;
}

.onas13 > div > img {
    width: 100%;
    min-height: 440px;
    opacity: 0;
}

.onas13 > div > section {
    position: absolute;
    bottom: 20px;
    left: 50px;
}

.onas13 > div > section > p, .onas13 > div > section > h1 {
    background: #fff;
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 35px;
    font-weight: 500;
    margin: 0 20px 0 0;
}

.onas13 > div > section > h1 {
    display: inline-block;
}
.onas13 > div > section > p {
    margin-top: 20px;
}

.onas14 > section {
    padding: 40px 20px;
    margin-top: -60px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
}

.onas14 > section > h1 {
    margin: 0;
    font-size: 35px;
    margin: 40px;
    position: relative;
}

.onas14 > section > h1:after {
    content: "";
    position: absolute;
    background: var(--color-but);
    width: 427px;
    height: 13px;
    border-radius: 10px;
    bottom: -13px;
    right: 387px;
    z-index: 0;
}

.onas14 > section > div > ul {
    max-width: 560px;
    text-align: left;
    margin: 30px auto;
}

.onas14 > section > div > ul > li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--color-but);
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 20px;
}

.onas13 {
    position: relative;
    z-index: 2;
}

.onas14 > section > div {
    font-size: 17px;
    font-weight: 200;
    max-width: 1278px;
    margin: auto;
    line-height: 2;
}

.onas14 > section > div > p {
    text-align: left;
}

.onas21 > div {
    width: 100%;
    display: flex;
    align-items: center;
}

.onas21 > div > div {
    display: inline-block;
    width: calc(50% - 2px);
    padding: 50px;
}

.onas21 > div > div > b {
    font-size: 31px;
}

.onas21 > div > div > p {
    font-size: 18px;
    line-height: 2;
    margin: 20px 0 40px 0;
}

.onas21 > div > div > img {
    width: 100%;
}
/* private label */
#sale9 .boxLg, #label1, #label5, .onas21 {
    padding: 50px;
    background: transparent;
}

#label1 > div > div {
    display: inline-block;
    vertical-align: top;
}

#label1 > div > div.info {
    max-width: 518px;
}

#label1 > div > div.img {
    white-space: nowrap;
    width: calc(100% - 530px);
}

#label1 > div > div.img > div {
    display: inline-block;
    width: 370px;
    margin: 20px;
}

#label1 > div > div.img > div > img {
    border-radius: 25px;
}

#label1 > div > div.info > h3 {
    font-size: 26px;
}

#label1 > div > div.info > h1 {
    font-size: 45px;
    margin: 30px 0;
}

#label1 > div > div.info > h2 {
    font-size: 16px;
    line-height: 2;
    /*height: 180px;*/
}

#label1 > div > div.info > a {
    background: #fff;
    font-size: 17px;
    border: 2px solid;
    font-weight: 400;
    padding: 6px 30px;
}

#label2 > div > div {
    display: inline-block;
    width: calc(20% - 4px);
    text-align: center;
    vertical-align: top;
}

#label2 > div > div > b {
    font-size: 36px;
}

#label2 > div > div > p {
    font-size: 16px;
    margin: 10px;
}

#label3 h1 {
    font-size: 45px;
}

#label3 div.img {
    margin: 20px 0;
}

#label3 div.img > a {
    display: inline-block;
    background: #fff;
    width: 164px;
    border-radius: 25px;
    overflow: hidden;
    text-align: center;
    height: 190px;
    margin: 15px 25px 15px 0;
}

#label3 div.img > a > b {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
}

#label3 div.img > a > img {
    height: 124px;
}

#label3 a.btnc1 {
    display: block;
    width: 250px;
    margin: auto;
    text-align: center;
    background: var(--color-txt);
    color: #fff;
    padding: 10px;
}

#label5 > div > div > div {
    display: inline-block;
    width: 100%;
    max-width: 464px;
    vertical-align: top;
    margin: 0 40px 40px 0;
}

#label5 .info h1 {
    font-size: 45px;
    margin: 40px 0;
}

#label5 .info h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    margin: 40px 0;
}

#label5 .botx {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

#label5 .botx > div {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}

#label5 .botx > div > s {
    font-size: 14px;
    font-weight: 200;
}

#label5 .botx > div > b {
    display: block;
    font-size: 36px;
    margin: 15px 0;
}

#label5 .botx > div > p {
    font-size: 16px;
    margin: 0;
}

#label5 .botx > div > a {
    margin-top: 20px;
    padding: 7px 40px;
    font-weight: 500;
    border: 3px solid;
}

#sale9 #produktyZkategori2 {
    background: var(--color-box);
}

#label7 > div > b {
    font-size: 45px;
    font-weight: 500;
}

#label7 > div {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

#label7 > div > p {
    font-size: 16px;
    margin: 30px;
    line-height: 2;
}

#label7 > div > a {
    padding: 8px;
    width: 250px;
    font-weight: 500;
}

#label9 h1 {
    font-size: 45px;
    margin: 20px 0;
}

#label9 h2 {
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0;
}

#label9 .img {
    margin: 50px 0;
}

#label9 .img > div {
    display: inline-block;
    width: calc(25% - 34px);
    margin: 0 30px 30px 0;
}

#label9 .img > div > img {
    width: 100%;
}

.label8b {
    text-align: right;
}

.label8b > div {
    display: inline-block;
    width: 50%;
    text-align: left;
    margin: 40px 0;
}

.label8b > div > s {
    display: block;
    font-size: 26px;
    font-weight: 500;
}

.label8b > div > b {
    display: block;
    font-size: 45px;
    font-weight: 500;
    margin: 20px 0;
}

.label8b > div > p {
    display: block;
    font-size: 16px;
    line-height: 2;
    margin: 20px 0;
}

.label8b > div > a {
    width: 260px;
    padding: 7px;
    font-size: 17px;
    font-weight: 500;
    border: 3px solid;
}

.onas23 > div > b, .onas23 > div > s, .onas23 > div > p {
    max-width: 425px;
    margin: 30px 0;
}

#sale9  .label8b {
    background-size: cover;
    background-position: center;
}

#label10, #label10 a {
    color: #fff;
}

#atutyOpisMarki, #powiadomieniaO {
    margin-bottom: 20px;
}

#powiadomieniaO .info {
    position: relative;
    margin: 20px 0;
    font-size: 14px;
}

#powiadomieniaO .info.img > img {
    float: right;
    max-width: 135px;
}



@media (min-width: 2000px) {
    html:has(.miniProd.two.t0) .PageElement {
        position: fixed !important;
        top: 70px;
        left: 0 !important;
        z-index: 999 !important;
        width: calc(100% - 1100px) !important;
        bottom: 0;
        overflow: auto;
        background: #fff;
        scrollbar-color: #052045 var(--color-box);
        scrollbar-width: thin;
    }

    html:has(.miniProd.twc.t0) .miniProdTlo,
    html:has(.miniProd.two.t0) .miniProdTlo {
        display: none;
    }

    html:has(.miniProd.two.t0) .miniProd {
        max-width: 1100px;
        top: 70px;
    }

    html:has(.miniProd.two.t0) #productDesc.boxOp {
        max-width: 100%;
    }
    html:has(.miniProd.two.t0) #gridView .stock[data-v='left'] .sinf {
        right: 0;
        left: auto;
    }
    .miniProd.twc {
        top: 73px;
        right: auto;
    }
    html:has(.miniProd.two.t0) .cs2hkk {
        width: 100%;
    }
    html:has(.miniProd.two.t0) .cs2fkk {
        display: none;
    }
}

@media (max-width: 1700px) {
    .CatMarki .list {
        left: -302px;
        right: 22px;
        border-radius: 25px;
    }
    .CatMarki div.g2a {
        max-height: 120px;
    }
    .CatMarki div.g2b {
        max-height: 380px;
    }
}

@media (max-width: 1630px) {
    footer .f2 div.mb {
        display: none;
    }

    #zaufaliNam > div > div > p > a {
        margin-right: 4vw;
    }
}

@media (max-width: 1600px) {
    .CatMarki div.g2a {
        max-height: 120px;
    }
    .CatMarki div.g2b {
        max-height: 420px;
    }
}

@media (max-width: 1520px) {
    .list-product-box .page-title {
        width: 100%;
    }
    .list-product-box .sortPagiBar {
        /*margin-top: -20px;*/
    }
}

@media (min-width: 1501px) {
    .favoritesCategories .item .title {
        width: calc(100% - 460px);
    }

    .favoritesCategories .item .action {
        width: 450px;
    }

        .favoritesCategories .item .action p {
            display: inline-block;
        }

    .list-product-box .page-title {
        width: 100%;
        padding: 0;
    }
    .sortPagiBar {
        /*position: absolute;*/
        /* top: 2px; */
        /* right: 20px; */
        /* width: auto; */
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .sortPagiBar-right.loOnPN {
        /*top: -40px;*/
    }
    .w4Mi.w3Mi .conten1 > ul > li {
        width: calc(33% - 19px);
    }
}

@media (max-width: 1500px) {
    .NhomePage .nhp2 #sale1 .pball .boxLg.wr1, .NhomePage .nhp2 #sale1 .pball .boxLg.wr2 {
        width: 100%;
    }
    #users .box > p:nth-child(1) {
        width: 100%;
    }
    #users .box > p, #users .box > p:nth-child(2) {
        width: calc(50% - 5px);
    }
    .pba1.wr5 .bx-slider .opis article h1 {
        font-size: 28px;
    }
    .wMar.wMr.wr5 .bx-slider .opis article a {
        width: 180px;
    }
    .wr5 .opiH {
        font-size: 16px;
    }
    .wr5 .opiH s {
        font-size: 22px;
    }
    .list-product-box .sortPagiBar {
        margin-top: -20px;
    }
    .w4Mi.wNbo .conten1 > ul > li {
        width: calc(33% - 19px);
    }
}

@media (min-width: 1441px) {
    .cs2fkk {
        position: sticky;
        top: 76px;
    }

    #sponsorowaneMobile .baT-2 h1, #sponsorowaneMobile .baT-3 h1 {
        height: 56px;
    }

    #sponsorowaneMobile .baT-2 h2, #sponsorowaneMobile .baT-3 h2 {
        height: 115px;
        margin: 0;
    }

    #sponsorowaneMobile .baT-2 .sImg > div, #sponsorowaneMobile .baT-3 .sImg > div {
        height: 215px;
    }

    #sponsorowaneMobile .baT-2 .sImg > div > img, #sponsorowaneMobile .baT-3 .sImg > div > img {
        height: auto;
        width: 100%;
    }

    #sponsorowaneMobile .baT-2 h1, #sponsorowaneMobile .baT-2 h2, #sponsorowaneMobile .baT-2 .sImg > div, 
    #sponsorowaneMobile .baT-3 h1, #sponsorowaneMobile .baT-3 h2, #sponsorowaneMobile .baT-3 .sImg > div {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #sponsorowaneMobile .baT-2 a, #sponsorowaneMobile .baT-3 a {
        margin-top: 20px;
    }
}

@media (max-width: 1440px) {
    #zaufaliNam > div > div, #zaufaliNam > div > p {
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }

    #zaufaliNam > div > div > p > a {
        margin-right: 6vw;
    }

    .cs2fkk, .cs2hkk {
        width: 100%;
    }

    #promocjeMobile:has(.ban-2), #promocjeMobile:has(.ban-3) {
        width: calc(100% - 50px);
    }

    #promocjeMobile.boxLg.wMar:has(.ban-2), #promocjeMobile.wMar .bx-slider > li.ban-2 > div {
        height: auto;
    }

    #sponsorowaneMobile:has(.baT-2), #sponsorowaneMobile:has(.baT-3) {
        width: calc(100% - 40px);
        padding-left: 10px;
    }

    #sponsorowaneMobile .baT-2 h1, #sponsorowaneMobile .baT-2 h2,
    #sponsorowaneMobile .baT-3 h1, #sponsorowaneMobile .baT-3 h2 {
        padding-right: 210px;
        max-width: 100%;
    }

    #sponsorowaneMobile .gradient h1 {
        max-width: none;
    }

    #sponsorowaneMobile.boxLg.wMar:has(.baT-2), #sponsorowaneMobile.wMar .bx-slider > li.baT-2 > div, 
    #sponsorowaneMobile.boxLg.wMar:has(.baT-3), #sponsorowaneMobile.wMar .bx-slider > .baT-3 > div {
        height: auto;
    }

    #sponsorowaneMobile .baT-2 img, #sponsorowaneMobile .baT-3 img {
        display: none;
    }

    #promocjeMobile li.ban-2 > div {
        display: flex;
    }

    #promocjeMobile li.ban-2 .opis,
    #promocjeMobile li.ban-2 .produ {
        position: relative !important;
        margin-bottom: 60px;
    }

    #sponsorowaneMobile .baT-2 .opis, #sponsorowaneMobile .baT-3 .opis {
        position: relative !important;
    }

    #sponsorowaneMobile .baT-2 a, #sponsorowaneMobile .baT-3 a {
        position: absolute;
        top: calc(50% - 8px);
        right: 0;
    }

}

@media (min-width: 1401px) {
    header > .box1 > form {
        margin-left: 203px;
    }
}

@media (min-width: 1441px) AND (max-width: 1555px) {
    #promocjeMobile li.ban-2 .timeN > div > div {
        width: 40px;
    }
}

@media (max-width: 1400px) {

    .CatMarki div.g2a {
        max-height: 160px;
    }

    .CatMarki div.g2b {
        max-height: 460px;
    }

    .headerRight > div > s {
        display: none;
    }

    html.p100:not(.nac) .headerRight > div {
        /*padding: 0 10px;*/
    }

    .headerRight > div:hover > s {
        position: absolute;
        bottom: 4px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }

    html.p100:not(.nac) .headerRight > div > s {
        /*display: none;*/
    }
    .ProdBox5.step > div.pb7 {
        width: 90px;
    }

    .ProdBox5.step > div.pb7 > div {
        width: 60px;
    }
    .ProdBox5.step > div.pb7 > div i.check {
        top: 1px;
        right: 20px;
    }
    .ProdBox5 .txr.pb7 .btn-addToCart.rea i.i6.cart:before {
        left: 19px;
    }
}

@media (min-width: 1301px) {
    header .headerLeft > form > div {
        width: 210px;
    }
}

@media (max-width: 1300px) {
    .ProdBox5 > div.pb3, .ProdBox5 > div.pb6, .ProdBox5 > div.pb7 {
        /*vertical-align: bottom;*/
    }

    .ProdBox5 > div.pb4 {
        position: absolute;
        right: 20px;
        top: 0;
    }

    .ProdBox5.ssli > div.pb4 {
        right: 41px;
    }

    .ProdBox5:not(.ssli) > div.pb5 {
        position: absolute;
        right: 20px;
        bottom: 0;
    }

    .ProdBox5 > div.txr.pb4 {
        width: auto;
    }

    .ProdBox5 .price s, .ProdBox5 .total > s {
        display: inline-block;
    }

    #CartStep2 .ProdBox5 > div.pb4, #CartStep2 .ProdBox5 > div.pb5 {
        position: initial;
    }

    footer .f2 > div {
        display: inline-block;
    }

    footer .f2 > div.col1 {
        max-width: 362px;
    }

    footer .f2 > div.col2 {
        max-width: 297px;
        float: right;
    }

    .mjKonto > div {
        right: 30px;
    }

    .address-tab-kk, .comments-mag-kk {
        width: 100%;
    }

    .address-tab-kk .address-select {
        width: auto;
    }

    .comments-mag-kk .comments-mag {
        margin: 20px;
    }

    .pba1.wr5 .bx-slider .opis article h1 {
        font-size: 22px;
    }

    .wr5 .opiH s {
        font-size: 18px;
    }

    .wr5 .opiH i {
        display: block;
    }

    .wMar.wMr.wr5 .bx-slider > li > div > div.opis {
        padding: 20px;
    }

    .wMar.wMr.wr5 .bx-slider .opis article a {
        width: 140px;
    }
}

@media (min-width: 1201px) {
    /*
    .NhomePage .nhp2 div.boxLg.allP {
        position: relative;
        left: -323px;
        width: calc(100% + 280px);
        z-index: 16;
    }
    */
    body:not(#pl3) .boxLg.producenci > .tfonews > .header, body:not(#pl3) .boxLg.producenci > .tfonews > .conten2 {
        display: none;
    }
    body#pl2 .NhomePage .nhp2 .PageElement {
        position: relative;
        left: -323px;
        width: calc(100% + 320px);
        z-index: 16;
    }
    body#pl2 .compatibleAccessories, body#pl2 .allCategories, body#pl2 .producenci, body#pl2 .advertising {
        display: none;
    }
    /*
    html.sp .boxLg.producenci {
        position: fixed;
        top: 70px;
        left: 0;
        width: 300px;
        z-index: 5;
    }
    */
    html.sp .NhomePage {
        display: flex;
    }
    .nhp2c.nb1 {
        margin-left: -323px;
    }
}

@media (min-width: 1201px) AND (min-height: 600px) {
    html.sp .boxLg.producenci {
        position: sticky;
        top: 90px;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 110px);
        z-index: 9;
    }
}

@media (max-width: 1200px) {

    .headerLeft figure {
        width: auto;
    }

    .NhomePage .nhp2 {
        width: 100%;
    }

    .box1 i.menu1, .box1 i.user1 {
        display: block;
    }

    header .box1 {
        text-align: center;
        width: 100%;
        border-radius: 0 0 20px 0;
    }

    header figure img {
        height: 55px;
    }

    header > .box1 > form {
        display: none;
    }
    header .headerLeft i.menu1 {
        display: inline-block;
        position: absolute;
    }

    .headerLeft figure {
        margin-left: 60px;
    }

    .headerLeft div.skin_c {
        display: none;
    }
    .NhomePage .nhp1 {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 400px;
        background: #fff;
        z-index: 30;
        margin-bottom: 0;
    }

        .NhomePage .nhp1.act {
            display: block;
            overflow: auto;
        }

        .NhomePage .nhp1 > .boxLg {
            transform: none !important;
            margin: 20px !important;
            width: calc(100% - 40px);
        }

        .allCate .firstC .NextC1,
        .NhomePage .nhp1 > .boxLg {
            display: none;
        }

        .secKat {
            display: block
        }

    .CatMarki {
        display: none;
    }
    .NhomePage .nhp2 div.boxLg.SaleItem {
        width: calc(100% - 41px);
    }
    .pro_attr .att2 > div > div, .pro_att2 .att2 > div {
        width: 95% !important;
    }
    .btn-addToCart.rea i.i6.cart:before {
        left: 50px;
    }
    .nhp1[data-c="allCategories"] .allCategories .mlm {
        height: 400px;
        opacity: 1;
    }
    #label5 .img {
        white-space: nowrap;
        overflow: auto;
    }
    #label5 > div > div > div {
        white-space: normal;
    }
}

@media (max-width: 1250px) {
    .headerRight > div.usermes {
        display: none;
    }
}

@media (max-width: 1100px) {
    .cs5hkk, .cs5fkk {
        width: 100%;
    }
    .cs5fkk > div {
        border: none;
    }
    #sale3 .now3 li {
        width: calc(100% - 19px);
    }
    .wr5 .opiH i {
        margin: 15px 20px 15px 0;
    }
}

@media (max-width: 1040px) {
    .onas1a > div {
        display: flex;
        flex-direction: column;
    }
    .onas1a > div > section {
        padding: 0 10px 30px 10px;
        width: 100%;
    }
    .onas1a > div > img {
        border-radius: 25px;
        width: 100%;
    }
    div.onas1a {
        z-index: 2;
        overflow: inherit;
    }
    div.onas1a:before {
        content: '';
        position: absolute;
        top: -70px;
        left: -21px;
        right: -21px;
        bottom: -40px;
        background: #ffffff;
        z-index: 1;
    }
    div.onas1a > div {
        position: relative;
        z-index: 2;
    }
    .onas2 > div > div {
        margin: 20px;
    }
    .onas2:not(.all) > div > div:nth-child(n+5) {
        display: none;
    }
    .onas2 > a {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 500;
        min-width: 260px;
        padding: 10px;
    }
    .onas2.all > a {
        display: none;
    }
    .onas7 > .grid > div {
        margin: 10px;
    }
    .ladi46 .list > div {
        width: 100%;
        text-align: center;
        max-width: 668px;
    }
    .box2black > div > div {
        display: block;
        width: 100% !important;
        padding: 0 0 20px 0 !important;
    }
    .boxCar div.grid > div {
        width: calc(100% - 57px);
    }
    .onas11 > .grid {
        width: 100%;
        text-align: right;
    }
    .onas21 > div {
        flex-direction: column-reverse;
    }
    .onas21 > div > div {
        width: 100%;
    }
    .label8b > div {
        width: 100%;
    }
    .onas23 > div > b, .onas23 > div > s, .onas23 > div > p {
        max-width: 100%;
    }
}

@media (min-width: 991px) AND (max-width: 1199px) {
    .headerLeft .skib > i, .headerLeft .maps > i, .headerRight > .support, .headerRight > .inotice, .headerRight > .shopLis {
        display: none;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 100px;
    }

        body > header {
            height: 105px;
        }

    #productDesc.boxOp ul.header {
        top: 104px;
    }

    .headerLeft.search {
        width: calc(100% - 10px);
    }

    #noLo header .headerLeft > form {
        width: calc(100% - 32px);
    }

    #isLo header .headerLeft > form {
        width: calc(100% - 125px);
    }

    header .headerLeft > form > div.serInp {
        width: calc(100% - 240px);
    }

    header .headerLeft > form > div.searchKate {
        width: 50%;
        max-width: 200px;
    }

    #noLo .qr-scanner, #noLo .promotion {
        display: none;
    }

    body .NhomePage .nhp1 {
        top: 98px;
    }

    html.p100 .NhomePage .nhp1 {
        /*top: 50px;*/
    }

    .NhomePage .nhp1 {
        margin-bottom: 0;
    }

        .NhomePage .nhp1 .advertising {
            display: none;
        }

    .headerCenter .promotion > i {
        display: inline-block;
    }

    .NhomePage .nhp2 div.boxLg.SaleItem {
        display: none;
    }

    #partner > div.conten2 > p {
        padding: 20px;
    }

        #partner > div.conten2 > p > b {
            font-size: 38px;
        }

    .mjKonto > div {
        width: 380px;
    }

    .boxCh {
        width: calc(100% - 17px);
        height: auto;
    }

    #atutyMobile .boxCh:last-child {
        margin-top: 40px;
    }

    .wMar .bx-slider .opis article h1 {
        font-size: 28px;
    }

    #complaints.new .proUwa {
        border: 1px solid #fff;
        margin: 10px;
    }

    #divInpUserCsvTyp > div {
        width: 100%;
    }

    .f1 > div.col1, .f1 > div {
        display: inline-block;
        width: 50%;
    }

        .f1 > div.col5 {
            position: absolute;
            top: 27px;
            right: 0;
            width: auto;
            /*z-index: 9;*/
            background: var(--color-txt);
            padding: 0 20px 0 20px;
            border-radius: 25px;
        }

    .list-product-box .page-title {
        width: 100%;
    }

    .shoppingList .item > div.liczba {
        position: absolute;
        top: 41px;
        right: 0;
    }

    .shoppingList .item > div.suma {
        position: absolute;
        bottom: 51px;
        right: 0;
    }

    .shoppingList .item > div > s {
        font-size: 14px;
    }

    .shoppingList .item .action p {
        top: 0;
    }

    .shoppingList .item > div.title {
        width: calc(100% - 210px) !important;
        height: 137px;
    }

    .shoppingList .tfolists .item .action p, .shoppingList .tfolists .item .action i {
        display: inline-block;
    }

    .shoppingList .tfolists .item .action i {
        margin: 10px;
    }

    #sale4.act .boxLg {
        height: auto;
    }

    #sale4 .boxLg li {
        position: initial;
        width: 100%;
        margin: 10px 0;
    }

    #settings .box, #settings .boe {
        width: 100%;
    }

    #settings .w_zgod {
        position: relative;
        display: block;
        width: 100%;
    }

    #settings .save-settings {
        text-align: right;
    }

    .wMar.wMr.wr5 .bx-slider > li > div > div.produ {
        bottom: calc(52% - 30px);
        width: 100%;
        right: 0;
        max-width: 100%;
    }

    .wMar.wMr.wr5 .bx-slider > li > div > div.opis {
        top: 48%;
        width: 100%;
    }

    .wMar.wMr.wr5 .bx-slider > li > div {
        height: 700px;
    }

    .list-banner-m {
        text-align: left;
        white-space: nowrap;
        overflow: auto;
        height: auto !important;
    }

    .list-banner-mb.spw .showAll {
        display: none;
    }

    html.bpop.hint body > header > div {
        position: initial;
    }

    .showMSG {
        top: 95px;
    }

    .popup .zgodamarke .zg5, .popup .zgodamarke .zg4 {
        min-width: auto;
    }

    html div.cs2ref {
        top: 110px;
    }

    .headerLeft figure .NewPage {
        display: none;
    }
    html.nac body > header {
        transform: translateY(-105px);
    }
    html.nac header .headerLogo {
        top: 100px;
    }
    .miniProd.full, .miniProd.full ~ .miniProdTlo {
        top: 105px;
    }
    .onas14 > section {
        text-align: left;
    }
    .onas14 > section > h1 {
        margin: 40px 0;
    }
}

@media (max-width: 960px) {
    .onas2 > div > div {
        max-width: 100%;
    }
    .boxLg.noco #sale8 .boxLg {
        width: calc(100% - 30px) !important;
    }
}

@media (min-width: 901px) {
    i.etyEne {
        top: 4px;
    }
    .ProdBox5.step.c2 .aPodobne.c_pod, .ProdBox5.step.c3 .aPodobne.c_pod {
        position: absolute;
        display: block;
        bottom: 0;
        right: 57px;
        white-space: nowrap;
        padding: 5px 10px;
        border-radius: 25px;
        border: 2px solid var(--color-txt);
    }
    .ProdBox5.step.c2 .aPodobne.c_pod s, .ProdBox5.step.c3 .aPodobne.c_pod s {
        font-size: 12px;
    }
    .ProdB1 .product-img, html .ProdB1.lpb3 .product-gallery {
        position: sticky;
        top: 80px;
    }
}

@media (max-width: 900px) {
    i.etyEne {
        bottom: 0;
    }

    .showPakiet .paki {
        width: 100%;
        height: calc(100% - 57px);
    }

    .showPakiet .pimg {
        display: none;
    }

    .ProdBox2 .product-name {
        height: 55px;
    }

    .ProdBox2 .h-p {
        min-width: 100%;
        max-height: 100%;
    }

    .address-tab-kk .order-ct .invoice-data {
        width: auto;
    }

    .liProdBox4 {
        position: relative;
    }

        .liProdBox4 > div.pbc2 {
            width: calc(100% - 300px);
        }

        .liProdBox4 > div.pbc1 {
            position: absolute;
            top: 5px;
            left: 0;
            width: auto;
        }

        .liProdBox4 .marka {
            visibility: hidden;
        }

        .liProdBox4 i.i6.eye {
            display: inline-block;
        }

        .liProdBox4 .imgBox, .liProdBox4 .imgBox .emptyBox i {
            position: relative;
            visibility: hidden !important;
            z-index: 1;
        }

        .liProdBox4 .favo:has(> i.eye:hover) ~ .imgBox {
            visibility: visible !important;
        }

    #company .box, #company .boe {
        width: 100%;
    }
    /**/
    form.show-form, form.show-form h4 {
        position: initial;
        text-align: right;
    }
    /**/
    .paymentsItem .pi1 > div {
        width: 100% !important;
        text-align: left;
    }

    .paymentsItem .pi1 s {
        display: inline-block;
        font-size: 14px;
        opacity: 1;
        font-weight: 300;
        width: 180px;
    }

    .paymentsItem .pi1 a, .paymentsItem .pi1 a:nth-child(2), .paymentsItem .pi1 b {
        display: inline-block;
    }

        .paymentsItem .pi1 a.btn2 {
            position: absolute;
            top: 15px;
            right: 15px;
        }

            .paymentsItem .pi1 a.btn2.xml {
                top: 55px;
            }

    .paymentsItem .pi1 s:after {
        content: ':';
    }
    /**/
    .ProdB1 .product-img, .ProdB1 .product-right, .ProdB1 .product-img {
        width: 100%;
        max-width: 100%;
    }
    .miniProd .ProdB1.product .product-title h1 {
        position: absolute;
        top: -53px;
        left: 0;
        right: 40px;
        display: flex;
        align-items: center;
        height: 60px;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .miniProd i.clos1 {
        top: -7px;
        right: -7px;
    }
    .ProdB1 .product-right {
        padding: 0;
    }
    .miniProd .breadcrumbs {
        visibility: hidden;
        height: 42px;
    }
    .boxOp .tab .tab-body i.i6.si {
        right: 0;
    }
}

@media (min-width: 850px) {
    .boxLg.nomr .tfolists .item .action p {
        display: inline-block;
    }

    .boxLg.nomr .tfolists .item .action {
        width: 460px;
    }

    .boxLg.nomr .tfolists .item .title {
        width: calc(100% - 465px);
    }

    .boxLg.nomr .tfolists .item .action i {
        margin: 10px;
    }

}

@media (max-width: 799px) {
    /* ban-2 */
    #promocjeMobile li.ban-2 article, #promocjeMobile li.ban-2 .produ, #promocjeMobile.wMar .bx-slider > li.ban-2 > div > div, #promocjeMobile li.ban-2 a.btnc1 {
        position: inherit;
    }

    #promocjeMobile li.ban-2 article {
        display: block;
        height: auto;
    }

    #promocjeMobile li.ban-2 a.btnc1 {
        float: right;
    }

    #promocjeMobile li.ban-2 .produ {
        padding: 30px 10px 60px 30px !important;
    }

    #promocjeMobile li.ban-2 .timeN {
        padding: 10px;
    }

    #promocjeMobile li.ban-2 .timeN > div > div {
        width: 50px;
    }

    #promocjeMobile li.ban-2 > div {
        display: flex;
        flex-direction: column;
    }

    #promocjeMobile li.ban-2 .produ {
        order: 1;
        max-width: 100% !important;
    }

    #promocjeMobile li.ban-2 .opis {
        order: 2;
    }

    #promocjeMobile li.ban-2 a.btnc1 {
        float: none;
    }

    #promocjeMobile li.ban-2 .opis {
        margin-bottom: 70px;
    }
    #sponsorowaneMobile .baT-2 a, #sponsorowaneMobile .baT-3 a {
        position: inherit;
    }
    #sponsorowaneMobile:has(.baT-2), #sponsorowaneMobile:has(.baT-3) {
        width: calc(100% - 50px);
        padding-left: 0;
    }
    #sponsorowaneMobile .baT-2 h1, #sponsorowaneMobile .baT-2 h2, #sponsorowaneMobile .baT-3 h2 {
        padding-right: 0;
    }
    .rejStep1 .option-box {
        width: calc(100% - 42px);
    }
    .rejStep2 .boxOp {
        width: calc(100% - 2px);
    }
    #promocjeMobile:has(.ban-3) {
        width: calc(100% - 41px);
    }
    #promocjeMobile li.ban-3 .produ {
        padding: 0 !important;
    }
    #promocjeMobile.wMar .bx-slider > li.ban-3 > div > div {
        position: initial;
    }
    #sponsorowaneMobile .baT-3 h1, #sponsorowaneMobile .baT-3 h2 {
        padding: 0 0 30px 0;
        text-align: center;
    }
}

@media (min-width: 801px) and (max-width: 1300px) {
    .nhp3 .boxMR2m > ul, .nhp1m > ul {
        min-height: 398px;
    }
}

@media (min-width: 801px) and (max-width: 1199px) {
    .NhomePage .nhp1 > .boxLg.act {
        height: 398px;
    }

        .NhomePage .nhp1 > .boxLg.act > div {
            border-radius: 0 20px 20px 0;
        }
}

@media (min-width: 801px) AND (max-width: 1100px) {
    .pba1 .bx-slider > li > div > div.opis,
    .pba1 .bx-slider > li > div > div.produ {
        width: 50%;
    }
}

@media (min-width: 801px) AND (max-width: 900px) {
    .wMar.pba1 .bx-slider > li > div > div.opis {
        padding: 20px;
    }
    .he2 .headerRight > div {
        padding: 7.5px 10px;
    }
    #promocjeMobile li.ban-2 .timeN > div > div {
        width: 65px;
    }
}

@media (max-width: 800px) {
    body {
        /*padding-top: 60px;*/
    }

    .headerRight .search.mob {
        position: fixed;
        display: block;
        left: 60px;
    }

    body.l2 header .headerLeft > form, body.l2 .headerLeft > form input, body.l2 .headerLeft > form select {
        background: #000;
    }

        body.l2 header .headerLeft > form input.search__input:focus {
            /*border-bottom: 1px solid #464648;*/
        }

    header.ams .headerRight .search.mob > i {
        background-position: -565px -96px;
        background-image: url(/skin/3/gif/icons_5.svg);
    }

    .headerLeft figure {
        /*margin: 0;*/
    }

    .NhomePage .nhp1m, .NhomePage .boxMR2m {
        position: initial;
        margin: 0;
    }

    .nhp1m.ope > ul {
        border-radius: 0;
    }

    header > div.he2 {
        display: none;
    }

    .PageElement.nhp2 {
        width: 100%;
    }

    .NhomePage .nhp2 {
        padding-bottom: 0;
        background: #f2f2f2;
    }

    body.l1 > footer:after {
        background: #f2f2f2;
    }

    .nhp1m > ul > li > i.three {
        margin-top: 10px;
    }

    header .headerLeft i.menu1 {
        display: inline-block;
        position: absolute;
        top: 0;
    }

    header .headerLeft i.menu1 {
        left: 0;
    }

    header .headerLeft i.search.mob {
        top: 0;
        right: 125px;
        margin: 15px;
        display: block;
    }

    #noLo .headerLeft i.user {
        top: 5px;
        right: 45px;
        display: block;
        margin: 20px;
    }

    .headerLeft, body > header:before {
        right: 0;
        border-radius: 0;
        /*text-align: center;*/
    }

    .headerCenter, header .headerLeft > form {
        /*display: none;*/
    }

    header.ams .headerLeft > form {
        display: inline-block;
        position: fixed;
        left: 50%;
        top: 65px;
        transform: translateX(-50%);
        width: 420px;
        margin: 0;
    }

    .nhp3 .boxMR2m > ul, .nhp1m > ul {
        width: 100%;
        display: table;
        margin: 0;
        border-radius: 0;
        height: auto;
    }

    .nhp3 .boxMR2m, .nhp1m {
        width: 100%;
    }

    .NhomePage .nhp1m, .NhomePage .boxMR2m {
        position: sticky;
        top: 95px;
        z-index: 20;
        border-top: 1px solid #f6bf00;
    }

    .nhp3 .boxMR2m li, .nhp1m li {
        vertical-align: middle;
        display: table-cell;
    }

    .nhp3 .boxMR2m i, .nhp1m i {
        margin: 10px;
    }

    .NhomePage .nhp1 {
        display: none;
    }

    html.nac .NhomePage .nhp3, html.nac .NhomePage .nhp1 {
        transform: translateY(100px);
        transition: .5s;
    }

    .NhomePage .nhp1 > .boxLg.act, .NhomePage .nhp3 .boxMR2 > .boxLg.act {
        top: 60px;
        left: 0;
        margin: 0;
        right: 0;
        bottom: 92px;
        width: 100%;
        border-radius: 0;
        transition: .5s;
    }

    body:not(#pl3) .nhp1m li:nth-child(1) {
        /*display: table-cell;*/
    }

    .NhomePage .nhp1 > .boxLg.act {
        height: auto;
    }

        .NhomePage .nhp1 > .boxLg.act.allCategories {
            top: 40px !important;
            bottom: 75px !important;
        }

    .nhp3 .boxMR2m.ope > ul {
        border-radius: 0;
    }

    .nhp1 .threeDots {
        height: auto;
    }

    .nhp3 .boxMR2 > .boxLg.act > div {
        border-radius: 0;
    }

    .nhp3 .boxMR2 .boxLg .content {
        max-height: 100%;
        height: calc(100% - 52px);
        border-radius: 0;
    }

    .nhp3 .boxMR2 .boxLg.rightCartMobile .content {
        height: calc(100% - 170px);
    }

    div#rightCartMobile {
        border-radius: 0;
    }

    #userMobile #userboxform, #userMobile .header > b {
        display: none;
    }

    #userMobile .userSettings {
        display: block;
    }

    #userMobile .header > div {
        display: inline-block;
    }

    #userMobile .userSettings a {
        display: block;
        margin: 20px 0 0 75px;
        font-size: 14px;
    }

    body.l1 .nhp3 .boxMR2m > ul, body.l1 .nhp1m > ul {
        height: auto;
    }

    #userMobile .userSettings {
        overflow: auto;
        height: calc(100% - 60px);
    }

    .wMar .balls {
        left: 0;
        transform: translateX(20px);
        bottom: 15px;
    }

    .wMar .tfonew footer > div:nth-child(1),
    .wMar.wMr .tfonew footer > div:nth-child(1) {
        left: -15px;
        bottom: calc(50% - 40px);
    }

    .wMar .tfonew footer > div:nth-child(3) {
        right: 0;
        bottom: calc(50% - 40px);
    }

    #nowosciMobile .tfonew footer > div:nth-child(3) {
        right: 20px;
    }

    #nowosciMobile .tfonew footer > div:nth-child(1) {
        left: 20px;
    }

    #nowosciMobile, #promocjeMobile, #zapowiedziMobile, #sponsorowaneMobile, #atutyMobile, #benefityMobile, .boxLg.mmB, #newDeliveriesMobile, #rekomendowaneMobile, #newProductsMobile, #lastSeenMobile, #lastBoughtMobile {
        width: calc(100% - 41px);
        margin: 20px;
        padding: 0;
    }

    .boxLg .s_ai_product, div.newDeliveries {
        padding: 0;
    }

        .boxLg .s_ai_product .sap_t {
            padding: 20px 10px 10px 10px;
        }

    .boxLg.mult .s_ai_product .sap_h i.fa-angle-right {
        right: -21px;
    }

    .boxLg.mult .s_ai_product .sap_h i.fa-angle-left {
        left: -21px;
    }

    .qr-scanner.mob {
        display: block;
        position: fixed !important;
        left: 103px;
        top: 18px;
        width: 35px !important;
        margin: 0;
        padding: 0 !important;
    }

    .etapyZamowienia .ezTxt > p {
        display: none;
    }

    .ProdBox5.step > div.pb3 {
        position: absolute;
    }

    .products.wl1 > li > div.pbns > div, .products.wl2 > li > div.pbns > div, .productOtherP .product_list > li > div.pbns > div {
        display: inline-block;
    }

    .ProdBox5.pbns {
        display: inline-table;
    }

        .ProdBox5.pbns div.pb1 {
            margin: 35px 0 0 0;
        }

        .ProdBox5.pbns > div.pb2 {
            width: calc(100% - 140px);
            margin: 45px 0 0 0;
        }

    #gridView.wl2 .ProdBox5.pbns > div.pb2 {
        width: calc(100% - 62px);
    }

    .ProdBox5.pbns > div.pb2 .favo {
        position: absolute;
        top: 5px;
        left: 10px;
        right: 10px;
    }

        .ProdBox5.pbns > div.pb2 .favo .flag {
            float: right;
        }

    .ProdBox5.pbns > div.pb3 {
        float: right;
        padding: 0 10px;
        margin-top: -15px;
    }

    #gridView.wl2 .ProdBox5.pbns > div.pb3 {
        margin-top: 75px;
    }

    .list-product-box .page-title .h2 {
        padding-right: 30px;
    }

    .ProdBox5.pbns > div.pb4 {
        position: initial;
        float: left;
        padding: 0 10px !important;
        white-space: nowrap;
    }

    .ProdBox5 > div.pb4 .price s {
        display: none;
    }

    .ProdBox5 > div.pb4 .price b {
        font-size: 20px;
    }

    .ProdBox5.pbns > div.pb5 {
        position: initial;
        clear: both;
        display: block !important;
        visibility: hidden;
        height: 1px;
        margin: auto;
        padding: 0;
    }

    .ProdBox5.pbns > div.pb6 {
        float: left;
        padding: 10px;
        width: auto;
    }

    .ProdBox5.pbns > div.pb7 {
        float: right;
        width: auto;
        padding: 12px 0;
    }

    #product-ct .product-img .product-attributes {
        display: none;
    }

    .ProdBox5 .titm {
        /* display: none; */
    }

    #porders2.modal-dialog {
        width: calc(100% - 20px);
    }

    .ProdB1.product .product-attributes .atrybut.ato > div {
        height: auto;
        max-height: none;
    }

    .list-product-box .page-title .h2 {
        font-size: 22px;
        display: block;
    }

    .ProdBox5 .price u.od {
        display: inline-block;
    }
    .stock .datad {
        left: -20px !important;
    }
    .stock {
        padding-left: 0 !important;
    }
    .w4Mi.wNbo .conten1 > ul > li {
        width: calc(50% - 21px);
    }
    #markiMobile.onas6 .bx-slider.marki .opis {
        margin-top: -55px;
    }
    .benefits-container > div {
        width: calc(100% - 40px);
    }
}

@media (max-width: 799px) {
    .breadcrumbs-list {
        height: auto;
        padding-bottom: 10px;
        padding: 0 70px 10px 0;
    }

    .ProdB1 > div {
        display: block;
        width: 100%;
    }

    .h-p .button {
        width: 75px;
    }
    .boxLg.wMar.wr1, .wMar.wr1 .bx-slider > li > div,
    .boxLg.wMar.wr2, .wMar.wr2 .bx-slider > li > div {
        height: auto;
    }
    .wMar .bx-slider > li > div > div {
        position: relative;
    }
    .wMar.wNbo .bx-slider > li > div > div,
    #promocjeMobile.wMar .bx-slider > li > div > div {
        position: absolute;
        width: 100%;
    } .pba1 .bx-slider > li > div > div.produ {
        margin: auto;
    } .boxLg.wMar, .wMar .bx-slider > li > div {
        /*height: auto;*/
    } .wMar.wr1 .bx-slider > li > div > div.produ {
        max-width: 100%;
        width: 100%;
    } #nowosciMobile .bx-slider > li > div > div.opis {
        height: 500px;
        padding: 20px;
    } #nowosciMobile .bx-slider > li > div > div.produ {
        height: 400px;
    } #nowosciMobile .bx-slider .opis article h1 {
        max-height: 133px;
    } #nowosciMobile .bx-slider .opis article h2 {
        max-height: 173px;
    }
    .wMar.wMr.wr5 .bx-slider > li > div > div {
        position: absolute !important;
    }
    .wMar.wMr.wr5 .bx-slider > li > div > div.produ {
        bottom: calc(55% - 30px);
    }
    .wMar.wMr.wr5 .bx-slider > li > div > div.opis {
        top: 45%;
    }
    .boxLg.mmB > div > div > a {
        position: initial;
        display: block;
        text-align: right;
        text-decoration: underline;
    }
}

@media (max-width: 767px) {
    .modal-dialog {
        max-width: calc(100% - 20px) !important;
    }
}

@media (min-height: 600px) AND (max-height: 730px) {
    .headerRight div.spop > .hpop > ul > li > a {
        padding: 5px 15px;
    }
}

@media (max-width: 720px) {
    div.spop > .hpop {
        position: fixed;
        right: 5px;
        left: 5px;
        top: 65px;
        max-width: 97%;
        overflow-x: hidden !important;
    }

    html.p100 div.spop > .hpop {
        /*top: 75px;*/
    }

    .wMar:not(.wr1) .bx-slider > li > div > div {
        width: 250px;
    }
    .wMar.wNbo .bx-slider > li > div > div {
        width: 100%;
    }

        .wMar:not(.wr1) .bx-slider > li > div > div.produ {
            max-width: calc(100% - 260px);
        }

    .wMar.w4Ma .conten1 > ul > li, .wMar.w4Ma.w8Ma .conten1 > ul > li {
        width: 100%;
    }

    #partner {
        height: 730px;
    }

        #partner > div {
            display: block;
            width: 100%;
        }

    .mjKonto > div {
        right: 22px;
        left: 22px;
        width: calc(100% - 44px);
        /* transform: translateX(50%); */
    }

    .f1 > div {
        width: 100%;
        display: block;
    }

    .f1 {
        text-align: center;
    }

        .f1 > div.col1, .f1 > div {
            display: inline-block;
            width: 100%;
        }

            .f1 > div.col1 {
                margin-top: 50px;
            }

            .f1 > div.col5 {
                top: 10px;
                left: 0;
                text-align: center;
            }

    p.social > b {
        display: inline-block;
    }

    .col5 div.maps {
        max-width: initial;
    }

    .f2 > div {
        display: block;
        text-align: center;
        width: 100% !important;
        padding: 0 !important;
    }

    .hpop .itemC > div:nth-child(3) {
        clear: both;
        width: 100%;
    }
    /*
    .hpop .itemC > div.txr {
        display: block !important;
    }

    .hpop .itemC > div {
        display: inline-block;
        border: none !important;
    }

    .hpop .itemC > div:nth-child(2) {
        width: calc(100% - 60px);
    }

    .hpop .itemC {
        padding: 5px;
    }

    .hpop .itemC > div:nth-child(3) {
        width: 100%;
    }

    .hpop .itemC > div.txr > div {
        display: inline-block;
        width: 145px;
    }
    */
    .ssitem .sstxr {
        display: none;
    }

    body > footer .f2 > div {
        display: block;
        margin: auto;
        float: none !important;
        width: 100% !important;
        text-align: center !important;
    }

    body > footer .f2 h4 {
        display: block;
        margin-top: 25px;
    }

    body > footer .f2 h4 > i {
        display: none;
    }

    body > footer .f2 div.mb {
        display: block;
    }

    #zaufaliNam > div > div > p > a {
        width: 165px;
        text-align: center;
        margin: 10px auto;
    }

    .hpop .itemC > div > p > a {
        display: flex;
        align-items: center;
        height: 73px;
        max-height: initial;
        flex-wrap: wrap;
    }
    /**/
    footer .f1 {
        padding-bottom: 0;
    }
    footer .f2 {
        padding-top: 0;
    }
    footer .f1 .fma .mb b, footer .f2 .fma .mb b, footer .f2 .fma > h4 {
        cursor: pointer;
    }
    footer .f1 .fma .mb b:after, footer .f2 .fma .mb b:after, footer .f2 .fma > h4:after {
        content: '';
        content: '\f107';
        font: normal normal normal 18px/1 FontAwesome;
        margin-left: 10px;
        transition: .5s;
        display: inline-block;
    }

    footer .f1 .fma.act .mb b:after, footer .f2 .fma.act .mb b:after, footer .f2 .fma.act > h4:after {
        transform: rotate(180deg);
    }

    footer .f1 .fma > p, footer .f2 .fma > p, footer .f2 .fma .maps {
        display: none;
    }

    footer .f1 .fma.act > p, footer .f2 .fma.act > p, footer .f2 .fma.act .maps {
        display: block;
    }

}

@media (min-width: 701px) {
    .ProdB1 .product-gallery-thumb-list-img {
        padding: 10px 20px;
        text-align: center;
        position: relative;
    }
    .product-gallery-thumb-list-img ul {
        overflow: auto;
        height: 85px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 10px 0 0 0;
        /*align-content: center;*/
    }

    .cs2hkk .cart-summation, .cs2hkk .cart_r {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .cs2hkk .cart_r {
        width: 69%;
    }

    .cs2hkk .cart-summation {
        width: 30%;
        text-align: right;
    }

    .cs2hkk .cart-summation p {
        display: inline-block;
        padding-right: 32px;
    }
}

@media (max-width: 700px) {
    #nowosciMobile.wMar, .boxLg.partner {
        margin: 0;
        width: 100%;
        border-radius: 0;
    }
    #nowosciMobile.wMar > div, #nowosciMobile.wMar > div > div, #nowosciMobile.pba1 .bx-slider > li > div,
    .boxLg.partner > div, .boxLg.partner > div > div, .boxLg.partner .bx-slider > li > div {
        border-radius: 0 0 25px 25px;
    }
    .ProdB1 > div.tr > div {
        width: 100%;
        display: inline-block;
    }
    .NhomePage .nhp2 div.boxLg, #zaufaliNam {
        margin: 10px 5px;
        width: calc(100% - 10px);
    }
    form.show-form {
        white-space: normal;
    }
    .cs2hkk > div.conten2 {
        padding: 10px;
    }
    .PageElement {
        background: #f3f3f3;
    }
    .NhomePage .nhp2 div.boxLg.partner {
        margin: 0;
        width: 100%;
    }
    .data_dostawy > div {
        width: calc(50% - 22px);
    }
    .data_dostawy > div > a {
        width: 100%;
        white-space: normal;
    }
    .paymentsItem .pi1 a.btn2 {
        position: initial;
        display: block;
        margin: 10px 0;
    }
    .data_dostawy {
        white-space: nowrap;
        overflow: auto;
    }
    .data_dostawy a:hover hr {
        border-color: var(--color-txt);
    }
    .list-product-box .data_dostawy {
        display: none;
    }

    .ProdB1 > div {
        display: table;
    }

    .ProdB1 .product-img, .ProdB1 .product-right {
        display: table-cell;
        width: 50%;
    }
    #productDesc.boxOp ul.header > li > s {
        width: 180px;
    }
    .ProdB2.w-2 > ul:after {
        left: 180px;
    }

    .ProdB2.w-3 > ul:after {
        left: 360px;
    }

    .ProdB2.w-4 > ul:after {
        left: 540px;
    }

    .ProdB2.w-5 > ul:after {
        left: 720px;
    }

    .ProdB2.w-6 > ul:after {
        left: 900px;
    }

    #complaints .item > div {
        display: block;
    }
    #complaints .boxLg .content {
        max-height: initial;
    }
    #complaints .comBox > div.thead {
        display: none;
    }

    #complaints .comBox > div > div {
        display: block;
        text-align: left;
        font-weight: bold;
    }

    #complaints .comBox > div {
        border-bottom: 1px solid;
    }

    #complaints .comBox > .tbody > div > s {
        display: inline-block;
        margin-right: 5px;
        font-weight: normal;
        vertical-align: middle;
        margin-bottom: 1px;
        opacity: .5;
    }

    #complaints.new .step2 {
        padding-top: 50px;
    }

    #complaints.new .step2 table thead {
        display: none;
    }

    #complaints.new .step2 table tbody tr, #complaints.new .step2 table tbody td {
        display: none;
    }
    #complaints.new .step2 table tbody td {
        display: inline-block;
        width: calc(50% - 5px);
        font-size: 16px;
    }

    #complaints.new .step2 table tbody tr {
        display: inline-block;
        position: relative;
    }

    #complaints.new .step2 table tbody td s {
        display: block;
        font-size: 12px;
        opacity: .5;
    }

    #complaints.new .step2 table tbody td i.look {
        display: none;
    }

    #complaints.new .step2 table tbody td.posz i.tdt {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    #complaints.new table tr td:first-child {
        padding-right: 40px;
    }
    #complaints.new .comp_list > div {
        clear: both;
    }
    .wMar.wMr.wr5 .bx-slider > li > div > div.produ {
        bottom: calc(57% - 30px);
    }
    .wMar.wMr.wr5 .bx-slider > li > div > div.opis {
        top: 43%;
    }
    /* product-gallery-thumb-list-img */
    .ProdB1 .product-gallery-thumb-list-img img {
        display: none;
    }

    .ProdB1 .product-gallery-thumb-list-img li.active {
        background: var(--color-txt);
    }

    .ProdB1 .product-gallery-thumb-list-img li {
        height: 6px;
        border-radius: 10px;
    }

    .ProdB1 .product-gallery-thumb-list-img {
        position: relative;
        margin: 0 20px;
        top: -20px;
    }

    .ProdB1 .product-gallery-thumb-list-img ul {
        background: var(--color-box);
        border-radius: 10px;
    }
    .cs2fkk {
        padding: 10px;
    }
    .product-gallery-thumb-list-img ul {
        width: 100%;
        display: table;
    }
    .product-gallery-thumb-list-img ul li {
        display: table-cell;
        padding: 3px;
    }
    .product-gallery-thumb-list-img > i {
        display: none;    
    }
    .boxOp .wt-2 .tab-body .OpisD img {
        max-width: 100% !important;
        min-width: auto;
    }
    .boxOp .wt-2 .tab-body .OpisD div {
        max-width: 100% !important;
        min-width: auto !important;
    }
    aside.container-lblock #info-ct > .inner.article div {
        min-width: 100% !important;
    }
    div.cky-btn-revisit-wrapper {
        display: none;
    }
}

@media (min-width: 660px) and (max-width: 800px) {
    header.ams .headerLeft > form {
        top: 14px;
    }

    body.l2 header .headerLeft > form, body.l2 .headerLeft > form input, body.l2 .headerLeft > form select {
        background: #303132;
    }
}

@media (max-width: 649px) {
    .pro_attr .att2 > div > div, .pro_att2 .att2 > div {
        /*width: 140px !important;*/
    }
    .pro_attr .att2 > div > b {
        /*max-width: 110px;*/
    }
    .pro_attr .att2 > div {
        width: 100%;
    }
    ul.afcs li, ul.afps li {
        margin: 10px 0;
    }
    ul.afcs li .delete, ul.afps li .delete {
        display: inline-block;
    }
    .ProdB1 .product-img {
        margin-top: 15px;
    }
    .headerRight > div.maps {
        display: none;
    }
    #frmTemplateCSVSave .form-field {
        width: calc(100% - 20px);
    }
    #frmTemplateCSVSave .tmplCSV-lists div.one-col {
        width: 100%;
    }
}

@media (min-height: 630px) and (max-width: 800px) {
    .tfocart .suma .prko {
        position: absolute;
        top: 8px;
        left: 75px;
    }

    .nhp3 .boxMR2 .boxLg.rightCartMobile .content {
        height: calc(100% - 125px);
    }
}

@media (max-width: 620px) {
    #nowosciMobile, #promocjeMobile, #zapowiedziMobile, #sponsorowaneMobile {
        width: 90%;
    }
    .boxCar i.fa {
        display: none;
    }
    .boxCar16.boxCar div.grid > div {
        margin: 0;
        height: 301px;
    }
}

@media (min-width: 601px) {
    #promocjeMobile h1 {
        font-size: 40px;
        height: 100px;
        overflow: hidden;
    }
    #promocjeMobile h2 {
        margin: 0;
        height: 158px;
        overflow: hidden;
        font-weight: 300;
        line-height: 1.4;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    body, .NhomePage .nhp2 .nhp2u {
        background: var(--color-box);
    }

    .nhp2b {
        margin: 0;
        width: 100%;
    }

    .ProdBox5.step > div.pb3 {
        display: block;
        position: absolute;
        top: 2px;
        left: 22px;
    }

    #promocjeMobile.boxLg.wMar, #promocjeMobile.wMar .bx-slider > li > div {
        height: auto;
    }
    #promocjeMobile.wMar .bx-slider > li.ban-2 > div {
        min-height: 500px;
    }

    #promocjeMobile .bx-slider > li > div > div {
        position: initial;
        width: 100%;
        max-width: 100%;
    }

    div#sponsorowaneMobile {
        /*padding: 0 0 0 10px;*/
    }

    body > footer:after {
        display: none;
    }

    .NhomePage .nhp2 {
        padding-bottom: 0;
    }

    /* koszyk tymczasowy */
    .ProdBox5.step > .flag {
        top: 10px;
    }

    .products.wl1 > li > div.step > div {
        display: inline-block;
    }

        .products.wl1 > li > div.step > div.pb2 {
            width: calc(100% - 140px);
            margin: 45px 0 0 0;
        }

        .products.wl1 > li > div.step > div.pb1 {
            margin: 35px 0 0 0;
        }

        .products.wl1 > li > div.step > div.pb4 {
            width: 120px;
            padding-left: 32px;
        }

        .products.wl1 > li > div.step > div.pb6 {
            float: right;
            padding: 20px 20px 0 0;
        }

            .products.wl1 > li > div.step > div.pb6 .nit2 {
                display: none;
            }

            .products.wl1 > li > div.step > div.pb6 .opti {
                width: 0;
                height: 0;
            }



    .ProdBox5.step .total > s {
        visibility: visible;
    }

    .products.wl1 > li > div.step > div.pb6 .opti {
        top: 12px;
        right: 13px;
    }

        .products.wl1 > li > div.step > div.pb6 .opti i {
            position: absolute;
            top: 0;
            right: 0;
        }

    .ProdBox5.ssli > div.pb4 {
        position: initial;
    }
    /* sortPagiBar */
    .list-product-box .sortPagiBar {
        position: relative;
        width: auto;
        z-index: 110;
        margin-top: 17px;
    }

    .sortPagiBar .row {
        display: none;
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        padding: 30px 10px 10px 10px;
        background: #fff;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        transition: .5s;
    }

    html.p100 .sortPagiBar .row {
        top: 52px;
    }

    .sortPagiBar.act .row {
        display: block;
    }

        .sortPagiBar > i.i6.filt {
            position: relative;
            z-index: 2;
            display: block;
        }

        .sortPagiBar.act > i.i6.filt {
            position: fixed;
            top: 100px;
            right: 5px;
            background-position: -293px -146px;
            transition: .5s top;
        }

        html.p100 .sortPagiBar.act > i.i6.filt {
            top: 52px;
        }

    .sortPagiBar > div > div {
        width: 100%;
        margin: 0;
        padding: 10px;
    }

        .sortPagiBar .btn-group {
            max-width: 100%;
        }

    .sortPagiBar-right.loOnPN {
        position: initial;
        text-align: center;
    }

    .list-product-box .page-title {
        width: calc(100% - 30px);
    }
    /**/
    .page-title i.i6.info {
        display: block;
    }

    .page-title:not(.act) .bomb {
        display: none;
    }

    .products.wl1, .products.wl2, .products.wl1 > li, .products.wl2 > li {
        display: block;
    }
    /**/
    .liProdBox4 .pbc3 .emptyBox {
        width: 100%;
        padding-left: 55px;
    }
    .liProdBox4 .pbc3 .emptyBox i {
        position: absolute;
        bottom: 10px;
        left: 0;
    }
    .liProdBox4 .pbc3 .emptyBox b:nth-child(2) {
        position: absolute;
        bottom: 55px;
        right: 10px;
    }
    /**/
    .liProdBox4 {
        height: auto;
    }

        .liProdBox4 > div.pbc2 {
            width: 100% !important;
        }

        .liProdBox4 > div.pbc3 {
            width: 100%;
            text-align: left;
        }

        .liProdBox4 .stock {
            display: inline-block;
            margin: 0;
        }

        .liProdBox4 > div.pbc3 > .txr {
            width: calc(100% - 40px);
            display: inline-block;
            text-align: right;
        }

        .liProdBox4 .total,
        .liProdBox4 .price .cenod,
        .liProdBox4 .stock .sitx {
            display: none;
        }

        .liProdBox4 .price {
            margin: 0;
        }

        .liProdBox4 .total u {
            display: block;
        }

        .liProdBox4 .num {
            margin: 10px;
        }

        .liProdBox4 > div.pbc1 {
            right: 5px;
        }

            .liProdBox4 > div.pbc1 .flag {
                float: right;
            }

    .hpop .tfocart footer .action > p > s,
    .carti p.pLists s, .carti p.pDelete s {
        display: none;
    }

    .hpop .tfocart footer .action > p {
        /*visibility: hidden;*/
    }
    #sale3 .header a.btnc1 {
        position: inherit;
        float: right;
    }
    #users .header > div {
        float: none;
        text-align: right;
    }
    #users .header > div a {
        margin: 0;
    }

    #icsv .table .tr > div:nth-child(3) {
        width: 100%;
    }
    #icsv .table .tr > div:nth-child(2) {
        width: calc(100% - 50px);
    }
    #icsv .table .tr.nac > div:nth-child(1) {
        text-align: right;
    }
    body .serInp .hpop {
        padding: 0;
    }
    .serInp .hpop p {
        padding: 20px 20px 0 20px;
    }
    .serInp .hpop i.clos1 {
        margin: 10px;
    }

    
    .wMar.wMr.wr5 .bx-slider > li > div {
        height: auto;
    }
    .wMar.wMr.wr5 .bx-slider > li > div > div {
        position: relative !important;
    }
    .wMar.wMr.wr5 .bx-slider > li > div > div.opis {
        height: auto;
        top: -30px;
    }
    .wr5 .btnS {
        white-space: normal;
        position: relative;
    }
    .wMar.wMr.wr5 .bx-slider .opis article a {
        width: 100%;
        float: none !important;
        margin: 5px 0 !important;
    }

    
    .wr5 .opiH i b {
        display: block;
    }

    .wr5 .opiH i {
        margin: 15px 0;
    }

    .liProdBox4 > div.pbc1 {
        position: initial;
        width: 100%;
    }
    .liProdBox4 .imgBox, .liProdBox4 .imgBox .emptyBox i {
        visibility: visible !important;
        text-align: center;
    }

    /* table */
    table.standard-table thead {
        display: none;
    }

    table.standard-table tr {
        height: auto !important;
        padding: 10px;
        display: block;
        position: relative;
    }

    table.standard-table tr:not([class^="details-"]) td:nth-child(1) {
        display: none;
    }

    table.standard-table tr td {
        display: block;
        max-width: 100% !important;
    }

    table.standard-table tr td:not(.posz) {
        text-align: left !important;
    }

    table.standard-table tr td.posz {
        text-align: right !important;
    }

    table.standard-table tr td s {
        display: inline-block;
        text-decoration: none;
        font-weight: bold;
        margin-right: 5px;
    }

    table.standard-table tr td:not(.action) a {
        margin: 0 5px !important;
        display: inline-block !important;
    }

    table.standard-table tr td:nth-child(4) {
        width: 100% !important;
    }

    table.standard-table tr td b {
        font-weight: bold;
    }

    table.standard-table .link-more.xml, table.standard-table .link-more.pdf, table.standard-table .link-more-table.ari {
        float: right;
    }

    table.standard-table .action {
        position: absolute;
        top: 0;
        right: 0;
        width: 140px;
        text-align: right !important;
        padding-top: 2px;
        background: #fff;
    }
    img.barcode {
        position: initial;
        height: auto;
        width: auto;
        display: block;
        margin-bottom: 10px;
        margin: initial !important;
    }
    .h-p {
        min-width: auto;
    }
    .serInp .hpop > div.ns0 > b {
        margin-right: 25px;
    }
    .boxLg.mmB .tfonew footer {
        display: none;
    }
    .liProdBox4 .stock .datad {
        display: none;
    }
    .w4Mi.wNbo .conten1 > ul > li {
        width: calc(100% - 21px);
    }
    #nowosciMobile .bx-slider > li > div > div.opis {
        width: 100%;
    }
    .wMar.pba1 .bx-slider > li > div > div.opis {
        width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 1199px) {


    .PageElement.nhp2 {
        width: calc(100% - 120px);
    }

    html.nac .NhomePage .nhp1 {
        transform: translateX(-130px);
    }

    .social a:hover s {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 33px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
}

@media (max-width: 580px) {
    body > header figure a {
        display: inline-block;
        width: 30px;
        height: 60px;
        background-image: url(/skin/3/logo/logo_telforceone_g.svg);
        background-position: -8px -8px;
        background-size: 210px;
        vertical-align: middle;
        margin-right: 200px;
    }
    body > header figure img {
        display: none;
    }
    header .headerLeft > form > div.serInp {
        width: calc(50% - 40px);
    }
    header .headerLeft > form > div.searchKate {
        display: none;
    }
    header .headerLeft > form > div.serInp {
        width: calc(100% - 36px);
    }
    header .headerLeft > form {
        width: calc(100% - 15px);
    }
    #partner {
        height: 750px;
    }
    .NhomePage .nhp1 {
        max-width: 100%;
    }
}

@media (max-width: 599px) {
    .liProdBox {
        text-align: center;
    }

    .pagination > li:first-child, .pagination > li:last-child {
        display: none;
    }

    .tfonews ul.header li s {
        /*display: none;*/
    }

    #producenciLista .list li {
        width: 40px;
        text-overflow: initial;
        margin: 5px;
    }
    .PageElement.nhp2 {
        width: 100% !important;
    }
    .product_list.wl4 .product {
        width: 100%;
    }
    .onas13 > div > section > p {
        margin: 0;
        border-radius: 0 0 10px 10px;
    }
    .onas13 > div > section > h1 {
        border-radius: 10px 10px 0 0;
    }
    .onas13 > div > section {
        left: 20px;
        right: 20px;
    }
    .onas13 > div > section > p, .onas13 > div > section > h1 {
        font-size: 22px;
        width: 100%;
    }
    .onas14 > section > h1 {
        font-size: 30px;
    }
    #label1 > div > div.info > h1 {
        font-size: 32px;
    }
    .pball {
        padding-bottom: 50px;
    }
}

@media (max-width: 540px) {
    .liProdBox .look.prod {
        display: none;
    }

    .liProdBox .tit {
        width: calc(100% - 254px);
    }

    .order-navigation a.btn-back {
        width: 38px;
        height: 32px;
        overflow: hidden;
        padding: 6px 20px 4px 16px;
    }
    .order-navigation.st5 a.btn-back {
        width: auto;
    }
    .shoppingList .tfolists .item .action {
        display: block;
    }

    .shoppingList .item > div.title {
        width: 100% !important;
        height: 165px;
    }

    .shoppingList .item > div.liczba {
        top: 65px;
    }

    .shoppingList .item .title > p {
        padding-right: 140px;
    }
}

@media (min-width: 500px) and (max-width: 900px) {
    .ProdBox2 .imgBox, .ProdBox2 .opti {
        width: 49%;
    }

    .ProdBox2 > .txr {
        width: 100%;
    }

        .ProdBox2 > .txr .tx5 {
            width: 49%;
            display: inline-block;
            vertical-align: middle;
        }

    .ProdBox2 .button.btn-addToCart {
        margin: 5px auto;
    }
}

@media (max-width: 500px) {
    body {
        padding-top: 100px;
    }

    body > header {
        height: 100px;
        /*overflow: hidden;*/
    }

    .container {
        padding: 0;
    }

    .NhomePage {
        min-height: calc(100% - 60px);
    }

    html.p100 .NhomePage .nhp1 {
        top: 50px;
    }

    .boxLg .s_ai_product {
        padding: 0;
    }
    .boxLg.mult .s_ai_product .sap_h i.fa-angle-left {
        left: -21px;
    }
    .boxLg.mult .s_ai_product .sap_h i.fa-angle-right {
        right: -21px;
    }

    header .headerLeft i.menu1, header .headerLeft i.search {
        /* top: 0; */
        /* margin: 12px; */
    }

    body > header {
        /* height: 90px; */
        /* overflow: hidden;*/
    }

    html.p100:not(.bpop) body.l1 > header {
        height: 52px;
    }

    body > header figure img {
        /* margin-top: 2px; */
        /* height: 60px; */
    }

    .miniProd .boxLg {
        width: calc(100% - 10px);
        margin: 5px;
    }

    .headerLeft figure {
        /* position: absolute; */
        /* top: -9px; */
        /* left: 38px; */
    }

    .users i.isl > b {
        /*width: 28px;*/
        /*height: 28px;*/
        /*padding: 4px 0px 0px 0px;*/
    }

    .headerCenter > div.qr-scanner {
        /* position: absolute; */
        /* top: 7px; */
        /* left: 50%; */
        /* margin: 0; */
    }



    header .headerLeft > form {
        /* position: absolute; */
        /* top: 47px; */
        /* left: 0px; */
        /* right: 18px; */
    }

        header .headerLeft > form > i.search {
            /* left: 10px; */
        }

        .SaleItem > div {
            width: auto;
        }
    #partner > div.conten2 > p > b {
        font-size: 28px;
    }
    header .headerLeft i.menu1 {
        margin: 14px;
    }

    .headerRight {
        top: 12px;
    }

    body > header figure a {
        height: 55px;
        background-position: -8px -14px;
    }

    #noLo .headerLeft figure {
        transform: translateX(0);
    }

    header .headerLeft i.search.mob, #noLo .headerLeft i.user {
        top: -2px;
    }

    header.acl .headerCenter {
        /*top: 10px;*/
        /*transform: translateX(50%) scale(0.7);*/
    }

    .nhp3 .boxMR2m > ul, .nhp1m > ul {
        padding: 0;
        min-height: 56px;
    }

    #bargainsMobile, #banerProducenci {
        display: none;
    }

    .NhomePage .nhp1 > .boxLg.act, .NhomePage .nhp3 .boxMR2 > .boxLg.act {
        top: 60px;
        bottom: 55px;
    }

    .breadcrumbs-list ul {
        height: auto;
    }

    .products.wl2 .ProdBox2 .imgBox, .products.wl2 .ProdBox2 .opti, .products.wl2 .ProdBox2 .txr {
        display: block;
        width: 100%;
    }

    .products.wl2 .ProdBox2 div.atrybut.nmx {
        padding: 10px;
    }

        .products.wl2 .ProdBox2 div.atrybut.nmx > div {
            min-height: 76px;
        }

    .products.wl2 .ProdBox2 > .txr {
        margin-top: 10px;
        border-top: 1px solid;
        border-left: none;
        padding-top: 10px;
    }

    .products.wl2 .ProdBox2 {
        width: 100%;
        margin: 0;
    }

    .products.wl2 div.atrybut.ato > div {
        height: 60px;
    }

    .products.wl2 div.atrybut.ato.act > div {
        height: calc(100% - 15px);
    }

    .ProdBox2 > div.txr div.num {
        display: inline-block;
        vertical-align: middle;
    }

    .ProdBox2 .button {
        display: inline-block;
        margin: 10px auto;
        /* width: 80px; */
        /* vertical-align: middle; */
    }

    .pagination > li > a, .pagination > li > span {
        margin: 2px;
    }

    .pagination > li > a, .pagination > li > span {
        /* padding: 4px 8px; */
        /* font-size: 14px; */
    }
    .products.wl1 > li > div.step > div.pb6 {
        width: 100%;
        padding: 10px 20px 10px 10px;
    }
    .ProdBox5.step .total > s {
        position: initial;
        visibility: visible;
        display: inline-block;
        font-size: 14px;
    }
    .ProdBox5.step .txr.pb6 .total {
        display: block;
        width: 100%;
        padding: 0 10px 5px 10px;
        text-align: center;
    }
    .address-tab-kk, .comments-mag-kk {
        padding: 10px;
    }
    .order-navigation.st4 {
        margin: 30px 32px 30px 33px;
    }
    #gridView.wl3 li {
        width: 100%;
    }
    #productDesc.boxOp ul.header {
        position: initial;
    }
    #productDesc.boxOp ul.header > li > s {
        text-decoration: underline;
    }



    #frmOrderList {
        margin: 10px;
    }

    .albox .item > div, .albox .item > i.look {
        display: block;
        width: 100%;
        text-align: center;
    }

    .tfopayments .item {
        padding: 10px 0;
    }

        .tfopayments .item .title a {
            margin-right: 5px;
        }

    #complaints .conten1 {
        text-align: center;
    }

    .tfonews.sop ul.header {
        margin-bottom: 30px;
    }

        .tfonews.sop ul.header li s {
            display: none;
        }

        .tfonews.sop.w-1 li[data-id="1"] s, .tfonews.sop.w-2 li[data-id="2"] s, .tfonews.sop.w-3 li[data-id="3"] s, .tfonews.sop.w-4 li[data-id="4"] s, .tfonews.sop.w-5 li[data-id="5"] s, .tfonews.sop.w-12 li[data-id="12"] s, .tfonews.sop ul.header li:hover s, .tfonews.sop ul.header li.act s {
            position: absolute;
            display: block;
            top: 40px;
            padding: 0;
            width: 100%;
            white-space: normal;
        }






    .cs12 .ProdBox3:hover > div:nth-child(n+3) {
        background: rgba(0, 0, 0, 0);
    }

    table.standard-table tr td {
        padding: 0;
    }

        table.standard-table tr td a {
            display: block;
        }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 247px;
    }

    .ns2 .search__suggestion > div > a {
        /*width: 260px;*/
    }

        .ns2 .search__suggestion > div > a > s {
            /*width: 170px;*/
        }

    .h-p .price > p {
        display: inline-block;
    }

    .h-p .button {
        margin: 10px 0 0 0 !important;
    }
    #zaufaliNam > div > div > p > a {
        width: 140px;
    }
    .CartSelect {
        margin: 10px;
    }
    .CartSelect ul li.w32 {
        font-size: 12px;
    }
    #complaints.new .step2 table tbody td {
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
    #users .box > p, #users .box > p:nth-child(2) {
        width: 100%;
    }
    .boxLg.wr4 li {
        min-width: 100%;
    }
    div.spop.spox.act > i.isl {
        background-position: -290.5px -144.5px !important;
    }
    header .headerLeft > form, .headerCenter {
        position: relative;
        top: 0;
        opacity: 1;
        transition: .5s;
    }
    html.p100:not(.bpop) header .headerLeft > form, html.p100:not(.bpop) .headerCenter {
        top: -49px;
        opacity: 0;
        z-index: -1;
    }
    .showMSG {
        top: 90px;
    }
    html.p100 .showMSG {
        top: 42px;
    }
    .popup .zgodamarke .zg5, .popup .zgodamarke .zg4 {
        width: 100%;
    }
    .cs2fkk #boxPayment, .cartNoProduct {
        padding: 20px;
    }
    .ProdB2 > ul:before, .ProdB2 > ul:after {
        display: none;
    }
    .boxOp .tab .tab-body {
        margin: 0;
    }
    .miniProd.full, .miniProd.full ~ .miniProdTlo {
        top: 101px;
    }
    html.p100 .miniProd.full, html.p100 .miniProd.full ~ .miniProdTlo {
        top: 52px;
    }
    .onas1a > div > section > h1 {
        font-size: 30px;
    }
    #label5 .info h1 {
        font-size: 32px;
    }
    .onas7 > .grid {
        box-shadow: none;
    }
    .boxCar div.grib {
        margin: 0;
    }
    .onas10.boxCar div.grid > div {
        box-shadow: 0 0 5px #05204528;
        background: #fff;
    }
    .boxCar div.grid > div > b {
        font-size: 18px;
    }
    .boxCar div.grid > div > p {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    body.l2 .headerLeft figure a {
        background-image: url(/skin/3/logo/logo_telforceone_w.svg);
        background-position: -8px -8px;
        background-size: 210px;
    }
    header.ams .headerLeft > form {
        width: 305px;
    }
    header .headerLeft > form > div {
        width: 123px;
    }
    .headerLeft .skib > i, .headerLeft .maps > i, .headerRight > .support, .headerRight > .inotice, .headerRight > .shopLis {
        display: none;
    }
    .ProdBox5.pbns .marka {
        display: none;
    }
    #register-tab .order-ct form .form-field label {
        display: block;
        text-align: left;
    }
    .benefits-container {
        padding: 0 0 20px 0;
    }
    .onas2 h2, .onas2 > div {
        margin: 50px 0;
    }
    #sale9 .boxLg, #label1, #label5 {
        padding: 10px;
    }
    #label1 > div > div.img > div {
        width: 230px;
        margin: 20px 20px 20px 0;
    }
    .boxHeader > div {
        font-size: 28px;
        margin-top: 20px;
    }
    .onas19 > div > div > i {
        width: 140px;
        height: 140px;
    }
    .onas19 > div > div > i:after {
        left: 30px;
        right: 30px;
    }
    .onas19 > div > div > p {
        font-size: 16px;
        width: 140px;
    }
    .onas21 > div > div {
        padding: 10px;
    }
    .onas21, .onas21 > div > div:has(> img) {
        padding: 0;
    }
}

@media (min-width: 401px) AND (max-width: 550px) {
    .hpop .itemC div.txr > div {
        min-width: 32%;
    }
    .hpop .itemC div.txr > div.num {
        position: absolute;
        bottom: 40px;
        right: 0;
        text-align: right;
        background: #fff;
        padding: 7px;
    }
    .hpop .itemC div.txr > div.total {
        position: relative;
        z-index: 1;
    }
    .hpop .itemC > div > p > a {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .boxLg.myac {
        padding: 10px;
    }

    body > header figure img {
        margin-top: 10px;
        height: 60px;
    }

    .ProdBox5.step > div.pb3 {
        display: none;
    }

    #partner {
        height: 727px;
    }

    .mjKonto > div {
        right: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: 410px;
        padding: 20px;
    }

    .data_dostawy > div {
        vertical-align: middle;
    }

        .data_dostawy > div > a {
            height: 50px;
        }

        .data_dostawy > div:nth-child(1) > a {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .data_dostawy > div > a hr:nth-child(2) {
            visibility: hidden;
            width: 0;
            margin: 0;
            display: block;
        }

    .address-tab-kk .order-ct-title, .address-tab-kk .order-ct .invoice-data > div, .comments-mag-kk .comments-mag {
        margin: 20px 10px;
    }

    .address-tab-kk .address-select {
        padding: 10px;
    }

    .order-navigation.st4 {
        margin: 20px 19px 30px 20px;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 218px;
    }

    #cart_confirm p {
        margin: 40px 0;
    }

    .cs5hkk, .cs5fkk {
        padding: 10px;
    }

    .liProdBox5 {
        margin: 10px 0;
    }

    #gridView.wl3 li {
        min-width: 260px;
    }

    .hpop .itemC div.txr > div {
        min-width: 46%;
        text-align: center;
    }

    .allbox .item {
        margin: 10px 0;
    }

    .paymentsEl .title b {
        display: block;
    }

    .paymentsEl > div > p > b,
    .paymentsEl > div > s > u {
        white-space: nowrap;
    }

    .paymentsEl .title a:nth-child(2) {
        /*margin: 0 !important;*/
    }

    .ourBrands li {
        margin: 20px 0;
        width: 100%;
    }

    .popup:not(.all) .section {
        min-width: 320px;
    }

    .wall a {
        min-width: 300px;
        margin: 10px 0;
    }

    .table > p > b, .table > p > s,
    div.atrybut.ato s, div.atrybut.ato b {
        display: block;
        text-align: left;
        width: 100%;
    }

    .stock .sinf {
        min-width: 260px !important;
    }

    .miniProd .ProdB1.product .product-title h1 {
        height: 60px;
    }

    .liProdBox5 .favo > i {
        margin: 0 10px;
    }

    .carti .pinfo {
        font-size: 18px;
    }

    .ProdBox5 > .imgBox .look img {
        width: 90px;
        height: 90px;
    }

    .ProdBox5 .tit h1 {
        height: 52px;
        display: inline-block;
    }

    footer .f2 .col1 p i {
        margin: 10px 8px 0px 8px;
    }

    .popup.ajLog .boxLg {
        padding: 0;
    }

    .mjKonto > div > h4 {
        margin: 20px 0 15px 0;
    }

    #summarySubTotalValue, #summaryDeliveryCost, #summaryTotal, #summaryTotalNetto, #summaryTotalVat, #summaryTotalBrutto, #summaryPromotionForYou {
        float: none;
        white-space: nowrap;
    }

    .cs2fkk .summation-tab-ct, .comments-mag-kk .summation-tab-ct {
        text-align: right;
    }

    .stock .datad {
        display: none;
    }

    .onas6 > div {
        margin: 0;
    }

    .onas11 > .name {
        width: auto;
    }

    #promocjeMobile li.ban-2 .produ,
    #promocjeMobile li.ban-2 .timeN {
        margin: 0;
    }

}

@media (max-width: 379px) {
    .product-reserved em {
        display: none;
    }
}

@media (max-width: 350px) {
    #list-product {
        padding: 0;
    }
}

#zaufaliNam > div > div > p:last-child > a:last-child {
    margin: 0;
}









.around {
    position: absolute;
    z-index: 9999;
    left: -170px;
    top: 114px;
}

.around > i {
    background-image: url(/skin/3/gif/avatar.png);
    background-size: cover;
    height: 59px;
    width: 59px;
    position: absolute;
    border-radius: 100%;
    top: 10px;
    left: 16px;
}
.around > div {
    width: 80px;
    height: 80px;
    position: relative;
}
.around > div > i {
    height: 40px;
    position: absolute;
    width: 10px;
    top: 0;
    transform-origin: bottom center;
    left: 50%;
    text-align: center;
    font-size: 10px;
}
.around i.tx_0 { transform: rotate(-60deg); }
.around i.tx_1 { transform: rotate(-40deg); }
.around i.tx_2 { transform: rotate(-20deg); }
.around i.tx_3 { transform: rotate(0deg); }
.around i.tx_4 { transform: rotate(20deg); }
.around i.tx_5 { transform: rotate(40deg); }
.around i.tx_6 { transform: rotate(60deg); }
.around i.tx_7 { transform: rotate(80deg); }
.around i.tx_8 { transform: rotate(100deg); }
.around i.tx_9 { transform: rotate(120deg); }
.around i.tx_10 { transform: rotate(140deg); }
.around i.tx_11 { transform: rotate(160deg); }
.around i.tx_12 { transform: rotate(180deg); }
.around i.tx_13 { transform: rotate(200deg); }
.around i.tx_14 { transform: rotate(220deg); }
.around i.tx_15 { transform: rotate(240deg); }
.around i.tx_16 { transform: rotate(260deg); }





.changeSkin {
    display: none;
    position: absolute;
    bottom: 107px;
    left: 10px;
    cursor: pointer;
}


/* boxHelp */
.boxHelp {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 90%);
    z-index: -1;
    opacity: 0;
}

.boxHelp.act {
    z-index: 79;
    opacity: 1;
}

.boxHelp img {
    position: fixed;
    top: 83px;
    left: 516px;
    transform: translate(32px, 30px) rotateY(231deg);
    transition: .5s;
}

.boxHelp .prev {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.boxHelp .next, .boxHelp .end {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.boxHelp i.clos {
    position: absolute;
    top: 10px;
    right: 10px;
    filter: invert(1);
}

.boxHelp .hideHelp {
    display: none;
}

.boxHelp .showHelp {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.boxHelp:has(.showHelp.first) .prev, .boxHelp:has(.showHelp.first) .end, .boxHelp:has(.showHelp.last) .next, .boxHelp:has(.showHelp.cent) .end {
    display: none;
    opacity: 0;
}
/**/
@media (min-width: 900px) {
    [data-title]:not(.eye-icon) {
        position: relative
    }

        [data-title]:not(.eye-icon)::before, [data-title]:not(.eye-icon)::after {
            display: block;
            visibility: hidden;
            opacity: 0;
            position: absolute;
            left: 50%;
            z-index: 2;
            transform: translate(-50%, -100%);
            transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out
        }

        [data-title]:not(.eye-icon)::before {
            content: attr(data-title);
            top: -8px;
            max-width: 235px;
            width: max-content;
            padding: 8px 12px;
            background-color: #101828;
            border-radius: 8px;
            text-align: center;
            color: #fff;
            /*font: 600 12px/18px "Inter"*/
        }

        [data-title]:not(.eye-icon)::after {
            content: "";
            top: -4px;
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #101828
        }

        [data-title]:not(.eye-icon):hover::before, [data-title]:not(.eye-icon):hover::after {
            visibility: visible;
            opacity: 1
        }
}

@media (min-width: 401px) and (max-width: 650px) {
    body #product-ct .price b.noLog.new_bus {
        position: relative;
        top: 37px;
        left: -9px;
    }
}

@media (max-width: 600px) {
    .tfocart #gridView.products.wl1 .ProdBox5 .imgBox {
        position: absolute;
        bottom: 0;
        top: auto;
    }

    .tfocart #gridView.products.wl1 .ProdBox5 .pb2 {
        padding: 10px 0 0 15px;
    }
}

@media (min-width: 1440px) {
    .tfocart #gridView.products.wl1 .ProdBox5 .price-btn-wrapper {
        display: flex;
    }
}
@media (min-width: 731px) and (max-width: 1440px) {
    /*
    #gridView.products.wl1 .ProdBox5 > .stas, #gridView.products.wl2 .ProdBox5 > .stas {
        top: 29px !important;
        right: 162px !important;
    }
    #gridView.products.wl1 .stock .sitx b, #gridView.products.wl2 .stock .sitx b {
        text-align: left;
    }
    */
}
.listyZakup #gridView.products.wl1 .ProdBox5 .pb2 {
    padding: 16px 16px 0px 16px;
}

.min-avail-num i.pakiet-icon {
    vertical-align: middle;
}
.boxLg.cempty {
    text-align: center;
    padding: 40px 30px 0 30px;
    border-radius: 25px !important;
    margin-top: 19px !important;
}
#CartStep2 #gridView .product:not(.error) .datad {
    display: none;
}
@media (max-width: 730px) {
    .stock .datad {
        margin-left: 39px;
    }
}