@charset "utf-8";
/* RESET */

@import url(https://fonts.googleapis.com/css?family=Signika:300,400,600,700&subset=latin,latin-ext);

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

fieldset,
images {
    border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

a:active,
a:focus {
    outline-style: none;
}

li {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
}
/* /RESET */
/* GLOBAL */

html {
    box-sizing: content-box;
}

a {
    color: #010101;
    text-decoration: none;
    cursor: pointer;
    transition: all 250ms ease 0s;
}

a:hover {
    color: #d0af83;
    text-decoration: none;
    transition: all 250ms ease 0s;
}

strong {
    font-weight: bold;
}

input {
    font-size: 11px;
    color: #999;
    border: 0px none;
    outline: none;
}

label,
input[type="submit"] {
    cursor: pointer;
}

input[type="submit"] {
    transition: all 250ms ease 0s;
}

input[type="submit"]:hover {
    transition: all 250ms ease 0s;
}

select,
input[type="email"],
input[type="password"],
input[type="text"],
textarea {
    font-family: 'Signika', Arial, Tahoma;
    font-size: 13px;
    font-style: italic;
    color: #9E9E9E;
    background: #FFF;
    border: 1px solid #BCBCBC;
    box-sizing: content-box;
}

input[type="email"],
input[type="password"],
input[type="text"] {
    width: 278px;
    height: 40px;
    padding: 0px 10px;
}

select,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus {
    border: 1px solid #3591D0;
}

::-webkit-input-placeholder {
    font-size: 13px;
    color: #9E9E9E;
    opacity: 1;
}

:-moz-placeholder {
    font-size: 13px;
    color: #9E9E9E;
    opacity: 1;
}

::-moz-placeholder {
    font-size: 13px;
    color: #9E9E9E;
    opacity: 1;
}

:-ms-input-placeholder {
    font-size: 13px;
    color: #9E9E9E;
    opacity: 1;
}

img {
    border: none;
    max-width: 100%;
}

body {
    position: relative;
    min-width: 300px;
    max-width: 100%;
    font-family: 'Signika', Arial, sans-serif;
    font-size: 14px;
    color: #444444;
    text-align: center;
    font-weight: 300;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    float: left;
    width: 100%;
}

.ds-none {
    display: none!important;
}

.tc {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

a.tc:hover {
    /* opacity: 0.7; */
}

.up {
    text-transform: uppercase;
}
/* /GLOBAL */
/* MAIN */

.div_class_article #mc #ls {
    display: none;
}

.div_class_article #mc #ms {
    width: 100%;
    float: none;
}

.div_class_article #content .wrapper {
    padding: 20px 25px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.container {
    position: relative;
    float: left;
    width: 100%;
    z-index: 3;
}

.wrapper {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (min-width: 320px) {
    .wrapper,
    .bar .header .innerheader {
        width: 100%;
        min-width: 300px;
        padding: 0px;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1024px) {
    .wrapper,
    .bar .header .innerheader {
        width: 98%;
        padding: 0px 1%;
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    .wrapper,
    .bar .header .innerheader {
        width: 1000px;
        padding: 0px 0px;
        box-sizing: content-box;
    }
}

@media screen and (min-width: 1200px) {
    .wrapper {
        width: 1200px;
    }
}
/* MAIN */

h1.header,
h2.header {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
    text-align: left;
}

@media screen and (min-width: 1024px) {
    h1.header,
    h2.header {
        height: 42px;
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1200px) {
    h1.header,
    h2.header {
        padding-bottom: 0px;
        border-bottom: none;
    }
}

h1.header span,
h2.header span {
    display: block;
    font-size: 23px;
    font-weight: 300;
    color: #474747;
    line-height: 1em;
    text-transform: uppercase;
}

#strona_glowna h1.header {
    position: relative;
    height: auto;
}

#strona_glowna h1.header:after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #d0af83;
}

#strona_glowna h1.header span {
    display: inline;
    background: #fff;
    padding: 0 20px 0 10px;
}

#div_id_article_sys_3 h1.header span {
    font-size: 30px;
}

@media screen and (min-width: 1200px) {
    h1.header span,
    h2.header span {
    }
}

h1.header a.more,
h2.header a.more {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px;
    padding-right: 25px;
    color: #949494;
    line-height: 19px;
    background: url(../img/ico/headers.png) 130% -87px no-repeat;
}

h1.header a.more:hover {
    opacity: 0.7;
}

a.button_small,
a.button,
a.button_long {
    display: block;
}

.button_small,
.button,
.button_long {
    font-family: 'Signika', Tahoma, Arial;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    background: #d0af83;
}

.button_small {
    width: 90px;
    height: 25px;
    font-size: 11px;
}

a.button_small {
    line-height: 25px;
}

.button {
    width: 130px;
    height: 30px;
    font-size: 12px;
    text-align: center;
}

a.button {
    line-height: 30px;
}

.button_long {
    width: 170px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
}

a.button_long {
    line-height: 35px;
}

.button_small:hover,
.button:hover,
.button_long:hover {
    color: #FFF;
    background: #3591D0;
}

.error {
    color: #FF0000!important;
}

input.text.error {
    border: 1px solid #FF0000!important;
}

input.text.valid {
    border: 1px solid rgb(0, 140, 17)!important;
}

h2.switcher {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    height: 41px;
    text-align: center;
    background: #d0af83;
    cursor: pointer;
    vertical-align: top;
}

h2.switcher span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    line-height: 41px;
}

@media screen and (min-width: 1024px) {
    h2.switcher {
        display: none;
    }
}

h2.switcher:hover,
h2.switcher.active {
    background: #3591D0;
    margin-bottom: 0;
}

.ui-selectmenu,
.ui-multiselect {
    display: block;
    overflow: hidden;
    height: 38px;
    font-size: 13px;
    color: #565656;
    text-decoration: none!important;
    background: #FFF;
    border: 1px solid #E7E7E7;
}

.ui-selectmenu:hover {
    color: #d0af83;
}

.ui-selectmenu .ui-selectmenu-status {
    float: left;
    height: 38px;
    margin-left: 10px;
    text-align: left;
    line-height: 38px;
}

.ui-selectmenu .ui-selectmenu-icon,
.ui-multiselect span.ui-icon {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 11px;
    margin-right: 10px;
    background: url(../img/ico/select.png) 0px 0px no-repeat;
}

.ui-selectmenu-menu,
.ui-multiselect-menu {
    position: absolute;
    display: none;
}

.ui-selectmenu-open,
.ui-multiselect-menu {
    display: block;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
}

ul.ui-selectmenu-menu li,
.ui-multiselect-checkboxes li {
    padding: 0px 10px;
    font-size: 14px;
    text-align: left;
    line-height: 38px;
    background: #FFF;
    border: 1px solid #E7E7E7;
    border-top: none;
}

ul.ui-selectmenu-menu li.ui-corner-top {
    border-top: 1px solid #E7E7E7;
}

ul.ui-selectmenu-menu li a {
    display: block;
    color: #565656;
    font-size: 13px;
    text-decoration: none!important;
}

ul.ui-selectmenu-menu li a:hover {
    color: #d0af83;
}
/* /MAIN */
/* BAR */

#bar {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 55px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #BCBCBC;
    z-index: 9999;
}

@media screen and (max-width: 1023px) {
    #bar {
        display: none!important;
    }
}

#bar .logo {
    display: table;
    overflow: hidden;
    float: left;
    height: 49px;
    margin: 3px 0px;
}

#bar .logo a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#bar .logo a img {
    max-height: 49px;
}

#bar .logo a:hover {
    opacity: 0.7;
}

#bar .search {
    float: right;
    position: relative;
    overflow: hidden;
    width: 470px;
    height: 40px;
    margin: 8px 0 8px 0px;
}

@media screen and (min-width: 1200px) {
    #bar .search {
        width: 670px;
    }
}

#bar .search input.text {
    width: 358px;
    height: 38px;
    padding: 0px 70px 0px 40px;
    border-radius: 1px;
    border: 1px solid #B9B9B9;
}

@media screen and (min-width: 1200px) {
    #bar .search input.text {
        width: 558px;
    }
}

#bar .search input.submit {
    position: absolute;
    top: 12px;
    right: 10px;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #777877;
    background: url("../img/ico/search.png") no-repeat right center;
    color: transparent;
}

#bar .search input.submit:hover {
    opacity: 0.7;
}

#bar .cart {
    float: right;
    display: none;
    height: 28px;
    margin: 9px 0px;
    padding: 5px 10px;
    background: #d0af83;
    border-bottom: 2px solid #85B516;
    border-radius: 3px;
}

#bar .cart a.img {
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 5px;
    margin-right: 10px;
    background: url(../img/ico/cart.png) 0px 0px no-repeat;
}

#bar .cart .quantity {
    float: left;
    height: 28px;
    padding: 0px 15px;
    font-size: 16px;
    color: #FFF;
    line-height: 28px;
    background: #F99B15;
    border-radius: 15px;
}

#bar .cart a:hover {
    opacity: 0.7;
}
/* /BAR */
/* TOP */

#top {
    position: relative;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    /*background: #e6e6e6;*/
    background: #000;
}

@media all and (max-width: 1023px){
    #top {
        height: auto;
    }
}

#top .wrapper {
    background: none;
}

#top #languages {
    float: right;
/*    margin-top: 10px;*/
}

#top #languages #google_translate_element {
    float: left;
    margin-left: 5px;
    width: 120px;
    overflow: hidden;
}

#top #languages #google_translate_element select {
    width: 118px;
}

#languages #google_translate_logo, #languages #language_separator, #languages ul {
    float: left;
    margin-top: 11px;
    margin-left: 10px;
    line-height: 50px;
}

#languages ul li {
    float: left;
    width: 21px;
    height: 16px;
    margin-right: 5px;
    line-height: 1em;
}

#languages ul li a {
    display: block;
}

#languages ul li a img {
    width: 21px;
    height: 16px;
    display: block;
}

#languages ul li a:hover {
    opacity: 0.7;
}

#languages ul li.lang_active {
    border: 1px solid #e9e9e9;
}

#top #topLinks {
    float: right;
}

#topLinks ul {
    float: right;
}

#topLinks ul li {
    float: left;
    margin-left: 15px;
}

#topLinks ul li a {
    display: block;
    color: #747474;
    line-height: 40px;
}

#topLinks ul li.register a {
    background-position: 0px -15px;
}

#topLinks ul li.storage a {
    background-position: 0px -31px;
}

#topLinks ul li.compare a {
    background-position: 0px -47px;
}

#topLinks ul li.storage,
#topLinks ul li.compare {
    display: none;
}

@media screen and (min-width: 1024px) {
    #topLinks ul li.storage,
    #topLinks ul li.compare {
        display: block;
    }
}

#topLinks ul li a:hover {
    color: #BBB;
}
/* /TOP */
/* HEADER */

#header {
    background: #ffff99;
}

@media screen and (min-width: 1024px) {
    #header {
        padding-top: 10px;
        padding-bottom: 7px;
    }
}



/*@media screen and (min-width: 1024px) {
    #h {
        margin: 15px 0px 0px;
    }
}*/

#h #logo {
    display: inline-block;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    #h #logo {
        overflow: hidden;
        float: left;
        width: auto;
        margin-left: 0px;
    }
}

#logo a {
    display: block;
}

#logo a img {
    height: auto;
}

@media screen and (min-width: 1024px) {
    #logo a img {
    }
}

#logo a:hover {
    opacity: 0.7;
}

.header-features {
    display: none;
    float: left;
    width: 540px;
    margin-left: 45px;
    margin-top: 12px;
}

@media all and (min-width: 1024px) {
    .header-features {
        display: block;
    }
}

.header-features li {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    text-align: center;
    background: url(../img/ico/v-line.png) no-repeat;
    background-position: right center;
    box-sizing: border-box;
}

.header-features li:last-child {
    background: none;
}

.header-features li .title {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 37px;
    color: #333;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: top center;
}

.header-features li.importer .title {
    background-image: url(../img/ico/importer.png);
}

.header-features li.wysylka .title {
    background-image: url(../img/ico/wysylka.png);
}

.header-features li.system .title {
    background-image: url(../img/ico/system.png);
}

.header-features li .desc {
    font-size: 10px;
    color: #333;
    margin-top: 12px;
    padding-top: 10px;
    background: url(../img/ico/h-line.png) no-repeat;
    background-position: top center;
}

.header-right {
    float: right;
}

@media all and (max-width: 1023px) {
    .header-right {
        width: 100%;
    }
}

.header-right .storage-area {
    text-align: right;
    margin-bottom: 12px;
}

.header-right .storage-area a {
    color: #555;
    text-decoration: underline;
    font-style: italic;
    font-size: 14px;
}

.header-right .storage-area a:hover,
.header-right .storage-area a:focus {
    color: red;
}

.account-info a {
    color: #333;
    font-size: 16px;
}

.account-info .account {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}

.account-info .account li {
    display: inline-block;
    vertical-align: middle;
}

/*  */

.header-menu {
    float: right;
}

@media all and (max-width: 1023px) {
    .header-menu {
        padding: 15px 0;
    }
}

.header-menu ul {
    display: inline-block;
    vertical-align: middle;
}

#languages {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

#languages li:before {
    display: none;
}

#languages li a {
    padding: 0;
    background: none;
}

.header-menu li {
    display: inline-block;
}

.header-menu li:before {
    content: "/";
    padding: 0 10px;
}

.header-menu li:first-child:before {
    display: none;
}

.header-menu li a {
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #444444;
}

.header-menu li a:hover {
    color: #d0af83;
}

.header-menu li.teczka a {
    background-image: url(../img/ico/teczka.png);
}

.header-menu li.hand a {
    background-image: url(../img/ico/hand.png);
}

.header-menu li.envelope a {
    background-image: url(../img/ico/envelopenew.png);
}

#h #search {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 10px 0px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    #h #search {
        height: 38px;
        float: right;
    }
}

#search input.text {
    display: block;
    position: relative;
    width: 100%;
    height: 38px;
    padding: 0px 50px 0px 15px;
    background: #FFF;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    box-sizing: border-box;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    #search input.text {
        padding-left: 40px;
        background: #FFF;
    }
}

#search #search_advanced {
    display: inline-block;
    padding: 10px 0;
    font-style: italic;
    color: #666;
}

#search #search_advanced:hover {
    color: red;
}

#search input.text::-webkit-input-placeholder {
    line-height: 14px;
}

#search input.text:-moz-placeholder {
    line-height: 36px;
}

#search input.text::-moz-placeholder {
    line-height: 36px;
}

#search input.text:-ms-input-placeholder {
    line-height: 36px;
}

#search input.submit {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: url(../img/ico/search.png) 0px 0px no-repeat;
    z-index: 2;
}

#h #tCart {
    display: none;
    position: relative;
    vertical-align: top;
    float: right;
}

@media screen and (min-width: 1024px) {
    #h #tCart {
        margin-left: 15px;
        display: inline-block;
    }
}

#tCart a.img {
    padding-left: 20px;
    display: inline-block;
    background: url(../img/cart.png) no-repeat;
    background-position: left center;
}

#tCart a.img:hover {
    opacity: 0.7;
}

#tCart a.value,
#tCart a.quantity {
}

#tCart a.value:hover,
#tCart a.quantity:hover {
}

#tCart a.value {
}

#tCart a.quantity {
}

#h a.cartBtn {
    display: inline-block;
    width: 145px;
    height: 36px;
    float: none;
    margin: 10px 1px 0px 5px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    line-height: 36px;
    background: #8A8A8A;
    border-bottom: 2px solid #5B5B5B;
    border-radius: 3px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    #h a.cartBtn {
        display: none;
    }
}

#h a.cartBtn:hover {
    opacity: 0.7;
}
/* /HEADER */
/* MENU */

#menu {
    z-index:5;
}

/*!obuwiehurt*/
/*@media screen and (min-width: 768px) and (max-width: 1580px) {*/
/*    #catMenu .menu .last1 .divMenu {*/
/*        right:166px;*/
/*    }*/

/*    #catMenu .menu .last1 .divMenu a{*/
/*        text-align: right;*/
/*    }*/
/*}*/

@media screen and (min-width: 1024px) {
    #menu {
        /*background: #fff;*/
        background: #000;
    }
}

@media screen and (min-width: 1024px) {
    #menu .wrapper {
/*        border-bottom: 2px solid #cacaca;
        border-top: 2px solid #cacaca;*/
    }
}

#m {
    position: relative;
    margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
    #m {
        height: 60px;
        margin-bottom: 0px;
        width: auto;
        float: left;
    }
}

#m div.rsp,
#top div.rsp {
    display: none;
    position: relative;
    background: black;
}

@media screen and (min-width: 1024px) {
    #catMenu {
        max-height: 60px;
    }

    div#mainMenu {
        display: inline-block!important;
        margin: 0px 0px 0px 0px;
        background: none;
        border-bottom: none;
    }

    div#catMenu {
        display: inline-block !important;
    }
}

#mainMenu ul.menu li a {
    /*color: #747474;*/
    color: #fff;
}

#mainMenu ul.menu li a:hover,
#mainMenu ul.menu li a:focus {
    /*color: #4e4e4e;*/
    color: red;
}

ul.menu {
    position: relative;
    float: left;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    ul.menu {
        display: block;
    }

    #catMenu ul.menu {
        line-height: 60px;
    }
}
/*              @media screen and (min-width: 1200px) {
                  
              #m ul.menu { table-layout: fixed;
              }    
                  
              }*/

#catMenu ul.menu li {
    float: left;
    width: 100%;
    text-align: center;
    /*border-bottom: 1px solid #D4D4D4;*/
}

@media screen and (min-width: 1024px) {
    #mainMenu ul.menu li,
    #catMenu ul.menu li {
        display: inline-block;
        float: none;
        width: auto;
        border-bottom: none;
        vertical-align: middle;
        line-height: 40px;
    }

    #mainMenu ul.menu li {
        line-height: 1.5em;
    }

    #mainMenu > ul.menu > li + li:before {
        content: "/";
        display: inline-block;
    }

    #catMenu ul.menu li:hover {
    }
}

ul.menu li a {
    display: block;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    /*color: #444444;*/
    color: #fff;
}

@media screen and (min-width: 1024px) {
    ul.menu li a {
        padding: 0 10px;
    }
}

#mainMenu ul.menu li a {
    padding: 10px;
    display: inline-block;
}

@media screen and (min-width: 1024px) {
    #catMenu ul.menu li a {
        display: inline-block;
        padding: 0px 0px;
        margin: 0 13px;
    }
}

#catMenu ul.menu .level1 {
    padding: 0;
    height: auto;
    line-height: 1em;
}

@media screen and (max-width: 1024px) {
    #catMenu ul.menu li {
        background: #000;
    }
}

@media screen and (max-width: 768px) {
    #catMenu ul.menu .level1 {
        text-align: left;
    }
    #catMenu ul.menu .level1 > a > span {
        padding-left: 15px;
    }
}

#catMenu ul.menu .level1 > a {
    display: inline-block;
    height: auto;
    padding: 10px 2px;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1em;
}

#catMenu ul.menu .level1 > a:hover {
    /*background: #fff;*/
    /*color: #d0af83;*/
    color: red;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}

ul.menu li.current a,
ul.menu li a:hover {
}
/*  */

@media all and (min-width: 1024px) {
    #catMenu ul.menu li {
        position: relative;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    ul.menu li:hover {
    }

    #catMenu ul.menu li ul {
        padding: 12px 0;
        background: #000;
        z-index: 1000;
        position: absolute;
        top: 13px;
        left: 13px;
        /* width: 400px; */
        min-width: 250px;
        display: none;
        opacity: 0;
        visibility: hidden;
        height: auto;
        -webkit-transiton: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        -transition: all 0.2s;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
        /* columns: 10px 2; */
        /* -webkit-columns: 10px 2; */
        /* -moz-columns: 10px 2; */
    }

    #catMenu ul.menu li ul li ul li {
        width: max-content;
    }

    #catMenu ul.menu li:last-child ul {
        width: 200px;
        columns: auto;
        -webkit-columns: auto;
        -moz-columns: auto;
    }

    #catMenu ul.menu li ul li {
        display: block;
        padding: 5px;
        line-height: 1em;
        height: auto;
        text-align: left;
        padding-left: 0px;
        width: 100%;
    }

    #catMenu ul.menu li ul li a {
        line-height: 1.2em;
        height: auto;
        font-weight: normal;
        text-transform: none;
        text-align: left;
        /*color: #767676;*/
        font-size: 15px;
        font-weight: 400;
        /*width: max-content;*/
        width: -webkit-fill-available;

        padding-right: 15px;
    }

/*    #catMenu ul.menu li ul li a:hover {
        !*color: #d0af83;*!
        color: red;
    }*/

    #catMenu ul.menu li ul li:hover {
        background: #ccff99;
        color: red;
    }

    #catMenu ul.menu li:hover ul {
        display: block;
        opacity: 1;
        visibility: visible;
    }    
    
    #catMenu ul.menu li:hover ul {
        /*display: block;*/
        display: inline-table;
        opacity: 1;
        visibility: visible;
    }

    #catMenu ul.menu ul.menu ul.menu {
        display: none !important;
    }
}
/* /MENU */
/* SEARCH */

#menu #search {
    float: right;
    margin-top: 21px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    #menu #search {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

#menu #search input.text {
    min-width: 307px;
    height: 37px;
    border: 1px solid #b9b9b9;
    max-width: 100%;
}
/* BREADCRUMBS */

#breadcrumbs {
    display: none;
/*    padding: 8px 0px;*/
    background: #FFF;
}

@media screen and (min-width: 1024px) {
    #breadcrumbs {
        display: block;
    }
}

#br {
}

#br ul {
    float: left;
    width: 100%;
}

#br ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #9E9E9E;
    line-height: 15px;
}

#br ul li a,
#br ul li span {
    display: block;
    font-size: 12px;
    color: #9E9E9E;
    line-height: 15px;
}

#br ul li a:hover {
    color: #d0af83;
}

#br ul li.last span {
    color: #5F5F5F;
}
/* /BREADCRUMBS */
/* CONTENT */

#content {
    /*position: relative;*/
}

@media screen and (min-width: 1024px) {
    #content {
        padding-bottom: 10px;
        background: #fff;
    }
}

/*#mc {
    margin: 20px 0px;
}*/

#mc #ls {
    position: relative;
    display: none;
    float: left;
    padding-top: 48px;
    background: #000;
}

@media screen and (min-width: 1024px) {
    #mc #ls {
        display: block;
        width: unset;
        /*width: 285px;*/
    }
}

#mc #ms {
    margin-top: 20px;
    float: right;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    #mc #ms {
        width: 670px;
    }
}

@media screen and (min-width: 1200px) {
    #mc #ms {
        width: 850px;
    }
}

#mc .placeholder {
    display: block;
    position: relative;
}

@media screen and (min-width: 1024px) {
    #mc .placeholder {
        width: 679px;
    }

    #mc .placeholder.full {
        width: 974px;
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {
    #mc .placeholder {
        width: 879px;
    }

    #mc .placeholder.full {
        width: 100%;
    }
}
/* /CONTENT */

#div_id_main_page #mc #ms {
    width: 100%;
    float: none;
}

#div_id_main_page #mc #ls {
    display: none;
}

#strona_glowna h2 {
    font-size: 54px;
    margin: 60px 0;
    text-align: center;
    font-weight: 300;
}

#strona_glowna h2 span {
    font-weight: 600;
    color: #d0af83;
}

#strona_glowna .s1 h3 {
    font-size: 36px;
    font-weight: 300;
    color: #d0af83;
    margin: 15px 0;
}

#strona_glowna .s1 {
    font-size: 16px;
    background: url(../img/bg-section1.png) no-repeat;
    background-position: right bottom;
    min-height: 540px;
}

@media all and (max-width: 1023px) {
    #strona_glowna .s1 {
        background: none;
    }
}

#strona_glowna .s1 .body {
    max-width: 680px;
}

#strona_glowna .s2 {
    background: url(../img/bg-home.jpg) no-repeat;
    background-size: 100% auto;
    color: #fff;
    min-height: 380px;
}

#strona_glowna .s3 {
    font-size: 14px;
}

#strona_glowna .s3 h3 {
    font-size: 20px;
    color: #d0af83;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
}

#strona_glowna .s3 p {
    line-height: 1.5em;
}

.feature-item {
    padding-left: 180px;
    float: left;
    max-width: 50%;
    box-sizing: border-box;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position: 61px -21px;
    background-image: url(../img/ico/feature1.jpg);
}

@media all and (max-width: 1023px) {
    .feature-item {
        max-width: 100%;
        padding: 100px 0px 0px;
        padding-top: 100px;
        background-position: center top;
    }
}

.feature-item:nth-child(1) {
    background-image: url(../img/ico/feature1.jpg);
}

.feature-item:nth-child(2) {
    background-image: url(../img/ico/feature2.jpg);
}

.feature-item:nth-child(3) {
    background-image: url(../img/ico/feature3.jpg);
}

.feature-item:nth-child(4) {
    background-image: url(../img/ico/feature4.jpg);
}

.home-products {
    clear: both;
    background: #f7f9fa;
    padding: 20px;
    box-sizing: border-box;
}

.home-products > h2 {
    margin-top: 20px;
}

.home-products > p {
    text-align: center;
    font-size: 17px;
}

.home-products ul.productsList {
    float: none;
    margin-top: 75px;
}

.home-products h2 {
    margin-bottom: 20px !important;
}

.home-products h1.header {
    display: none;
}
/* FOOTER */

.newsletter-footer {
    clear: both;
    background: #f3f3f4 url(../img/bg-newsletter.jpg) no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    color: #474747;
    padding: 33px 0 45px 20px;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 20px;
}

@media all and (max-width: 1023px) {
    .newsletter-footer {
        display: none;
    }
}

.newsletter-footer .wrapper {
    position: relative;
}

@media all and (max-width: 480px) {
    .newsletter-footer .wrapper {
        min-width: auto;
    }
}

@media all and (max-width: 1023px) {
    .newsletter-footer .wrapper:after {
        display: none;
    }
}

.newsletter-footer .desc {
    display: inline-block;
    vertical-align: middle;
    width: 41%;
    min-width: 320px;
}

@media all and (max-width: 1023px) {
    .newsletter-footer .desc {
        width: auto;
    }
}

.newsletter-footer .desc h4 {
    font-size: 23px;
    font-weight: 300;
    color: #474747;
    text-transform: uppercase;
}

.newsletter-footer .desc .txt {
    font-size: 16px;
    font-weight: 300;
    color: #838383;
}

.newsletter-footer .cnt {
    display: inline-block;
    vertical-align: middle;
    width: 640px;
    position: relative;
    z-index: 100;
}

@media all and (max-width: 1200px) {
    .newsletter-footer .cnt {
        width: 525px;
    }
}

.newsletter-footer .cnt .text {
    width: 518px;
    height: 35px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

@media all and (max-width: 1200px) {
    .newsletter-footer .cnt .text {
        width: 410px;
    }
}

.newsletter-footer .cnt .submit {
    background: #e23c3c;
    color: #fff;
    font-size: 12px;
    margin-left: 2px;
    font-weight: 600;
    text-transform: uppercase;
    height: 35px;
    line-height: 36px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

#footer {
    position: relative;
    padding: 20px 0px;
    text-align: center;
    background: #888888;
}

@media screen and (min-width: 1024px) {
    #footer {
        padding: 40px 0px;
    }
}

#footer .wrapper {
}

#f {
    position: relative;
    color: #fff;
}

#topLink {
    z-index: 1;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 66px;
    height: 66px;
    background: url(../img/up.png) 0px 0px no-repeat;
}
@media screen and (min-width: 1024px) {
    #topLink {
        display: inline-block;
    }
}
@media screen and (min-width: 1200px) {
    #topLink {
        right: 20px;
    }
}
#topLink:hover {
    opacity: 0.7;
}

#f .about {
    width: 50%;
    float: left;
}

#f .boxf {
    width: 25%;
    float: left;
    padding-left: 70px;
    box-sizing: border-box;
}

#f .box-contact {
    width: 25%;
    float: left;
}



@media all and (max-width: 1023px) {
    #f .boxf {
        width: 50%;
        padding: 0;
    }

    #f .box-contact {
        width: 50%;
    }
}


.f-icons {
    margin-top: 20px;
}

.f-icons li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

@media all and (max-width: 1023px) {
    #f .about {
        width: 100%;
        margin-bottom: 20px;
    }

    #f .boxf {
        width: 100%;
    }

    #f .box-contact {
        width: 100%;
    }
}

#f .desc,
#f .feat {
    font-weight: 300;
}

#f h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

#f .box {
    display: inline-block;
    position: relative;
    vertical-align: top;
    max-width: 24%;
}

@media all and (max-width: 1023px) {
    #f .box {
        max-width: 320px;
        width: 100%;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
    }
}

#f .box h4 {
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 20px;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    #f .box h4 {
        margin-bottom: 15px;
    }
}

#f .box .cnt {
    position: relative;
    float: left;
    width: 100%;
}

#f .box ul.menu {
    position: relative;
    float: left;
    width: 100%;
}

#f ul.menu li {
    position: relative;
    float: left;
    width: 180px;
    margin-bottom: 10px;
}

#f ul.menu li a {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 15px;
}

#f ul.menu li a:hover {
    opacity: 0.8;
}

#f .newsletter {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    #f .newsletter {
        overflow: hidden;
        clear: left;
        width: 285px;
        margin-bottom: 10px;
    }
}

#f .newsletter h4 {
    display: none;
}

@media screen and (min-width: 1024px) {
    #f .newsletter h4 {
        display: block;
        float: right;
        margin-right: 10px;
    }
}

#f .newsletter h4.label {
    display: block;
    padding-left: 25px;
    line-height: 23px;
    background: url(../img/ico/env.png) 0px center no-repeat;
}

@media screen and (min-width: 1024px) {
    #f .newsletter h4.label {
        display: none;
    }
}

#f .newsletter .cnt {
}

#f .newsletter input.text {
    display: block;
    position: relative;
    width: 100%;
    height: 39px;
    padding: 0px 50px 0px 15px;
    background: #FFF;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    z-index: 1;
}

#f .newsletter input.submit {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 19px;
    height: 19px;
    background: url(../img/ico/headers.png) 0px -87px no-repeat;
    z-index: 2;
}

#f .newsletter input.submit:hover {
    opacity: 0.7;
}

#f .newsletter .txt {
    display: none;
    float: right;
    margin-top: 10px;
    font-size: 12px;
    color: #FFF;
    text-align: right;
    line-height: 20px;
}

@media screen and (min-width: 1024px) {
    #f .newsletter .txt {
        display: block;
    }
}

#f .articles {
    display: none;
    float: right;
    width: 200px;
    margin-right: 15px;
}

@media screen and (min-width: 1024px) {
    #f .articles {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    #f .articles {
        margin: 0px 115px 0px 0px;
    }
}

#f .links {
    display: none;
    float: right;
    width: 200px;
}

@media screen and (min-width: 1024px) {
    #f .links {
        display: block;
        margin: 0px 50px;
    }
}

#f .data {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    #f .data {
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        margin-bottom: 0px;
    }
}

#f .data .info {
    position: relative;
    float: left;
    clear: both;
    font-size: 11px;
    color: #B4B4B4;
    text-align: left;
    line-height: 18px;
}

@media screen and (min-width: 1024px) {
    #f .data .info {
        font-size: 13px;
    }
}

#f .data .info a {
    color: #B4B4B4;
}

#f .data .info a:hover {
    color: #FFF;
}

#f .data .company {
    display: none;
}

#f .data div.company {
    margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
    #f .data .company {
        display: block;
    }
}

#f .social {
}

@media screen and (min-width: 1024px) {
    #f .social {
        float: right;
        margin-top: 10px;
        clear: right;
    }
}

#f .social h5 {
    display: none;
    float: left;
    clear: both;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 15px;
}

@media screen and (min-width: 1024px) {
    #f .social h5 {
        display: block;
    }
}

#f .social ul {
    float: right;
    clear: both;
}

#f .social ul li {
    float: left;
    margin-left: 10px;
}

#f .social ul li a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/ico/social.png) 0px 0px no-repeat;
}

#f .social ul li a.yt {
}

#f .social ul li a.tw {
    background-position: 0px -25px;
}

#f .social ul li a.gp {
    background-position: 0px -50px;
}

#f .social ul li a.fb {
    background-position: 0px -75px;
}

#f .social ul li a:hover {
    opacity: 0.7;
}

#copyrights {
    padding: 10px 0px 50px;
    background: #FFF;
}

@media screen and (min-width: 1024px) {
    #copyrights {
        background: #fff;
    }
}

#c {
    text-align: left;
}

#c .cstore {
    display: inline-block;
    font-size: 12px;
    color: #555555;
    line-height: 16px;
    vertical-align: top;
    font-weight: 300;
}

#c .cstore a {
    color: #555555;
    font-size: 12px;
    text-decoration: underline;
}

@media screen and (min-width: 1024px) {
    #c .cstore {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 0px;
        border-top: 1px solid #dfdfdf;
    }
}

#c .cstore a {
}

#c .cstore a:hover {
    color: #d0af83;
}

.logos {
    float: right;
    padding-top: 14px;
}

/* /FOOTER */
/* LOGOS */

#logos {
    display: none;
}

@media (max-width: 1200px) {
    #logosCarousel {
        display: none;
    }
}

#logosCarousel .in {
    padding: 25px 15px;
    background: #FFF;
    border: 2px solid #E0E0E0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 2px 10px 0px #E7E7E7;
    -moz-box-shadow: 0px 2px 10px 0px #E7E7E7;
    -webkit-box-shadow: 0px 2px 10px 0px #E7E7E7;
}

#logosCarousel .jcarousel-container {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 35px;
    padding: 0px 33px;
}

#logosCarousel .jcarousel-clip {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 35px;
}

#logosCarousel .jcarousel-list {
    height: 35px;
}

#logosCarousel .jcarousel-list li {
    position: relative;
    overflow: hidden;
    float: left;
    width: 130px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
}

#logosCarousel .jcarousel-list li img {
    display: inline-block;
    max-width: 130px;
    max-height: 35px;
    margin: auto;
    vertical-align: middle;
}

#logosCarousel .jcarousel-prev,
#logosCarousel .jcarousel-next {
    position: absolute;
    top: 8px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

#logosCarousel .jcarousel-prev {
    left: 0px;
    background: url(../img/ico/car_nav.png) 0px 0px no-repeat;
}

#logosCarousel .jcarousel-next {
    right: 0px;
    background: url(../img/ico/car_nav.png) 0px -19px no-repeat;
}

#logosCarousel .jcarousel-prev-disabled,
#logosCarousel .jcarousel-next-disabled {
    display: none!important;
}

#logosCarousel .jcarousel-prev:hover,
#logosCarousel .jcarousel-next:hover {
    opacity: 0.7;
}
/* --------- /LOGOS CAROUSEL --------- */
/* HOME PAGE */

#slider .item {
    margin: 0 4px;
    width: 1000px;
    height: 625px;
}

#slider {
    display: none;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    background: #FFF;
    margin-top: 20px;
}

#div_id_main_page #slider {
    display: block;
}

@media all and (max-width: 1023px) {
    #div_id_main_page #slider {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    #slider {
        min-height: 200px;
        max-height: 620px;
    }
}

#slider ul {
    position: relative;
    float: left;
    width: 1200px !important;
    margin: 0 auto;
    float: none;
}

#slider ul li {
    width: 100%!important;
}

@media screen and (max-width: 1023px) {
    #slider ul li {
        height: 100%!important;
    }
}

#slider ul li .in {
    display: table;
    float: left;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    #slider ul li {
        height: 625px;
        width: 100%;
        text-align: center;
    };
}

@media screen and (min-width: 1200px) {
    #slider ul li {
        text-align: center;
    }
}

#slider ul li a {
    text-align: center;
    vertical-align: middle;
}

#slider ul li img {
    max-width: 100%;
}

@media screen and (min-width: 1024px) {
    #slider ul li img {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (min-width: 1200px) {
    #slider ul li img {
        max-height: 620px;
        width: 100% !important;
        height: auto !important;
    }
}

#slider ul li .description {
    display: block;
    position: absolute;
    top: 20%;
    max-width: 860px;
    margin: auto;
    color: rgb(255, 255, 255);
    left: 0;
    right: 0;
    width: 860px;
    bottom: 0;
}

#slider ul li .description hr {
    max-width: 440px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

#slider #sliderNavigationWrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    #slider #sliderNavigationWrapper {
        display: block;
    }
}

#slider #sliderNavigationWrapper #sliderNavigation {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

#slider a.nav {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 86px;
    margin-top: -31px;
    z-index: 200;
}

@media screen and (min-width: 1024px) {
    #slider a.nav {
        width: 44px;
        height: 86px;
        margin-top: -50px;
    }
}

#slider a#prevSlide {
    left: 20px;
    background: url(../img/slide-nav-left.png) no-repeat;
}

@media screen and (min-width: 1024px) {
    #slider a#prevSlide {
        background-size: auto auto;
    }
}

#slider a#nextSlide {
    right: 20px;
    background: url(../img/slide-nav-right.png) no-repeat;
}

@media screen and (min-width: 1024px) {
    #slider a#nextSlide {
        background-size: auto auto;
    }
}

#slider a.nav:hover {
    opacity: 0.7;
}

#slider #sliderPager {
    position: absolute;
    bottom: 15px;
    width: 100%;
    height: 28px;
    margin: 0px auto;
    z-index: 100;
}

#slider #sliderPager a {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0px 2px;
    text-indent: -20000px;
    background-color: #CACACA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#slider #sliderPager a.activeSlide {
    background-color: #CFAE81;
}

#slider #sliderPager a:hover {
    opacity: 0.7;
}

#banners {
    display: none;
    padding: 20px 0px 10px;
    background: #F5F5F5;
}

@media screen and (min-width: 1024px) {
    #div_id_main_page #banners {
        display: block;
    }
}

#b {
    position: relative;
}

#b .banner {
    position: relative;
    overflow: hidden;
    width: 440px;
    height: 140px;
    padding: 30px 20px;
    text-align: left;
    background: #FFF;
    border: 2px solid #E0E0E0;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 0px #E7E7E7;
}

@media screen and (min-width: 1200px) {
    #b .banner {
        width: 540px;
    }
}

#b .banner h4,
#b .banner h5,
#b .banner p,
#b .banner a {
    display: block;
    z-index: 2;
}

#b .banner h4,
#b .banner h5,
#b .banner a {
    position: relative;
}

#b .banner h4 {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #565656;
    text-transform: uppercase;
    line-height: 26px;
}

#b .banner h5 {
    font-size: 20px;
    color: #949494;
    text-transform: uppercase;
    line-height: 18px;
}

#b .banner p {
    font-size: 14px;
    line-height: 20px;
}

#b .banner a {
    float: left;
    margin-top: 15px;
    padding-left: 25px;
    line-height: 19px;
    background: url(../img/ico/car_nav.png) 0px 0px no-repeat;
}

#b .banner img {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 440px!important;
    height: 200px!important;
    z-index: 1;
}

#b .banner1 {
    float: left;
}

#b .banner2 {
    float: right;
}
/* --------- /HOME PAGE --------- */
/* --------- MENUBOX --------- */

.menuBox {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 40px;
    clear: left;
    z-index: 3;
}

.menuBox_Text, .menuBox_Filtrowanie{
    max-width: 300px;
}

.menuBox h4 {
    display: block;
    width: 100%;
}

.menuBox h4 span,
.menuBox h4 a {
    font-size: 20px;
    font-weight: 300;
    /*color: #474747;*/
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    padding-left: 23px;
/*    background: url(../img/circle.png) no-repeat;
    background-position: 8px center;*/
}

.menuBox .in {
    float: left;
    padding: 10px;
}

.menuBox .in .empty {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #9E9E9E;
    text-align: center;
    text-transform: uppercase;
}

.menuBox .in ul.mbox {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.menuBox .in ul.mbox li {
    float: left;
    clear: both;
    margin-bottom: 10px;
    padding-left: 15px;
    background: url(../img/ico/nav.png) 0px 5px no-repeat;
}

.menuBox .in ul.mbox li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #565656;
    line-height: 18px;
}

.menuBox .in ul.mbox li a:hover {
    color: #d0af83;
}

.menuBox div.more {
    float: left;
    width: 259px;
    padding: 15px 10px 5px;
    border-top: 1px solid #E7E7E7;
}

.menuBox div.more a {
    float: right;
    margin-right: 5px;
    padding-right: 15px;
    font-size: 11px;
    font-weight: bold;
    color: #949494;
    line-height: 15px;
    background: url(../img/ico/nav.png) 100% -89px no-repeat;
}

.menuBox div.more a:hover {
    color: #1C170C;
}

.menuBox .jcarousel-container {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 330px;
}

.menuBox .jcarousel-container .jcarousel-clip {
    overflow: hidden;
    float: left;
    width: 86%;
    height: 330px;
    margin: 0px 7%;
}

.menuBox .jcarousel-container .jcarousel-prev,
.menuBox .jcarousel-container .jcarousel-next {
    position: absolute;
    top: 150px;
    width: 19px;
    height: 19px;
    z-index: 2;
    cursor: pointer;
}

.menuBox .jcarousel-container .jcarousel-prev {
    left: 0px;
    background: url(../img/ico/car_nav.png) 0px 0px no-repeat;
}

.menuBox .jcarousel-container .jcarousel-next {
    right: 0px;
    background: url(../img/ico/car_nav.png) 0px -19px no-repeat;
}

.menuBox .jcarousel-container .jcarousel-prev:hover,
.menuBox .jcarousel-container .jcarousel-next:hover {
    opacity: 0.7;
}

.menuBox .jcarousel-container .jcarousel-prev-disabled,
.menuBox .jcarousel-container .jcarousel-next-disabled {
    display: none!important;
}

.menuBox ul.boxcarousel {
    display: inline-block;
    overflow: hidden;
    height: 330px;
    margin: 0px auto;
    text-align: left;
}

.menuBox ul.boxcarousel li {
    overflow: hidden;
    float: left;
    width: 223px;
    height: 330px;
}

.menuBox ul.boxcarousel li .name {
    position: relative;
    overflow: hidden;
    width: 223px;
    height: 40px;
    margin: 10px 0px 5px;
    text-align: center;
    z-index: 2;
}

.menuBox ul.boxcarousel li .name a {
    display: block;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #474747;
    line-height: 20px;
    text-transform: uppercase;
}

.menuBox ul.boxcarousel li .name a:hover {
    color: #d0af83;
}

.menuBox ul.boxcarousel li .image {
    display: table;
    overflow: hidden;
    width: 100%;
    height: 220px;
    margin-bottom: 5px;
}

.menuBox ul.boxcarousel li .image a {
}

.menuBox ul.boxcarousel li .image a img {
    max-width: 215px;
    max-height: 215px;
}

.menuBox ul.boxcarousel li .image a:hover {
}

.menuBox ul.boxcarousel li .prices {
    overflow: hidden;
    width: 100%;
    height: 50px;
    text-align: center;
}

.menuBox ul.boxcarousel li.show_net_price .prices {
    height: 65px;
}

.menuBox ul.boxcarousel li .prices span {
    display: inline-block;
    line-height: 25px;
}

.menuBox ul.boxcarousel li .prices span.old {
    margin-right: 5px;
    font-size: 22px;
    text-decoration: line-through;
    color: #949494;
}

.menuBox ul.boxcarousel li .prices span.value {
    font-size: 28px;
    font-weight: 600;
    color: #565656;
}

.menuBox ul.boxcarousel li .prices span.value_netto {
    display: block;
    font-size: 11px;
    color: #949494;
}

.menuBox ul.prodList li .rating {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    color: #565656;
    text-align: center;
    line-height: 20px;
}

.menuBox ul.prodList li .rating .sep {
    display: inline-block;
    padding: 1px 10px;
}

/* TEXT */

.menuBox_Text h4 span {
    /*color: #474747;*/
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    background-image: none;
}

.menuBox_Text p, .menuBox_Text p a {
    color: #fff;
}

.menuBox_Text p a:hover {
    color: red;
}

.menuBox_Text .in {
    padding-left: 10px;
    box-sizing: border-box;
}

.menuBox_Text .in div {
    width: 249px !important;
}

/* CATEGORIES */

.menuBox_Categories {
    width: unset;
    padding: 0px;
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.menuBox_Categories h4 {
    width: 245px;
    margin-bottom: 25px;
    text-align: left;
}

.menuBox_Categories h4 span {
    font-size: 20px;
    font-weight: 300;
    /*color: #010101;*/
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    padding-left: 23px;
/*    background: url(../img/circle.png) no-repeat;
    background-position: 8px center;*/
}

.menuBox_Categories .in {
    width: unset;
    padding: 0px;
    border-radius: 5px;
}

.menuBox_Categories ul {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.menuBox_Categories ul li {
    display: block;
    width: 100%;
}

.menuBox_Categories ul li a {
    display: block;
/*    color: #585858;*/
    color: #fff;
    transition: none;
}

.menuBox_Categories ul li a.main-cat {
    min-height: 22px;
    padding: 3px 8px;
    padding-left: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    transition: none;
    text-transform: uppercase;
}

.menuBox_Categories ul li a.main-cat.current,
.menuBox_Categories ul li a.main-cat:hover {
    transition: none;
    /*color: #d0af83;*/
    color: red;
}

.menuBox_Categories ul li a.main-cat.current {
}

.menuBox_Categories ul li ul {
    /*padding: 10px 23px 10px;*/
    padding-top: 10px;
}

.menuBox_Categories ul li ul li {
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    .menuBox_Categories ul li ul li {
        margin-bottom: 5px;
    }
}

#side-filler{
    display: block;
    position: absolute;
    width: 1000%;
    height: 500px;
    margin-left: 50px;
    padding-left: 50px;
    z-index: 1;
    top: 0px;
    right: 0px;
    background: rgb(0, 0, 0);
    height: 100%;
    white-space: normal;
}

@media screen and (min-width: 1720px) {
    #side-filler, #side-blocker{
        display: none;
    }
}

#side-blocker{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 100%;
    display: block;
    background: white;
    z-index: 2;
}

.menuBox_Categories ul li ul li a {
    font-size: 14px;
    line-height: 18px;
    /*color: #868686;*/
    font-weight: 300;
    /*text-transform: uppercase;*/
    padding-left:20px;
    font-weight: 400;
}

.menuBox_Categories ul li ul li a.current {
/*    color: #7d7d7d;
    text-decoration: underline;*/
    color: red;
    transition: none;
}

.menuBox_Categories ul li ul li a:hover {
    background: #ccff99;
    color: red;
    font-weight: 400;
    transition: none;
}

.menuBox_Categories ul li ul li ul {
    border-bottom: none;
}

.menuBox_Categories ul li ul li ul li {
}

.menuBox_Categories ul li ul li ul li.last {
    margin-bottom: 0px;
}

.menuBox_Categories ul li ul li ul li a {
    font-size: 13px;
    padding-left: 45px;
}

.menuBox_Categories ul li ul li ul li ul {
    float: left;
    clear: both;
    width: auto;
}

.menuBox_Categories ul li ul li ul li ul li.last {
    margin-bottom: 10px;
}

.menuBox_Categories .in a.change {
    display: inline-block;
    position: relative;
    margin: 20px auto;
    font-size: 13px;
    font-weight: 700;
    color: #565656;
    text-transform: uppercase;
    line-height: 15px;
}

.menuBox_Categories .in a.change:hover {
    color: #d0af83;
}
/* MANUFACTURERS */

.menuBox_Producenci .in {
    margin: 10px 0px;
    text-align: center;
}

.menuBox_Producenci .in a,
.menuBox_Producenci .in input {
    display: inline-block;
    vertical-align: top;
}

.menuBox_Producenci .in a {
    margin-bottom: 10px;
}
/* /MANUFACTURERS */
/* NEWSLETTER */

.menuBox_Newsletter .in {
    text-align: center;
}

.menuBox_Newsletter .text {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    color: #9E9E9E;
    text-align: center;
    line-height: 20px;
}

.menuBox_Newsletter .button_small {
    display: inline-block;
    margin: 0px 10px;
}
/* BOX SEARCH */

.menuBox_Search .in {
    text-align: center;
}

.menuBox_Search .in .boxes {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    line-height: 20px;
}

.menuBox_Search .in .boxes input,
.menuBox_Search .in .boxes label {
    float: left;
}

.menuBox_Search .in .boxes input {
    clear: left;
    margin-top: 4px;
    margin-right: 5px;
}

.menuBox_Search .in .boxes label {
    clear: right;
    font-size: 13px;
    color: #9E9E9E;
}

.menuBox_Search .in .button {
    display: inline-block;
    margin-bottom: 10px;
}

.menuBox_Search .in a {
    display: inline-block;
    color: #949494;
}

.menuBox_Search .in a:hover {
    color: #1C170C;
}
/* /BOX SEARCH */
/* SEARCH & NEWSLETTER */

.menuBox_Search input.input_normal,
.menuBox_Newsletter input.txt {
    display: inline-block;
    width: 237px;
    margin-bottom: 10px;
}
/* /SEARCH & NEWSLETTER */
/* RECENTIONS */

.menuBox_Recenzje .in {
}

.menuBox_Recenzje .in ul.opinions {
    position: relative;
    float: left;
    width: 100%;
}

.menuBox_Recenzje .in ul.opinions li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
}

.menuBox_Recenzje .in ul.opinions li.last {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.menuBox_Recenzje .in ul.opinions li .image {
    display: table;
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

.menuBox_Recenzje .in ul.opinions li .image img {
    max-width: 259px;
    max-height: 100px;
}

.menuBox_Recenzje .in ul.opinions li .name {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.menuBox_Recenzje .in ul.opinions li .name a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #565656;
    text-transform: uppercase;
    line-height: 20px;
}

.menuBox_Recenzje .in ul.opinions li .name a:hover {
    color: #d0af83;
}

.menuBox_Recenzje .in ul.opinions li .rat {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.menuBox_Recenzje .in ul.opinions li .rat img,
.menuBox_Recenzje .in ul.opinions li .rat span {
    display: inline-block;
    height: 15px;
    vertical-align: top;
}

.menuBox_Recenzje .in ul.opinions li .rat img {
    width: 17px;
    height: 17px;
    margin-right: 2px;
}

.menuBox_Recenzje .in ul.opinions li .rat span {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #d0af83;
    line-height: 17px;
}
/* /RECENTIONS */
/* CART */

.menuBox_Deafult .in {
    margin-bottom: 0px;
}

.menuBox_Deafult #cart_empty,
.menuBox_Deafult #cart_notempty {
    float: left;
    width: 100%;
    margin: 0px 0px 0px;
}

.menuBox_Deafult #cart_notempty {
    margin-top: 0px;
}

.menuBox_Deafult #cart_empty {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #9E9E9E;
    text-align: center;
    text-transform: uppercase;
}

.menuBox_Deafult #cart_notempty td {
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.menuBox_Deafult #cart_notempty .cart_menu_item_name {
    width: 50%;
    text-align: right;
}

.menuBox_Deafult #cart_notempty .cart_menu_item_total {
    text-indent: 10px;
    color: #d0af83;
}

.menuBox_Deafult #cart_notempty a {
    display: block;
    width: 130px;
    height: 30px;
    margin: 10px auto 0px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    background: #d0af83;
    border-radius: 5px;
}

.menuBox_Deafult #cart_notempty a:hover {
    color: #FFF;
    opacity: 0.7;
}
/* /CART */
/* COMPARE */

.menuBox_Compare .in {
    overflow: visible;
}

.menuBox_Compare .in ul {
    overflow: hidden;
    float: left;
    width: 259px;
    margin: 10px 0px;
}

.menuBox_Compare .in ul li {
    float: left;
    width: 244px;
    margin-bottom: 10px;
    padding-left: 15px;
    background: url(../img/ico/nav.png) 0px 5px no-repeat;
}

.menuBox_Compare .in ul li a {
    float: left;
    width: 224px;
    font-size: 14px;
    font-weight: bold;
    color: #565656;
    line-height: 19px;
}

.menuBox_Compare .in ul li a:hover {
    color: #d0af83;
}

.menuBox_Compare .in ul li span {
    float: right;
    width: 7px;
    height: 7px;
    margin-top: 6px;
    text-indent: -20000px;
    background: url(../img/ico/remove.png) 0px 0px no-repeat;
    cursor: pointer;
}

.menuBox_Compare .in ul li span:hover {
    opacity: 0.7;
}

.menuBox_Compare .in .box-1 {
    float: left;
    width: 100%;
    text-align: center;
}

.menuBox_Compare .in .box-1 .compare_now,
.menuBox_Compare .in .box-1 .compare_remove_all {
    margin: 0px 5px 5px;
    font-size: 13px;
    font-weight: bold;
    color: #565656;
}

.menuBox_Compare .in .box-1 .compare_now:hover,
.menuBox_Compare .in .box-1 .compare_remove_all:hover {
    color: #d0af83;
}
/* /COMPARE */
/* DEFAULT */

.menuBox_Deafult .in {
}

.menuBox_Deafult .in p {
    display: block;
    clear: both;
    font-size: 13px;
    color: #5A5A5A;
    line-height: 20px;
}
/* /DEFAULT */
/* FILTERS */

.menuBox_Filtrowanie .in {
}

.menuBox_Filtrowanie .filters {
    float: left;
    width: 100%;
    padding-left: 7px;
    box-sizing: border-box;
}

.menuBox_Filtrowanie .filters_price,
.menuBox_Filtrowanie .filter_option {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
}

.menuBox_Filtrowanie .filters_price {
    text-align: center;
}

.menuBox_Filtrowanie .filters_price input,
.menuBox_Filtrowanie .filters_price label {
    display: inline-block;
    vertical-align: top;
}

.menuBox_Filtrowanie .filters_price input {
    width: 48px;
    margin: 0px 5px;
}

.menuBox_Filtrowanie .filters_price label {
    font-size: 13px;
    font-weight: bold;
    color: #949494;
    line-height: 42px;
}

.menuBox_Filtrowanie .label {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    /*color: #424242;*/
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
}

/*.menuBox_Filtrowanie .label:hover {
    !*color: #d0af83;*!
    color: red;
}*/

.menuBox_Filtrowanie .option {
    float: left;
    width: 100%;
}

.menuBox_Filtrowanie .option div,
.menuBox_Filtrowanie .option div p {
    float: left;
    width: 100%;
}

.menuBox_Filtrowanie .option div p {
    margin-bottom: 5px;
}

.menuBox_Filtrowanie .option div p span,
.menuBox_Filtrowanie .option div p input {
    float: left;
}

.menuBox_Filtrowanie .option div p input {
    margin-top: 2px;
    margin-right: 5px;
}

.menuBox_Filtrowanie .option div p span {
    font-size: 12px;
    font-weight: 400;
    /*color: #424242;*/
    color: #fff;
    line-height: 15px;
    cursor: pointer;
}

/*.menuBox_Filtrowanie .option div p span:hover {
    color: #565656;
    text-decoration: underline;
}*/

.menuBox_Filtrowanie #nicebutton {
    float: left;
    width: 100%;
    text-align: center;
}

.menuBox_Filtrowanie #nicebutton input {
    width: 90px;
    height: 32px;
    margin: 0px auto 20px;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    background: #b8b8b8;
    font-family: Arial;
}

.menuBox_Filtrowanie #nicebutton input:hover {
    opacity: 0.7;
}
/* --------- /MENUBOX --------- */
/* PRODUCTS */

#lista_produktow {
    position: relative;
    float: left;
    width: 100%;
}

h1.header.main {
    display: none;
}

@media screen and (min-width: 1024px) {
    h1.header.main {
        display: block;
    }

    h1.header.secondary {
        display: none;
    }
}

#lista_produktow.show_manufacturer {
}

h1.header.manufacturer {
    margin-bottom: 20px;
}

.show_manufacturer h1.header.main {
    display: none;
}

.manufacturer_desc {
    display: block;
    clear: both;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 13px;
    color: #565656;
    line-height: 22px;
    background: #FFF;
    border: 3px solid #E7E7E7;
    border-radius: 5px;
    box-shadow: 0px 1px 2px 0px #E7E7E7;
}

#lista_produktow .text_article {
    display: block;
    clear: both;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 13px;
    color: #565656;
    line-height: 22px;
    background: #FFF;
    border: 3px solid #E7E7E7;
    border-radius: 5px;
    box-shadow: 0px 1px 2px 0px #E7E7E7;
}

.search_notice {
    display: block;
    clear: both;
    margin-bottom: 10px;
    padding: 15px;
    background: #F6F6F6;
    border: 1px solid #E0E0E0;
    line-height: 18px;
}

@media screen and (min-width: 1024px) {
    .search_notice {
        padding: 15px 15px 15px 35px;
    }
}

.productsOptions {
    display: block;
    clear: both;
    padding: 10px;
    border: 1px solid #dedede;
}

.productsOptions .in {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.productsOptions .sort {
    display: block;
    clear: both;
}

@media screen and (min-width: 1024px) {
    .productsOptions .sort {
        float: left;
        height: 38px;
        width: auto;
    }
}

.productsOptions .sort div {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    .productsOptions .sort div {
        float: left;
        width: auto;
    }
}

.productsOptions .sort label {
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    color: #000;
    line-height: 38px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    .productsOptions .sort label {
        float: left;
        width: 80px;
        margin-right: 10px;
        text-align: right;
    }
}

.productsOptions .sort a.ui-selectmenu {
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    .productsOptions .sort a.ui-selectmenu {
        float: left;
    }
}

.productsOptions .lists {
    display: none;
    float: right;
    height: 27px;
    margin-top: 6px;
}

@media screen and (min-width: 1024px) {
    .productsOptions .lists {
        display: block;
    }
}

.productsOptions .lists a {
    float: left;
    width: 27px;
    height: 27px;
    margin-left: 5px;
}

.productsOptions .lists a:hover {
    opacity: 0.7;
}

.productsOptions .lists a.l1 {
    background: url(../img/ico/lists.png) 0px 0px no-repeat;
}

.productsOptions .lists a.l2 {
    background: url(../img/ico/lists.png) -30px 0px no-repeat;
}

.productsOptions .lists a.l3 {
    background: url(../img/ico/lists.png) -60px 0px no-repeat;
}

.productsOptions .lists a.l1:hover,
.productsOptions .lists a.l1.active {
    background-position: 0px -28px;
}

.productsOptions .lists a.l2:hover,
.productsOptions .lists a.l2.active {
    background-position: -30px -28px;
}

.productsOptions .lists a.l3:hover,
.productsOptions .lists a.l3.active {
    background-position: -60px -28px;
}

.productsOptions .filters {
    display: block;
    clear: both;
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters {
        display: inline-block;
        width: 100%;
    }
}

.productsOptions .filters .switch {
    display: none;
    float: right;
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #969696;
    text-indent: -20000px;
    line-height: 16px;
    background: url(../img/ico/main.png) 100% 0px no-repeat;
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters .switch {
        display: block;
    }
}

.productsOptions .filters .switch:hover {
    opacity: 0.7;
}

.productsOptions .filters .switch.off {
    margin-bottom: 10px;
    padding-right: 0px;
    text-indent: 0px;
    background: none;
}

.productsOptions .filters .in {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters .in {
        float: left;
    }
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters .in {
        width: 100%;
    }
}

.productsOptions .filters .in .options {
    float: left;
    width: 100%;
    margin: 20px 0px 10px;
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters .in .options {
        margin-top: 0px;
        padding: 10px 0px;
        border-top: 1px solid #E7E7E7;
    }
}

@media screen and (min-width: 1200px) {
    .productsOptions .filters .in .options {
        margin-bottom: 5px;
        padding-bottom: 0px;
    }
}

.productsOptions .filters .in .option {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters .in .option {
        width: 33%;
    }

    .productsOptions .filters .in .option:nth-child(3n+1) {
        clear: left;
    }

    .productsOptions .filters .in .option:nth-child(3n+3) {
        clear: right;
    }
}

.productsOptions .filters .in .option.search,
.productsOptions .filters .in .option.prices {
    height: 42px;
}

.productsOptions .filters .in .option label,
.productsOptions .filters .in .option input,
.productsOptions .filters .in .option a {
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters .in .option label,
    .productsOptions .filters .in .option input,
    .productsOptions .filters .in .option a {
        float: left;
    }
}

.productsOptions .filters .in label {
    width: 80px;
    margin-right: 10px;
    font-size: 11px;
    color: #989999;
    text-align: right;
    line-height: 40px;
}

.productsOptions .filters .in .option.search label,
.productsOptions .filters .in .option.prices label {
    line-height: 42px;
}

.productsOptions .filters .in input {
    width: 158px;
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters .in input {
        width: 109px;
    }
}

@media screen and (min-width: 1200px) {
    .productsOptions .filters .in input {
        width: 175px;
    }
}

.productsOptions .filters .in input.small {
    width: 66px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters .in input.small {
        width: 38px;
        margin-right: 10px;
    }
    
    .productsOptions .filters .in input.small:last-child {
        margin-right: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .productsOptions .filters .in input.small {
        width: 71px;
    }
}

.listFilters .in .options .option input.min {
    margin-right: 10px;
}

.productsOptions .filters .in .chosen {
    display: none;
    float: left;
    width: 581px;
    margin-bottom: 10px;
    padding-left: 90px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E7E7E7;
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters .in .chosen {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .productsOptions .filters .in .chosen {
        width: 781px;
    }
}

.productsOptions .filters .in .chosen .option {
    overflow: hidden;
    float: left;
    width: 19%;
    height: 30px;
    padding: 0px 5px 0px 15px;
    margin-right: 1%;
    background: #7A7A7A;
    border-radius: 5px;
}

.productsOptions .filters .in .chosen .option span {
    float: left;
    max-width: 80%;
    color: #FFF;
    line-height: 30px;
}

.productsOptions .filters .in .chosen .option a {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 7px;
    background: url(../img/ico/main.png) 100% 0px no-repeat;
}

.productsOptions .filters .in .chosen .option a:hover {
    opacity: 0.7;
}

.productsOptions .filters .in .buttons {
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters .in .buttons {
        float: right;
    }
}

.productsOptions .filters .in .buttons a {
    display: inline-block;
    margin: 0px 5px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters .in .buttons a {
        float: left;
        margin-left: 10px;
        margin-right: 0px;
    }
}

.productsOptions .filters .in .buttons a.clean {
    margin-top: 7px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #969696;
    line-height: 16px;
    background: url(../img/ico/main.png) 100% 0px no-repeat;
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters .in .buttons a.clean {
        margin-top: 13px;
    }
}

.productsOptions .filters .in .buttons a.clean:hover {
    color: #d0af83;
}

.productsOptions .filters .in .buttons a.button {
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .productsOptions .filters .in .buttons a.button {
        width: 100px;
        height: 40px;
        font-size: 13px;
        text-transform: none;
        line-height: 40px;
        border-bottom: 2px solid #85B516;
    }
}

.productsOptions ul {
    display: block;
    position: relative;
    clear: both;
}

@media screen and (min-width: 1024px) {
    .productsOptions ul {
        float: left;
        clear: none;
        max-width: 90%;
        margin-top: 10px;
    }
}

.productsOptions ul li {
    display: inline-block;
    margin: 0px 10px 10px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    .productsOptions ul li {
        float: left;
        margin: 0px 10px 0px 0px;
    }
}

.productsOptions ul li a {
    float: left;
    padding-left: 15px;
    font-size: 13px;
    color: #9E9E9E;
    line-height: 15px;
}

.productsOptions ul li.order_by_a-z a,
.productsOptions ul li.order_by_min-max a {
    background: url(../img/ico/down.png) 0px center no-repeat;
}

.productsOptions ul li.order_by_z-a a,
.productsOptions ul li.order_by_max-min a {
    background: url(../img/ico/up.png) 0px center no-repeat;
}

.productsOptions ul li a:hover {
    color: #d0af83;
}

.pagination {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
    border: 1px solid #e6e6e6;
    padding: 8px 10px;
    height: 52px;
    clear: both;
    box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
    .pagination {
    }
}

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

.pagination a,
.pagination span {
    display: inline-block;
    overflow: hidden;
    margin: 0px 3px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #737373;
    text-align: center;
    line-height: 18px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    .pagination a,
    .pagination span {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .pagination a,
    .pagination span {
        margin: 0px 0px 5px 5px;
    }
}

.pagination a.page,
.pagination span {
    width: 33px;
    height: 33px;
}

@media screen and (min-width: 1024px) {
    .pagination a.page,
    .pagination span {
        width: 33px;
        height: 33px;
        line-height: 33px;
    }
}

.pagination a.current,
.pagination a.page:hover {
    color: #FFF;
    background: #d0af83;
}

.pagination a.prevPage,
.pagination a.nextPage {
    width: 9px;
    height: 9px;
    margin-top: 5px;
    text-indent: -20000px;
}

@media screen and (min-width: 1024px) {
    .pagination a.prevPage,
    .pagination a.nextPage {
        width: auto;
        height: 33px;
        margin-top: 0px;
        padding: 0px 15px;
        text-indent: 0px;
        line-height: 33px;
    }
}

.pagination a.prevPage:hover,
.pagination a.nextPage:hover {
    opacity: 0.7;
}

@media screen and (min-width: 1024px) {
    .pagination a.prevPage:hover,
    .pagination a.nextPage:hover {
        color: #FFF;
        background: #d0af83;
        opacity: 1;
    }
}

#lista_produktow h1.header {
    margin-bottom: 0;
}

#lista_produktow h1.header span.hp {
    display: none;
}

#strona_glowna h1.header span.category {
    display: none;
}

ul#categories {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

ul#categories li {
    display: inline-block;
    overflow: hidden;
    width: 267px;
    height: 220px;
    margin: 0px 5px 20px;
    padding: 15px 10px;
    background: #FFF;
    vertical-align: top;
    border: 2px solid #E7E7E7;
    border-radius: 5px;
}

@media screen and (min-width: 1200px) {
    ul#categories li {
        float: left;
        margin: 0px 16px 20px 0px;
    }

    ul#categories li:nth-child(3n+3) {
        margin-right: 0px;
    }
}

ul#categories li .name {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

ul#categories li .name a {
    display: block;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #565656;
    line-height: 20px;
}

ul#categories li .name a:hover {
    color: #d0af83;
}

ul#categories li .image {
    display: table;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
}

ul#categories li .image a {
}

ul#categories li .image a img {
    max-width: 267px;
    max-height: 120px;
}

ul#categories li .image a:hover {
}

ul#categories li .count {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 40px;
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    line-height: 40px;
    background: #d0af83;
}

ul.productsList {
    display: block;
    position: relative;
    width: 100%;
}

#lista_produktow ul.productsList {
    margin-top: 10px;
}

ul.productsList li {
    position: relative;
    display: block;
    clear: both;
    height: 410px;
    margin: 0px 0px 20px;
    text-align: left;
    background: #FFF;
}

ul.productsList li .hover {
    display: none;
    background: #fff url(../img/bg-newsletter.jpg) no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    padding: 0 40px;
    width: 370px;
    position: relative;
    z-index: 20;
    height: 100%;
    margin-left: -40px;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    margin-top: -20px;
	height: 575px;
    padding-top: 20px;

}

ul.productsList li .hover .image {
    position: relative;
}

ul.productsList li .hover .buy {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 25;
}

ul.productsList li .hover .extra {
    color: #6b6b6b;
    font-weight: 300;
    font-size: 14px;
}

ul.productsList li .name a {
    color: #d1b085;
}

ul.productsList li:hover .normal {
    display: none;
}

ul.productsList li:hover .hover {
    display: block;
}

@media all and (max-width: 1023px) {
    ul.productsList li:hover .normal {
        display: block;
    }

    ul.productsList li:hover .hover {
        display: none;
    }
}

ul.productsList li .hover .thumbs {
    position: absolute;
    left: -40px;
    top: -5px;
    background: #fff;
    padding: 20px;
}

ul.productsList li .hover .thumbs li {
    width: auto;
    margin: 0;
    height: auto;
    display: block;
    float: none;
    margin: 0 0 5px 0;
}

ul.productsList li .hover .thumbs li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}


ul.productsList li.show_net_price {
    height: 500px;
}

@media screen and (min-width: 1024px) {
    ul.productsList li {
        display: inline-block;
        clear: none;
        height: 376px;
        margin: 0px 25px 20px;
        vertical-align: top;
        width: 293px;
    }
    
    ul.productsList li.show_net_price {
        height: 500px;
    }
}

@media screen and (min-width: 1200px) {
    ul.productsList li {
        float: left;
        margin: 0px 10px 10px 0px;
    }

    ul.productsList li:nth-child(3n+3) {
        margin-right: 0px;
    }
}

#div_id_main_page ul.productsList > li {
    width: 290px;
    margin: 0 10px 50px 0px;
    height: 500px;
}

@media all and (max-width: 1023px) {
    #div_id_main_page ul.productsList {
        text-align: center;
    }

    #div_id_main_page ul.productsList > li {
        float: none;
        display: inline-block;
        width: 100%;
        height: auto;
    }

    #div_id_main_page ul.productsList > li .name.new,
    #div_id_main_page ul.productsList > li .name.promo {
        width: 100%;
        margin: 0;
    }
}

ul.productsList > li .content {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    ul.productsList li .content {
        height: auto;
        padding: 0px 0px;
    }
}

ul.productsList li .image {
    display: table;
    table-layout: fixed;
    position: relative;
    overflow-y: hidden;
    float: left;
    width: 100%;
    height: 220px;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    ul.productsList li .image {
        width: 100%;
        height: 388px;
        margin: 0px;
        margin-bottom: 5px;
    }
}

ul.productsList li .image a {
}

ul.productsList li .image a img {
    max-width: 100%;
    max-height: 373px;
}

ul.productsList li .name.new,
ul.productsList li .name.promo {
}

ul.productsList li .name {
    overflow: hidden;
    width: 100%;
    text-align: center;
    z-index: 6;
}

@media screen and (min-width: 1024px) {
    ul.productsList li .name {
        text-align: left;
        height: 40px;
    }
}

ul.productsList li .name a {
    display: block;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #474747;
    line-height: 20px;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    ul.productsList li .name a {
        padding: 0px;
    }
}

ul.productsList li .name a:hover {
    color: #d0af83;
}

ul.productsList li .manufacturer {
    display: none;
    overflow: hidden;
    float: left;
    height: 20px;
    margin-left: 2%;
}

@media screen and (min-width: 1024px) {
    ul.productsList li .manufacturer {
        display: none;
    }
}

ul.productsList li .manufacturer span,
ul.productsList li .manufacturer a {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #9E9E9E;
    line-height: 20px;
}

ul.productsList li .manufacturer a {
    margin-left: 5px;
}

ul.productsList li .manufacturer a:hover {
    color: #d0af83;
}

ul.productsList li .sizes {
    float: left;
}

ul.productsList li .sizes span {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-align: left;
}

ul.productsList li .prices {
    overflow: hidden;
}

ul.productsList li.show_net_price .prices {
    padding: 0 20px;
}

@media screen and (min-width: 1024px) {
    ul.productsList li .prices {
        float: right;
        width: auto;
        padding: 0;
    }
}

ul.productsList li .prices .price {

}

ul.productsList li .prices .promo {
    clear: both;
    text-align: right;
    font-size: 18px;
    text-decoration: line-through;
}

ul.productsList li .prices .promo span {
}

ul.productsList li .prices .promo .label {
}

ul.productsList li .prices .promo .value {
    text-decoration: line-through;
}

ul.productsList li .prices .promo .value_netto {
    font-size: 18px;
    line-height: 14px;
}

ul.productsList li .prices .main {
    float: right;
}

ul.productsList li .prices .main span {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1em;
}

ul.productsList li .prices .main .label {
    line-height: 12px;
}

ul.productsList li .prices .main .value {
    font-size: 20px;
    font-weight: 600;
    color: #565656;
    line-height: 28px;
}

ul.productsList li .prices .label_netto {
    color: #7b7b7b;
    font-size: 11px;
}


ul.productsList li .prices .value_netto {
    font-size: 22px;
    text-align: right;
    color: #7b7b7b;
}

@media screen and (min-width: 1024px) {
    ul.productsList li .prices .main .value {
        font-weight: 500;
    }
}

ul.productsList li .fastView {
    display: none;
}

ul.productsList li .about {
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 10px 0 7px;
}

@media screen and (min-width: 1024px) {
    ul.productsList li .about {
        width: 290px;
    }
}

ul.productsList li .about .more {
    display: inline-block;
    text-align: center;
    width: 128px;
    height: 44px;
    font-size: 16px;
    color: #FFF;
    line-height: 44px;
    background: #e23c3c none repeat scroll 0% 0%;
    margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
    ul.productsList li .about .more {
        display: inline-block;
        text-align: center;
        width: 128px;
        height: 44px;
        font-size: 16px;
        color: #FFF;
        line-height: 44px;
        background: #d0af83;
    }
}

ul.productsList li .about .more:hover {
    color: #fff;
    background: #ec4441;
}

ul.productsList li .about .buy {
    float: right;
    width: 113px;
    height: 40px;
    margin: 10px 10px 10px 0px;
}

@media screen and (min-width: 1024px) {
    ul.productsList li .about .buy {
        width: 113px;
        height: 40px;
        margin: 10px 10px 10px 0px;
    }
}

ul.productsList li .about .buy a {
    display: block;
    height: 40px;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    line-height: 40px;
    background: #e23c3c url(../img/ico/cart.png) 92% center no-repeat;
    border-radius: 5px;
}

@media screen and (min-width: 1024px) {
    ul.productsList li .about .buy a {
        padding: 0px 10px;
        font-size: 13px;
        font-weight: 600;
        color: #FFF;
        text-transform: none;
        line-height: 40px;
        background: #e23c3c url(../img/ico/cart.png) 92% center no-repeat;
        border-bottom: none;
    }
}

ul.productsList li .about .buy a.abuy:hover {
    background-color: #3591D0;
}

ul.productsList li .about .buy a.dbuy {
    opacity: 0.5;
    cursor: default;
}

ul.productsList li .about .quan {
    position: relative;
    overflow: hidden;
    float: right;
    width: 42px;
    height: 40px;
    margin-top: 10px;
    margin-right: 5px;
}

ul.productsList li .about .quan input {
    float: left;
    width: 28px;
    height: 38px;
    padding: 0px 5px;
    text-align: center;
    border-radius: 5px;
}

ul.productsList li .delivery {
    position: absolute;
    top: 115px;
    left: 0px;
    width: 40px;
    height: 122px;
    background: url(../img/products/labels.png) 0px 0px no-repeat;
    z-index: 5;
}

@media screen and (min-width: 1024px) {
    ul.productsList li .delivery {
        top: 115px;
    }
}

ul.productsList li .bestseller,
ul.productsList li .promotion,
ul.productsList li .new_product {
    position: absolute;
    top: 12px;
    left: 23px;
    width: 102px;
    height: 23px;
    z-index: 5;
}

ul.productsList li div.flag:nth-child(2) {
    top: 37px;
}

ul.productsList li div.flag:nth-child(3) {
    top: 62px;
}


ul.productsList li .bestseller,
ul.products_list li .bestseller {
    width: 102px;
    background: url(../img/best.png) no-repeat;
}

ul.productsList li .new_product,
ul.products_list li .new_product {
    width: 82px;
    background: url(../img/new.png) no-repeat;
}

ul.productsList li .promotion,
ul.products_list li .promotion {
    width: 93px;
    background: url(../img/promo.png) no-repeat;
}
/*              
                           
                     
                            
                            
                            
              
              ul.productsList li .fastView { display: none;
                                             position: absolute;
                                             top: 260px;
                                             left: 0px;
                                             overflow: hidden;
                                             width: 100%;
                                             height: 30px;
                                             font-size: 12px;
                                             color: #FFF;
                                             text-align: center;
                                             line-height: 30px;
                                             background: #000;
                                             z-index: 100;
                                             cursor: pointer;
              }
              
                     ul.productsList li .fastView:hover { opacity: 0.7;
                     }
              
              ul.productsList li:hover .fastView { display: block;
              }
              
                             
              
              
*/

ul.products_list {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

ul.products_list li {
    display: none;
    position: relative;
    float: left;
    width: 699px;
    height: 300px;
    margin-bottom: 10px;
    background: #FFF;
}

@media (min-width: 1024px) {
    ul.products_list li {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    ul.products_list li {
        width: 899px;
    }
}

ul.products_list li .top {
    float: left;
    width: 100%;
    height: 240px;
}

ul.products_list li .top .image {
    display: table;
    position: relative;
    overflow: hidden;
    float: left;
    width: 240px;
    height: 240px;
}

ul.products_list li .top .image a {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

ul.products_list li .top .image a img {
    max-width: 240px;
    max-height: 240px;
    ;
}

ul.products_list li .top .image a:hover {
    opacity: 0.7;
}

ul.products_list li .top .content {
    float: right;
    overflow: hidden;
    width: 400px;
    height: 240px;
    margin: 0px 29px 0px 30px;
}

@media screen and (min-width: 1024px) {
    ul.products_list li .top .content {
        width: 600px;
    }
}

ul.products_list li .top .content .prices {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40px;
    margin: 15px 0px;
    text-align: right;
    z-index: 10;
}

ul.products_list li .top .content .prices div.promo,
ul.products_list li .top .content .prices span {
    display: inline-block;
    color: #565656;
}

ul.products_list li .top .content .prices div.promo {
    margin-right: 20px;
}

ul.products_list li .top .content .prices span.label {
    margin-right: 10px;
    font-size: 12px;
    color: #8F8F8F;
    line-height: 40px;
}

ul.products_list li .top .content .prices span.main {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

ul.products_list li .top .content .prices div.promo span {
    display: block;
}

ul.products_list li .top .content .prices div.promo span.label {
    font-size: 12px;
    color: #8F8F8F;
    line-height: 14px;
}

ul.products_list li .top .content .prices div.promo span.value {
    font-size: 24px;
    text-decoration: line-through;
    line-height: 26px;
}

ul.products_list li .top .content .name {
    overflow: hidden;
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
}

ul.products_list li .top .content .name a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #565656;
    line-height: 30px;
}

ul.products_list li .top .content .name a:hover {
    color: #d0af83;
}

ul.products_list li .top .content .desc {
    overflow: hidden;
    width: 100%;
    max-height: 100px;
    margin-bottom: 15px;
}

ul.products_list li .top .content .desc a {
    display: block;
    font-size: 14px;
    color: #939393;
    line-height: 20px;
}

ul.products_list li .top .content .desc a:hover {
    color: #d0af83;
}

ul.products_list li .top .content .desc a br {
    display: none;
}

ul.products_list li .top .content .manufacturer {
    width: 100%;
}

ul.products_list li .top .content .manufacturer span,
ul.products_list li .top .content .manufacturer a {
    display: inline-block;
    font-size: 14px;
    color: #939393;
    font-weight: bold;
}

ul.products_list li .top .content .manufacturer span {
    margin-right: 5px;
}

ul.products_list li .top .content .manufacturer a:hover {
    color: #d0af83;
}

ul.products_list li .bottom {
    float: left;
    width: 699px;
    height: 59px;
    background: #FAFAFA;
    border-top: 1px solid #E7E7E7;
}

@media screen and (min-width: 1200px) {
    ul.products_list li .bottom {
        width: 899px;
    }
}

ul.products_list li .bottom .left {
    float: left;
    height: 19px;
    margin-top: 20px;
    margin-left: 15px;
}

ul.products_list li .bottom .left a {
    display: inline-block;
    margin-right: 20px;
    padding-left: 20px;
    color: #565656;
    line-height: 19px;
}

ul.products_list li .bottom .left a.storage_add {
    background: url(../img/products/links.png) 0px 4px no-repeat;
}

ul.products_list li .bottom .left a.compare_add {
    background: url(../img/products/links.png) 0px -14px no-repeat;
}

ul.products_list li .bottom .left a:hover {
    color: #d0af83;
}

ul.products_list li .bottom .right {
    float: right;
    margin-right: 15px;
}

ul.products_list li .bottom .right a.more,
ul.products_list li .bottom .right .quan,
ul.products_list li .bottom .right .buy {
    float: right;
}

ul.products_list li .bottom .right a.more {
    margin-top: 22px;
    margin-right: 15px;
    color: #565656;
    line-height: 15px;
}

ul.products_list li .bottom .right .quan {
    width: 70px;
    height: 40px;
    margin-top: 7px;
    margin-right: 5px;
}

ul.products_list li .bottom .right .quan input {
    float: left;
    width: 28px;
    height: 38px;
    padding: 0px 5px;
    text-align: center;
    border-radius: 5px;
}

ul.products_list li .bottom .right a.more:hover {
    color: #d0af83;
}

ul.products_list li .bottom .right .buy {
    width: 133px;
    height: 40px;
    margin-top: 7px;
}

ul.products_list li .bottom .right .buy a {
    display: block;
    width: 113px;
    height: 40px;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    line-height: 40px;
    background: #e23c3c url(../img/ico/cart.png) 95% center no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul.products_list li .bottom .right .buy a.dbuy {
    opacity: 0.5;
    cursor: default;
}

ul.products_list li .bottom .right .buy a.abuy:hover {
    opacity: 0.7;
}

ul.product_list {
    display: block;
    position: relative;
    float: left;
    width: 701px;
    margin-bottom: 30px;
    background: #FFF;
}

@media screen and (min-width: 1200px) {
    ul.product_list {
        width: 901px;
    }
}

ul.product_list li {
    overflow: hidden;
    float: left;
    width: 671px;
    padding: 5px 15px;
}

@media screen and (min-width: 1200px) {
    ul.product_list li {
        width: 871px;
    }
}

ul.product_list li .name {
    float: left;
    max-width: 350px;
}

@media screen and (min-width: 1200px) {
    ul.product_list li .name {
        max-width: 550px;
    }
}

ul.product_list li .price {
    float: right;
    min-width: 100px;
    margin-right: 30px;
    text-align: center;
}

ul.product_list li .options {
    float: right;
    width: 90px;
    margin-left: 60px;
    text-align: center;
}

ul.product_list li.head {
    height: 40px;
}

ul.product_list li.head div {
    font-size: 13px;
    font-weight: bold;
    color: #969696;
    line-height: 30px;
}

ul.product_list li.item {
    margin-bottom: 5px;
    background: #F6F6F6;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

ul.product_list li.item .name {
    display: table;
    table-layout: fixed;
    height: 50px;
}

ul.product_list li.item .name a {
    display: table-cell;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #565656;
    line-height: 15px;
    vertical-align: middle;
}

ul.product_list li.item .name a span {
    display: inline-block;
}

ul.product_list li.item .name a:hover {
    color: #d0af83;
}

ul.product_list li.item .price {
    display: table;
    height: 50px;
}

ul.product_list li.item .price .in {
    display: table-cell;
    height: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #565656;
    text-align: center;
    vertical-align: middle;
}

ul.product_list li.item .price .in span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #969696;
    text-decoration: line-through;
}

ul.product_list li.item .options {
    margin-top: 5px;
}

ul.product_list li.item .options a {
    float: left;
    width: 40px;
    height: 40px;
}

ul.product_list li.item .options a.more {
    margin-right: 10px;
    background: url(../img/ico/storage.png) 0px 0px no-repeat;
}

ul.product_list li.item .options a.abuy,
ul.product_list li.item .options a.dbuy {
    background: url(../img/ico/storage.png) 0px -40px no-repeat;
}

ul.product_list li.item .options a.dbuy {
    cursor: default;
    opacity: 0.5;
}

ul.product_list li.item .options a.more:hover,
ul.product_list li.item .options a.abuy:hover {
    opacity: 0.7;
}

#product ul.productsList li .content {
    position: relative; 
    float: none; 
    width: 100%; 
    margin: 0px;
}

@media screen and (min-width: 1024px) {
    #product ul.productsList li .content {
        width: 100%; 
    }
}

#product ul.productsList li .content .name {
    display: block;
}

/* /PRODUCTS */
/* PRODUCT */

#div_id_show_product #mc {
    margin-top: 0px;
}

@media screen and (min-width: 1024px) {
    #div_id_show_product #mc {
        margin-top: 20px;
    }
}

#div_id_show_product #ls {
    display: none;
}

#div_id_show_product #ms {
    width: 100%;
}

#strona_produktu {
    position: relative;
    float: left;
    width: 100%;
}

#strona_produktu h1.header.category {
    display: none;
}

@media screen and (min-width: 1024px) {
    #strona_produktu h1.header.category {
        display: block;
    }
}

#strona_produktu #product {
    position: relative;
}

@media screen and (min-width: 1024px) {
    #strona_produktu #product {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    #strona_produktu #product {
        width: 100%;
    }
}

#product h2.prodname {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    color: #010101;
    text-align: left;
    line-height: 35px;
}

@media screen and (min-width: 1024px) {
    #product h2.prodname {
        display: none;
    }
}

#product .images {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7E7E7;
}

#product .images .show {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 1024px) {
    #product .images {
        width: 385px;
        margin-top: 10px;
        margin-left: 20px;
        padding-bottom: 0px;
        border-bottom: none;
    }
}

@media screen and (min-width: 1200px) {
    #product .images {
        width: 585px;
    }
}

#product .images .image {
    display: table;
    position: relative;
    /* overflow: hidden; */
    float: left;
    width: 100%;
    height: 400px;
}

@media screen and (min-width: 1024px) {
    #product .images .image {
        width: 100%;
        height: 385px;
    }
}

@media screen and (min-width: 1200px) {
    #product .images .image {
        width: 100%;
        height: 485px;
    }
}

#product .images .image a {
}

#product .images .image a img {
    max-width: 100%;
    max-height: 400px;
}

@media screen and (min-width: 1024px) {
    #product .images .image a img {
        max-width: 385px;
        max-height: 385px;
    }
}

@media screen and (min-width: 1200px) {
    #product .images .image a img {
        max-width: 485px;
        max-height: 485px;
    }
}

#product .images .image a:hover {
}

#product .images .delivery {
    position: absolute;
    top: 115px;
    left: 0px;
    width: 40px;
    height: 122px;
    background: url(../img/products/labels.png) 0px 0px no-repeat;
    z-index: 5;
}

@media screen and (min-width: 1200px) {
    #product .images .delivery {
        top: 300px;
    }
}

#product .images .bestseller,
#product .images .new_product,
#product .images .promotion {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 72px;
    height: 72px;
    z-index: 5;
}

#product .images .new_product {
    background: url(../img/products/labels.png) -78px 0px no-repeat;
}

#product .images .promotion {
    background: url(../img/products/labels.png) -78px -78px no-repeat;
}

#product .images #thumbs {
    position: relative;
    float: left;
    width: 100%;
    height: 120px;
}

#thumbs .jcarousel-container {
    position: relative;
    float: left;
    width: 100%;
    height: 120px;
    text-align: center;
}

#thumbs .jcarousel-container .jcarousel-clip {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 345px;
    height: 120px;
    margin: 0px auto;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    #thumbs .jcarousel-container .jcarousel-clip {
        width: 465px;
    }
}

#thumbs ul {
    position: relative;
    float: left;
    height: 120px;
}

#thumbs ul li {
    display: table;
    position: relative;
    overflow: hidden;
    float: left;
    padding: 4px;
    background: #FFF;
    border-radius: 3px;
}

#thumbs ul li a {
}

#thumbs ul li a img {
    width: 108px;
    height: 106px;
    object-fit: cover;
}

#thumbs ul li a:hover {
}

#thumbs .jcarousel-prev,
#thumbs .jcarousel-next {
    position: absolute;
    top: 50px;
    width: 15px;
    height: 36px;
    cursor: pointer;
    z-index: 10;
}

@media screen and (min-width: 1024px) {
    #thumbs .jcarousel-prev,
    #thumbs .jcarousel-next {
        width: 15px;
        height: 36px;
    }
}

@media screen and (min-width: 1200px) {
    #thumbs .jcarousel-prev,
    #thumbs .jcarousel-next {
        top: 40px;
    }
}

#thumbs .jcarousel-prev-disabled,
#thumbs .jcarousel-next-disabled {
    display: none!important;
}

#thumbs .jcarousel-prev {
    left: 10px;
    background: url(../img/slide-nav-left.png) no-repeat;
    background-size: 15px 36px;
}

@media screen and (min-width: 1024px) {
    #thumbs .jcarousel-prev {
        left: -30px;
    }
}

@media screen and (min-width: 1200px) {
    #thumbs .jcarousel-prev {
        left: 0px;
    }
}

#thumbs .jcarousel-next {
    right: 10px;
    background: url(../img/slide-nav-right.png) no-repeat;
    background-size: 15px 36px;
}

@media screen and (min-width: 1024px) {
    #thumbs .jcarousel-next {
        right: -30px;
    }
}

@media screen and (min-width: 1200px) {
    #thumbs .jcarousel-next {
        right: 0px;
    }
}

#thumbs .jcarousel-prev:hover,
#thumbs .jcarousel-next:hover {
    opacity: 0.7;
}

#product .content {
    position: relative;
    float: right;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
    #product .content {
        width: 555px;
    }
}

@media screen and (min-width: 1200px) {
    #product .content {
    }
}

#product .content .navi {
    display: none;
    position: relative;
    float: right;
    margin-top: -10px;
    margin-right: -70px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    #product .content .navi {
        display: block;
    }
}

#product .content .navi a {
    float: left;
    width: 31px;
    height: 31px;
    margin-left: 10px;
}

#product .content .navi a.prevPage {
    background: url(../img/ico/navigation.png) 0px -31px no-repeat;
}

#product .content .navi a.nextPage {
    background: url(../img/ico/navigation.png) 0px 0px no-repeat;
}

#product .content .navi a:hover {
    opacity: 0.7;
}

#product .content .name {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 41px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 1em;
}

@media screen and (min-width: 1024px) {
    #product .content .name {
        display: block;
    }
}

#product .content .mk {
    position: relative;
    float: left;
    width: 100%;
    height: 22px;
    margin-top: 7px;
    line-height: 22px;
}

@media screen and (min-width: 1024px) {
    #product .content .mk {
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
        margin-bottom: 13px;
    }
}

#product .content .mk img {
    display: inline-block;
    width: 24px;
    height: 22px;
    margin-right: 5px;
    vertical-align: middle;
}

#product .content .social {
    display: none;
    position: relative;
    float: left;
    height: 20px;
    margin-top: 1px;
    width: 45%;
}

@media screen and (min-width: 1024px) {
    #product .content .social {
        display: block;
    }
}

#product .content .social .addthis_toolbox {
    float: left;
}

#product .content .social .googleplus {
    float: left;
    margin-left: 10px;
}

#product .content .social .twitter {
    float: left;
    width: 90px;
    margin-left: 10px;
}

#product .content .prices {
    position: relative;
    float: right;
    width: 55%;
    margin-top: 10px;
}

@media screen and (min-width: 1024px) {
    #product .content .prices {
        width: auto;
        margin-top: 0px;
    }
}

#product .content .prices .price {
    display: inline-block;
    overflow: hidden;
    color: #b5b5b5;
    vertical-align: top;
}

#product .content .price .row {
    text-align: right;
}

@media screen and (min-width: 1024px) {
    #product .content .prices .price {
        float: right;
    }
}

#product_page .content .prices .price span {
    float: left;
}

#product_page .content .prices .price span.label {
    margin-right: 5px;
}

#product .content .prices .n-price {
}

#product .content .prices .n-price span.value {
    font-size: 20px;
    font-weight: 400;
    color: #b5b5b5;
}

#product .content .prices .n-price span.label {
    margin-right: 5px;
    font-size: 12px;
}

#product .content .prices .value-netto {
    color: #d0af83;
}

#product #price_formated_net {
    font-size: 32px;
    color: #d0af83;
    line-height: 1em;
}

#product #prom_price_formated_net {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-decoration: line-through;
}

#product .content .prices .n-price span.value_netto {
    display: inline-block;
    text-align: right;
}

#product .content .prices .p-price {
}

#product .price-desc {
    text-align: right;
    clear: both;
}

@media screen and (min-width: 1024px) {
    #product .content .prices .p-price {
        margin-right: 10px;
        padding-right: 15px;
        border-right: 1px solid #E7E7E7;
    }
}

#product .content .prices .p-price span {
    display: block;
    clear: both;
}

#product .content .prices .p-price span.label {
    font-size: 11px;
    line-height: 12px;
}

#product .content .prices .p-price span.value {
    font-size: 24px;
    text-decoration: line-through;
    line-height: 24px;
}

#product .content .prices .p-price span.value_netto {
    display: block;
    text-align: right;
}

#product .content .properties {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0px 20px;
    padding: 20px 0px 15px;
    border-top: 1px solid #e7d7c1;
}

@media screen and (min-width: 1024px) {
    #product .content .properties {
        margin: 5px 0px 20px;
        padding: 15px 0px 10px;
    }
}

#product .content .properties .property {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

#product .properties .property span {
    float: left;
    font-size: 14px;
    line-height: 19px;
}

#product .properties .property span.label {
    width: 195px;
    margin-right: 10px;
    font-weight: 700;
    color: #4B4B4B;
    text-align: left;
}

#product .properties .property span.value {
    max-width: 70%;
    color: #6B6B6B;
    text-align: left;
}

#product .properties .prod {
}

#product .properties .prod span {
}

#product .properties .prod span.value {
}

#product .properties .prod span.value a {
    float: left;
    margin-right: 5px;
}

#product .properties .prod span.value img {
    margin-top: -3px;
    max-height: 25px;
}

#product .properties .prod span.value img:hover {
    opacity: 0.7;
}

#product .content .shop_opt {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0px 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7d7c1;
}

#product .content .shop_opt .option {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

#product .content .shop_opt .option span.label,
#product .content .shop_opt .option a {
    float: left;
}

#product .content .shop_opt .option span.label {
    width: 80px;
    margin-right: 10px;
    padding: 10px 0px;
    font-weight: 700;
    color: #4B4B4B;
    text-align: right;
    line-height: 20px;
}

#product .content .buy-block {
    position: relative;
    float: left;
    width: 100%;
    height: 48px;
    padding: 14px 0px;
    background: #d0af83;
    border-radius: 5px;
}

@media screen and (min-width: 1024px) {
    #product .content .buy-block {
        height: 34px;
        margin-bottom: 15px;
        padding: 0px;
        background: none;
        background-image: url(../img/bg-buy.png);
        background-repeat: no-repeat;
        background-position: right top;
        border-radius: 0px;
        padding-top: 15px;
    }
}

#product .content .buy-block .options {
    display: none;
    float: left;
    margin-top: 9px;
}

@media screen and (min-width: 1024px) {
    #product .content .buy-block .options {
        display: block;
    }
}

#product .buy-block .options a {
    display: block;
    padding-left: 20px;
    font-size: 11px;
    color: #565656;
    line-height: 19px;
}

#product .buy-block .options a:hover {
    color: #d0af83;
}

#product .buy-block .options a.storage {
    margin-right: 10px;
    background: url(../img/products/links.png) 0px 4px no-repeat;
}

#product .buy-block .options a.compare_add {
    background: url(../img/products/links.png) 0px -14px no-repeat;
}

#product .content .buy-block .quan {
    position: relative;
    float: left;
    height: 35px;
    margin-left: 5px;
    padding-right: 70px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    line-height: 25px;
}

@media screen and (min-width: 1024px) {
    #product .content .buy-block .quan {
        float: right;
        width: 80px;
        height: 50px;
        margin-top: 3px;
        margin-left: 0px;
        margin-right: 5px;
        padding-right: 0px;
        text-indent: -2000px;
        line-height: 35px;
    }

    #product .content .buy-block .quan > span {
        text-indent: 0px;
        float: left;
        margin-left: -55px;
        position: relative;
        /* z-index: 900; */
        color: rgb(78, 78, 78);
        line-height: 1.1em;
        font-size: 16px;
        color: #4e4e4e;
        text-transform: none;
        font-weight: 400;
        margin-top: 7px;
        text-align: right;
    }
}

#product .content .buy-block .quan a,
#product .content .buy-block .quan input {
    position: absolute;
}

#product .content .buy-block .quan a {
    top: 13px;
    width: 9px;
    height: 9px;
}

@media screen and (min-width: 1024px) {
    #product .content .buy-block .quan a {
        top: 11px;
    }
}

#product .content .buy-block .quan a:hover {
    opacity: 0.7;
}

#product .content .buy-block .quan a.down {
    right: 53px;
    background: url(../img/ico/quan_res.png) 0px 0px no-repeat;
}

@media screen and (min-width: 1024px) {
    #product .content .buy-block .quan a.down {
        right: 48px;
        background: url(../img/ico/quan.png) 0px 1px no-repeat;
    }
}

#product .content .buy-block .quan a.up {
    right: 0px;
    background: url(../img/ico/quan_res.png) 0px -9px no-repeat;
}

@media screen and (min-width: 1024px) {
    #product .content .buy-block .quan a.up {
        background: url(../img/ico/quan.png) 0px -9px no-repeat;
    }
}

#product .content .buy-block .quan input {
    top: 0px;
    right: 9px;
    margin: 0px 5px;
    width: 25px;
    height: 33px;
    padding: 0px 5px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    #product .content .buy-block .quan input {
        width: 80px;
        height: 50px;
        box-sizing: border-box;
        margin: 0;
    }
}

#product .content .buy-block .buy {
    float: right;
    height: 35px;
}

@media screen and (min-width: 1024px) {
    #product .content .buy-block .buy {
        margin-right: 0px;
        margin-top: 3px;
    }
}

#product .content .buy-block .buy a {
    float: right;
    width: auto;
    padding-left: 40px;
    font-size: 14px;
    text-align: left;
    text-indent: 15px;
    background: #e23c3c url(../img/buy.png) 5% center no-repeat;
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    text-transform: none;
    padding-right: 15px;
}

#product .content .buy-block .buy a.abuy:hover {
    color: #d0af83;
}

@media screen and (min-width: 1024px) {
    #product .content .buy-block .buy a.abuy:hover {
        opacity: 0.7;
    }
}

#product .content .buy-block .buy a.dbuy {
    cursor: default;
    opacity: 0.7;
}

#product .content .credit {
    display: none;
    position: relative;
    float: right;
    clear: both;
    margin: 15px 0px;
}

@media screen and (min-width: 1024px) {
    #product .content .credit {
        display: block;
    }
}

#product .content .opts {
    display: none;
    position: relative;
    float: right;
    clear: both;
    margin-top: 15px;
}

@media screen and (min-width: 1024px) {
    #product .content .opts {
        display: block;
    }
}

#product .content .opts a {
    float: left;
    margin-left: 3px;
    padding-left: 27px;
    padding-right: 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    color: #656565;
    height: 22px;
    line-height: 22px;
    border: 1px solid #f4f1ef;
    border-radius: 4px;
}

#product .content .opts a:hover {
    color: #e6e6e6;
}

#product .content .opts a.recommend {
    background:  url(../img/user.png) no-repeat;
    background-position: 5px 4px;
}

#product .content .opts a.question {
    background:  url(../img/question.png) no-repeat;
    background-position: 5px 6px;
}

#product .content .opts a.notify {
    background:  url(../img/question.png) no-repeat;
}

#product .content .opts a.negotiation {
    background:  url(../img/question.png) no-repeat;
}

#product .content .opts a.print {
    background:  url(../img/print.png) no-repeat;
    background-position: 5px 4px;
}

#product #tabs {
    position: relative;
    float: left;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    #product #tabs {
        margin-top: 30px;
    }
}

#product #tabs ul.tabs {
    display: none;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    border-bottom: 1px solid #E7E7E7;
}

@media screen and (min-width: 1024px) {
    #product #tabs ul.tabs {
        display: block;
        width: 970px;
        margin-left: -16px;
        padding: 0px 15px;
    }
}

@media screen and (min-width: 1200px) {
    #product #tabs ul.tabs {
    }
}

#product #tabs ul.tabs li {
    float: left;
    height: 55px;
    margin-left: 10px;
    background: #eeeeee;
}

#product #tabs ul.tabs li:first-child {
    margin-left: 0;
}

#product #tabs ul.tabs li a {
    display: block;
    padding: 0px 15px;
    font-size: 12px;
    font-weight: 700;
    color: #656565;
    text-align: center;
    text-transform: uppercase;
    line-height: 55px;
}

@media screen and (min-width: 1200px) {
    #product #tabs ul.tabs li a {
        padding: 0px 40px;
    }
}

#product #tabs ul.tabs li.ui-tabs-selected,
#product #tabs ul.tabs li:hover {
    background: #d0af83;
}

#product #tabs ul.tabs li.ui-tabs-selected a,
#product #tabs ul.tabs li:hover a {
    color: #fff;
}

#product #tabs h6.taber {
    position: relative;
    float: left;
    width: 100%;
    height: 41px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    line-height: 41px;
    background: #A0A0A0;
    border-radius: 5px;
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    #product #tabs h6.taber {
        display: none;
    }
}

#product #tabs h6.taber:hover,
#product #tabs h6.taber.active {
    background: #575757;
}

#product #tabs h6.taber.active {
    cursor: default;
}

#product #tabs .tab {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    #product #tabs .tab {
        width: 100%;
        padding: 20px 5px;
    }
}

@media screen and (min-width: 1024px) {
    #product #tabs .tab {
        width: 1200px;
    }
}

#product #tabs #desc {
    font-size: 13px;
    color: #686868;
    text-align: left;
    line-height: 22px;
}

#product #tabs #desc table {
    max-width: 100% !important;
}

#desc ul,
#desc ul li {
    display: list-item;
}

#desc ul {
    margin-left: 30px;
    list-style: inherit;
}

#desc ul li {
    list-style-position: inside;
    list-style: inherit;
}

#desc ol,
#desc ol li {
    display: list-item;
    list-style: inherit;
}

#desc ol {
    list-style: none;
}

#desc ol li {
    list-style: decimal inside;
}

#desc strong,
#desc b {
    font-weight: 700;
}

#product #tabs #com {
}

#com div.item {
    position: relative;
    float: left;
    width: 100%;
}

#com .comment {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
}

#com .last .comment {
    padding-bottom: 0px;
    border-bottom: none;
}

#com .comment .info {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}

#com .comment .author {
    float: left;
    color: #d0af83;
    line-height: 22px;
}

#com .rating {
    float: right;
    line-height: 22px;
}

#com .rating img {
    display: inline-block;
    height: 22px;
    margin-left: 5px;
    vertical-align: top;
}

#com .comment .content {
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
}

#com .add {
    float: right;
}

#com a.add_comment {
    float: right;
    padding-right: 40px;
    font-size: 14px;
    color: #010101;
    line-height: 19px;
    background: url(../img/ico/headers.png) 100% -87px no-repeat;
}

#com a.add_comment:hover {
    color: #d0af83;
}

#com .no_coment {
    float: left;
    font-weight: bold;
    line-height: 22px;
}

#product #tabs #att {
}

table.att2_table {
    display: block;
    width: 100%;
}

table.att2_table tbody {
    display: block;
    width: 100%;
}

table.att2_table tr {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0px;
    background: #FAFAFA;
}

table.att2_table tr:first-child {
    display: none;
}

table.att2_table tr td {
    float: left;
    margin-left: 10px;
    font-size: 13px;
    color: #4B4B4B;
    line-height: 15px;
}

table.att2_table tr td.att2_name {
    font-weight: bold;
}

table.att2_table tr td.att2_option {
}

table.att2_table tr td.att2_option a {
    margin-right: 5px;
}

#product #tabs #video {
    text-align: center;
}

#video #iframe,
#video .desc {
    display: inline-block;
    vertical-align: top;
}

#video iframe {
    width: 300px;
    height: 200px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    #video iframe {
        width: 900px;
        height: 600px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1200px) {
    #video iframe {
        width: 1000px;
        height: 650px;
        margin-bottom: 20px;
    }
}

#video .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
}

#product #tabs #download {
}

#download h5.head,
#download ul.files {
    float: left;
    width: 100%;
}

#download h5.head {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #010101;
    text-transform: uppercase;
    line-height: 20px;
}

#download ul.files {
}

#download ul.files li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0px;
    background: #FAFAFA;
}

#download ul.files li a,
#download ul.files li span {
    float: left;
}

#download ul.files li a,
#download ul.files li span.name {
    margin: 0px 10px;
    font-size: 13px;
    font-weight: 700;
    color: #4B4B4B;
    line-height: 15px;
}

#download ul.files li span.info {
    margin-right: 10px;
    font-size: 11px;
    color: #C4C4C4;
    line-height: 15px;
}

#download ul.files li span.desc {
    font-size: 11px;
    color: #565656;
    line-height: 15px;
}

#download ul.files li a:hover {
    color: #d0af83;
}

#groups,
#buyalso {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
}

#groups ul,
#buyalso ul {
    text-align: center;
}

#groups ul li,
#buyalso ul li {
    margin: 0px 16px 10px;
}

@media screen and (min-width: 1200px) {
    #groups ul li,
    #buyalso ul li {
        margin: 0px 5px 10px 0px;
    }

    #groups ul li:nth-child(4n+4),
    #buyalso ul li:nth-child(4n+4) {
        margin-right: 0px;
    }
}
/* /PRODUCT */
/* --------- SHOPCART --------- */

#div_id_shop_cart #ls,
#div_id_order_confirm #ls {
    display: none;
}

#div_id_shop_cart #ms,
#div_id_order_confirm #ms {
    width: 100%;
}

#shopcart {
    position: relative;
}

@media screen and (min-width: 1024px) {
    #ms #shopcart {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    #ms #shopcart {
        width: 100%;
    }
}

ul.shopcart {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0px 30px;
}

@media screen and (min-width: 1024px) {
    ul.shopcart {
        margin-top: 10px;
        margin-bottom: 60px;
    }
}

ul.shopcart li {
    position: relative;
    float: left;
    width: 100%;
}

ul.shopcart li div {
    display: inline-block;
    vertical-align: top;
}

ul.shopcart li.item {
    padding: 15px 0px;
    border-bottom: 2px solid #CCC;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item {
        padding: 0px 0px;
        border-bottom: none;
    }
}

ul.shopcart li.item.first {
    border-top: 2px solid #CCC;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item.first {
        border-top: none;
    }
}

ul.shopcart li.item div {
}

ul.shopcart li.item div.nr {
    display: none;
    float: left;
    width: 17px;
    height: 140px;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: 700;
    color: #3D3D3D;
    text-align: center;
    background: #FAFAFA;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item div.nr {
        display: block;
    }

    ul.shopcart li.item.first div.nr {
        height: 141px;
    }
}

ul.shopcart li.item .image {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0px;
    background: #FFF;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item .image {
        display: table;
        table-layout: fixed;
        width: 139px;
        height: 139px;
        margin-bottom: 0px;
        padding: 5px 10px;
        border: 1px solid #CCC;
        border-right: none;
        border-top: none;
        text-align: center;
    }

    ul.shopcart li.item.first .image {
        border-top: 1px solid #CCC;
    }
}

ul.shopcart li.item .image a,
ul.shopcart li.item .image span {
    display: block;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item .image a,
    ul.shopcart li.item .image span {
        display: table-cell;
        width: 139px;
        height: 138px;
        text-align: center;
        vertical-align: middle;
    }
}

ul.shopcart li.item .image img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item .image img {
        width: 108px;
        height: 108px;
        object-fit: cover;
    }
}

ul.shopcart li.item .image a:hover {
    opacity: 0.7;
}

ul.shopcart li.item .content {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #FFF;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item .content {
        width: 617px;
        height: 119px;
        margin: 0px 0px 0px 0px;
        padding: 15px 10px 15px 0px;
        border-bottom: 1px solid #CCC;
    }

    ul.shopcart li.item.first .content {
        border-top: 1px solid #CCC;
    }
}

@media screen and (min-width: 1200px) {
    ul.shopcart li.item .content {
        width: 817px;
    }
}

ul.shopcart li.item .content .name {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item .content .name {
        max-height: 40px;
    }
}

ul.shopcart li.item .content .name a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    line-height: 20px;
}

ul.shopcart li.item .content .name a:hover {
    color: #d0af83;
}

ul.shopcart li.item .content .disc {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

ul.shopcart li.item .content .disc div {
    display: block;
    clear: both;
}

ul.shopcart li.item .content .disc span {
    display: inline-block;
    color: #A4A4A4;
    line-height: 15px;
    vertical-align: top;
}

ul.shopcart li.item .content .disc span.label {
    margin-right: 5px;
    font-size: 11px;
}

ul.shopcart li.item .content .disc span.value {
    font-size: 14px;
}

ul.shopcart li.item .content .disc div.disc_pre {
    margin-bottom: 5px;
}

ul.shopcart li.item .content .quan {
    position: relative;
    overflow: hidden;
    height: 40px;
}

ul.shopcart li.item .content .quan a,
ul.shopcart li.item .content .quan input {
    display: inline-block;
    vertical-align: top;
}

ul.shopcart li.item .content .quan a {
    width: 9px;
    height: 9px;
    margin-top: 11px;
}
ul.shopcart li.item .content .quan .amount_to_shopcart a {
    height: 38px;
    margin-top: 0px;
}

ul.shopcart li.item .content .quan a.down {
    background: url(../img/ico/quantity.png) 0px 0px no-repeat;
}

ul.shopcart li.item .content .quan a.up {
    background: url(../img/ico/quantity.png) 100% 0px no-repeat;
}

ul.shopcart li.item .content .quan a:hover {
    opacity: 0.7;
}

ul.shopcart li.item .content .quan input {
    margin: 0px 3px;
    width: 50px;
    height: 29px;
    padding: 0px 5px;
    text-align: center;
    border-radius: 3px;
}

ul.shopcart li.item .opts {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 15px 0px;
    background: #EEE;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item .opts {
        width: 149px;
        height: 119px;
        margin-right: 0px;
        padding: 15px 10px;
        border: 1px solid #CCC;
        border-top: none;
        border-left: none;
    }

    ul.shopcart li.item.first .opts {
        border-top: 1px solid #CCC;
    }
}

ul.shopcart li.item .opts .remove {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item .opts .remove {
        position: absolute;
        top: 10px;
        right: 5px;
    }
}

ul.shopcart li.item .opts .remove a {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px auto;
    background: url(../img/ico/main.png) 0px 0px no-repeat;
    vertical-align: top;
}

ul.shopcart li.item .opts .remove a:hover {
    background-position: 0px -16px;
}

ul.shopcart li.item .opts .prices {
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item .opts .prices {
        position: absolute;
        bottom: 20px;
        width: auto;
        right: 10px;
    }
}

ul.shopcart li.item .opts .prices .price {
    position: relative;
    float: right;
    clear: both;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item .opts .prices .price {
        width: auto;
    }
}

ul.shopcart li.item .opts .prices .netto {
    margin-bottom: 5px;
    color: #949494;
}

ul.shopcart li.item .opts .prices .netto span {
    display: inline-block;
    margin-right: 5px;
    font-size: 11px;
    line-height: 13px;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item .opts .prices .netto span.value {
        margin-right: 0px;
    }
}

ul.shopcart li.item .opts .prices .brutto {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 20px;
}

ul.shopcart li.others {
    margin-top: 30px;
    padding: 10px 0px;
    background: #EEE;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.others {
        width: 957px;
        margin-left: 17px;
    }
}

@media screen and (min-width: 1200px) {
    ul.shopcart li.others {
        width: 1157px;
        margin-left: 17px;
    }
}

ul.shopcart li.others .cnt {
    display: block;
    margin: 5px 0px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.others .cnt {
        float: right;
        clear: both;
        margin-right: 15px;
    }
}

ul.shopcart li.others .cnt span {
    display: inline-block;
    font-size: 13px;
    color: #000;
    line-height: 15px;
    vertical-align: top;
}

ul.shopcart li.others .cnt span.label {
    margin-right: 10px;
}

ul.shopcart li.others .cnt span.value {
    font-weight: bold;
}

/* addinfo */
        ul.shopcart li.addinfo {
            margin-top: 30px;
            padding: 10px 0px;
        }

        @media screen and (min-width: 1024px) {
            ul.shopcart li.addinfo {
                padding: 0px 0px;
                width: 957px;
                margin-left: 17px;
            }
        }

        @media screen and (min-width: 1200px) {
            ul.shopcart li.addinfo {
                width: 1157px;
            }
        }
        
        @media screen and (min-width: 1024px) {
            ul.shopcart li.addinfo .items {
                float: right;
            }
        }
        
        ul.shopcart li.addinfo .items .item {
            float: left;
            width: 100%;
        }

        @media screen and (min-width: 1024px) {
            ul.shopcart li.addinfo .items .item {
                float: right;
                clear: both;
                width: auto;
            }
        }
        
        ul.shopcart li.addinfo .items .item span {
            display: inline-block;
            padding: 4px 0px;
            line-height: 20px;
            vertical-align: top;
        }

        @media screen and (min-width: 1024px) {
            ul.shopcart li.addinfo .items .item span {
                text-align: right;
            }
        }

        ul.shopcart li.addinfo .items .item span.label {
            margin-right: 15px;
            font-size: 12px;
            font-weight: bold;
            color: #4D4D4D;
        }

        @media screen and (min-width: 1024px) {
            ul.shopcart li.addinfo .items .item span.value {
                width: 140px;
                padding: 4px 15px;
                background: #EEE;
                border-bottom: 1px solid #CCC;
            }
            
            ul.shopcart li.addinfo .items .item:first-child span.value {
                border-top: 1px solid #CCC;
            }
        }
        
        

ul.shopcart li.summary {
    margin-top: 30px;
    padding: 10px 0px;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.summary {
        width: 957px;
        padding: 0px 0px;
        margin-left: 17px;
    }
}

@media screen and (min-width: 1200px) {
    ul.shopcart li.summary {
        width: 1157px;
    }
}

ul.shopcart li.summary .discount {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0px;
    background: #EEE;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.summary .discount {
        float: left;
        width: auto;
        height: 40px;
        margin-bottom: 0px;
        padding: 5px 15px;
    }
}

ul.shopcart li.summary .discount label,
ul.shopcart li.summary .discount input,
ul.shopcart li.summary .discount span,
ul.shopcart li.summary .discount a {
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.summary .discount label,
    ul.shopcart li.summary .discount input,
    ul.shopcart li.summary .discount span,
    ul.shopcart li.summary .discount a {
        float: left;
    }
}

ul.shopcart li.summary .discount label {
    font-weight: normal;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.summary .discount label {
        margin-bottom: 0px;
        line-height: 40px;
    }
}

ul.shopcart li.summary .discount input,
ul.shopcart li.summary .discount span {
    height: 38px;
    width: 298px;
    margin: 0px 5px 10px;
}

ul.shopcart li.summary .discount span {
    font-weight: bold;
    line-height: 38px;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.summary .discount input,
    ul.shopcart li.summary .discount span {
        width: 298px;
        margin: 0px 5px 0px;
    }
}

ul.shopcart li.summary .discount a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #000;
}

ul.shopcart li.summary .discount a:hover {
    background: #3591D0;
}

ul.shopcart li.summary .summary {
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.summary .summary {
        float: right;
    }
}

ul.shopcart li.summary .summary div {
    float: left;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.summary .summary div {
        float: right;
        clear: both;
        width: auto;
    }
}

ul.shopcart li.summary .summary div span {
    display: inline-block;
    padding: 5px 0px;
    line-height: 20px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.summary .summary div span {
        text-align: right;
    }
}

ul.shopcart li.summary .summary div span.label {
    margin-right: 15px;
    font-weight: bold;
    color: #4D4D4D;
}

ul.shopcart li.summary .summary div span.value {
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.summary .summary div span.value {
        width: 140px;
        padding: 4px 15px;
        background: #EEE;
        border-bottom: 1px solid #CCC;
    }
}

ul.shopcart li.summary .summary div.deliv {
}

ul.shopcart li.summary .summary div.deliv span.label {
    font-size: 12px;
}

ul.shopcart li.summary .summary div.deliv span.value {
    font-size: 14px;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.summary .summary div.deliv span.value {
        border-top: 1px solid #CCC;
    }
}

ul.shopcart li.summary .summary div.total {
}

ul.shopcart li.summary .summary div.total span.label {
    font-size: 14px;
}

ul.shopcart li.summary .summary div.total span.value {
    font-size: 18px;
    color: #EE1515;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.summary .summary div.total span.value {
        padding-top: 5px;
    }
}

ul.shopcart li.summary .summary div.total_net {
}

ul.shopcart li.summary .summary div.total_net span.label {
    font-size: 12px;
}

ul.shopcart li.summary .summary div.total_net span.value {
    font-size: 14px;
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.summary .summary div.total_net span.value {
        padding-top: 5px;
    }
}

#shopcart h2.header.step {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 0px;
    padding-left: 40px;
}

@media screen and (min-width: 1024px) {
    #shopcart h2.header.step {
        float: left;
        width: 100%;
        padding-left: 40px;
        line-height: 2em;
        box-sizing: border-box;
    }
}

#shopcart h2.header.step span {
    padding-bottom: 2px;
    border-bottom: 1px solid #565656;
    line-height: 1.2em;
}

#shopcart h2.header.step1 {
    background: url(../img/ico/steps.png) 0px 4px no-repeat;
}

#shopcart h2.header.step2 {
    background: url(../img/ico/steps.png) 0px -36px no-repeat;
}

#shopcart h2.header.step3 {
    margin-top: 20px;
    background: url(../img/ico/steps.png) 0px -76px no-repeat;
}

#shopcart h2.header.step4 {
    margin-top: 30px;
}

#shopcart .form {
}

@media screen and (min-width: 1024px) {
    #shopcart .form {
        width: 942px;
    }
}

@media screen and (min-width: 1200px) {
    #shopcart .form {
        width: 1142px;
    }
}

#shopcart .form.hidden {
    display: none;
}

#shopcart .legend {
    margin-bottom: 20px;
}

#shopcart_payments {
    display: block;
    clear: both;
}

#shopcart_payments .platnosc,
#shopcart_payments .platn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    #shopcart_payments {
        position: relative;
    }
}

#shopcart_payments #newPay,
#shopcart_payments #newShip {
    display: inline-block;
    width: 100%;
    background: #FFF;
}

#shopcart_payments #newPay {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    #shopcart_payments #newPay,
    #shopcart_payments #newShip {
        position: relative;
        clear: none;
        width: 448px;
        padding: 0px 0px 10px;
        border: 1px solid #CCC;
    }

    #newPay {
        float: left;
    }

    #newShip {
        float: right;
    }

    #shopcart_payments #newPay {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1200px) {
    #shopcart_payments #newPay,
    #shopcart_payments #newShip {
        width: 558px;
    }
}

#shopcart_payments table,
#shopcart_payments tbody,
#shopcart_payments tr {
    display: inline-block;
    width: 100%;
}

#shopcart_payments tr {
    margin-bottom: 10px;
}

#shopcart_payments th,
#shopcart_payments td {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    line-height: 20px;
    vertical-align: top;
}

#shopcart_payments th {
    padding: 7px 0px;
    font-size: 13px;
    color: #565656;
    text-align: center;
    text-transform: uppercase;
    background: #F7F7F7;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

@media screen and (min-width: 1024px) {
    #shopcart_payments th {
        text-align: left;
        text-indent: 20px;
        border-top: none;
    }
}

#shopcart_payments td {
    float: left;
}

#shopcart_payments td br {
    display: none;
}

#shopcart_payments .cart_small_font {
    display: block;
    clear: both;
    color: #d0af83;
    text-align: left;
}

#shopcart_payments #newShip td {
    width: 60%;
}

@media screen and (min-width: 1024px) {
    #shopcart_payments #newShip td {
        width: 260px;
    }
}

@media screen and (min-width: 1200px) {
    #shopcart_payments #newShip td {
        width: 360px;
    }
}

#shopcart_payments #newPay td {
    width: 90%;
}

@media screen and (min-width: 1024px) {
    #shopcart_payments #newPay td {
        width: 403px;
    }
}

@media screen and (min-width: 1200px) {
    #shopcart_payments #newPay td {
        width: 503px;
    }
}

#shopcart_payments #newPay .paymant_online {
    display: block;
    clear: both;
    margin-top: 5px;
}

#shopcart_payments td#order_details_payment,
#shopcart_payments td#order_details_shiping {
    width: 8%;
    height: 20px;
    margin-right: 2%;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    #shopcart_payments td#order_details_payment,
    #shopcart_payments td#order_details_shiping {
        width: 15px;
        margin: 0px 10px 0px 20px;
    }
}

#shopcart_payments td#order_details_payment input,
#shopcart_payments td#order_details_shiping input {
    margin-top: 4px;
}

#shopcart_payments td#order_details_cost {
    float: right;
    width: 27%;
    margin-left: 3%;
    font-size: 14px;
    font-weight: bold;
    color: #3591D0;
    text-align: right;
}

@media screen and (min-width: 1024px) {
    #shopcart_payments td#order_details_cost {
        width: 103px;
        margin: 0px 20px;
    }
}

#shopcart_payments td label {
    display: block;
    clear: both;
    font-size: 13px;
    color: #4A4A4A;
    text-align: left;
    line-height: 20px;
}

@media screen and (min-width: 1024px) {
    #shopcart_payments td label {
    }
}

#shopcart_payments td .payment_desc,
#shopcart_payments td .shipment_desc {
    display: none;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    padding: 10px;
    font-size: 12px;
    color: #3F3F3F;
    text-align: left;
    background: #F9F9F9;
    border: 1px solid #E9EBEB;
}

.paczkomaty {
    display: block;
    clear: both;
    margin-top: 10px;
}

input[name=paczkawRuchu_label] {
    width: 250px;
}

#paczkawRuchu_wrapper {
    display: none;
    margin-left: -9999px;
    height: 0px;
    position: relative;
    top: -500px;
    display: block;
}

#paczkawRuchu_map {
    width: auto;
    height: auto;
    overflow: auto;
    position: relative;
}

#paczkawRuchu_map #map-search {
    width: 82%;
    top: 5px;
    margin: 5px 0;
}

#paczkawRuchu_map #map-canvas {
    width: 720px;
    height: 600px;
}

.PwR_descBox {
    min-width: 350px;
    max-width: 550px;
    min-height: 140px;
    padding: 10px 0;
}

.PwR_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    width: 200px;
    margin: 15px auto 5px;
    padding: 5px 30px;
    background: #d0af83;
    border-bottom: 2px solid #85B516;
    border-radius: 3px;
    text-align: center;
    font-size: 1.5em;
    font-weight: 900;
}

.PwR_link a {
    color: #FFF;
}

.PwR_title {
    font-size: 1.1em;
    font-weight: 700;
    color: #87AF1C;
}

.PwR_openHrs {
    font-size: 0.9em;
    color: #87AF1C;
}

.PwR_locDesc {
    text-align: justify;
    margin-top: 5px;
}

#shopcart h2.section {
}

@media screen and (min-width: 1024px) {
    #shopcart h2.section {
        width: 942px;
    }
}

@media screen and (min-width: 1200px) {
    #shopcart h2.section {
        width: 1142px;
    }
}

#shopcart h2.section.info {
    margin-bottom: 20px;
}

#shopcart #documents {
}

#shopcart #documents .row {
}

#shopcart #documents .row .label {
    display: none;
}

@media screen and (min-width: 1024px) {
    #shopcart #documents .row .label {
        display: block;
    }
}

#shopcart #orderLog {
    text-align: center;
    border-bottom: none;
}

#orderLog input {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}

#orderLog input.button {
}

@media screen and (min-width: 1024px) {
    #orderLog input.button {
        margin-top: 11px;
    }
}

#shopcart #confirmation {
    margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
    #shopcart #confirmation {
        width: 100%;
    }
}

#confirmation .row {
}

#confirmation .row .desc {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #949494;
    line-height: 15px;
}

@media screen and (min-width: 1024px) {
    #confirmation .row .desc {
        text-align: right;
    }
}

#shopcart #regulations {
    padding-top: 20px;
}

#shopcart #regulations textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 120px;
    padding: 10px;
    box-sizing: border-box;
}

#shopcart #customer {
}

#shopcart #customer .data,
#shopcart #customer .customer,
#shopcart #customer .shipment {
}

#shopcart #customer .data {
}

@media screen and (min-width: 1024px) {
    #shopcart #customer .data {
        width: 418px;
    }
}

#shopcart #customer .data .row {
}

#shopcart #customer .data .row input {
}

@media screen and (min-width: 1024px) {
    #shopcart #customer .data .row input.text {
        width: 403px;
    }

    #shopcart #customer .data input#adres,
    #shopcart #customer .data input#adres_wys,
    #shopcart #customer .data input#miejscowosc,
    #shopcart #customer .data input#miejscowosc_wys {
        width: 228px;
    }

    #shopcart #customer .data input#adres_no,
    #shopcart #customer .data input#adres_no_wys,
    #shopcart #customer .data input#kod_poczt,
    #shopcart #customer .data input#kod_poczt_wys {
        width: 155px;
    }
}

#shopcart #customer .customer {
}

@media screen and (min-width: 1024px) {
    #shopcart #customer .customer {
        margin-right: 100px;
    }
}

@media screen and (min-width: 1200px) {
    #shopcart #customer .customer {
        margin-right: 150px;
    }
}

#shopcart #customer .shipment {
}

@media screen and (min-width: 1024px) {
    #shopcart #customer .shipment {
        float: left;
    }
}

#shopcart #customer .shipment .row {
}

#shopcart #customer .shipment .header {
}

@media screen and (min-width: 1024px) {
    #shopcart #customer .shipment .header {
        text-align: left;
    }
}

.empty_shopcart {
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 200px;
    padding: 50px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
}

ul.shopcart.summary {
}

ul.shopcart.summary li.item {
}

@media screen and (min-width: 1024px) {
    ul.shopcart.summary li.item {
        height: 61px;
    }

    ul.shopcart.summary li.item.first {
        height: 62px;
    }
}

ul.shopcart.summary li.item .nr {
}

@media screen and (min-width: 1024px) {
    ul.shopcart.summary li.item .nr {
        height: 51px;
    }

    ul.shopcart.summary li.item.first .nr {
        height: 52px;
    }
}

ul.shopcart.summary li.item .name {
    display: block;
    clear: both;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    ul.shopcart.summary li.item .name {
        overflow: hidden;
        float: left;
        clear: none;
        width: 635px;
        height: 40px;
        margin: 0px;
        padding: 10px 20px;
        border: 1px solid #CCC;
        border-top: none;
        border-right: none;
    }

    ul.shopcart.summary li.item.first .name {
        border-top: 1px solid #CCC;
    }
}

@media screen and (min-width: 1200px) {
    ul.shopcart.summary li.item .name {
        width: 835px;
    }
}

ul.shopcart.summary li.item .name span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #4D4D4D;
    line-height: 20px;
}

@media screen and (min-width: 1024px) {
    ul.shopcart.summary li.item .name span {
        line-height: 40px;
    }
}

ul.shopcart.summary li.item .quan {
    display: inline-block;
    margin: 0px 10px;
    font-size: 13px;
    color: #5D5D5D;
    line-height: 40px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    ul.shopcart.summary li.item .quan {
        float: left;
        width: 80px;
        margin: 0px;
        padding: 10px 20px 10px 0px;
        border-bottom: 1px solid #CCC;
    }

    ul.shopcart.summary li.item.first .quan {
        border-top: 1px solid #CCC;
    }
}

ul.shopcart.summary li.item .quan span {
    float: left;
}

ul.shopcart.summary li.item .quan span.value {
    width: 38px;
    height: 38px;
    margin-right: 5px;
    text-align: center;
    background: #FFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}

ul.shopcart.summary li.item .prices {
    display: inline-block;
    margin: 0px 10px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    ul.shopcart.summary li.item .prices {
        float: left;
        width: 140px;
        height: 40px;
        margin: 0px;
        padding: 10px 20px;
        background: #EEE;
        border: 1px solid #CCC;
        border-top: none;
        border-left: none;
    }

    ul.shopcart.summary li.item.first .prices {
        border-top: 1px solid #CCC;
    }
}

ul.shopcart.summary li.item .prices .price {
    float: right;
    clear: both;
}

ul.shopcart.summary li.item .prices .price span {
    float: left;
    line-height: 20px;
}

ul.shopcart.summary li.item .prices .netto {
}

ul.shopcart.summary li.item .prices .netto span {
    font-size: 11px;
    color: #949494;
}

ul.shopcart.summary li.item .prices .netto span.label {
    margin-right: 5px;
}

ul.shopcart.summary li.item .prices .brutto {
}

ul.shopcart.summary li.item .prices .brutto span {
    font-size: 18px;
    color: #4E4E4E;
}

ul.shopcart.summary li.summary {
}

ul.shopcart.summary li.summary .summary .deliv span.value,
ul.shopcart.summary li.summary .summary .total span.value {
    color: #4E4E4E;
}

ul.shopcart.summary li.summary .summary .total span.value {
    font-weight: bold;
}

#shopcart .form.info {
    clear: both;
    padding: 0px;
}

@media screen and (min-width: 1024px) {
    #shopcart .form.info {
        width: 972px;
    }
}

@media screen and (min-width: 1200px) {
    #shopcart .form.info {
        width: 1172px;
    }
}

#shopcart .form.info .row {
    margin-bottom: 0px;
    border-bottom: 1px solid #CCC;
}

#shopcart .form.info .row span {
    display: inline-block;
    padding: 10px 0px;
    font-size: 13px;
    font-weight: normal;
    color: #4E4E4E;
}

@media screen and (min-width: 1024px) {
    #shopcart .form.info .row span {
        float: left;
        margin-left: 10px;
    }

    #shopcart .form.info .row span.label {
        width: 100px;
        padding-right: 20px;
        text-align: right;
        border-right: 1px solid #CCC;
    }
}

#shopcart .form.info .row span.label {
    font-weight: bold;
}

#shopcart .form.info .row span.value {
}

#shopcart .form.info .del {
    background: #F7F7F7;
}

#shopcart .form.info .tot {
    border-bottom: none;
}

#shopcart .form.data {
    clear: both;
    padding: 0px;
}

@media screen and (min-width: 1024px) {
    #shopcart .form.data {
        width: 972px;
    }
}

@media screen and (min-width: 1200px) {
    #shopcart .form.data {
        width: 1172px;
    }
}

#shopcart .form.data .head {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #4E4E4E;
    text-transform: uppercase;
    background: #F7F7F7;
    border-bottom: 1px solid #CCC;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    #shopcart .form.data .dt {
        float: left;
        width: 50%;
    }

    #shopcart .form.data .head {
        float: left;
        width: 446px;
        padding: 15px 20px;
    }
}

@media screen and (min-width: 1200px) {
    #shopcart .form.data .head {
        width: 546px;
    }
}

#shopcart .form.data .field {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    #shopcart .form.data .field {
        float: left;
        width: 446px;
        padding: 0px 20px 10px;
    }
}

@media screen and (min-width: 1200px) {
    #shopcart .form.data .field {
        width: 546px;
    }
}

#shopcart .form.data .field span {
    display: inline-block;
    font-size: 13px;
    color: #4E4E4E;
    line-height: 20px;
    vertical-align: top;
}

#shopcart .form.data .field span.label {
    margin-right: 10px;
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    #shopcart .form.data .field span.label {
        width: 80px;
    }
}

#shopcart .form.data .shipment .head {
    border-top: 1px solid #CCC;
}

@media screen and (min-width: 1024px) {
    #shopcart .form.data .shipment .head {
        width: 445px;
        border-top: none;
        border-left: 1px solid #CCC;
    }

    #shopcart .form.data .customer .field {
        width: 446px;
        border-right: 1px solid #CCC;
    }

    #shopcart .form.data .customer .field.first {
        margin-top: -10px;
        padding-top: 10px;
    }
}

@media screen and (min-width: 1200px) {
    #shopcart .form.data .shipment .head {
        width: 545px;
    }

    #shopcart .form.data .customer .field {
        width: 546px;
    }
}

#shopcart .form.message,
#shopcart .form.payment {
    font-size: 13px;
    color: #4E4E4E;
    text-align: center;
    line-height: 22px;
}

#shopcart #end {
    display: block;
    clear: both;
    margin: 20px 0px;
    text-align: center;
}

#shopcart #end a {
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    #shopcart #end a {
        float: right;
    }
}
/* --------- /SHOPCART --------- */
/* FORMS */

.form {
    display: block;
    position: relative;
    padding: 10px 15px;
    border: 1px solid #CCC;
}

@media screen and (min-width: 1024px) {
    .form {
        float: left;
        width: 647px;
    }
}

@media screen and (min-width: 1200px) {
    .form {
        width: 847px;
    }
}

.form.no_top {
    border-top: none;
}

.form.no_btm {
    border-bottom: none;
}

h2.section {
    display: block;
    height: 40px;
    padding: 0px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    background: #F7F7F7;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

@media screen and (min-width: 1024px) {
    h2.section {
        float: left;
        width: 647px;
        text-align: left;
    }
}

@media screen and (min-width: 1200px) {
    h2.section {
        width: 847px;
    }
}

h2.section.chkbox {
    background: #FFF;
    border-bottom: 1px solid #CCC;
}

h2.section.chkbox input,
h2.section.chkbox label {
}

h2.section.chkbox input {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

h2.section.chkbox label {
    text-transform: none;
    line-height: 40px;
}

h2.section.top {
    border-top: 1px solid #CCC;
}

h2.section.btm {
    border-bottom: 1px solid #CCC;
}

h2.section.info {
    text-align: right;
    border-bottom: 1px solid #CCC;
}

h2.section.nobtm {
    border-bottom: none!important;
}

.form .row {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    .form .row {
        float: left;
    }
}

.form .row.header {
    height: 38px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    background: #F7F7F7;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

@media screen and (min-width: 1024px) {
    .form .row.header {
        height: 40px;
        line-height: 45px;
        background: none;
        border-top: none;
        border-bottom: none;
    }
}

.form .row input.text {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .form .row input.text {
        float: left;
        width: 303px;
    }
}

@media screen and (min-width: 1200px) {
    .form .row input.text {
        float: left;
        width: 403px;
    }
}

.form .row input.input_disabled {
    background: #EEE;
}

.form .row sup {
    display: none;
    float: left;
    width: 10px;
    margin-left: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    line-height: 25px;
}

@media screen and (min-width: 1024px) {
    .form .row sup {
        display: block;
    }
}

.form .row a.ui-selectmenu {
    border: 1px solid #BCBCBC;
}

@media screen and (min-width: 1024px) {
    .form .row a.ui-selectmenu {
        float: left;
    }
}

.form .row input.error {
    margin-bottom: 20px!important;
}

.form .row label.error {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    text-transform: uppercase;
    line-height: 13px;
    z-index: 100;
}

.form .row span.info,
.form .row span.label,
.form .row span.value {
    display: inline-block;
    position: relative;
    font-size: 13px;
    vertical-align: top;
}

.form .row span.info {
    font-weight: bold;
}

.form .row span.label {
    margin-right: 10px;
}

.form .row span.value {
    font-weight: bold;
    color: #3591D0;
}

@media screen and (min-width: 1024px) {
    .form .row label.error {
        width: 313px;
    }
}

@media screen and (min-width: 1200px) {
    .form .row label.error {
        width: 413px;
    }
}

.form .row.submit {
    margin-bottom: 0px;
}

#contactForm h2.section.top {
    border: 0;
    background: none;
    padding-left: 60px;
    box-sizing: border-box;
    max-width: 100%;
}

#contactForm .form {
    border: 0;
}

.legend {
    display: none;
    clear: both;
    margin-bottom: 10px;
    padding: 5px 15px 0px;
    font-family: Arial;
    text-align: center;
    background: #FDFBEA;
}

@media screen and (min-width: 1024px) {
    .legend {
        display: block;
        text-align: left;
    }
}

.legend .row {
    margin-bottom: 0px;
}

.legend span {
    display: inline-block;
    clear: both;
    margin-bottom: 5px;
    font-size: 12px;
    color: #000;
}

@media screen and (min-width: 1024px) {
    .legend span {
        float: left;
        clear: none;
    }
}

.legend span.label {
    padding-left: 45px;
    line-height: 36px;
    background: url(../img/ico/info.png) 0px center no-repeat;
}

@media screen and (min-width: 1024px) {
    .legend span.label {
        padding: 15px 10px 15px 45px;
        border-right: 1px solid #CCC;
    }
}

.legend span.info {
    display: block;
    padding-top: 5px;
    font-style: italic;
    line-height: 20px;
    border-top: 1px solid #CCC;
}

@media screen and (min-width: 1024px) {
    .legend span.info {
        padding: 18px 20px;
        line-height: 15px;
        border-top: none;
    }
}

#documents {
    padding-bottom: 0px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    #documents {
        padding-bottom: 10px;
    }
}

#documents .row {
    margin-bottom: 0px;
}

#documents div {
    display: block;
    clear: both;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    #documents div {
        float: left;
        clear: none;
        margin-bottom: 0px;
    }
}

#documents div.label {
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
}

@media screen and (min-width: 1024px) {
    #documents div.label {
        margin-right: 60px;
    }
}

@media screen and (min-width: 1200px) {
    #documents div.label {
        margin-right: 120px;
    }
}

#documents div.option {
}

@media screen and (min-width: 1024px) {
    #documents div.option {
        margin-right: 40px;
    }
}

#documents div.option input,
#documents div.option label {
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    #documents div.option input,
    #documents div.option label {
        float: left;
    }
}

#documents div.option input {
    margin-top: 5px;
    margin-right: 5px;
}

#documents div.option label {
    font-size: 13px;
    line-height: 22px;
}

#company {
    padding: 20px 15px 10px;
    text-align: center;
}

#registerForm .company,
#registration .company {
    display: none;
}

@media screen and (min-width: 1024px) {
    #company {
        text-align: left;
    }
}

#company .row {
    margin-bottom: 0px;
}

#company input {
    margin-bottom: 10px;
}

#company sup.nip {
    float: right;
}

@media screen and (min-width: 1024px) {
    #company input#firm {
        float: left;
    }

    #company input#nip {
        float: right;
    }
}

#company label[for="nip"].error {
    left: auto;
    right: 0px;
}

.form .data {
    display: block;
    position: relative;
    clear: both;
    padding: 10px 0px 0px;
}

#customer {
}

#customer .customer {
}

#customer .shipment {
    display: none;
}

@media screen and (min-width: 1024px) {
    .form .data {
        width: 318px;
        clear: none;
    }

    .form .customer {
        float: left;
    }

    .form .shipment {
        float: right;
    }
}

@media screen and (min-width: 1200px) {
    .form .data {
        width: 418px;
    }
}

.form .data input#adres,
.form .data input#adres_wys,
.form .data input#miejscowosc,
.form .data input#miejscowosc_wys {
    width: 65%;
}

@media screen and (min-width: 1024px) {
    .form .data input#adres,
    .form .data input#adres_wys,
    .form .data input#miejscowosc,
    .form .data input#miejscowosc_wys {
        width: 178px;
    }
}

@media screen and (min-width: 1200px) {
    .form .data input#adres,
    .form .data input#adres_wys,
    .form .data input#miejscowosc,
    .form .data input#miejscowosc_wys {
        width: 278px;
    }
}

.form .data input#adres_no,
.form .data input#adres_no_wys,
.form .data input#kod_poczt,
.form .data input#kod_poczt_wys {
    width: 30%;
}

@media screen and (min-width: 1024px) {
    .form .data input#adres_no,
    .form .data input#adres_no_wys,
    .form .data input#kod_poczt,
    .form .data input#kod_poczt_wys {
        width: 105px;
    }
}

.form .data input#adres,
.form .data input#adres_wys,
.form .data input#kod_poczt,
.form .data input#kod_poczt_wys {
    float: left;
}

.form .data input#adres_no,
.form .data input#adres_no_wys,
.form .data input#miejscowosc,
.form .data input#miejscowosc_wys {
    float: right;
    margin-left: 5%;
}

@media screen and (min-width: 1024px) {
    .form .data input#adres_no,
    .form .data input#adres_no_wys,
    .form .data input#miejscowosc,
    .form .data input#miejscowosc_wys {
        float: left;
        margin-left: 5px;
    }
}

.form .data label[for="adres"].error,
.form .data label[for="adres_wys"].error,
.form .data label[for="miejscowosc"].error,
.form .data label[for="miejscowosc_wys"].error {
    width: 65%;
}

@media screen and (min-width: 1024px) {
    .form .data label[for="adres"].error,
    .form .data label[for="adres_wys"].error,
    .form .data label[for="miejscowosc"].error,
    .form .data label[for="miejscowosc_wys"].error {
        width: 178px;
    }
}

@media screen and (min-width: 1200px) {
    .form .data label[for="adres"].error,
    .form .data label[for="adres_wys"].error,
    .form .data label[for="miejscowosc"].error,
    .form .data label[for="miejscowosc_wys"].error {
        width: 278px;
    }
}

.form .data label[for="adres_no"].error,
.form .data label[for="adres_no_wys"].error,
.form .data label[for="kod_poczt"].error,
.form .data label[for="kod_poczt_wys"].error {
    width: 30%;
}

@media screen and (min-width: 1024px) {
    .form .data label[for="adres_no"].error,
    .form .data label[for="adres_no_wys"].error,
    .form .data label[for="kod_poczt"].error,
    .form .data label[for="kod_poczt_wys"].error {
        width: 105px;
    }
}

.form .data label[for="adres_no"].error,
.form .data label[for="adres_no_wys"].error,
.form .data label[for="miejscowosc"].error,
.form .data label[for="miejscowosc_wys"].error {
    left: auto;
    right: 15px;
}

#register {
}

#register.hidden {
    display: none;
}

#regulations {
    padding-top: 5px;
    text-align: left;
    border-top: none;
}

#regulations .row {
    margin: 10px 0px 0px;
}

#regulations input,
#regulations label {
    display: inline-block;
    vertical-align: top;
}

#regulations input {
    margin-top: 4px;
    margin-right: 5px;
}

#regulations input.error {
    margin-bottom: 0px!important;
}

#regulations label {
    max-width: 90%;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
}

#regulations label[for="electronics"].error,
#regulations label[for="rules"].error {
    position: relative;
    width: auto;
    margin-right: 5px;
    font-size: 11px;
    font-weight: bold;
}

#wrappers {
}

#wrappers .row {
}

#wrappers input,
#wrappers span,
#wrappers img,
#wrappers label {
    display: inline-block;
    vertical-align: top;
}

#wrappers input {
    margin-top: 3px;
    margin-right: 5px;
}

#wrappers label {
    max-width: 70%;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
}

#wrappers label,
#wrappers span {
    font-size: 13px;
    line-height: 20px;
}

#wrappers span.price {
    font-weight: bold;
    margin: 0px 5px;
    color: #3591D0;
}

#wrappers img {
    margin: 0px 5px;
    width: auto;
    height: 20px;
}

#summary {
    padding-bottom: 0px;
}

#summary .row {
}

@media screen and (min-width: 1024px) {
    #summary .row {
        float: right;
        clear: both;
        width: auto;
    }
}

#summary .row span {
    font-size: 16px;
    line-height: 20px;
}

#summary .row span.label {
    font-weight: 700;
}

#confirmation {
    width: 100%;
    margin: 20px 0px 0px;
    padding: 0px;
    text-align: center;
    border: none;
}

#confirmation .row {
    margin-bottom: 0px;
}

#confirmation input.button_long {
    display: inline-block;
}

#shopcart #confirmation input.button_long {
    width: 250px;
}

@media screen and (min-width: 1024px) {
    #confirmation input.button_long {
        float: right;
    }
}
/* /FORMS */
/* LOGIN */

#login {
    text-align: center;
}

#login h2.login {
    border-top: 1px solid #CCC;
}

#login input.button_long {
    display: inline-block;
    margin: 0px auto;
}

#login div.login,
#login div.password {
}

@media screen and (min-width: 1024px) {
    #login div.login,
    #login div.password {
    }
}

#login .login {
}

#login .login input.text {
}

@media screen and (min-width: 1024px) {
    #login .login .row {
        float: left;
        width: 50%;
    }

    #login .login input.text {
        position: relative;
        width: 313px;
    }

    #login .login input.log {
        float: left;
    }

    #login .login input.pass {
        float: right;
    }

    #login .login .submit {
        float: right;
    }

    #login .login .submit input.button_long {
        float: right;
    }
}

@media screen and (min-width: 1200px) {
    #login .login .row {
    }

    #login .login input.text {
        width: 413px;
    }
}

#login .password {
}

#login .password .label {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-style: italic;
    color: #9E9E9E;
    text-align: left;
    line-height: 20px;
}

#login .password input.text {
}

@media screen and (min-width: 1024px) {
    #login .password input.text {
        float: left;
        width: 313px;
    }

    #login .password .label {
        float: right;
        width: 290px;
        margin-top: 0px;
        margin-right: 10px;
    }

    #login .password input.button_long {
        float: right;
    }
}

@media screen and (min-width: 1200px) {
    #login .password input.text {
        width: 413px;
    }

    #login .password .label {
        width: 380px;
        margin-right: 20px;
    }
}

#login .register {
    padding-top: 15px;
    border-top: none;
    background: #FDFBEA;
}

#login .register span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 35px;
}

#login .register a {
    display: inline-block;
}

@media screen and (min-width: 1024px) {
    #login .register .row {
        margin-bottom: 5px;
    }

    #login .register span {
        float: left;
    }

    #login .register a {
        float: right;
    }
}
/* /LOGIN */
/* MANUFACTURERS */

.letters {
    margin-bottom: 30px;
    text-align: center;
}

.letters a,
.letters span {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 10px 10px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.letters span {
    color: #FAFAFA;
    background: #AFAFAF;
}

.letters a {
    font-weight: 600;
    color: #FFF;
    background: #444;
}

.letters a:hover {
    background: #d0af83;
}

ul.manufacturers {
    display: block;
    text-align: center;
}

ul.manufacturers li {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 283px;
    height: 350px;
    margin: 0px 10px 20px;
    text-align: center;
    background: #FFF;
    border: 3px solid #E7E7E7;
    border-radius: 5px;
    vertical-align: top;
}

@media screen and (min-width: 1200px) {
    ul.manufacturers li {
        float: left;
        margin: 0px 6px 10px 0px;
    }

    ul.manufacturers li:nth-child(3n+3) {
        margin-right: 0px;
    }
}

ul.manufacturers li .image {
    display: table;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 107px;
    margin-bottom: 10px;
    padding: 5px 0px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 3px solid #E7E7E7;
}

ul.manufacturers li .image a,
ul.manufacturers li .image span {
}

ul.manufacturers li .image img {
    max-width: 283px;
    max-height: 107px;
}

ul.manufacturers li .image a:hover {
}

ul.manufacturers li .name {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 25px;
    margin: 0px 5px 10px;
}

ul.manufacturers li .name a,
ul.manufacturers li .name span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #565656;
    line-height: 25px;
}

ul.manufacturers li .name a:hover {
    color: #d0af83;
}

ul.manufacturers li .link {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 15px;
    margin-bottom: 10px;
}

ul.manufacturers li .link a {
    display: block;
    font-size: 12px;
}

ul.manufacturers li .desc {
    overflow: hidden;
    float: left;
    width: 263px;
    height: 100px;
    margin: 0px 10px 15px;
}

ul.manufacturers li .desc a {
    font-size: 13px;
    color: #565656;
    line-height: 20px;
}

ul.manufacturers li .desc a:hover {
    color: #d0af83;
}

ul.manufacturers li .quantity {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    line-height: 45px;
    background: #3591D0;
}
/* /MANUFACTURERS */
/* COMMENTS LIST */

#comments {
}

#comments ul {
    display: inline-block;
    position: relative;
    width: 100%;
}

#comments ul li {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    background: #FFF;
    border-top: 1px solid #E7E7E7;
}

#comments ul li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px;
}

#comments ul li .info,
#comments ul li .content {
    float: left;
    width: 100%;
}

#comments ul li .info {
    margin-bottom: 10px;
}

#comments ul li .info .date,
#comments ul li .info .rating {
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
}

#comments ul li .info .date {
    float: left;
    color: #d0af83;
}

#comments ul li .info .rating {
    float: right;
    color: #3591D0;
}

#comments ul li .info .rating img {
    float: left;
    width: 17px;
    height: 17px;
    margin-right: 3px;
}

#comments ul li .content {
    font-size: 13px;
    color: #9E9E9E;
    line-height: 20px;
}
/* /COMMENTS LIST */
/* STORAGE */

#storage {
    display: block;
    width: 100%;
}

#storage ul.storage {
    display: block;
    width: 100%;
}

ul.storage li {
    display: block;
    clear: both;
    margin-bottom: 5px;
    padding: 10px 15px;
}

@media screen and (min-width: 1024px) {
    ul.storage li {
        float: left;
        width: 649px;
    }
}

@media screen and (min-width: 1200px) {
    ul.storage li {
        float: left;
        width: 849px;
    }
}

ul.storage li div {
    display: block;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    ul.storage li div {
        float: left;
    }
}

ul.storage li .remove {
}

@media screen and (min-width: 1024px) {
    ul.storage li .remove {
        width: 79px;
    }
}

ul.storage li .name {
}

@media screen and (min-width: 1024px) {
    ul.storage li .name {
        width: 300px;
        text-align: left;
    }
}

@media screen and (min-width: 1200px) {
    ul.storage li .name {
        width: 500px;
    }
}

ul.storage li .price {
}

@media screen and (min-width: 1024px) {
    ul.storage li .price {
        width: 170px;
    }
}

ul.storage li .options {
}

@media screen and (min-width: 1024px) {
    ul.storage li .options {
        width: 100px;
    }
}

ul.storage li.head {
    display: none;
}

@media screen and (min-width: 1024px) {
    ul.storage li.head {
        display: block;
    }
}

ul.storage li.head div {
    font-size: 13px;
    color: #9E9E9E;
    text-transform: uppercase;
    line-height: 20px;
}

ul.storage li.head div.remove {
}

ul.storage li.head div.name {
}

ul.storage li.head div.price {
}

ul.storage li.head div.empty {
}

ul.storage li.item {
    min-height: 40px;
    background: #F5F5F5;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

ul.storage li.item div {
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    ul.storage li.item div {
        height: 40px;
        margin-bottom: 0px;
    }
}

ul.storage li.item .remove {
}

ul.storage li.item div.remove a {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: url(../img/ico/remove.png) center center no-repeat;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    ul.storage li.item div.remove a {
        margin-top: 15px;
    }
}

ul.storage li.item div.remove a:hover {
    opacity: 0.7;
}

ul.storage li.item .name {
}

@media screen and (min-width: 1024px) {
    ul.storage li.item .name {
        display: table;
    }
}

ul.storage li.item div.name a {
    display: block;
    font-weight: bold;
    color: #4E4E4E;
    line-height: 15px;
}

@media screen and (min-width: 1024px) {
    ul.storage li.item div.name a {
        display: table-cell;
        height: 40px;
        vertical-align: middle;
    }
}

ul.storage li.item div.name a:hover {
    color: #d0af83;
}

ul.storage li.item .price {
}

ul.storage li.item div.price span {
    display: inline-block;
    vertical-align: top;
}

ul.storage li.item div.price span.old {
    margin-right: 5px;
    color: #9E9E9E;
    text-decoration: line-through;
    line-height: 20px;
}

ul.storage li.item div.price span.price {
    font-size: 18px;
    font-weight: bold;
    color: #4E4E4E;
    line-height: 20px;
}

ul.storage li.item div.price span.norm {
    line-height: 40px;
}

ul.storage li.item .options {
}

ul.storage li.item div.options span,
ul.storage li.item div.options a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0px 3px;
    vertical-align: top;
}

#storage ul.storage li.item div.options a.details {
    background: url(../img/ico/storage.png) 0px 0px no-repeat;
}

#storage ul.storage li.item div.options .add {
    background: url(../img/ico/storage.png) 0px -40px no-repeat;
}

#storage ul.storage li.item div.options a:hover {
    opacity: 0.7;
}

#storage ul.storage li.item div.options span {
    opacity: 0.5;
}

#storage ul.storage li.empty {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background: #F5F5F5;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}
/* /STORAGE */
/* ACCOUNT */

#div_id_account_main #ls {
    display: none;
}

#div_id_account_main #ms {
    width: 100%;
}

.my_account {
    display: block;
    position: relative;
    width: 100%;
}

#my_account {
    padding: 50px 0px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    #my_account.placeholder {
        padding: 100px 10px;
    }
}

#my_account .info {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}

#my_account .info .row {
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 15px;
}

#my_account .info .header {
    margin-bottom: 20px;
    font-size: 25px;
}

#my_account .info .header b {
    color: #3591D0;
}

#my_account .info .row span {
    float: left;
    font-size: 16px;
    color: #3A3A3A;
    line-height: 25px;
}

#my_account .info .row span.label {
    margin-right: 10px;
}

#my_account .info .row span.value {
    font-weight: bold;
    color: #3591D0;
}

#my_account ul.account {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

#my_account ul.account li {
    display: inline-block;
    width: 134px;
    height: 142px;
    margin: 0px 40px 40px;
    text-align: center;
    border-radius: 8px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    #my_account ul.account li {
        margin-bottom: 0px;
    }
}

#my_account ul.account li.hist {
    background: #AFAFAF url(../img/ico/acc1.png) center 20px no-repeat;
}

#my_account ul.account li.edit {
    background: #AFAFAF url(../img/ico/acc2.png) center 20px no-repeat;
}

#my_account ul.account li.pass {
    background: #AFAFAF url(../img/ico/acc3.png) center 20px no-repeat;
}

#my_account ul.account li.pts {
    background: #AFAFAF;
}

#my_account ul.account li a {
    display: block;
    padding-top: 90px;
    font-size: 13px;
    color: #FFF;
    line-height: 52px;
}

#my_account ul.account li:hover {
    background-color: #444;
}

#password_change {
    display: inline-block;
    width: 100%;
}

#password_change .form {
    text-align: center;
}

@media screen and (min-width: 1024px) {
    #password_change .content {
        border-bottom: none;
    }
}

#password_change .legend {
    margin-bottom: 0px;
}

#password_change .form .row {
}

@media screen and (min-width: 1024px) {
    #password_change .form .row {
        text-align: center;
    }
}

#password_change .form .row input,
#password_change .form .row sup {
    float: none;
}

@media screen and (min-width: 1024px) {
    #password_change .form .row input,
    #password_change .form .row sup {
        display: inline-block;
        vertical-align: top;
    }
}

#ordersList {
    display: block;
    float: left;
    width: 100%;
}

#ordersList li {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px;
}

#ordersList li div {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

#ordersList li div.nr {
    width: 7%;
}

#ordersList li div.dateOrd {
    width: 15%;
}

#ordersList li div.dateShip {
    width: 15%;
}

#ordersList li div.cost {
    width: 23%;
}

#ordersList li div.stat {
    width: 20%;
}

#ordersList li div.det {
    width: 10%;
}

#ordersList li div.pay {
    width: 10%;
}

#ordersList li.head {
    display: none;
    height: 40px;
    background: #F2F2F2;
}

@media screen and (min-width: 1024px) {
    #ordersList li.head {
        display: table;
    }
}

#ordersList li.head div {
    font-size: 13px;
    font-weight: bold;
    color: #6C6C6C;
    line-height: 40px;
}

#ordersList li.item {
    padding-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
}

#ordersList li.item div {
    font-size: 11px;
}

@media screen and (min-width: 1024px) {
    #ordersList li.item div {
        font-size: 13px;
    }
}

#ordersList li.item div.nr {
    font-weight: bold;
    color: #9E9E9E;
}

#ordersList li.item div.dateOrd,
#ordersList li.item div.dateShip {
}

#ordersList li.item div.cost {
    font-weight: bold;
    color: #3591D0;
}

#ordersList li.item div.stat {
    font-weight: bold;
    color: #9E9E9E;
}

#ordersList li.item div.det,
#ordersList li.item div.pay {
    font-size: 11px;
    font-weight: bold;
}

#ordersList li.item div.det a,
#ordersList li.item div.pay a {
    color: #3591D0;
}

#ordersList li.item div.det a:hover,
#ordersList li.item div.pay a:hover {
    color: #d0af83;
}

.orderInfo,
.orderDocuments,
.orderList {
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 20px;
    padding: 0px 0px 10px;
    background: #FFF;
    border: 1px solid #CDCDCD;
}

.my_account.history h4.info {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #043C79;
    text-indent: 20px;
    background: #F9F9F9;
}

.orderInfo .left,
.orderInfo .right {
    max-width: 50%;
}

.orderInfo .left {
    margin-left: 20px;
}

.orderInfo .right {
    margin-right: 20px;
}

.orderInfo .opt {
    float: left;
    clear: both;
    margin-bottom: 10px;
}

.orderInfo .opt span {
    float: left;
    font-size: 13px;
    color: #828282;
    line-height: 15px;
}

.orderInfo .opt span.feat {
    margin-right: 10px;
}

.orderInfo .opt span.value {
    font-weight: bold;
}

.orderDocuments a {
    float: left;
    clear: both;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #043C79;
}

.orderDocuments a:hover {
    text-decoration: underline;
}

.orderList li {
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.orderList li div {
    display: table-cell;
    height: 100%;
    padding: 0px 20px;
    text-align: center;
    vertical-align: middle;
}

.orderList li .name {
    width: 400px;
    text-align: left;
}

.orderList li .quan {
    width: 53px;
}

.orderList li .price {
    width: 125px;
}

.orderList li .brutto {
}

.orderList li .netto {
}

.orderList li.header {
    margin-bottom: 0px;
}

.orderList li.head {
    height: 40px;
    background: #043C79;
}

.orderList li.head div {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    line-height: 40px;
}

.orderList li.item {
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
}

.orderList li.item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.orderList li.item div {
    font-size: 13px;
    color: #828282;
    line-height: 20px;
}

.orderList li.item div.photo img {
    width: 40px;
    max-width: none;
    height: 40px;
    object-fit: cover;
}
/* /ACCOUNT */
/* TEXTPAGES */

div#articles {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

@media screen and (min-width: 1024px) {
    div#articles {
        display: block;
    }
}

.front-messages {
    clear: both;
    overflow: hidden;
    padding-top: 60px;
}

.front-messages h1.header {
    display: none;
}

#articles ul {
    position: relative;
    float: left;
    width: 100%;
}

#articles ul li {
    display: block;
    clear: both;
    margin-bottom: 20px;
}

#articles ul li .head {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

#articles ul li .head .title {
    float: left;
    background: #fff;
    position: relative;
    z-index: 10;
}

#articles ul li .head .title a {
    display: block;
    font-size: 23px;
    font-weight: 300;
    color: #474747;
    line-height: 1em;
    text-transform: uppercase;
}

#articles ul li .head .title a:hover {
    color: #d0af83;
}

#articles ul li .head:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    z-index: 0;
    top: 10px;
    height: 1px;
    background: #d0af83;
}

#articles ul li .head .info {
    float: right;
    background: #fff;
    position: relative;
    z-index: 10;
}

#articles ul li .head .info .category,
#articles ul li .head .info .date {
    float: left;
}

#articles ul li .head .info span,
#articles ul li .head .info a {
    float: left;
    margin-left: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

#articles ul li .head .info span {
    color: #A6A6A6;
}

#articles ul li .head .info a {
    margin-right: 10px;
    color: #1b1b1b !important;
}

#articles ul li .content {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #010101;
    line-height: 1.2em;
}

h1.header.article {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: none;
}

h1.header.article span {
    padding-bottom: 5px;
    border-bottom: 2px solid #565656;
}

ul.articles {
    position: relative;
    float: left;
    width: 100%;
}

ul.articles li {
    display: block;
    clear: both;
    margin-bottom: 20px;
    padding: 20px 15px;
    background: #FFF;
    border: 2px solid #E7E7E7;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px #E7E7E7;
}

ul.articles li .head {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

ul.articles li .head .title {
    float: left;
    max-width: 75%;
    text-align: left;
}

ul.articles li .head .title a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #565656;
    line-height: 20px;
}

ul.articles li .head .title a:hover {
    color: #d0af83;
}

ul.articles li .head .date {
    float: right;
    max-width: 25%;
    text-align: right;
}

ul.articles li .content {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #565656;
    line-height: 22px;
}

ul.articles li .content .image {
    display: none;
    position: relative;
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

@media screen and (min-width: 1024px) {
    ul.articles li .content .image {
        display: table;
        table-layout: fixed;
    }
}

ul.articles li .content .image span {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

ul.articles li .content .image span img {
    max-width: 120px;
    max-height: 120px;
}

ul.articles li .content .desc {
    position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #565656;
    line-height: 22px;
}

@media screen and (min-width: 1024px) {
    ul.articles li .content .desc {
        width: 531px;
    }
}

@media screen and (min-width: 1200px) {
    ul.articles li .content .desc {
        width: 731px;
    }
}

ul.articles li .more {
    float: right;
    clear: both;
    margin-top: 20px;
}

ul.articles li .more a {
    display: block;
    padding-right: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #949494;
    line-height: 15px;
    background: url(../img/ico/nav.png) no-repeat scroll 100% -88px transparent;
}

ul.articles li .more a:hover {
    color: #d0af83;
}

.textpage {
    position: relative;
    font-size: 14px;
    color: #444;
    text-align: left;
    line-height: 20px;
}

@media screen and (min-width: 1024px) {
    #mc .textpage {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    #mc .textpage {
        width: 100%;
    }
}

#mc .textpage iframe {
    padding: 20px;
    border: 1px solid rgb(174, 174, 174);
}

.textpage h1,
.textpage h2,
.textpage h3,
.textpage p,
.textpage ul {
    display: block;
    clear: both;
}

.textpage h1,
.textpage h2,
.textpage h3 {
    margin-bottom: 20px;
    font-weight: 700;
}

.textpage h1 {
    font-size: 24px;
}

.textpage h2 {
    font-size: 22px;
}

.textpage h3 {
    font-size: 20px;
}

.textpage p {
    margin-bottom: 30px;
}

.textpage ul {
    margin-left: 30px;
    margin-bottom: 30px;
}

.textpage ul li {
    display: block;
    margin-bottom: 10px;
    padding-left: 15px;
    line-height: 18px;
    background: url(../img/dot.png) 0px 5px no-repeat;
}

#div_id_article_sys_3 #content > .wrapper {
    padding-right: 75px;
    margin-top: 40px;
}

@media all and (max-width: 1023px) {
    #div_id_article_sys_3 #content .wrapper {
        padding-right: 20px;
    }
}

#contact {
    position: relative;
}

@media screen and (min-width: 1024px) {
    #contact.placeholder {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    #contact.placeholder {
        width: 100%;
    }
}

#contact .contact_data {
    display: inline-block;
    width: 20%;
    position: relative;
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    margin-bottom: 30px;
    border-right: 1px solid #f0f0f0;
}

@media all and (max-width: 1023px) {
    #contact .contact_data {
        width: 100%;
    }
}

#contact table.contact_table {
    position: relative;
    table-layout: fixed;
    width: 100%;
}

table.contact_table th,
table.contact_table td {
    width: 50%;
    font-size: 13px;
    color: #3E3E3E;
    text-align: left;
    vertical-align: top;
}

table.contact_table th {
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 15px;
}

table.contact_table td {
    font-weight: 500;
    line-height: 18px;
}

table.contact_table td.data {
    padding-left: 25px;
    background: url(../img/ico/envelope.png) 0px 3px no-repeat;
}

table.contact_table td.contact {
}

#contact .contact_form {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    vertical-align: top;
}

#contact .contact_form .form {
}

@media screen and (min-width: 1024px) {
    #contact .contact_form .form {
        padding-top: 20px;
        padding-left: 60px;
        box-sizing: border-box;
        width: 100%;
        padding-right: 0;
    }
}

#contact .contact_form .row {
}

@media screen and (min-width: 1024px) {
    #contact .contact_form .half {
        width: 50%;
    }

    #contact .contact_form .left {
        clear: left;
    }

    #contact .contact_form .right {
        clear: right;
    }
}

#contact .contact_form input.text {
}

@media screen and (min-width: 1024px) {
    #contact .contact_form input.text {
        width: 310px;
    }

    #contact .contact_form .right input.text {
        float: right;
    }
}

@media screen and (min-width: 1200px) {
    #contact .contact_form input.text {
        width: 390px;
    }
}

#contact .contact_form label {
    display: block;
    clear: both;
    margin-bottom: 5px;
    font-size: 13px;
    color: #4E4E4E;
    text-align: left;
    line-height: 15px;
}

#contact .contact_form label.error {
    margin-bottom: 0px;
    font-size: 11px;
    text-align: center;
}

#contact .contact_form .textarea {
    margin: 10px 0px 20px;
}

#contact .contact_form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    padding: 10px;
    line-height: 15px;
    outline: none;
}

#contact .contact_form textarea.error {
    margin-bottom: 20px;
}

#contact .contact_form .textarea label.error {
    width: 100%;
}

#contact .contact_form {
    width: 80%;
    margin-left: -6px;
}

@media all and (max-width: 1023px) {
    #contact .contact_form {
        width: 100%;
    }
}

#contact .contact_form .captcha {
}

@media screen and (min-width: 1024px) {
    #contact .contact_form .captcha {
    }
}

#contact .contact_form .captcha img {
}

#contact .contact_form .captcha input {
}

@media screen and (min-width: 1024px) {
    #contact .contact_form .captcha input {
        float: left;
        width: 160px;
        margin-right: 15px;
    }
}

#contact .contact_form .submit {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}

#contact .contact_form .submit input {
    font-size: 12px;
}

@media screen and (min-width: 1024px) {
    #contact .contact_form .submit {
        float: right;
    }
}

#contact .contact_data_extended {
    display: inline-block;
    width: 75%;
    float: right;
    margin-bottom: 20px;
    vertical-align: top;
    padding-top: 25px;
    border-top: 1px solid #dedede;
}

@media all and (max-width: 1023px) {
    #contact .contact_data_extended {
        width: 100%;
    }
}

#contact .contact_data_extended iframe {
    max-width: 100%;
}

#contact .contact_data_extended h5 {
    display: block;
    clear: both;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    color: #444444;
}

#contact .contact_data_extended img {
    max-width: 100%;
    height: auto!important;
}
/* /TEXTPAGES */
/* SEARCH */

#advanced_search_form {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
}

#advanced_search_form .placeholder {
}

@media screen and (min-width: 1024px) {
    #advanced_search_form .placeholder {
        width: 659px;
        padding: 20px;
    }
}

@media screen and (min-width: 1200px) {
    #advanced_search_form .placeholder {
        width: 859px;
        padding: 20px;
    }
}

@media screen and (min-width: 1024px) {
    #advanced_search_form h2.section,
    #advanced_search_form .form {
        width: 627px;
    }
}

@media screen and (min-width: 1200px) {
    #advanced_search_form h2.section,
    #advanced_search_form .form {
        width: 827px;
    }
}

#advanced_search_form .search_query {
    padding-top: 20px;
}

#advanced_search_form .search_query input.text {
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    #advanced_search_form .search_query input.text {
        width: 500px;
        margin-bottom: 0px;
        margin-right: 10px;
    }
}

#advanced_search_form .search_query input.chk,
#advanced_search_form .search_query label {
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    #advanced_search_form .search_query input.chk,
    #advanced_search_form .search_query label {
        float: left;
    }
}

#advanced_search_form .search_query input.chk {
    margin-top: 1px;
    margin-right: 5px;
}

@media screen and (min-width: 1024px) {
    #advanced_search_form .search_query input.chk {
        margin-top: 14px;
    }
}

#advanced_search_form .search_query label {
    font-size: 13px;
    color: #4E4E4E;
    line-height: 15px;
}

@media screen and (min-width: 1024px) {
    #advanced_search_form .search_query label {
        margin-top: 10px;
        line-height: 20px;
    }
}

#advanced_search_form .options {
    padding-top: 20px;
}

@media screen and (min-width: 1024px) {
    #advanced_search_form .half {
        width: 50%;
    }

    #advanced_search_form .left a {
        float: left;
    }

    #advanced_search_form .right a {
        float: right;
    }
}

#advanced_search_form .options .prices {
    margin-top: 10px;
    text-align: center;
}

#advanced_search_form .options .prices span,
#advanced_search_form .options .prices input {
    display: inline-block;
    vertical-align: top;
}

#advanced_search_form .options .prices span {
    font-size: 13px;
    color: #4E4E4E;
    line-height: 40px;
}

#advanced_search_form .options .prices input {
    width: 68px;
    margin: 0px 5px;
}

@media screen and (min-width: 1024px) {
    #advanced_search_form .options .prices input {
        float: none;
    }
}

#advanced_search_form .options .more {
    height: 20px;
    padding: 10px 0px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    #advanced_search_form .options .more {
        margin-top: 10px;
    }
}

#advanced_search_form .options .more span,
#advanced_search_form .options .more input,
#advanced_search_form .options .more label {
    display: inline-block;
    vertical-align: top;
}

#advanced_search_form .options .more span,
#advanced_search_form .options .more label {
    font-size: 13px;
    color: #4E4E4E;
    line-height: 20px;
}

#advanced_search_form .options .more span {
    margin-right: 10px;
}

#advanced_search_form .options .more label {
    margin-right: 10px;
}

#advanced_search_form .options .more input {
    margin-top: 4px;
    margin-right: 5px;
}

#advanced_search_form .submit {
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    #advanced_search_form .submit {
        float: right;
    }
}
/* /SEARCH */

.pole_message,
.pole_message_info,
.pole_message_err,
.ui-dialog {
    position: absolute!important;
    width: 60%!important;
    z-index: 10000!important;
    background: #FFF;
    border: 5px solid #CCC;
    border-radius: 10px;
}

.ui-dialog-titlebar {
    position: absolute;
    top: -17px;
    right: -17px;
}

.ui-dialog-titlebar a.ui-dialog-titlebar-close {
    float: right;
    width: 16px;
    height: 16px;
    text-indent: -20000px;
    background: url(../img/ico/main.png) 0px 0px no-repeat;
}

.ui-dialog-titlebar a.ui-dialog-titlebar-close:hover {
    opacity: 0.7;
}

.ui-dialog-content {
    width: 90%!important;
    min-height: 1px!important;
    margin: 20px 5%;
    font-size: 13px;
    font-weight: bold;
    color: #F99B15;
    text-align: center;
    line-height: 30px;
}

.pole_message,
.pole_message_info,
.pole_message_err {
    padding: 20px 0px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.pole_message {
    color: #d0af83;
}

.pole_message_info {
    color: #F99B15;
}

.pole_message_err {
    color: #FF0000;
}

.ui-widget-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    background: url(../img/shadow.png) 0px 0px repeat;
}
/* MODULES */

.popup_box {
    position: fixed;
    top: 200px;
    width: 70%;
    margin: 0px 15%;
    padding: 20px 40px;
    background: #FFF;
    border: 1px solid #636363;
    z-index: 999;
}

.popup_box h3.info {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #4D4D4D;
}

.popup_box h3.info.ok {
    padding-left: 25px;
    background: url(../img/ico/popups.png) 0px 0px no-repeat;
}

.popup_box .buttons {
    margin-top: 15px;
}

.popup_box .buttons a {
    text-align: center;
}

.popup_box .buttons a.ext {
    margin-right: 15px;
    background: #CDCDCD;
}

.popup_box .buttons a.ext:hover {
    background: #3591D0;
}
/* CART ADD */

#cart_popup,
#cart_popup_options {
    display: none;
}

@media screen and (max-width: 1023px) {
    #cart_popup,
    #cart_popup_options {
        display: none!important;
    }
}

.cart_popup .content {
    width: 100%;
    border: 1px solid #E7E7E7;
}

.cart_popup .image {
    display: table;
    table-layout: fixed;
    overflow: hidden;
    float: left;
    width: 15%;
    height: 140px;
    padding: 10px 0px;
}

.cart_popup .image a {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.cart_popup .image a img {
    max-width: 200px;
    max-height: 140px;
}

.cart_popup .image a:hover {
    opacity: 0.7;
}

.cart_popup .cnt {
    position: relative;
    float: left;
    width: 66%;
    min-height: 100px;
    margin: 20px 2% 10px;
    overflow: hidden;
}

.cart_popup .cnt div {
    display: block;
    overflow: hidden;
    width: 100%;
}

.cart_popup .cnt .name {
    margin-bottom: 10px;
}

.cart_popup .cnt .name a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    text-align: left;
    line-height: 20px;
}

.cart_popup .cnt .name a:hover {
    color: #d0af83;
}

.cart_popup .cnt .bef_disc,
.cart_popup .cnt .aft_disc {
    text-align: left;
}

.cart_popup .cnt .bef_disc span,
.cart_popup .cnt .aft_disc span {
    display: inline-block;
    color: #A4A4A4;
    line-height: 15px;
}

.cart_popup .cnt span.label {
    margin-right: 5px;
    font-size: 11px;
}

.cart_popup .cnt span.value {
    font-size: 14px;
}

ul.shopcart li .content .bef_disc {
    margin-bottom: 5px;
}

ul.shopcart li .content .aft_disc {
    margin-bottom: 10px;
}

.cart_popup .cnt .options {
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
}

.cart_popup .cnt .options .option {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.cart_popup .cnt .options .option span.label,
.cart_popup .cnt .options .option a {
    float: left;
}

.cart_popup .cnt .options .option span.label {
    width: 110px;
    margin-right: 10px;
    font-size: 13px;
    color: #4D4D4D;
    text-align: right;
    line-height: 40px;
}

.cart_popup .opts {
    position: relative;
    float: right;
    width: 15%;
    height: 160px;
    overflow: hidden;
    background: #EEE;
}

.cart_popup .opts .prices {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #A4A4A4;
    text-align: right;
}

.cart_popup .opts .prices div {
    display: block;
}

.cart_popup .opts .prices .label {
    margin-right: 5px;
}

.cart_popup .opts .prices .netto {
    margin-bottom: 5px;
}

.cart_popup .opts .prices .netto span {
    font-size: 11px;
    line-height: 13px;
}

.cart_popup .opts .prices .brutto {
    font-size: 18px;
    color: #949494;
    line-height: 20px;
}
/* /CART ADD */
/* BOXES */

.hiddenBox {
    display: none;
    position: fixed;
    right: -243px;
    width: 243px;
    z-index: 999999;
}

@media screen and (min-width: 1024px) {
    .hiddenBox {
        display: block;
    }
}

.hiddenBox .opener {
    position: absolute;
    top: 0px;
    left: -47px;
    width: 47px;
    height: 47px;
    cursor: pointer;
}

.hiddenBox .btn:hover {
    opacity: 0.7;
}

.hiddenBox .in {
    position: relative;
    float: right;
    width: 241px;
    padding: 10px 0px;
    background: #FFF;
    border: 1px solid #DBDBDB;
}

.hiddenBox .in a.cls {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: url(../img/ico/main.png) 0px 0px no-repeat;
}

.hiddenBox .in a.cls:hover {
    opacity: 0.7;
}
/* CART BOX */

#cartBox {
    top: 160px;
    text-align: left;
}

#cartBox .opener {
    background: #e23c3c url(../img/boxes_tabs.png) 0px 0px no-repeat;
}

#cartBox ul {
    overflow: hidden;
    float: left;
    width: 100%;
}

#cartBox ul li {
    overflow: hidden;
    float: left;
    width: 211px;
    padding: 10px 15px;
}

#cartBox ul li.head {
    padding-top: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #515151;
    text-transform: uppercase;
}

#cartBox ul li.item {
    height: 60px;
    border-top: 1px solid #DBDBDB;
}

#cartBox ul li.item .image {
    display: table;
    float: left;
    width: 40px;
    height: 60px;
    margin-right: 10px;
}

#cartBox ul li.item .image a {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

#cartBox ul li.item .image a img {
    max-width: 40px;
    max-height: 60px;
}

#cartBox ul li.item .image a:hover {
    opacity: 0.7;
}

#cartBox ul li.item .name {
    overflow: hidden;
    float: left;
    width: 161px;
    height: 20px;
    margin-bottom: 5px;
}

#cartBox ul li.item .name a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #707070;
    line-height: 20px;
}

#cartBox ul li.item .name a:hover {
    color: #d0af83;
}

#cartBox ul li.item .price {
    overflow: hidden;
    float: left;
    width: 161px;
    height: 15px;
    font-size: 11px;
    color: #949494;
    line-height: 15px;
}

#cartBox ul li.summary {
    border-top: 1px solid #DBDBDB;
    text-align: right;
}

#cartBox ul li.summary div {
    float: left;
    width: 100%;
}

#cartBox ul li.summary span {
    display: inline-block;
    line-height: 15px;
}

#cartBox ul li.summary span.lab {
    margin-right: 5px;
    font-size: 11px;
    color: #949494;
}

#cartBox ul li.summary span.val {
    font-weight: bold;
    color: #515151;
}

#cartBox ul li.summary .deliv {
    margin-bottom: 5px;
}

#cartBox ul li.link {
    margin-top: 10px;
    text-align: center;
}

#cartBox ul li.link a {
    margin: 0px auto;
}

#cartBox ul li.empty {
    text-align: center;
    font-weight: bold;
}
/* /CART BOX */
/* FB BOX */

#fbBox {
    top: 254px;
}

#fbBox .opener {
    background: #F99B15 url(../img/boxes_tabs.png) 0px -94px no-repeat;
}

#fbBox .in {
    width: 231px;
    height: 360px;
    padding: 25px 5px;
}
/* /FB BOX */
/* CONTACT BOX */

#contactBox {
    top: 207px;
    text-align: left;
}

#contactBox .opener {
    background: #F99B15 url(../img/boxes_tabs.png) 0px -47px no-repeat;
}

#contactBox .in {
}

#contactBox .in h5 {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    padding: 0px 15px;
    font-size: 12px;
    font-weight: bold;
    color: #515151;
    text-transform: uppercase;
}

#contactBox .in .data {
    float: left;
    width: 211px;
    padding: 10px 15px;
    border-top: 1px solid #DBDBDB;
}

#contactBox .in .data a {
    font-size: 12px;
    font-weight: 600;
    color: #515151;
    line-height: 20px;
}

#contactBox .in .data a:hover {
    color: #d0af83;
}

#contactBox .in .text {
    float: left;
    width: 211px;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-top: 1px solid #DBDBDB;
}

#contactBox .in .text p {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #515151;
    line-height: 18px;
}

#contactBox .in .text p a {
    color: #515151;
}

#contactBox .in .text p a:hover {
    color: #d0af83;
}

#contactBox .in .link {
    float: left;
    width: 100%;
    text-align: center;
}

#contactBox .in .link a {
    margin: 0px auto;
}
/* /CONTACT BOX */
/* /BOXES */
/* ****************** /MODULES ****************** */
/* SYSTEM */

#nyroModalFull {
    z-index: 99999!important;
}

#nyroModalBg {
    background: url(../img/r_bgt.png) 0px 0px repeat;
}

#nyroModalTitle {
    display: none;
}

#nyroModalWrapper {
    overflow: hidden;
    float: left;
    width: 540px!important;
    height: auto!important;
    padding: 30px;
    background: #FFF;
    border: 3px solid #999;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#nyroModalWrapper a#closeBut {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 19px;
    height: 19px;
    text-indent: -20000px;
    background: url(../images/close.png) 0px 0px no-repeat;
    border: none;
    cursor: pointer;
}

#nyroModalWrapper .wrapper {
    float: left;
    width: 540px!important;
    height: auto!important;
}

#nyroModalContent div.pole_message_err {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    padding-bottom: 10px;
    color: #FF0000;
    text-transform: uppercase;
    line-height: 15px;
    background: none;
    border: none;
    border-bottom: 1px solid #F00;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#nyroModalContent div.pole_message_err .zamknij,
#nyroModalContent div.pole_message_err #blackout,
#nyroModalContent br.pole_message_err_br {
    display: none;
}

#nyroModalContent {
    float: left;
    width: 540px!important;
    height: auto!important;
}

.popup_content {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.popup_content h2.title {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #3591D0;
    text-transform: uppercase;
    line-height: 20px;
    border-bottom: 1px solid #DCDCDC;
}

.popup_content h3.name {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #d0af83;
    border-bottom: 1px solid #DCDCDC;
}

.popup_content .raw {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.popup_content .raw label,
.popup_content span,
.popup_content .raw input.input_normal,
.popup_content input.text,
.popup_content .raw input[type="checkbox"],
.popup_content .raw textarea {
    float: left;
}

.popup_content input.input_normal,
.popup_content input.text {
    width: 338px;
}

.popup_content .raw input.sendform,
.popup_content .raw input.sendform_long {
    float: none;
}

.popup_content span.label,
.popup_content .raw label {
    width: 170px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    line-height: 42px;
}

.popup_content .chk label {
    width: auto;
    line-height: 15px;
}

.popup_content span.value {
    font-weight: bold;
    line-height: 42px;
}

.popup_content .raw input[type="checkbox"] {
    margin-top: 1px;
    margin-right: 5px;
}

.popup_content .raw textarea {
    width: 338px;
    height: 90px;
    padding: 10px;
}

.popup_content .raw select {
    float: left;
    padding: 0px 10px;
    border: 1px solid #CCC;
}

.popup_content .info {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    line-height: 20px;
}

.popup_content .sbm {
    text-align: center;
}

.popup_content .sbm input {
    display: inline-block;
    margin: 0px auto;
}
/* QUESTION */

.popup_content.question {
}

.popup_content.negot .data,
.popup_content.negot .prices,
.popup_content.question .data {
    float: left;
    width: 100%;
}

.popup_content.negot table,
.popup_content.negot table tr,
.popup_content.question .data table,
.popup_content.question .data table tr {
    display: block;
    float: left;
    width: 100%;
}

.popup_content.negot table td,
.popup_content.question .data table td {
    float: left;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 42px;
}

.popup_content.negot table td {
    font-size: 13px;
}

.popup_content.negot table td[align="right"],
.popup_content.negot .prices table td:first-child,
.popup_content.question .data table td[align="right"] {
    width: 170px;
    padding-right: 10px;
    text-align: right;
}

.popup_content.question input.text,
.popup_content.question input.input_normal,
.popup_content.question textarea {
    width: 338px;
}
/* /QUESTION */

.backward,
.top_text {
    display: none;
}

#blackout {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../img/r_bgt.png) 0px 0px repeat;
}

div.pole_message_err,
div.pole_message,
div.pole_message_info {
    display: block;
    position: fixed;
    top: 275px;
    left: 0%;
    width: 471px;
    width: 100%!important;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    line-height: 20px;
    background: #FFF;
    border: 4px solid #605F61;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 2001;
}

@media screen and (min-width: 1024px) {
    div.pole_message_err,
    div.pole_message,
    div.pole_message_info {
        left: 50%;
        max-width: 540px;
        margin-left: -270px;
    }
}

div.pole_message img.zamknij,
div.pole_message_err img.zamknij,
div.pole_message_info img.zamknij {
    position: absolute;
    top: -11px;
    right: -11px;
    cursor: pointer;
}

div.pole_message_err {
    color: #FF0000;
}

div.pole_message {
    color: #B6E05A;
}

div.pole_message_info {
    color: #444;
}

#cookie_info {
    display: none;
    position: relative;
    z-index: 10000;
    width: 94%;
    padding: 10px 3%;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    background: #454545;
    line-height: 19px;
}

#cookie_info a {
    color: #D4D4D4;
}

#cookie_info a:hover {
    color: #d0af83;
}

.close_cookie {
    float: right;
    width: 19px;
    height: 19px;
    background: url(../img/ico/close.png) center center no-repeat;
}

.close_cookie:hover {
    opacity: 0.7;
}

#x_cart {
    display: none;
    position: fixed;
    width: 540px;
    margin: 300px 35%;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 250px;
    background: url(../images/productAdd.png) center center no-repeat;
}

.ui-tabs-hide {
    display: none;
}

#bossbyte_slide {
    top: 320px!important;
}

#bossbyte_slide_front_front {
    width: 49px!important;
    height: 146px!important;
    background: url(../images/fb.png) 0px 0px no-repeat!important;
}

#dis_wrapper {
    width: 800px;
    margin: 0px auto;
    font-size: 14px;
    font-family: Tahoma;
    color: #000;
}

#dis_wrapper {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.dis_box {
    position: fixed;
    top: 35%;
    left: 100%;
    right: 30%;
    width: 555px;
    height: 145px;
    padding: 20px;
    color: #888;
    background: #FFF;
    z-index: 101;
    border: 5px solid #888;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.dis_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0.5;
    z-index: 100;
}

a.dis_boxclose {
    position: relative;
    top: -33px;
    left: 32px;
    float: right;
    width: 26px;
    height: 26px;
    background: url(../../images/cancel.png) left top repeat;
    cursor: pointer;
}

.dis_wrapper,
.dis_wrapper .dis_box,
.dis_overlay,
.first_discount_c {
    display: none;
}
/* /SYSTEM */

.backward {
    display: none!important;
}

table.cart_order {
    width: 100%;
}

#mail_pay {
    display: block;
    position: relative;
    padding: 20px;
    font-size: 14px;
    color: #565656;
    line-height: 30px;
    background: #FFF;
    border: 3px solid #E7E7E7;
    border-radius: 3px;
    box-shadow: 0px 1px 6px 0px #E7E7E7;
}

#mail_pay form {
    display: block;
    position: relative;
    text-align: center;
    margin: 10px 0px;
}

#mail_pay form input[type="submit"] {
    width: 130px;
    height: 30px;
    font-family: 'Signika', Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    background: #d0af83;
    border-radius: 5px;
}

#mail_pay form input[type="submit"]:hover {
    background: #3591D0;
}

#div_id_main_page hr {
    display: none;
}
/* ukrycie starych banerow */

.text_article #rotator-,
.text_article #rotator2,
.text_article .rotator {
    display: none;
}

#sitemap {
}

#sitemap .list {
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
    #sitemap .list {
        float: left;
        clear: none;
        width: 50%;
    }
}

#sitemap .list ul {
    display: block;
    position: relative;
    clear: both;
}

#sitemap .list ul li {
    display: block;
    clear: both;
    margin-bottom: 10px;
    vertical-align: top;
}

#sitemap .list ul li.head {
    padding: 10px 15px;
    background: #EEE;
}

#sitemap .list ul li.head div {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #3A3A3A;
    text-transform: uppercase;
    vertical-align: top;
}

#sitemap .list ul li.item {
    padding: 5px 15px 0px;
}

#sitemap .list ul li.item:nth-child(odd) {
    background: #FAFAFA url(../img/ico/dot.png) 15px 10px no-repeat;
}

#sitemap .list ul li.item a {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    vertical-align: top;
}

#sitemap .list ul li ul {
    margin: 5px 10px;
}

#sitemap .list ul li ul li {
    margin-bottom: 5px;
    padding: 2px 0px;
}

#sitemap .list ul li ul li:last-child {
    margin-bottom: 0px;
}

#sitemap .list ul li ul li a {
    font-size: 12px;
}

#sitemap .list ul li.level1 {
    padding-left: 30px;
    background: url(../img/ico/dot.png) 15px 10px no-repeat;
}

#paczkomat,
#paczkomat2 {
    width: 100%;
    box-sizing: border-box;
}

#no-js {
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #FF0000;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    background: #FFF;
    border: 2px solid #FF0000;
}

@media all and (max-width: 480px) {
    #_opineo_container {
        display: none;
    }
}
/* platforma ratalna */

.platformaratalnaVal {
    float: left;
}

.platformaratalnaLabel {
    float: left;
    width: 120px;
    text-align: right;
    padding-right: 10px;
}

.platformaRow {
    width: 100%;
    height: 20px;
}

.platformaTable th {
    font-weight: bold;
    padding: 5px;
}

.platformaTable td {
    padding: 5px;
}

.platformaH {
    color: #a1bd73;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding-bottom: 15px;
}

.platformaright {
    text-align: right;
    width: 50%;
    border-bottom: dotted 1px #c2c2c2;
    padding: 10px 5px;
    font-weight: bold;
}

.platformaleft {
    text-align: left;
    width: 50%;
    border-bottom: dotted 1px #c2c2c2;
    padding: 10px 5px;
}

.platformSummary {
    width: 100%;
}

.platformaWrap {
    border: solid 1px #c2c2c2;
    padding: 15px;
    width: 97%;
    margin-bottom: 25px;
}

.platformaLinki th {
    font-weight: bold;
    border-bottom: dotted 1px #c2c2c2;
    padding: 10px 5px;
}

.platformaLinki td {
    text-align: left;
    border-bottom: dotted 1px #c2c2c2;
    padding: 10px 5px;
    font-size: 12px;
}

.platformaH {
    color: #a1bd73;
    font-weight: bold;
    font-size: 16px !important;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: none !important;
}

.platformaKwota {
    width: 100px;
    text-align: right !important;
    font-weight: bold;
}
/* logowanie Google Sign-In/Facebook Login */

.services-login {
    display: block;
    width: 280px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    border-radius: 5px;
    margin: 10px auto 0;
    font-family: 'Signika', Tahoma, Arial;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    opacity: 1;
}

.services-login:hover {
    opacity: 0.8;
    color: #FFF;
}

#login-g {
    background: #4184F3;
}

#login-fb {
    background: #3B589C;
}

.services-login span.icon {
    width: 35px;
    height: 35px;
    padding: 20px 15px;
    overflow: hidden;
}

#login-g span.icon {
    background: url(../../images/service_google_signin.png) center center no-repeat;
}

#login-fb span.icon {
    background: url(../../images/service_facebook_login.png) center center no-repeat;
}

#shopcart .login .row {
    float: left;
    width: 50%;
}

.btn-more {
    display: inline-block;
    text-align: center;
    width: 128px;
    height: 44px;
    font-size: 16px;
    color: #FFF;
    line-height: 44px;
    background: #e23c3c none repeat scroll 0% 0%;
}

.btn-more:hover {
    color: #FFF;
    background: #EC4441 none repeat scroll 0% 0%;
}

#contactForm .dropdown, #contactForm .ui-selectmenu {
    float: right;
}

.variantPic {
    border: 1px solid #FFF;
}

.variantPic.active {
    border: 1px solid #9F9F9F;
}

ul.productsList li .hover .image a img  {
    max-height: 290px;
    max-height: 392px;
}

.input_amount {
    display: block;
}

#div_id_show_product #ilosc-button {
    height: 40px;
    top: 2px;
}

@media all and (max-width: 1024px) {
    #div_id_show_product #ilosc-button {
        left: 70px;
    }
}

#div_id_show_product #ilosc-button span {
    text-indent: 0;
}

.gpp-active {
    display: block !important;
}


.gpp-arrow-prev {
    z-index: 98;
    opacity: 0.2;
    background: url(../img/ico/navigation.png) 0px -31px no-repeat;
    width: 31px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.gpp-arrow-next {
    z-index: 98;
    opacity: 0.2;
    background: url(../img/ico/navigation.png) 0px 0px no-repeat;
    width: 31px;
    height: 31px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.gpp-arrow-next:hover, .gpp-arrow-prev:hover {
    opacity: 1;
}

#product .images a .zoom {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    background: url(../img/zoom.jpg) no-repeat;
    width: 44px;
    height: 44px;
}

@media all and (min-width: 1024px) {

#catMenu ul.menu ul.menu  ul {
        display: block;
}
#catMenu ul.menu ul.menu li:hover > ul {
        display: block !important;
        /*left: 251px;*/
            top: -10px;

            left: calc(100% - 5px);

}

#catMenu ul.menu li:hover div {
    display: block;
    opacity: 1;
    visibility: visible;
}

#catMenu ul.menu ul.menu li:hover > div > ul {
        display: block !important;
        left: 250px;
        top: -10px;

}

/* #catMenu ul.menu li:nth-child(n+4) ul.menu li:hover > ul { */
            /* left: -251px;    */
/* } */



.divMenu {
    /*position: absolute;*/
    /*top: 15px;*/
    position: relative;
    top: -15px;
}

/*#catMenu ul.menu li {
    position: initial;
}*/

#catMenu ul.menu ul.menu li:hover > ul {
    /*min-height: 450px;*/
    min-width: 250px;
    /*box-shadow: -10px 0px 15px #000;*/
    width: auto;
    /*left: unset;*/
}

/* #catMenu ul.menu li:nth-child(n+4) ul.menu li:hover > ul { */
    /* box-shadow: 10px 0px 15px #EEE; */
/* } */


#catMenu ul.menu li ul {
      padding: 0px 0px;  
}
#catMenu ul.menu li:hover ul {
/*    min-height: 450px;*/
    padding: 10px 0px;
    width: auto;
}
#catMenu ul.menu li ul li:hover > a > span {
    /*color: #d0af83;*/
    color: red;
}
#catMenu ul.menu li ul li:hover ul {
    color: #000;
}

#catMenu ul.menu li ul li {
    white-space: nowrap;
}

#catMenu ul.menu li:last-child ul {
            min-width: 250px;
            width: auto;
}


#catMenu ul.menu .hasChildren {
    background: url(../img/arrow_right.png) right center no-repeat;
    background-position: right 10px top 7px;
}
}

/* #catMenu ul.menu li:nth-child(n+4) .hasChildren { */
    /* background: url(../img/arrow_left.png) right center no-repeat; */
    /* background-position-x: 10px; */
/* } */

@media screen and (min-width: 1024px) {
    ul.productsList li {
        display: inline-block;
        clear: none;
        height: 376px;
        margin: 0px 15px 15px;
        vertical-align: top;
        width: 195px;
    }    
}


@media screen and (min-width: 1200px) {
    ul.productsList li {
        float: left;
        margin: 0px 7px 10px 7px;
    }    
    ul.productsList li:nth-child(3n+3) {
        margin-right: 10px;
    }
    ul.productsList li .about {
        width: 210px;
    }
}

@media screen and (max-width: 1024px) {
    #catMenu ul.menu .hasChildren.nocurrent div {
        display: none;
    }
    #catMenu ul.menu .hasChildren.current div {
        background-color: #EEE;
    }
    #catMenu ul.menu .hasChildren.nocurrent ul.menu {
        display: none;
    }
    #catMenu ul.menu .hasChildren.current ul.menu {
        background-color: inherit;
    }
    #catMenu ul.menu .hasChildren.current ul.menu li {
        background-color: #222 !important;
    }
}

.zoomContainer {
    z-index: 1 !important;
}