<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    background-color: #E8ECED;
    font-size: .85em;
    font-family: Ubuntu-R;
}

a {
    outline: none;
}

    a.tagLink {
        display: inline;
        color: inherit;
        text-decoration: none;
    }

header, footer, hgroup,
nav, section {
    display: block;
}


mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.textLeft {
    text-align: left !important;
}

.textCenter {
    text-align: center !important;
}

.textRight {
    text-align: right !important;
}

.marginTop {
    margin-top: 8px;
}

.marginBottom {
    margin-bottom: 8px;
}

.marginBottomBig {
    margin-bottom: 32px;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.linkButton {
    margin-top: 16px;
    background: none;
    border: none;
    cursor: pointer;
}

    .linkButton:hover {
        color: #a95040;
    }

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.p33 {
    width: 33%;
}

.p50 {
    width: 25%;
}

.p100 {
    width: 100%;
}

.red {
    color: red;
}

/* main layout
----------------------------------------------------------*/
#backgroundArea {
    height: 100%;
    position: fixed;
    z-index: -1;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}

.webp #backgroundArea {
    background-image: url("images/tlo.webp");
}

.no-webp #backgroundArea {
    background-image: url("images/tlo.jpg");
}

#loginBar {
    width: 100%;
    background-color: #ffffff;
    border-top: #A09D26 10px solid;
}

#loginBarContent {
    margin: 0 auto 0 auto;
    max-width: 1070px;
    width: 100%;
}

#header {
    margin: 0px auto 0 auto;
    width: 100%;
    background-color: #ffffff;
}

    #header #headerContent {
        padding-top: 10px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1070px;
    }

        #header #headerContent #headerLogo {
            float: left;
            width: 193px;
            height: 125px;
            margin-right: 54px;
            margin-bottom: 0px;
            margin-top: -30px;
        }

.webp #header #headerContent #headerLogo {
    background-image: url("images/logo.webp");
}

.no-webp #header #headerContent #headerLogo {
    background-image: url("images/logo.png");
}

#header #headerContent #headerClipboard {
    float: left;
    height: 100%;
}

#header #headerContent #headerShoppingCart {
    float: right;
    height: 100%;
}


#header #headerContent #headerLayout {
    margin: 0px;
}

    #header #headerContent #headerLayout tr {
        vertical-align: top;
    }

    #header #headerContent #headerLayout #headerLeftColumn {
        width: 250px;
    }

    #header #headerContent #headerLayout #headerCenterColumn {
    }

    #header #headerContent #headerLayout #headerRightColumn {
        width: 250px;
    }

#body {
    margin-left: auto;
    margin-right: auto;
    max-width: 1070px;
    border-radius: 5px;
}

    #body #bodyLayout {
        margin: 0 auto;
    }

        #body #bodyLayout tr {
            vertical-align: top;
        }

        #body #bodyLayout #leftColumn {
            vertical-align: top;
            border-top-left-radius: 5px;
        }

            #body #bodyLayout #leftColumn #leftColumnContent {
                margin-top: 0px;
                margin-right: 12px;
            }

        #body #bodyLayout #centerColumn {
            min-width: 290px;
            padding-top: 0px;
            vertical-align: top;
            width: 100%;
        }

            #body #bodyLayout #centerColumn #centerColumnContent {
                margin-top: 10px;
                font-size: 15px;
            }


        #body #bodyLayout #rightColumn {
            width: 184px;
            vertical-align: top;
            border-top-right-radius: 5px;
            border-radius: 10px;
        }

            #body #bodyLayout #rightColumn #rightColumnContent {
                width: 184px;
                margin-left: 10px;
            }

#footer {
    margin: 0px auto 0px auto;
    border-radius: 5px;
    max-width: 1920px;
}

.webp #footer {
    background-image: url("images/dół strony.webp");
}

.no-webp #footer {
    background-image: url("images/dół strony.jpg");
}

#footer #footerContent {
    margin-left: auto;
    margin-right: auto;
    max-width: 1070px;
    padding: 0 2% 4px 2%;
    margin-top: 10px;
}

    #footer #footerContent .footerPart {
        width: 20%;
        float: left;
        padding: 0 0% 0 0%;
        min-width: 180px;
    }

    #footer #footerContent .title {
        font-weight: normal;
        font-size: 17px;
        color: #CED30B;
        padding: 15px 0px 5px 0px;
        font-family: ubuntu-R;
    }
    #footer #footerContent .hiddenOnMobile{
        display:block;
    }
    #footer #footerContent .footerItem {
        color: #FFF;
        padding: 2px 0px 2px 0px;
        font-family: Ubuntu-R;
        margin-left: 1px;
        font-size: 13px;
        line-height: 150%;
    }

    #footer #footerContent .boldItem {
        font-family: Ubuntu-B;
    }

    #footer #footerContent .blackItem {
        color: #000;
    }

    #footer #footerContent .footerLastItem {
        margin-top: 35px;
    }

    #footer #footerContent .facebook {
        margin-top: 15px;
    }

        #footer #footerContent .facebook .facebookIcon {
            width: 30px;
            height: 30px;
            background-image: url("images/iko_fb.png");
            margin: 2px 0 0 15px;
        }


#subscribeNewsletterButton {
    border-radius: 10px;
    font-family: Arial;
    color: #535353;
    font-size: 16px;
    background: #CED30B;
    width: 160px;
    text-decoration: none;
    border: 0px;
    height: 32px;
}

#subscribeNewsletter {
    width: 184px;
    padding-bottom: 10px;
    margin: 10px auto 0 auto;
    background-color: #FFFBDF;
    border-radius: 10px;
    padding-top: 7px;
    border: 1px solid #b1b978;
    text-align: center;
}

    #subscribeNewsletter .subscribeNewsletterTitle {
        background-image: url("Images/newsletter.png");
        width: 170px;
        height: 51px;
        margin-left: auto;
        margin-right: auto;
    }

    #subscribeNewsletter .subscribeNewsletterDescription {
        text-align: center;
        color: #6B6C4A;
        font-size: 14px;
        margin-top: 4px;
    }

    #subscribeNewsletter .subscribeNewsletterEmail #newsletterEmail {
        font-family: Ubuntu-R;
        font-size: 14px;
        width: 168px;
        height: 33px;
        border-radius: 15px;
        border: 1px solid grey;
        margin: 8px 0;
        padding: 0 4px;
    }

    #subscribeNewsletter .subscribeNewsletterEmail .labelBlock {
        height: 15px;
    }

    #subscribeNewsletter .subscribeNewsletterEmail label {
        position: relative;
        top: 32px;
        left: 40px;
        font-family: Ubuntu-R;
        color: gray;
        font-size: 16px;
        width: 90px;
    }
/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    padding: 10px 5px 0 0;
    float: right;
    color: gray;
    font-size: 14px;
    font-family: Ubuntu-R;
}

    #login a {
    }

    #login .username {
        margin: 5px 0 0 0;
        font-weight: bold;
    }

        #login .username .usernameTitle {
            display: inline-block;
            margin-right: 5px;
            font-weight: normal;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

    #login .menutoHide {
        display: inline;
        list-style: none;
    }

    #login .separator {
        margin: 0 5px;
    }

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/*popular category*/

#popularCategory #popularCategoryHead {
}

    #popularCategory #popularCategoryHead div {
        position: absolute;
        bottom: 0px;
    }

#popularCategory .popularCategoryItem {
    font-size: 14px;
    color: #E67816;
    margin: 0 0 0 30px;
    text-indent: -10px;
    line-height: 16px;
}

    #popularCategory .popularCategoryItem span {
        font-size: 14px;
        font-weight: normal;
        color: #59175F;
        margin: 0 4px 0 0;
    }

#popularCategory .popularCategoryItemSeparator {
    width: 100%;
    height: 1px;
    background-color: #D2DBE0;
}

#popularCategory .selectedPopularCategory {
    font-weight: bold;
    color: #00ADEF !important;
}

/* bestseller product */

#withFlagProduct {
    padding-bottom: 10px;
}

#bestsellerProduct {
    padding-bottom: 10px;
}

    #bestsellerProduct #bestsellerProductHead,
    #withFlagProduct #withFlagProductHead {
        font-size: 0px;
        background-image: url(Images/bestsellery.png);
        width: 100%;
        text-align: center;
        padding: 0px 0 0px 0;
        display: inline-block;
        height: 50px;
        width: 173px;
        margin-left: 8px;
        text-indent: -999px;
    }

    #bestsellerProduct #bestsellerProductContent,
    #withFlagProduct #withFlagProductContent {
        width: 144px;
        margin: 0 auto 0 auto;
    }

        #bestsellerProduct #bestsellerProductContent .bestsellerProductItem,
        #withFlagProduct #withFlagProductContent .withFlagProductItem {
            font-size: 13px;
            margin: 10px 0px 10px 25px;
        }

            #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductName,
            #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductName {
                font-weight: bold;
                font-size: 12px;
                /*word-wrap: break-word;*/
                margin: 0 0 0px 0;
                min-height: 45px;
            }

            #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductName,
            #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductNumber {
                font-family: Ubuntu-R;
                font-size: 16px;
                color: #ABA688;
                /* word-wrap: break-word; */
                margin: 0px 0px -14px -25px;
                min-height: 5px;
                width: 23px;
                text-align: center;
            }

            #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductName,
            #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagSeparator {
                font-family: Ubuntu-R;
                font-size: 18px;
                color: gray;
                margin: 0px 0px -15px -18px;
                min-height: 5px;
            }
            /*#bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductName:hover,
                #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductName:hover {
                    color: #00AEEF;
                }*/

            #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductAuthor,
            #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductAuthor {
                font-size: 11px;
                height: 55px;
                overflow: hidden;
            }

                #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductAuthor:hover,
                #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductAuthor:hover {
                    color: #00AEEF;
                }

            #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductImg,
            #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductImg {
                width: 90px;
                height: 123px;
            }

                #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductImg img,
                #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductImg img {
                    width: 90px;
                    height: 123px;
                    box-shadow: 2px 2px 15px #888888;
                }

            #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductData,
            #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductData {
                margin-left: 5px;
                width: 85px;
            }

                #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductData .bestsellerProductFinalPrice,
                #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductData .withFlagProductFinalPrice {
                    font-family: Ubuntu-B;
                    font-size: 13px;
                    color: #58165E;
                    margin-top: 3px;
                }

                #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductData .bestsellerProductBasePrice,
                #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductData .withFlagProductBasePrice {
                    font-size: 12px;
                    color: #525252;
                    text-decoration: line-through;
                }

                #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductData .bestsellerProductFinalPriceSmall,
                #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductData .withFlagProductFinalPriceSmall {
                    font-family: Ubuntu-B;
                    font-size: 12px;
                    color: #58165E;
                    margin-top: 3px;
                }

                #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductData .bestsellerProductBasePriceSmall,
                #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductData .withFlagProductBasePriceSmall {
                    font-size: 11px;
                    color: #525252;
                    text-decoration: line-through;
                }

                #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductData .bestsellerProductToCart,
                #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductData .withFlagProductToCart {
                    width: 22px;
                    height: 22px;
                    background-image: url("images/btnMaly_kup.png");
                    cursor: pointer;
                    margin-top: 5px;
                    float: left;
                }

                #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductData .bestsellerAddedToCart,
                #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductData .withFlagAddedToCart {
                    float: left;
                    font-family: Ubuntu-B;
                    font-size: 11px;
                    margin: 10px -20px 0 3px;
                    text-align: center;
                }

                    #bestsellerProduct #bestsellerProductContent .bestsellerProductItem .bestsellerProductData .bestsellerAddedToCart span,
                    #withFlagProduct #withFlagProductContent .withFlagProductItem .withFlagProductData .withFlagAddedToCart span {
                        font-family: Ubuntu-B;
                        color: #F26722;
                    }

        #bestsellerProduct #bestsellerProductContent .itemSeparator {
            width: 100%;
            background-color: #D3CFDD;
            height: 1px;
            margin: 20px 0;
        }

    #bestsellerProduct .more {
        color: #f26822;
        cursor: pointer;
        background-image: url("images/ico_strzalka.png");
        background-repeat: no-repeat;
        background-position: right center;
        float: right;
        width: 45px;
        margin-top: -20px;
    }
/* search product */

#searchProduct {
    margin: 30px 0px 0px 20px;
    float: left;
    height: 100%;
    width: 422px;
}

    #searchProduct .searchButtonCell {
        width: 24px;
    }

    #searchProduct #searchProductBasic {
        display: block;
        background-color: #fff;
        height: 30px;
        border-radius: 8px;
        border-style: solid;
        border-width: 1px;
        padding: 0;
        max-width: 422px;
        margin: 0 auto;
    }

        #searchProduct #searchProductBasic #searchProductBasicTable {
            width: 100%;
        }

        #searchProduct #searchProductBasic #filter,
        #searchProduct #searchProductBasic #filter:focus {
            border: none;
            font-family: Ubuntu-R;
            font-size: 15px;
            background-color: transparent;
            width: 100%;
            padding-left: 4px;
        }

        #searchProduct #searchProductBasic .searchButton {
            margin: 0px 0 0 8px;
            background-color: white;
            border: none;
            background: url("images/lupka wyszukiwanie.png") no-repeat;
            width: 24px;
            height: 22px;
        }

    #searchProduct .showAdvancedSearching {
        font-family: Ubuntu-L;
        color: #545454;
        font-size: 15px;
        cursor: pointer;
        padding: 2px 0px 5px 0;
        text-align: right;
    }

        #searchProduct .showAdvancedSearching:hover {
            color: green;
        }

    #searchProduct .advancedSearchingLayout {
        position: absolute;
        width: 100%;
        z-index: 10000;
        left: 0;
    }

    #searchProduct .advancedSearching {
        border-radius: 5px;
        max-width: 406px;
        background-color: #B2B253;
        padding: 10px;
        margin: 0 auto;
    }

        #searchProduct .advancedSearching label {
            float: left;
            color: #144784;
            font-size: 13px;
            margin: 8px 0 0 3px;
            font-weight: normal;
        }

        #searchProduct .advancedSearching .fieldTextBox {
            display: inline-block;
            border-style: solid;
            border-width: 1px;
            border-color: #D2DBE0;
            border-radius: 5px;
            height: 35px;
            width: 100%;
            background-color: #fff;
            margin: 10px 0px 0 0px;
            font-size: 14px;
            font-family: Ubuntu-B;
            color: #5A6567;
        }

        #searchProduct .advancedSearching .textBoxTitle {
            color: black;
            font-family: Ubuntu-R;
        }

        #searchProduct .advancedSearching input[type="text"] {
            background-color: transparent;
            width: 96%;
            height: 20px;
            border: medium none;
            margin: 5px 0px 0 5px;
        }

        #searchProduct .advancedSearching input, #searchProduct .advancedSearching input[type="checkbox"] {
            margin: 8px 0 0 0px;
            float: left;
        }

        #searchProduct .advancedSearching .advancedSearchingFooter {
            float: right;
            margin: 0 30px 10px 0;
            cursor: pointer;
            color: #144784;
            font-size: 13px;
        }

        #searchProduct .advancedSearching .hideAdvancedSearching {
            cursor: pointer;
        }

            #searchProduct .advancedSearching .hideAdvancedSearching div {
                position: absolute;
            }

            #searchProduct .advancedSearching .hideAdvancedSearching .closeButton {
                right: 10px;
                background: url("images/zamknij.png") no-repeat;
                width: 27px;
                height: 27px;
            }

        #searchProduct .advancedSearching .removeSearching {
            float: left;
            cursor: pointer;
            margin: -3px 0 0 50px;
        }

        #searchProduct .advancedSearching .advancedSearchButton {
            float: right;
            width: 49px;
            height: 49px;
            background-image: url("images/lupa.png");
            border: none;
            margin: 5px -24px 0 0;
            border-radius: 7px;
        }

#clipboardInfo {
    height: 105px;
}

    #clipboardInfo .clipboardLabel {
        font-size: 14px;
        color: #fff;
        padding: 16px 0 10px 0;
        display: block;
        clear: both;
    }

    #clipboardInfo .clipboardQuantity {
        width: 50px;
        height: 35px;
        float: left;
        font-family: Ubuntu-B;
        background-color: #fff;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        padding: 15px 0 0 0;
        text-align: center;
        font-size: 16px;
    }

    #clipboardInfo .clipboardButton {
        width: 50px;
        height: 50px;
        float: left;
        background-image: url("images/btnOrange_input.png");
        margin-right: 20px;
    }

#shoppingCartInfo {
    height: 80px;
    /*width: 260px;*/
    float: right;
    margin-top: 15px;
    padding-right: 5px;
}

    #shoppingCartInfo .shoppingCartIcon {
        width: 79px;
        height: 53px;
        display: block;
        float: right;
    }

.webp #shoppingCartInfo .shoppingCartIcon {
    background-image: url("images/koszyk na górze strony.webp");
}

.no-webp #shoppingCartInfo .shoppingCartIcon {
    background-image: url("images/koszyk na górze strony.png");
}

#shoppingCartInfo .shoppingCartContent {
    width: 129px;
    height: 50px;
    float: left;
    background-image: url("images/koszyk.png");
    margin-right: 20px;
}

#shoppingCartInfo .shoppingCartLabel {
    font-size: 14px;
    color: #fff;
    padding: 16px 0 10px 20px;
}

#shoppingCartInfo .shoppingCartQuantity {
    color: #8E8F90;
    font-family: Ubuntu-R;
    font-size: 13px;
    margin-bottom: 5px;
}

#shoppingCartInfo .shoppingCartDetails {
    float: right;
    margin: 10px 0 0 5px;
}


#shoppingCartInfo .shoppingCartCost {
    color: #8E8F90;
    font-family: Ubuntu-R;
    font-size: 13px;
}

#shoppingCartInfo .shoppingCartInfoCount {
    color: #BDBD78;
    display: inline-block;
}

    #shoppingCartInfo .shoppingCartInfoCount &gt; span {
        display: none;
    }
/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 1px 0 5px 0;
    padding: 5px 0 5px 0;
    max-width: 330px;
    width: 99%;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    font-size: 13px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.validation-summary-valid {
    display: none;
}

.requiredField {
    display: inline-block;
    margin: 0px 0px 4px 3px;
    width: 8px;
    height: 9px;
    background-image: url("images/field_required.png");
    background-color: #A09D26;
}

#face-code {
    padding: 5px;
    border: solid #0170cf 3px;
    background: #fff;
    float: left;
    width: 300px;
    -moz-border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
}

.instagram {
    position: fixed;
    right: 0;
    top: 60px;
}

    .instagram .tab {
        height: 48px;
        width: 48px;
        background: url(images/instagram-tab.png) no-repeat center center;
    }

#face-slider {
    position: fixed;
    right: -318px;
    top: 120px;
    z-index: 100;
}

    #face-slider #tab {
        cursor: pointer;
        height: 48px;
        width: 52px;
        float: left;
        margin-right: -2px;
        background-color: #0170cf;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        border-radius: 8px 0 0 8px;
    }

        #face-slider #tab #tabImage {
            cursor: pointer;
            height: 48px;
            width: 48px;
            margin-right: 0px;
            background: url(images/facebook.png) no-repeat center center;
        }

#ceneo-widget {
    top: 180px !important;
}

.siteDescription {
    margin: 16px auto 16px auto;
    border-top: 1px solid #d8d3ba;
    border-bottom: 1px solid #d8d3ba;
    padding: 12px 4px 4px 4px;
}

    .siteDescription &gt; h1 {
        margin: 0 0 8px 0;
        text-align: center;
    }

    .siteDescription &gt; p {
        margin: 0 0 8px 0;
        text-align: justify;
        line-height: 1.1;
    }

/********************
*   Mobile Styles   *
********************/

@media only screen and (max-width: 1200px) {
    #backgroundArea {
        background-image: url(images/tlo_simple.jpg);
    }
}

@media only screen and (max-width: 1000px) {
    #face-slider {
        display: none;
    }

    .instagram {
        display: none;
    }

    #searchProduct {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 2px 0 0;
    }

        #searchProduct .showAdvancedSearching {
            text-align: center;
        }

    #footer #footerContent .title {
        padding-top: 10px;
    }
}

@media screen and (max-width: 540px) {
    #login {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: -5px;
    }

        #login .username .usernameTitle {
            font-size: 15px;
        }

    #header #headerContent #headerLogo {
        margin-right: 0;
    }

    #login .menutoHide {
        display: none;
    }

    #shoppingCartInfo .shoppingCartCost {
        display: none;
    }

    #shoppingCartInfo .shoppingCartInfoLabel {
        display: none;
    }

    #shoppingCartInfo .shoppingCartInfoCount {
        font-size: 150%;
        line-height: 30px;
        margin-left: -5px;
        margin-right: -4px;
    }

        #shoppingCartInfo .shoppingCartInfoCount &gt; span {
            display: inline;
        }

    #shoppingCartInfo {
        width: auto;
    }
    #footer #footerContent{
        margin-left:8px;
    }
    #footer #footerContent .footerPart .hiddenOnMobile {
        display: none;
    }

    #footer #footerContent .footerItem {
        font-size: 16px;
        margin-left:8px;
    }

    #footer #footerContent .footerPart {
        float: none;
    }

    #footer #footerContent .title {
        cursor: pointer;
    }
}


.ui-menu {
    max-height: 350px;
    max-width: 500px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px !important;
    border-style: solid !important;
    border-color: #000 !important;
    border-width: 1px !important;
    background-color: #ffffff !important;
    border-radius: 3px !important;
    z-index: 999 !important;
}

.ui-autocomplete li {
    cursor: pointer !important;
    padding: 2px 0px 2px 2px !important;
    font-size: 14px !important;
    line-height: normal !important;
}

.ui-menu .ui-menu-item:hover {
    background-color: #FBEC02 !important;
    border: none !important;
    background: none;
    border-radius: 0px !important;
    margin: 0px !important;
}

/*infographics*/
.infographic {
    margin-top: 20px;
    width: 170px;
}

    .infographic img {
        width: 100%;
    }

.copyRight {
    margin: 20px 0 0px 0px;
    font-size: 12px;
    color: #ccc;
}

.requiredRegisterField {
    display: inline-block;
    position: relative;
    top: -5px;
    width: 8px;
    height: 9px;
    background-image: url("images/field_required.png");
    background-color: #A09D26;
}

#recomendedCategoryListHead {
    font-size: 0px;
    background-image: url("Images/kategorie specjalne.png");
    width: 100%;
    text-align: center;
    padding: 0px 0 0px 0;
    height: 59px;
    width: 179px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#producerListHead {
    font-size: 0px;
    background-image: url("Images/producenci.png");
    width: 100%;
    text-align: center;
    padding: 0px 0 0px 0;
    height: 50px;
    width: 177px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.producerList {
    text-align: center;
    margin-bottom: 4px;
}

    .producerList select {
        font-size: 14px;
        font-family: Ubuntu-R;
        line-height: 20px;
        padding: 2px 0;
    }

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.textBold {
    font-weight: bold;
}

.textNormal {
    font-weight: normal;
}

.displayInlineBlock {
    display: inline-block;
}

.cookies-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    display: block;
}

    .cookies-overlay .cookies-container {
        display: flex;
        flex-direction: column;
        background-color: #ffffff;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 600px;
        width: 90%;
        max-height: 80vh;
        z-index: 100;
        padding: 12px;
        line-height: normal;
        border: 3px solid #ced30b;
    }

        .cookies-overlay .cookies-container .cookies-message {
            flex-grow: 1;
            text-align: justify;
            margin: 0 0 12px 0;
            font-size: 16px;
        }

        .cookies-overlay .cookies-container .cookie-options-container {
            display: none;
            flex-grow: 4;
            padding: 0px 8px;
            overflow: auto;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }

            .cookies-overlay .cookies-container .cookie-options-container .option-container {
                margin: 16px 0;
            }

                .cookies-overlay .cookies-container .cookie-options-container .option-container .option-header {
                    margin: 8px 0;
                }

                    .cookies-overlay .cookies-container .cookie-options-container .option-container .option-header input {
                        width: 24px;
                        height: 24px;
                        vertical-align: middle;
                    }

                    .cookies-overlay .cookies-container .cookie-options-container .option-container .option-header span {
                        display: inline-block;
                        font-weight: bold;
                        font-size: 17px;
                        vertical-align: middle;
                    }

                .cookies-overlay .cookies-container .cookie-options-container .option-container .option-description {
                    font-size: 14px;
                    color: #444;
                    font-style: italic;
                    text-align: justify;
                    margin: 0 0 0 4px;
                }

        .cookies-overlay .cookies-container .cookies-buttons {
            flex-grow: 1;
            margin: 16px 0 0 0;
        }

            .cookies-overlay .cookies-container .cookies-buttons .accept-all-cookies-button {
                float: right;
                transition: all 0.2s ease-in-out;
                background-color: #335325;
                color: #fff;
                padding: 8px 12px;
                cursor: pointer;
                font-size: 16px;
                box-shadow: none;
                border: none;
            }

                .cookies-overlay .cookies-container .cookies-buttons .accept-all-cookies-button:hover {
                    filter: contrast(1.6);
                    background-color: #335325bb;
                }

            .cookies-overlay .cookies-container .cookies-buttons .show-options-button {
                float: left;
                transition: all 0.2s ease-in-out;
                background-color: #888;
                color: #fff;
                padding: 8px 12px;
                cursor: pointer;
                font-size: 16px;
                box-shadow: none;
                border: none;
            }

                .cookies-overlay .cookies-container .cookies-buttons .show-options-button:hover {
                    filter: contrast(1.6);
                    background-color: grey;
                }

            .cookies-overlay .cookies-container .cookies-buttons .accept-selected-cookies-button {
                display: none;
                float: left;
                transition: all 0.2s ease-in-out;
                background-color: #888;
                color: #fff;
                padding: 8px 12px;
                cursor: pointer;
                font-size: 16px;
                box-shadow: none;
                border: none;
            }

                .cookies-overlay .cookies-container .cookies-buttons .accept-selected-cookies-button:hover {
                    filter: contrast(1.6);
                    background-color: grey;
                }
</pre></body></html>