@charset "utf-8";
/* RESET */

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 */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,300,700&subset=latin,latin-ext);

html {} a {
    color: #010101;
    text-decoration: none;
    cursor: pointer;
    transition: all 250ms ease 0s;
}
a:hover {
    color: #AED136;
    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: 'Source Sans Pro', Arial, Tahoma;
    font-size: 13px;
    font-style: italic;
    color: #4a4a4a;
    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: #4a4a4a;
    opacity: 1;
}
:-moz-placeholder {
    font-size: 13px;
    color: #4a4a4a;
    opacity: 1;
}
::-moz-placeholder {
    font-size: 13px;
    color: #4a4a4a;
    opacity: 1;
}
:-ms-input-placeholder {
    font-size: 13px;
    color: #4a4a4a;
    opacity: 1;
}
img {
    border: none;
}
body {
    position: relative;
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Source Sans Pro', Arial, Tahoma;
    font-size: 12px;
    color: #4A4A4A;
    text-align: center;
    background: #fff;
    overflow-x: hidden;
}
.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;
}


@media all and (max-width: 1024px) {
    table {
        display: block;
    }

    tbody {
        display: block;
    }

    tr {
        display: block;
    }

    td {
        display: block;
        text-align: center !important;
    }

    .front {
        display: none;
    }
}

/* /GLOBAL */
/* MAIN */

.container {
    position: relative;
    float: left;
    width: 100%;
}
.wrapper {
    display: inline-block;
    /* background: #FFF; */
    vertical-align: top;
}
@media screen and (min-width: 320px) {
    .wrapper,
    .bar .header .innerheader {
        width: 98%;
        min-width: 300px;
        padding: 0px 1%;
    }
}
@media screen and (min-width: 768px) {
    .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;
        background: transparent;
    }
}
@media screen and (min-width: 1200px) {
    .wrapper {
        width: 1200px;
    }
}
/* MAIN */

h1.header,
h2.header {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align: left;
    /* border-bottom: 2px solid #565656; */
}
@media screen and (min-width: 1024px) {
    h1.header,
    h2.header {
        height: 42px;
        margin-bottom: 5px;
    }
}
@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: 38px;
    font-weight: 600;
    color: #1255ba;
    line-height: 35px;
}

#lista_produktow h1.header,
#div_id_promotions h1.header,
#div_id_news h1.header,
#div_id_bestsellers h1.header {
    margin-bottom: 20px;
}

#lista_produktow h1.header span,
#div_id_promotions h1.header span,
#div_id_news h1.header span,
#div_id_bestsellers h1.header span {
    font-size: 46px;
    font-weight: 600;
    color: #18579e;
}

#div_id_main_page h1.header span {
    color: #333333;
}


@media screen and (min-width: 1200px) {
    /* h1.header span,
    h2.header span {
        padding-bottom: 5px;
        border-bottom: 2px solid #565656;
    } */
}
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: 'Source Sans Pro', Tahoma, Arial;
    font-weight: 600;
    color: #FFF;
    /* text-transform: uppercase; */
    background: #1960bf;
    border-radius: 1px;
}
.button_small {
    width: 90px;
    height: 25px;
    font-size: 11px;
}
a.button_small {
    line-height: 25px;
}
.button {
    /* width: 130px; */
    padding: 0 15px;
    height: 42px;
    font-size: 14px;
    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 #AED136!important;
}
h2.switcher {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    height: 41px;
    text-align: center;
    background: url(../img/bg-blue3.png) repeat-x;
    background-size: auto 100%;
    cursor: pointer;
    vertical-align: top;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
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;
}
.ui-selectmenu,
.ui-multiselect {
    display: block;
    overflow: hidden;
    height: 38px;
    font-size: 14px;
    color: #565656;
    text-decoration: none!important;
    background: #FFF;
    border: 1px solid #E7E7E7;
}
.ui-selectmenu:hover {
    color: #AED136;
}
.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;
    box-sizing: border-box;
}
ul.ui-selectmenu-menu li.ui-corner-top {
    border-top: 1px solid #E7E7E7;
}
ul.ui-selectmenu-menu li a {
    display: block;
    color: #565656;
    text-decoration: none!important;
}
ul.ui-selectmenu-menu li a:hover {
    color: #AED136;
}
/* /MAIN */
/* BAR */

#bar {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 55px;
    padding-bottom: 4px;
    text-align: center;
    background: #F7F7F7;
    border-bottom: 1px solid #E7E7E7;
    box-shadow: 0px 5px 10px 0px #E7E7E7;
    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 100px 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;
    background: #FFF url(../img/ico/select.png) 15px 10px no-repeat;
    border-radius: 5px;
}
@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/loop.png) 0px center no-repeat;
}
#bar .search input.submit:hover {
    opacity: 0.7;
}
#bar .cart {
    float: right;
    height: 28px;
    margin: 9px 0px;
    padding: 5px 10px;
    background: #1960BF;
    border-bottom: 2px solid #0346a1;
    /* 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: #0346a1;
    border-radius: 15px;
}
#bar .cart a:hover {
    opacity: 0.7;
}
/* /BAR */
/* TOP */

#top {
    position: relative;
    overflow: hidden;
    height: 35px;
    background: #fff;
}
#top .wrapper {
    background: none;
}
#top #languages {
    float: left;
    margin-top: 8px;
}

#languages {
    float: left;
    margin-top: 28px;
    margin-left: 36px;
}

#languages ul {
    float: left;
}
#languages ul li {
    float: left;
    width: 26px;
    height: 19px;
    margin-right: 5px;
    padding: 2px;
}
#languages ul li a {
    display: block;
}
#languages ul li a img {
    width: 26px;
    height: 19px;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
#languages ul li a:hover {
    opacity: 0.7;
}
#languages ul li.lang_active {
    background: #B9D5FF;
}
#top #topLinks {
    float: right;
    height: 25px;
    margin: 5px 0px;
}
#topLinks ul {
    float: right;
    margin: 5px 0px 4px;
}
#topLinks ul li {
    float: left;
    margin-left: 15px;
}
#topLinks ul li a {
    display: block;
    padding-left: 20px;
    color: #4a4a4a;
    line-height: 16px;
    border-left: 1px solid #d9d9d9;
}

#topLinks ul li:first-child a {
    border-left: 0;
}

#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: #4a4a4a;
}
/* /TOP */
/* HEADER */

#header {} @media screen and (min-width: 1024px) {
    #header {
        background: #FFF;
    }
}
#h {
    margin: 10px 0px 0px;
}
@media screen and (min-width: 768px) {
    #h {
        margin: 15px 0px 0px;
    }
}
#h #logo {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    #h #logo {
        overflow: hidden;
        float: left;
        width: auto;
        height: 52px;
        margin-left: -5px;
    }
}
@media screen and (min-width: 1024px) {
    #h #logo {
        height: 70px;
        margin-left: 0px;
    }
}
#logo a {
    display: block;
}
#logo a img {
    max-width: 300px;
    height: auto;
}
@media screen and (min-width: 768px) {
    #logo a img {
        max-width: none;
        ;
        max-height: 52px;
    }
}
@media screen and (min-width: 1024px) {
    #logo a img {
        max-width: 415px;
        max-height: 70px;
    }
}
#logo a:hover {
    opacity: 0.7;
}
#h #search {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 45px;
    margin: 10px 0px;
}
@media screen and (min-width: 1024px) {
    #h #search {
        float: left;
        width: 40%;
        margin: 15px 10px 0px 50px;
    }
}

@media all and (max-width: 1024px) {
    #h > .fr {
        width: 100%;
        text-align: center;
    }
}

#search input.text {
    display: block;
    position: relative;
    width: 100%;
    height: 45px;
    padding: 0px 50px 0px 15px;
    background: #FFF;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    box-sizing: border-box;
    z-index: 1;
}
@media screen and (min-width: 1024px) {
    #search input.text {
        padding-left: 40px;
        /* background: #FFF url(../img/ico/select.png) 15px center no-repeat; */
    }
}
#search input.text::-webkit-input-placeholder {
    line-height: 20px;
}
#search input.text:-moz-placeholder {
    line-height: 44px;
}
#search input.text::-moz-placeholder {
    line-height: 44px;
}
#search input.text:-ms-input-placeholder {
    line-height: 44px;
}
#search input.submit {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 45px;
    height: 43px;
    background: url(../img/lupa.png) 0px 0px no-repeat;
    z-index: 2;
}
#h #tCart {
    display: inline-block;
    position: relative;
    float: right;
    margin: 0px 10px 0px 1px;
    padding: 9px 35px 9px 15px;
    background: #AED136;
    border-bottom: 2px solid #85B516;
    border-radius: 3px;
    vertical-align: top;
}
@media screen and (min-width: 768px) {
    #h #tCart {
        margin: 7px 0px 7px 5px;
    }
}
@media screen and (min-width: 1024px) {
    #h #tCart {
        margin: 15px 10px 0px 0px;
    }
}
#tCart a.img {
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url(../img/ico/cart.png) 0px 0px no-repeat;
}
#tCart a.img:hover {
    opacity: 0.7;
}
#tCart a.value,
#tCart a.quantity {
    font-size: 14px;
    color: #FFF;
    line-height: 18px;
}
#tCart a.value:hover,
#tCart a.quantity:hover {
    color: #3591D0;
}
#tCart a.value {} #tCart a.quantity {
    position: absolute;
    top: 12px;
    left: 39px;
    padding: 2px;
    padding-top: 0;
    background: #f51616;
    border-radius: 50%;
    width: 15px;
    height: 16px;
    text-align: center;
}


#h a.cartBtn {
    display: inline-block;
    /* float: left; */
    width: 145px;
    height: 36px;
    margin: 0px 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: 768px) {
    #h a.cartBtn {
        float: right;
        width: 165px;
        margin: 7px 0px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1024px) {
    #h a.cartBtn {
        display: none;
    }
}
#h a.cartBtn:hover {
    opacity: 0.7;
}
/* /HEADER */
/* MENU */

#menu {
    overflow: hidden;
}
@media screen and (min-width: 1024px) {
    #menu {
        height: 58px;
        background: url(../img/bg-grey.png) repeat-x;
        background-size: auto 100%;
        border-top: 1px solid #e5e5e5;
    }
}
#m {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
    #m {
        height: 58px;
        margin-bottom: 0px;
        width: 80%;
    }

    #tCart {
        float: right;
        width: 20%;
        height: 58px;
        position: relative;
        background: url(../img/bg-blue2.png) repeat-x;
        background-size: auto 100%;
    }
}

@media all and (max-width: 1024px) {
    #tCart {
        display: none;
    }
}

#tCart .count {
    float: left;
    height: 100%;
    width: 67px;
    background: url(../img/cart-icon.png) no-repeat;
}

#tCart .cart {
    float: left;
    height: 100%;
    padding-top: 12px;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 15px;
}

#tCart .more {
    float: right;
    width: 22px;
    height: 22px;
    background: url(../img/cart-more.png) no-repeat;
    margin-top: 18px;
    margin-right: 15px;
}

#m div.rsp {
    display: none;
    position: relative;
    margin-top: -5px;
    margin-bottom: 5px;
    background: #F7F7F7;
    border-bottom: 1px solid #D4D4D4;
}
@media screen and (min-width: 1024px) {
    #m div#mainMenu {
        display: inline-block!important;
        margin: 0px 0px 0px 0px;
        background: none;
        border-bottom: none;
    }
}
#m ul.menu {
    position: relative;
    float: left;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    #m ul.menu {
        display: table;
        height: 58px;
    }
}
/*              @media screen and (min-width: 1200px) {
                  
              #m ul.menu { table-layout: fixed;
              }    
                  
              }*/

#m ul.menu li {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #D4D4D4;
}
@media screen and (min-width: 1024px) {
    #m ul.menu li {
        display: table-cell;
        float: none;
        width: auto;
        height: 52px;
        padding: 3px 5px;
        border-bottom: none;
        vertical-align: middle;
        border-left: 1px solid #e5e5e5;
    }
    #m ul.menu li:hover {
        padding: 0px 5px;
    }
}
#m ul.menu li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #3A3A3A;
    line-height: 21px;
}
@media screen and (min-width: 1024px) {
    #m ul.menu li a {
        display: block;
        width: 100%;
        height: 52px;
        padding: 0px 0px;
        text-transform: uppercase;
        line-height: 52px;
        font-style: italic;
    }
}
#m ul.menu li.current a,
#m ul.menu li a:hover {
    color: #FFF;
    background: #8A8A8A;
}
@media screen and (min-width: 1024px) {
    #m ul.menu li a:hover {
        color: #3A3A3A;
        background: none;
    }
}
#m ul.menu li ul {
    display: none;
}
/* /MENU */
/* BREADCRUMBS */

#breadcrumbs {
    display: none;
    padding: 20px 0px 10px;
    padding-bottom: 0;
    background: #FFF;
    /* border-bottom: 1px solid #D4D4D4; */
}
@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; */
}
#br ul li.hp {
    /* padding-left: 20px; */
    /* background: url(../img/ico/bcr.png) 0px 0px no-repeat; */
}
#br ul li a,
#br ul li span {
    display: block;
    font-size: 13px;
    color: #9E9E9E;
    line-height: 15px;
}
#br ul li a:hover {
    color: #AED136;
}
#br ul li.last span {
    /* font-weight: bold; */
}
/* /BREADCRUMBS */
/* CONTENT */


#content {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
@media screen and (min-width: 1024px) {
    #content {
        padding-bottom: 10px;
        background: #fff;
    }
}
#mc {
    margin: 20px 0px;
}
#mc #ls,
#mc #ms {
    position: relative;
}

#div_id_main_page #mc #ls,
#div_id_article_sys_1 #mc #ls {
  display: none;
}

#div_id_main_page #mc #ms,
#div_id_article_sys_1 #mc #ms {
  width: 100%;
}

#mc #ls {
    display: none;
    float: left;
}
@media screen and (min-width: 1024px) {
    #mc #ls {
        display: block;
        width: 285px;
    }
}
#mc #ms {
    /*float: right;*/
    float:left;
}
@media screen and (min-width: 1200px) {
    #mc #ms {
        width: 900px;
    }
}
#mc .placeholder {
    display: block;
    position: relative;
}

.placeholder h1.header span {
    color: #1255ba;
}

@media screen and (min-width: 1024px) {
    #mc .placeholder {
        width: 679px;
        padding: 20px 10px;
        padding-bottom: 0;
        background: #FFF;
        /* border: 3px solid #E7E7E7; */
        /* border-radius: 3px; */
        /* box-shadow: 0px 1px 6px 0px #E7E7E7; */
    }
    #mc .placeholder.full {
        width: 100%;
        box-sizing: border-box;
    }
}
@media screen and (min-width: 1200px) {
    #mc .placeholder {
        width: 879px;
    }
    #mc .placeholder.full {
        width: 100%;
    }
}
/* /CONTENT */


.footer_contact {
    clear: both;
    height: 150px;
    background: url(../img/bg-grey2.jpg) repeat-x;
    background-size: auto 100%;
    border-top: 1px solid #cccccc;
    margin-top: 100px;
    float: left;
    width: 100%;
}

@media all and (max-width: 1024px) {
    .footer_contact {
        display: none;
    }
}

.footer_contact .wrapper {
    padding-top: 45px;
    color: #555555;
    clear: both;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

.footer_contact .wrapper a {
    color: #18579e;
}

.footer_contact .wrapper a:hover {
    opacity: 0.8;
}

.footer_contact .wrapper .fl p {
    font-size: 18px;
    font-weight: 400;
}

.footer_contact .wrapper .fl p:first-child {
    font-size: 22px;
    font-weight: 400;
}

.footer_contact .wrapper .fr {
    font-size: 22px;
    text-align: right;
}

.footer_contact .wrapper:before {
    position: absolute;
    content: "";
    right: 297px;
    bottom: 0;
    width: 267px;
    height: 240px;
    background: url(../img/footer-contact.jpg) no-repeat;
}

.newsletter {
    height: 110px;
    clear: both;
    width: 100%;
    background: #3070ae;
    box-sizing: border-box;
    width: 240%;
    position: relative;
    left: -50%;
    padding-left: 50%;
    margin-bottom: 60px;
}

.newsletter:before {
    height: 110px;
    content: "";
    background: #3070ae;
    width: 100%;
}

@media all and (max-width: 1024px) {
    .newsletter {
        display: none;
    }

    .newsletter:before {
        display: none;
    }
}

.newsletter .wrapper {
    margin-top: 32px;
    color: #fff;
}

.newsletter .fl {
    padding-left: 60px;
    background: url(../img/mail.png) no-repeat;
    background-position: left center;
}

.newsletter h4 {
    font-size: 22px;
}

.newsletter p {
    font-size: 16px;
    color: #c1d4e7;
}

.newsletter input[type="text"] {
    border: 0;
    border-radius: 4px 0 0 4px;
}

.newsletter input[type="text"]:focus {
    border: 0;
}

.newsletter input[type="submit"] {
    background: #3d3d3d;
    font-family: 'Source Sans Pro';
    height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0 15px;
    margin-left: -4px;
    border-radius: 0 4px 4px 0;
}

/* FOOTER */

#footer {
    position: relative;
    padding: 20px 0px;
    text-align: center;
    background: #343434;
}
@media screen and (min-width: 1024px) {
    #footer {
        padding: 40px 0px;
    }
}
#footer .wrapper {
    background: #343434;
}
#f {
    position: relative;
}
#f #topLink {
    display: none;
    position: absolute;
    top: -60px;
    left: 455px;
    width: 90px;
    height: 20px;
    background: url(../img/ico/top_link.png) 0px 0px no-repeat;
}
@media screen and (min-width: 1024px) {
    #f #topLink {
        display: inline-block;
    }
}
@media screen and (min-width: 1200px) {
    #f #topLink {
        left: 555px;
    }
}
#f #topLink:hover {
    opacity: 0.7;
}
#f .box {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
#f .box h4 {
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    text-align: left;
    line-height: 20px;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    #f .box h4 {
        margin-bottom: 10px;
        font-size: 22px;
        padding-bottom: 10px;
        border-bottom: 1px solid #5d5d5d;
    }
}

#f .box.contact {
    float: right;
    color: #c7c7c7;
}

@media all and (max-width: 1024px) {
    #f .box.contact {
        width: 100%;
        text-align: center;
    }

    #f .box.contact h4 {
        text-align: center;
    }
}

#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: 13px;
    color: #B4B4B4;
    line-height: 15px;
}
#f ul.menu li a:hover {
    color: #FFF;
}
#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 60px 0px 0px;
    }
}
#f .links {
    display: none;
    float: right;
    width: 200px;
    margin-right:300px;
}
@media screen and (min-width: 1024px) {
    #f .links {
        display: block;
    }
}
@media screen and (min-width: 1200px) {
    #f .links {
        margin: 0px 50px;
        margin-right:180px;
    }
}
#f .data {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    #f .data {
        width: auto;
        min-width: 55%;
        max-width: 70%;
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 1024px) {
    #f .data {
        width: 255px;
        min-width: 255px;
        max-width: 255px;
    }
}
#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: 768px) {
    #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: 768px) {
    #f .social {
        float: right;
        margin-top: 10px;
    }
}
@media screen and (min-width: 1024px) {
    #f .social {
        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 {} #c .cstore {
    display: inline-block;
    font-size: 13px;
    color: #B4B4B4;
    line-height: 16px;
    vertical-align: top;
}
@media screen and (min-width: 1024px) {
    #c .cstore {
        padding-top: 10px;
        padding-right: 50px;
    }
}
#c .cstore a {
    float: left;
    margin-right: 5px;
    padding-right: 55px;
    color: #B4B4B4;
    line-height: 16px;
    background: url(../img/ico/cstore.png) 100% 1px no-repeat;
}
#c .cstore a:hover {
    color: #AED136;
}
/* /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 {
    display: none;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    background: #FFF;
    border-bottom: 1px solid #D4D4D4;
}
/* #div_id_main_page #slider {
    display: block;
} */

.front {
  background: #fff;
  border-bottom: 1px solid #d5d5d5;
}

@media screen and (min-width: 768px) {
    #slider {
        min-height: 200px;
        display: block;
    }
}
@media screen and (min-width: 1024px) {
    #slider {}
}
@media screen and (min-width: 1200px) {
    #slider {
        max-height: 400px;
    }
}
#slider ul {
    position: relative;
    float: left;
    width: 100%!important;
}
@media screen and (min-width: 768px) {
    #slider ul {}
}
@media screen and (min-width: 1024px) {
    #slider ul {}
}
@media screen and (min-width: 1200px) {
    #slider ul {}
}
#slider ul li {
    width: 100%!important;
}
@media screen and (max-width: 1023px) {
    #slider ul li {
        height: 100%!important;
    }
}
@media screen and (min-width: 768px) {
    #slider ul li {}
}
#slider ul li .in {
    display: table;
    float: left;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    #slider ul li {
        text-align: center;
    }
    /*                    #slider ul li .in { display: table;
                                        float: left;
                                        width: 100%;
                    }*/
}
@media screen and (min-width: 1200px) {
    #slider ul li {
        text-align: center;
    }
}
#slider ul li a {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
@media screen and (min-width: 1024px) {
    /*                      #slider ul li a,
                      #slider ul li a span { display: table-cell;
                                             width: 100%;
                                             height: 100%;
                                             text-align: center;
                                             vertical-align: middle;
                      }*/
}
#slider ul li img {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    #slider ul li img {}
}
@media screen and (min-width: 1024px) {
    #slider ul li img {}
}
@media screen and (min-width: 1200px) {
    #slider ul li img {
        width: auto!important;
        max-height: 400px;
    }
}
#slider ul li .description {
    display: none;
}
#slider #sliderNavigation {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    #slider #sliderNavigation {}
}
@media screen and (min-width: 1024px) {
    #slider #sliderNavigation {}
}
@media screen and (min-width: 1200px) {
    #slider #sliderNavigation {}
}
#slider a.nav {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 52px;
    margin-top: -31px;
    z-index: 200;
}
@media screen and (min-width: 768px) {
    #slider a.nav {}
}
@media screen and (min-width: 1024px) {
    #slider a.nav {
        width: 53px;
        height: 101px;
        margin-top: -50px
    }
}
@media screen and (min-width: 1200px) {
    #slider a.nav {}
}
#slider a#prevSlide {
    left: 5%;
    background: url(../img/ico/slide_nav_np.png) 0px 0px no-repeat;
    background-size: 59px 100%;
}
@media screen and (min-width: 1024px) {
    #slider a#prevSlide {
        background-size: auto auto;
    }
}
#slider a#nextSlide {
    right: 5%;
    background: url(../img/ico/slide_nav_np.png) 100% 0px no-repeat;
    background-size: 59px 100%;
}
@media screen and (min-width: 1024px) {
    #slider a#nextSlide {
        background-size: auto auto;
    }
}
#slider a.nav:hover {
    opacity: 0.7;
}
#slider #sliderPager {
    display: none;
    position: absolute;
    bottom: 15px;
    width: 100%;
    height: 28px;
    margin: 0px auto;
    z-index: 100;
}
@media screen and (min-width: 768px) {
    #slider #sliderPager {
        display: block;
    }
}
@media screen and (min-width: 1024px) {
    #slider #sliderPager {}
}
#slider #sliderPager a {
    display: inline-block;
    width: 24px;
    height: 25px;
    margin: 0px 5px;
    text-indent: -20000px;
    background: url(../img/ico/slide_nav.png) 0px 0px no-repeat;
}
#slider #sliderPager a.activeSlide {
    background-position: 0px -25px;
}
#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;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 10px 0px;
    background: #FFF;
    border: 1px solid #d5d5d5;
    /* border-radius: 3px; */
    /* box-shadow: 0px 1px 6px 0px #E7E7E7; */
}
.menuBox h4 {
    display: block;
    width: 100%;
    height: 31px;
    /* padding-left: 39px; */
    text-align: center;
    background: url(../img/ico/headers.png) 10px -45px no-repeat;
}
.menuBox h4 span,
.menuBox h4 a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #565656;
    /* line-height: 50px; */
    /* border-bottom: 2px solid #E7E7E7; */
}
.menuBox .in {
    float: left;
    width: 259px;
    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: #AED136;
}
.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;
    font-size: 16px;
    font-weight: bold;
    color: #565656;
    line-height: 20px;
}
.menuBox ul.boxcarousel li .name a:hover {
    color: #AED136;
}
.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 .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.main {
    line-height: 50px;
}
.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;
}
/* CATEGORIES */

.menuBox_Categories {
    width: 285px;
    padding: 0px;
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.menuBox_Categories h4 {
    width: 100%;
    height: 50px;
    /* margin-bottom: 25px; */
    /* padding-left: 40px; */
    text-align: center;
    background: #18579e;
}
.menuBox_Categories h4 span {
    /* padding-bottom: 5px; */
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    /* border-bottom: 2px solid #565656; */
}
.menuBox_Categories .in {
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
    text-align: center;
    background: #FFF;
    border: 1px solid #d5d5d5;
    /* border-radius: 5px; */
    /* box-shadow: 0px 1px 6px 0px #E7E7E7; */
}
.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: #565656;
    transition: none;
}
.menuBox_Categories ul li a.main-cat {
    min-height: 22px;
    padding: 11px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    background: #FFF;
    border-bottom: 1px solid #E7E7E7;
    transition: none;
}
.menuBox_Categories ul li a.main-cat.current,
.menuBox_Categories ul li a.main-cat:hover {
    color: #18579e;
    background: #F7F7F7;
    transition: none;
}
.menuBox_Categories ul li a.main-cat.current {
    background: #f7f7f7;
}
.menuBox_Categories ul li ul {
    padding: 10px 15px 0px;
    background: #FFF url(../img/category.png) 0px 0px repeat-y;
    border-bottom: 1px solid #E7E7E7;
}
.menuBox_Categories ul li ul li {
    margin-bottom: 10px;
}
.menuBox_Categories ul li ul li a {
    padding-left: 15px;
    font-size: 14px;
    line-height: 18px;
    background: url(../img/ico/arr.png) 0px 7px no-repeat;
}
.menuBox_Categories ul li ul li a.current {
    font-weight: bold;
}
.menuBox_Categories ul li ul li a.current,
.menuBox_Categories ul li ul li a:hover {
    color: #1C170C;
    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;
}
.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: #AED136;
}
/* 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: 15px;
    font-weight: bold;
    color: #565656;
    text-transform: uppercase;
    line-height: 20px;
}
.menuBox_Recenzje .in ul.opinions li .name a:hover {
    color: #AED136;
}
.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: #AED136;
    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: #AED136;
}
.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: #AED136;
    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: #AED136;
}
.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: #AED136;
}
/* /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%;
}
.menuBox_Filtrowanie .filters_price,
.menuBox_Filtrowanie .filter_option {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px 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: 18px;
    font-weight: bold;
    color: #565656;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #E7E7E7;
    cursor: pointer;
}
.menuBox_Filtrowanie .label:hover {
    color: #AED136;
}
.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: bold;
    color: #949494;
    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: 25px;
    margin: 0px auto 20px;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    line-height: 25px;
    background: #1960BF;
    /* border-radius: 5px; */
    /* -moz-border-radius: 5px; */
    /* -webkit-border-radius: 5px; */
}
.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;
}
.productsOptions {
    display: block;
    clear: both;
    margin-bottom: 10px;
    padding: 25px 15px 15px;
    background: #f1f1f1;
    border: 1px solid #d4d4d4;
    /* border-radius: 5px; */
    /* box-shadow: 0px 2px 10px 0px #E7E7E7; */
}
.productsOptions .in {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.productsOptions .sort {
    display: block;
    clear: both;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
    .productsOptions .sort {
        float: left;
        width: 100%;
        height: 38px;
    }
}
@media screen and (min-width: 1024px) {
    .productsOptions .sort {
        width: auto;
    }
}
.productsOptions .sort div {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    vertical-align: top;
}
@media screen and (min-width: 768px) {
    .productsOptions .sort div {
        float: left;
        width: 50%;
    }
}
@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: #989999;
    line-height: 38px;
    vertical-align: top;
}
@media screen and (min-width: 768px) {
    .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: 768px) {
    .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: none;
    }
}
.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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .productsOptions .filters .in .option {
        width: 50%;
    }
}
@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: 768px) {
    .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: 768px) {
    .productsOptions .filters .in input {
        width: 246px;
    }
}
@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: 768px) {
    .productsOptions .filters .in input.small {
        width: 107px;
        margin-right: 10px;
    }
    .productsOptions .filters .in input.small:last-child {
        margin-right: 0px;
    }
}
@media screen and (min-width: 1024px) {
    .productsOptions .filters .in input.small {
        width: 38px;
    }
}
@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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .productsOptions .filters .in .buttons a.clean {
        margin-top: 13px;
    }
}
.productsOptions .filters .in .buttons a.clean:hover {
    color: #AED136;
}
.productsOptions .filters .in .buttons a.button {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .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: 768px) {
    .productsOptions ul {
        float: left;
        clear: none;
        max-width: 65%;
    }
}
@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: 768px) {
    .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: #AED136;
}
.pagination {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
@media screen and (min-width: 1200px) {
    .pagination {
        float: right;
        width: auto;
    }
}
.pagination a,
.pagination span {
    display: inline-block;
    overflow: hidden;
    margin: 0px 3px 5px;
    font-size: 11px;
    font-weight: bold;
    color: #5c5c5c;
    text-align: center;
    line-height: 18px;
    background: #FFF;
    vertical-align: top;
}
@media screen and (min-width: 768px) {
    .pagination a,
    .pagination span {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .pagination a,
    .pagination span {
        float: left;
        margin: 0px 0px 5px 5px;
    }
}
.pagination a.page,
.pagination span {
    width: 18px;
    height: 18px;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
}
@media screen and (min-width: 768px) {
    .pagination a.page,
    .pagination span {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
}
.pagination a.current,
.pagination a.page:hover {
    color: #FFF;
    background: #18579e;
}
.pagination a.prevPage,
.pagination a.nextPage {
    width: 9px;
    height: 9px;
    margin-top: 5px;
    text-indent: -20000px;
}
.pagination a.prevPage {
    background: url(../img/ico/quan.png) 0px 0px no-repeat;
}
.pagination a.nextPage {
    background: url(../img/ico/quan.png) 0px -9px no-repeat;
}
@media screen and (min-width: 768px) {
    .pagination a.prevPage,
    .pagination a.nextPage {
        width: auto;
        height: 36px;
        margin-top: 0px;
        padding: 0px 15px;
        text-indent: 0px;
        line-height: 36px;
        background: #FFF;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
        text-transform: lowercase;
    }
}
.pagination a.prevPage:hover,
.pagination a.nextPage:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    .pagination a.prevPage:hover,
    .pagination a.nextPage:hover {
        color: #FFF;
        background: #444;
        opacity: 1;
    }
}
#lista_produktow h1.header {} #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;
    box-sizing: border-box;
    overflow: hidden;
    width: 277px;
    height: 268px;
    margin: 0px 5px 20px;
    padding: 15px 10px;
    background: #FFF url(../img/grey-bottom.jpg) repeat-x;
    background-position: bottom;
    vertical-align: top;
    border: 1px solid #d5d5d5;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
@media screen and (min-width: 1200px) {
    ul#categories li {
        float: left;
        margin: 0px 30px 20px 0px;
    }
    ul#categories li:nth-child(4n+4) {
        margin-right: 0px;
    }
}
ul#categories li .name {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    text-align: left;
}
ul#categories li .name a {
    display: block;
    padding: 0px 10px;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
}
ul#categories li .name a:hover {
    color: #AED136;
}
ul#categories li .image {
    display: table;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 135px;
    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: #AED136;
}

ul#categories li .showCategory {
    clear: both;
}

ul#categories li .showCategory a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 28px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    background: url(../img/bg-grey2.jpg) repeat-x;
    background-size: auto 100%;
    color: #828282;
}


.middle1 {
    clear: both;
    margin: 80px 0px;
    float: left;
    width: 100%;
}

.middle1 .header {
    display: none;
}

ul.productsList {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
ul.productsList li {
    position: relative;
    display: block;
    clear: both;
    height: 410px;
    margin: 0px 0px 20px;
    text-align: left;
    background: #FFF;
    border: 1px solid #d5d5d5;
    outline: 1px solid #f2f2f2;
}
@media screen and (min-width: 768px) {
    ul.productsList li {
        display: inline-block;
        clear: none;
        height: 235px;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1024px) {
    ul.productsList li {
        width: 315px;
        height: 350px;
        margin-right: 20px;
        margin-bottom: 20px;
        /* margin: 0px 25px 20px; */
        vertical-align: top;
    }

    ul.productsList li:nth-child(2n+2) {
        margin-right: 0px;
    }
}
@media screen and (min-width: 1200px) {
    ul.productsList li {
        float: left;
        width: 279px;
        /* margin: 0px 4px 10px 0px; */
    }

    ul.productsList li:nth-child(2n) {
        margin-right: 18px;
    }
    
    #div_id_main_page ul.productsList li {
        width: 275px;
    }

    #div_id_main_page ul.productsList li:nth-child(4n+3) {
        margin-right: 30px;
    }

    #div_id_main_page ul.productsList li:nth-child(4n+4) {
        margin-right: 0;
    }
}
ul.productsList li .content {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
@media screen and (min-width: 768px) {
    ul.productsList li .content {
        height: 165px;
        padding: 15px 0px;
    }
}
@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: hidden;
    float: left;
    width: 100%;
    height: 220px;
    margin: 65px 0px 10px;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    ul.productsList li .image {
        width: 25%;
        height: 145px;
        margin: 0px;
    }
}
@media screen and (min-width: 1024px) {
    ul.productsList li .image {
        width: 100%;
        height: 220px;
        margin: 65px 0px 10px;
        margin-top: 0;
    }
}
ul.productsList li .image a {} ul.productsList li .image a img {
    max-width: 100%;
    max-height: 220px;
}
@media screen and (min-width: 768px) {
    ul.productsList li .image a img {
        max-height: 145px;
    }
}
@media screen and (min-width: 1024px) {
    ul.productsList li .image a img {
        max-height: 220px;
    }
}
ul.productsList li .name.new,
ul.productsList li .name.promo {
    width: 100%;
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    box-sizing: border-box;
}
ul.productsList li .name {
    position: absolute;
    top: 15px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 40px;
    text-align: center;
    z-index: 6;
}
@media screen and (min-width: 768px) {
    ul.productsList li .name {
        position: relative;
        top: auto;
        left: auto;
        float: left;
        width: 71%;
        height: auto;
        max-height: 40px;
        margin: 0px 2% 10px;
        text-align: left;
    }
}
@media screen and (min-width: 1024px) {
    ul.productsList li .name {
        /* position: absolute; */
        /* top: 15px; */
        /* left: 0px; */
        width: 71%;
        width: 100%;
        height: 40px;
        margin: 0px;
        text-align: left;
    }
}
ul.productsList li .name a {
    display: block;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 20px
}
@media screen and (min-width: 768px) {
    ul.productsList li .name a {
        padding: 0px;
    }
}
@media screen and (min-width: 1024px) {
    ul.productsList li .name a {
        padding: 0px 10px;
    }
}
ul.productsList li .name a:hover {
    color: #AED136;
}
ul.productsList li .manufacturer {
    display: none;
    overflow: hidden;
    float: left;
    height: 20px;
    margin-left: 2%;
}
@media screen and (min-width: 768px) {
    ul.productsList li .manufacturer {
        display: block;
    }
}
@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: #AED136;
}
ul.productsList li .prices {
    overflow: hidden;
    width: 100%;
    /* height: 40px; */
    font-weight: 600;
    margin: 0px 0 5px;
    padding-left: 10px;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    ul.productsList li .prices {
        float: right;
        width: auto;
        /* height: 40px; */
        margin: 0px 0 5px;
    }
}
@media screen and (min-width: 1024px) {
    ul.productsList li .prices {
        width: 100%;
        /* height: 40px; */
        margin: 0px 0 5px;
    }
}
ul.productsList li .prices .price {
    display: inline-block;
    vertical-align: top;
}
@media screen and (min-width: 768px) {
    ul.productsList li .prices .price {
        float: left;
    }
}
ul.productsList li .prices .promo {
    float: left;
    /* height: 40px; */
}
@media screen and (min-width: 768px) {
    ul.productsList li .prices .promo {
        margin-right: 5px;
    }
}
ul.productsList li .prices .promo span {
    display: inline-block;
    color: #18579e;
    text-align: left
}
ul.productsList li .prices .promo .label {
    font-size: 14px;
    line-height: 14px;
}
ul.productsList li .prices .promo .value {
    font-size: 14px;
    text-decoration: line-through;
    line-height: 28px;
}
ul.productsList li .prices .main {
    /* float: right; */
    /* height: 40px; */
}
@media screen and (min-width: 768px) {
    ul.productsList li .prices .main {
        /* height: 30px; */
    }
}
ul.productsList li .prices .main span {
    display: inline-block;
}
ul.productsList li .prices .main .label {
    line-height: 12px;
    font-size: 14px;
    color: #18579e;
}
ul.productsList li .prices .main .value {
    font-size: 14px;
    font-weight: 600;
    color: #18579e;
    line-height: 28px;
}

ul.productsList li .prices .main.promox .value {
  color: #e43131;
}

@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 {
    padding-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    margin-top: 2px;
}
@media screen and (min-width: 768px) {
    ul.productsList li .about {
        margin-top: 0px;
    }
}
ul.productsList li .about .more {
    display: none;
    float: left;
    height: 20px;
    margin: 20px 0px 20px 10px;
    color: #A6A6A6;
    line-height: 20px;
}
@media screen and (min-width: 768px) {
    ul.productsList li .about .more {
        float: right;
        height: 40px;
        margin: 8px 10px 9px 0px;
        padding: 0px 50px;
        font-size: 14px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        line-height: 42px;
        background: #8A8A8A url(../img/ico/label.png) 90% 10px no-repeat;
        border-bottom: 2px solid #5B5B5B;
        border-radius: 5px;
    }
}
@media screen and (min-width: 1024px) {
    ul.productsList li .about .more {
        float: left;
        height: 20px;
        margin: 20px 0px 20px 10px;
        padding: 0px 0px;
        font-size: 12px;
        font-weight: 500;
        color: #A6A6A6;
        text-transform: none;
        line-height: 20px;
        background: none;
        border-bottom: none;
        border-radius: 0px;
    }
}
ul.productsList li .about .more:hover {
    color: #AED136;
}
@media screen and (min-width: 768px) {
    ul.productsList li .about .more:hover {
        color: #FFF;
        opacity: 0.7;
    }
}
@media screen and (min-width: 768px) {
    ul.productsList li .about .more:hover {
        color: #AED136;
        opacity: 1;
    }
}
ul.productsList li .about .buy {
    /* float: right; */
    width: 100%;
    height: 40px;
}
@media screen and (min-width: 768px) {
    ul.productsList li .about .buy {
        width: auto;
        height: 42px;
        /* margin-top: 20px; */
    }
}
@media screen and (min-width: 1024px) {
    ul.productsList li .about .buy {
        width: 100%;
        height: 40px;
        margin-top: 10px;;
    }
}
ul.productsList li .about .buy a {
    display: inline-block;
    height: 35px;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #656565;
    line-height: 35px;
    background: url(../img/bg-grey2.jpg) repeat-x;
    border-radius: 5px;
    padding-left: 40px;
    position: relative;
    border: 1px solid #d5d5d5;
}

ul.productsList li .about .buy a:before {
    position: absolute;
    content: "";
    left: 0;
    background: url(../img/addcart.jpg) no-repeat;
    width: 35px;
    height: 35px;
}

@media screen and (min-width: 768px) {
    ul.productsList li .about .buy a {
        padding: 0px 10px;
        padding-left: 40px;
        font-size: 12px;
        font-weight: 600;
        color: #656565;
        text-transform: uppercase;
        line-height: 35px;
        background: url(../img/bg-grey2.jpg) repeat-x;
    }
}
@media screen and (min-width: 1024px) {
    ul.productsList li .about .buy a {
        padding: 0px 10px;
        padding-left: 40px;
        font-size: 12px;
        font-weight: 600;
        color: #656565;
        text-transform: uppercase;
        line-height: 35px;
        background: url(../img/bg-grey2.jpg) repeat-x;
    }
}
ul.productsList li .about .buy a.abuy:hover {
    opacity: 0.8;
}
ul.productsList li .about .buy a.dbuy {
    opacity: 0.5;
    cursor: default;
}
ul.productsList li .about .quan {
    display: none;
    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: 60px;
    left: 0px;
    width: 40px;
    height: 122px;
    background: url(../img/products/labels.png) 0px 0px no-repeat;
    z-index: 5;
}
@media screen and (min-width: 768px) {
    ul.productsList li .delivery {
        top: 28px;
    }
}
@media screen and (min-width: 1024px) {
    ul.productsList li .delivery {
        top: 60px;
    }
}
ul.productsList li .bestseller,
ul.productsList li .promotion,
ul.productsList li .new_product {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 98px;
    height: 28px;
    z-index: 5;
}

@media all and (max-width: 768px) {
    ul.productsList li .bestseller,
    ul.productsList li .promotion,
    ul.productsList li .new_product {
        top: 75px;
    }
}

ul.products_list li .bestseller,
ul.products_list li .new_product,
ul.products_list li .promotion {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 98px;
    height: 28px;
    z-index: 5;
}

ul.productsList li .bestseller,
ul.products_list li .bestseller {
    background: url(../img/bestseller.png) no-repeat;
}
ul.productsList li .new_product,
ul.products_list li .new_product {
    background: url(../img/new.png) no-repeat;
}
ul.productsList li .promotion,
ul.products_list li .promotion {
    background: url(../img/promocja.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;
    border: 3px solid #E7E7E7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
@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: #AED136;
}
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: #AED136;
}
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: #AED136;
}
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: #AED136;
}
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: 42px;
    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: #AED136;
}
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: #AED136 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;
    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;
}
@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: #AED136;
}
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;
}
/* /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: 974px;
    }
}
@media screen and (min-width: 1200px) {
    #strona_produktu #product {
        width: 1174px;
    }
}
#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;
}
@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;
        margin-left: 0;
    }
}
#product .images .image {
    display: table;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 400px;
    border: 1px solid #d9d9d9;
}
@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 {
    position: relative;
}

#product .images .show {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#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: 200px;
    }
}
#product .images .bestseller,
#product .images .new_product,
#product .images .promotion {
    position: absolute;
    top: 0;
    right: 0;
    width: 71px;
    height: 71px;
    z-index: 5;
}

#product .images .promotion {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 91px;
    height: 91px;
    z-index: 5;
}

#product .images .new_product {
    background: url(../img/products/labels.png) -78px 0px no-repeat;
}
#product .images .promotion {
    background: url(../img/promocja2.png) no-repeat;
}
#product .images #thumbs {
    position: relative;
    float: left;
    width: 100%;
    height: 120px;
    margin-top: 10px;
}
#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: 250px;
    height: 120px;
    margin: 0px auto;
    vertical-align: top;
}
@media screen and (min-width: 768px) {
    #thumbs .jcarousel-container .jcarousel-clip {
        width: 380px;
    }
}
#thumbs ul {
    position: relative;
    float: left;
    height: 120px;
}
#thumbs ul li {
    display: table;
    position: relative;
    overflow: hidden;
    float: left;
    width: 108px;
    height: 108px;
    margin-right: 10px;
    padding: 5px;
    background: #FFF;
    border: 1px solid #E7E7E7;
    border-radius: 3px;
}
#thumbs ul li a {} #thumbs ul li a img {
    max-width: 108px;
    max-height: 106px;
}
#thumbs ul li a:hover {} #thumbs .jcarousel-prev,
#thumbs .jcarousel-next {
    position: absolute;
    top: 50px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    z-index: 10;
}
@media screen and (min-width: 1024px) {
    #thumbs .jcarousel-prev,
    #thumbs .jcarousel-next {
        width: 31px;
        height: 31px;
    }
}
@media screen and (min-width: 1200px) {
    #thumbs .jcarousel-prev,
    #thumbs .jcarousel-next {
        top: 50px;
    }
}
#thumbs .jcarousel-prev-disabled,
#thumbs .jcarousel-next-disabled {
    display: none!important;
}
#thumbs .jcarousel-prev {
    left: 10px;
    background: url(../img/ico/car_nav.png) 0px 0px no-repeat;
}
@media screen and (min-width: 768px) {
    #thumbs .jcarousel-prev {
        left: 130px;
    }
}
@media screen and (min-width: 1024px) {
    #thumbs .jcarousel-prev {
        left: -30px;
        background: url(../img/ico/navigation.png) 0px -31px no-repeat;
    }
}
@media screen and (min-width: 1200px) {
    #thumbs .jcarousel-prev {
        left: 0px;
    }
}
#thumbs .jcarousel-next {
    right: 10px;
    background: url(../img/ico/car_nav.png) 0px -19px no-repeat;
}
@media screen and (min-width: 768px) {
    #thumbs .jcarousel-next {
        right: 130px;
    }
}
@media screen and (min-width: 1024px) {
    #thumbs .jcarousel-next {
        right: -30px;
        background: url(../img/ico/navigation.png) 0px 0px no-repeat;
    }
}
@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: 485px;
        margin-right: 20px;
    }
}
@media screen and (min-width: 1200px) {
    #product .content {
        margin-right: 70px;
    }
}
#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: 36px;
    font-weight: 600;
    color: #18579e;
    line-height: 35px;
}
@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: 768px) {
    #product .content .mk {
        width: auto;
        margin-left: 30px;
    }
}
@media screen and (min-width: 1024px) {
    #product .content .mk {
        margin-top: 0px;
        margin-left: 0px;
    }
}
#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: right;
    height: 20px;
    margin-top: 1px;
}
@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: 100%;
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    #product .content .prices {
        width: auto;
        /* height: 36px; */
        margin-top: 0px;
        margin-right: 20px;
    }
}
@media screen and (min-width: 1024px) {
    #product .content .prices {
        width: 100%;
        margin-top: 15px;
        margin-right: 0px;
        padding-top: 5px;
        border-top: 1px solid #d9d9d9;
    }
}

#product .content .prices .catalog {
    float: left;
}

#product .content .prices .catalog span {
    display: block;
}

#product .content .prices .catalog span.label {
    color: #4a4a4a;
    font-size: 14px;
}

#product .content .prices .catalog span.value {
    font-size: 34px;
    font-weight: 600;
    color: #18579e;
}

#product .content .prices .price {
    display: inline-block;
    float: right;
    overflow: hidden;
    color: #949494;
    vertical-align: top;
}
@media screen and (min-width: 768px) {
    #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: 34px;
    font-weight: 600;
    color: #d83a3a;
    line-height: 36px;
}
#product .content .prices .n-price span.label {
    margin-top: 16px;
    margin-right: 5px;
    color: #4a4a4a;
    font-size: 14px;
}
#product .content .prices .p-price {} @media screen and (min-width: 768px) {
    #product .content .prices .p-price {
        margin-right: 10px;
        padding-right: 15px;
        border-right: 1px solid #d9d9d9;
    }
}
#product .content .prices .p-price span {
    display: inline-block;
    clear: both;
}
#product .content .prices .p-price span.label {
    font-size: 14px;
    line-height: 12px;
    color: #4a4a4a;
}
#product .content .prices .p-price span.value {
    font-size: 18px;
    text-decoration: line-through;
    line-height: 24px;
    font-weight: 600;
}

#product .content .prices .full {
    width: 55%;
    text-align: right;
    float: right;
    border: 0;
    padding: 0;
    margin: 0;
}

#product .content .prices .p-price.nodec span.value {
    text-decoration: none;
}

#product .content .properties {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0px 20px;
    padding: 20px 0px 15px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
@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 .content .properties .property.ilosc {
    margin-bottom: 40px;
}

#product .properties .property span {
    float: left;
    font-size: 14px;
    line-height: 19px;
}
#product .properties .property span.label {
    /* width: 80px; */
    margin-right: 10px;
    font-weight: 700;
    color: #4B4B4B;
    text-align: right;
}
#product .properties .property span.value {
    max-width: 70%;
    color: #6B6B6B;
    text-align: left;
}

#product .properties .property span.value img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

#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 #E7E7E7;
}
#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: 34px; */
    padding: 14px 0px;
    /* background: #AED136; */
    border-radius: 5px;
}
@media screen and (min-width: 1024px) {
    #product .content .buy-block {
        /* height: 35px; */
        margin-bottom: 15px;
        padding: 0px;
        background: none;
        border-radius: 0px;
    }
}
#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: inline-block;
    padding-left: 20px;
    font-size: 11px;
    color: #565656;
    line-height: 19px;
}
#product .buy-block .options a:hover {
    color: #AED136;
}
#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: 15px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    line-height: 35px;
    padding: 0;
margin: 0;
float: right;
float: right;
        width: 60px;
        height: 31px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 15px;
        padding-right: 0px;
        text-indent: -2000px;
}
/* @media screen and (min-width: 768px) {
    #product .content .buy-block .quan {
        margin-left: 15px;
        margin-right: 15px;
    }
} */
@media screen and (min-width: 1024px) {
    #product .content .buy-block .quan {
        float: right;
        width: 60px;
        height: 31px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 15px;
        padding-right: 0px;
        text-indent: -2000px;
    }
}

#product .content .pdesc {
    color: #444444;
    float: right;
    margin-top: 20px;
    margin-right: 35px;
    font-size: 15px;
}

#product .content .buy-block .quan a,
#product .content .buy-block .quan input {
    position: absolute;
}
#product .content .buy-block .quan a {
    top: 14px;
    width: 14px;
    height: 30px;
}
@media screen and (min-width: 1024px) {
    #product .content .buy-block .quan a {
        top: 15px;
    }
}
#product .content .buy-block .quan a:hover {
    opacity: 0.7;
}
#product .content .buy-block .quan a.down {
    left: -20px;
    background: url(../img/minus.png) no-repeat;
}
@media screen and (min-width: 1024px) {
    #product .content .buy-block .quan a.down {
        left: -20px;
        background: url(../img/minus.png) no-repeat;
    }
}
#product .content .buy-block .quan a.up {
    right: 0;
    background: url(../img/plus.png) no-repeat;
}
@media screen and (min-width: 1024px) {
    #product .content .buy-block .quan a.up {
        background: url(../img/plus.png) no-repeat;
    }
}
#product .content .buy-block .quan input {
    top: 0px;
    right: 9px;
    margin: 0px 5px;
    width: 40px;
    height: 55px;
    padding: 0px 5px;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 8px;
    color: #444444;
    font-size: 18px;
    font-style: normal;
}



@media screen and (min-width: 1024px) {
    #product .content .buy-block .quan input {
        width: 40px;
        height: 56px;
    }
}
#product .content .buy-block .buy {
    float: right;
    height: 35px;
}
@media screen and (min-width: 768px) {
    #product .content .buy-block .buy {
        margin-right: 15px;
    }
}
@media screen and (min-width: 1024px) {
    #product .content .buy-block .buy {
        margin-right: 0px;
    }
}
#product .content .buy-block .buy a {
    float: right;
    width: auto;
    padding-right: 20px;
    padding-left: 45px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-indent: 15px;
    border-radius: 0;
    text-transform: none;
    background: url(../img/addcartico.png) 8% center no-repeat, url(../img/bg-blue3.png) repeat-x;
}
#product .content .buy-block .buy a.abuy:hover {
    opacity: 0.8;
}
@media screen and (min-width: 1024px) {
    #product .content .buy-block .buy a.abuy:hover {
        opacity: 0.8;
    }
}
#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: 20px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #444444;
    line-height: 15px;
    background: url(../img/ico/opts.png) 0px 0px no-repeat;
}
#product .content .opts a:hover {
    color: #AED136;
}
#product .content .opts a.recommend {
    background-position: 0px 0px;
}
#product .content .opts a.question {
    background-position: 0px -18px;
}
#product .content .opts a.notify {
    background: url(../img/mailprod.png) 0px 0px no-repeat;
}
#product .content .opts a.negotiation {
    background-position: 0px -55px;
}
#product .content .opts a.print {
    background-position: 0px -35px;
}
#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 {
        width: 1170px;
    }
}
#product #tabs ul.tabs li {
    float: left;
    height: 55px;
    margin-left: 10px;
    background: #b5b5b5;
    border-top-left-radius: 7px;
    /* border-top-right-radius: 5px; */
}

#product #tabs ul.tabs li:first-child {
    margin-left: 1px;
}

#product #tabs ul.tabs li a {
    display: block;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    line-height: 55px;
}
@media screen and (min-width: 1200px) {
    #product #tabs ul.tabs li a {
        padding: 0px 50px;
    }
}
#product #tabs ul.tabs li.ui-tabs-selected,
#product #tabs ul.tabs li:hover {
    background: #1659bb;
}
#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;
}
@media screen and (min-width: 1024px) {
    #product #tabs .tab {
        width: 954px;
        padding: 20px 15px;
        border: 1px solid #d9d9d9;
    }
}
@media screen and (min-width: 1024px) {
    #product #tabs .tab {
        width: 1154px;
    }
}
#product #tabs #desc {
    font-size: 13px;
    color: #686868;
    text-align: left;
    line-height: 22px;
}
#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: 15px;
}
#com .comment .author {
    float: left;
    color: #AED136;
    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: #AED136;
}
#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: 768px) {
    #video iframe {
        width: 600px;
        height: 400px;
        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: #AED136;
}
#groups,
#buyalso {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
}
@media screen and (min-width: 1024px) {
    #groups,
    #buyalso {
        display: block;
    }
}
#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 1px 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;
    padding: 0;
    /* box-shadow: 0px 2px 10px 0px #E7E7E7; */
}
@media screen and (min-width: 1024px) {
    #ms #shopcart {
        width: 100%;
        padding: 0;
    }
}
@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; */
    border: 1px solid #d9d9d9;
    border-top: 0;
}

@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; */
    border-top: 1px solid #d9d9d9;
}
@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: 768px) {
    ul.shopcart li.item .image {
        text-align: center;
    }
}
@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;
    }
    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 {
        max-width: 133px;
        max-height: 133px;
    }
}
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: 768px) {
    ul.shopcart li.item .content {
        width: 50%;
        height: 140px;
        margin: 0px 5%;
    }
}
@media screen and (min-width: 1024px) {
    ul.shopcart li.item .content {
        width: 540px;
        height: 119px;
        margin: 0px 0px 0px 0px;
        padding: 15px 10px 15px 0px;
        /* border-bottom: 1px solid #CCC; */
        padding-top: 40px;
        box-sizing: border-box;
    }
    ul.shopcart li.item.first .content {
        /* border-top: 1px solid #CCC; */
    }
}
@media screen and (min-width: 1200px) {
    ul.shopcart li.item .content {
        width: 750px;
    }
}
ul.shopcart li.item .content .name {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    ul.shopcart li.item .content .name {
        max-height: 40px;
    }
}
ul.shopcart li.item .content .name a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1255ba;
    line-height: 20px;
}
ul.shopcart li.item .content .name a:hover {
    color: #AED136;
}
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: #444444;
    line-height: 15px;
    vertical-align: top;
}
ul.shopcart li.item .content .disc span.label {
    margin-right: 5px;
    font-size: 12px;
}
ul.shopcart li.item .content .disc span.value {
    font-size: 12px;
}
ul.shopcart li.item .content .disc div.disc_pre {
    margin-bottom: 5px;
}
ul.shopcart li.item .content .quan {
    position: relative;
    overflow: hidden;
    height: 31px;
}
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 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: 21px;
    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; */
}

ul.shopcart li.item .quan {
    position: relative;
    float: left;
    width: 80px;
    height: 57px;
    text-indent: -2000px;
    margin-top: 50px;
}

@media all and (max-width: 768px) {
    ul.shopcart li.item .quan {
        margin-left: 44%;
    }
}

@media screen and (min-width: 768px) {
    ul.shopcart li.item .quan {
        /* margin-left: 15px;
        margin-right: 15px; */
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    ul.shopcart li.item .quan {
        margin-top: 40px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 1024px) {
    ul.shopcart li.item .quan {
        float: left;
        width: 80px;
        height: 57px;
        text-indent: -2000px;
        margin-top: 50px;
    }
}
ul.shopcart li.item .quan a,
ul.shopcart li.item .quan input {
    position: absolute;
}
ul.shopcart li.item .quan a {
    top: 14px;
    width: 14px;
    height: 30px;
}
@media screen and (min-width: 1024px) {
    ul.shopcart li.item .quan a {
        top: 15px;
    }
}
ul.shopcart li.item .quan a:hover {
    opacity: 0.7;
}
ul.shopcart li.item .quan a.down {
    left: 0;
    background: url(../img/minus.png) no-repeat;
}
@media screen and (min-width: 1024px) {
    ul.shopcart li.item .quan a.down {
        left: 0;
        background: url(../img/minus.png) no-repeat;
    }
}
ul.shopcart li.item .quan a.up {
    right: 0;
    background: url(../img/plus.png) no-repeat;
}
@media screen and (min-width: 1024px) {
    ul.shopcart li.item .quan a.up {
        background: url(../img/plus.png) no-repeat;
    }
}
ul.shopcart li.item .quan input {
    top: 0px;
    right: 9px;
    margin: 0px 5px;
    width: 40px;
    height: 56px;
    padding: 0px 5px;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 8px;
    color: #444444;
    font-size: 18px;
    font-style: normal;
}



@media screen and (min-width: 1024px) {
    ul.shopcart li.item .quan input {
        width: 40px;
        height: 56px;
    }
}



@media screen and (min-width: 768px) {
    ul.shopcart li.item .opts {
        width: 21%;
        height: 110px;
        /* margin-right: 5%; */
        padding: 15px 2%;
    }
}
@media screen and (min-width: 1024px) {
    ul.shopcart li.item .opts {
        width: 185px;
        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: 768px) {
    ul.shopcart li.item .opts .remove {
        position: absolute;
        top: 65px;
        right: 10px;
    }
}
@media screen and (min-width: 1024px) {
    ul.shopcart li.item .opts .remove {
        right: 5px;
    }
}
ul.shopcart li.item .opts .remove a {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0px auto;
    background: url(../img/delete.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: 768px) {
    ul.shopcart li.item .opts .prices {
        position: absolute;
        right: 20px;
        bottom: 50px;
        width: auto;
    }
}
@media screen and (min-width: 768px) {
    ul.shopcart li.item .opts .prices {
        right: 45px;
    }
}
ul.shopcart li.item .opts .prices .price {
    position: relative;
    float: right;
    clear: both;
    width: 100%;
}
@media screen and (min-width: 768px) {
    ul.shopcart li.item .opts .prices .price {
        width: auto;
    }
}
ul.shopcart li.item .opts .prices .netto {
    margin-bottom: 5px;
    color: #707070;
    font-size: 12px;
    font-weight: 600;
}
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: 24px;
    color: #1255ba;
    font-weight: 600;
    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: 100%;
        /* margin-left: 17px; */
    }
}
@media screen and (min-width: 1200px) {
    ul.shopcart li.others {
        width: 100%;
        /* 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;
}
ul.shopcart li.summary {
    margin-top: 30px;
    padding: 10px 0px;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    ul.shopcart li.summary {
        padding: 0px 0px;
    }
}
@media screen and (min-width: 1024px) {
    ul.shopcart li.summary {
        width: 100%;
        /* margin-left: 17px; */
    }
}
@media screen and (min-width: 1200px) {
    ul.shopcart li.summary {
        width: 100%;
    }
}
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;
    display: none;
}
@media screen and (min-width: 768px) {
    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: 768px) {
    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: 768px) {
    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: 768px) {
    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: 768px) {
    ul.shopcart li.summary .summary {
        float: right;
    }
}
ul.shopcart li.summary .summary div {
    float: left;
    width: 100%;
}
@media screen and (min-width: 768px) {
    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: 768px) {
    ul.shopcart li.summary .summary div span {
        text-align: right;
    }
}
ul.shopcart li.summary .summary div span.label {
    /* margin-right: 14px; */
    font-weight: 600;
    color: #1255ba;
    font-size: 24px;
}
ul.shopcart li.summary .summary div span.value {font-size: 24px;font-weight: 600;color: #1255ba;} @media screen and (min-width: 768px) {
    ul.shopcart li.summary .summary div span.value {
        /* width: 120px; */
        padding: 4px 15px;
        /* background: #EEE; */
        /* border-bottom: 1px solid #CCC; */
    }
}
@media screen and (min-width: 1024px) {
    ul.shopcart li.summary .summary div span.value {
        /* width: 140px; */
    }
}
ul.shopcart li.summary .summary div.deliv {
    display: none;
} 

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: 768px) {
    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: 24px;
}
ul.shopcart li.summary .summary div.total span.value {
    font-size: 24px;
    /* color: #EE1515; */
}
@media screen and (min-width: 768px) {
    ul.shopcart li.summary .summary div.total span.value {
        padding-top: 5px;
    }
}
#shopcart h2.header.step {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
@media screen and (min-width: 1024px) {
    #shopcart h2.header.step {
        float: left;
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    #shopcart h2.header.step {
        width: 100%;
    }
}
#shopcart h2.header.step span {
    padding-bottom: 2px;
    color: #444444;
    font-size: 30px;
    /* border-bottom: 2px solid #565656; */
}
#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 {box-sizing: border-box;border: 1px solid #d9d9d9;} 
@media screen and (min-width: 1024px) {
    #shopcart .form {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1200px) {
    #shopcart .form {
        width: 100%;
    }
}
#shopcart .form.hidden {
    display: none;
}
#shopcart .legend {
    margin-bottom: 20px;
}
#shopcart_payments {
    display: block;
    clear: both;
    padding: 0;
}
#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: 580px;
        min-height: 185px;
    }
}
#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: #AED136;
    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;
}
#shopcart h2.section {box-sizing: border-box;} 
@media screen and (min-width: 1024px) {
    #shopcart h2.section {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    #shopcart h2.section {
        width: 100%;
    }
}
#shopcart h2.section.info {
    margin-bottom: 40px;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    height: auto;
}
#shopcart #documents {
    border: 1px solid #d9d9d9;
} 
#shopcart #documents .row {} #shopcart #documents .row .label {
    display: none;
}
@media screen and (min-width: 1024px) {
    #shopcart #documents .row .label {
        display: none;
    }
}
#shopcart #orderLog {
    text-align: center;
    border-bottom: none;
    border: 1px solid #d9d9d9;
    padding: 25px 20px;
}
#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; */
        font-weight: 400;
    }
}
#shopcart #confirmation {
    border: 0;
    margin-bottom: 30px;
    margin-top: 0;
}
@media screen and (min-width: 1024px) {
    #shopcart #confirmation {
        width: 100%;
    }
}
#confirmation .row {} #confirmation .row .desc {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #2a2a2a;
    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;
    font-weight: 700;
    color: #F99B15;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    background: #F6F6F6;
    border: 2px solid #E0E0E0;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 0px #E7E7E7;
}
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: 862px;
    }
}
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;
    text-indent: 0;
}
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: 100%;
    }
}
@media screen and (min-width: 1200px) {
    #shopcart .form.info {
        width: 100%;
    }
}
#shopcart .form.info .row {
    margin-bottom: 0px;
    border-bottom: 1px solid #CCC;
}
#shopcart .form.info .row span {
    display: inline-block;
    padding: 10px 10px;
    font-size: 13px;
    box-sizing: border-box;
    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: 100%;
    }
}
@media screen and (min-width: 1200px) {
    #shopcart .form.data {
        width: 100%;
    }
}
#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;
    padding-left: 10px;
    box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
    #shopcart .form.data .dt {
        float: left;
        width: 50%;
    }
    #shopcart .form.data .head {
        float: left;
        width: 100%;
        padding: 15px 20px;
        box-sizing: border-box;
    }
}
@media screen and (min-width: 1200px) {
    #shopcart .form.data .head {
        width: 100%;
    }
}
#shopcart .form.data .field {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    vertical-align: top;
    padding-left: 10px;
    box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
    #shopcart .form.data .field {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 20px 10px;
    }
}
@media screen and (min-width: 1200px) {
    #shopcart .form.data .field {
        width: 100%;
    }
}
#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: 100%;
        border-top: none;
        border-left: 1px solid #CCC;
    }
    #shopcart .form.data .customer .field {
        width: 100%;
        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: 100%;
    }
    #shopcart .form.data .customer .field {
        width: 100%;
    }
}
#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: 16px;
    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;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
}
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: 400;
    /* 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;
}
.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.big {
    margin-bottom: 25px;
}

#summary .row.big span {
    font-size: 24px;
    color: #1255ba;
}

#summary .row.big span.label,
#summary .row.big span.value {
    font-weight: 600;
}

#summary .row span {
    font-size: 16px;
    line-height: 20px;
}
#summary .row span.label {
    font-weight: 400;
}
#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; */
    border-radius: 6px;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    font-weight: 400;
    width: auto;
    padding: 0 60px;
    background: url(../img/bg-blue3.png) repeat-x;
    background-size: auto 100%;
}
@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: #AED136;
}
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: #AED136;
}
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: #AED136;
}
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: #AED136;
}
#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;
    font-weight: bold;
    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: #AED136;
}
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: bold;
    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: #AED136;
}
.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: 15px;
    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;
}
/* /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;
    }
}
#articles ul {
    position: relative;
    float: left;
    width: 100%;
}
#articles ul li {
    display: block;
    clear: both;
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #FFF;
    border: 2px solid #E7E7E7;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px #E7E7E7;
}
#articles ul li .head {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
#articles ul li .head .title {
    float: left;
}
#articles ul li .head .title a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #565656;
    line-height: 20px;
}
#articles ul li .head .title a:hover {
    color: #AED136;
}
#articles ul li .head .info {
    float: right;
}
#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: 12px;
    line-height: 20px;
}
#articles ul li .head .info span {
    color: #A6A6A6;
}
#articles ul li .head .info a {
    margin-right: 10px;
}
#articles ul li .content {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #565656;
    line-height: 22px;
}
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: 15px;
    font-weight: bold;
    color: #565656;
    line-height: 20px;
}
ul.articles li .head .title a:hover {
    color: #AED136;
}
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: #AED136;
}
.textpage {
    position: relative;
    font-size: 14px;
    color: #5f5f5f;
    text-align: left;
    line-height: 20px;
    border: 1px solid #d9d9d9;
}
@media screen and (min-width: 1024px) {
    #mc .textpage {
        box-sizing: border-box;
        padding: 40px 25px;
    }
}

.textpage h1.header span {
    color: #1255ba;
    text-transform: uppercase;
}

.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/theme/ico/dot.png) 0px 5px no-repeat;
}

.placeholder .span6 {
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box; 
    float: left;
}

@media all and (max-width: 1024px) {
    .placeholder {
        padding: 20px;
        box-sizing: border-box;
    }

    .placeholder table,
    .placeholder thead,
    .placeholder tbody,
    .placeholder tr,
    .placeholder td {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media all and (min-width: 1024px) {
    .placeholder .span6 {
        width: 50%;
    }
}

#contact table {
    width: 100% !important;
    margin-bottom: 20px;
}

#contact table.border {
    border: 1px solid #d5d5d5 !important;
}

#contact th {
    color: #1255ba;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 15px;
}

#contact td {
    color: #666666;
}

#contact .rejon {
    padding-top: 50px;
}

#contact .rejon table {
    padding-bottom: 10px;
}

#contact .rejon th {
    color: #666666;
    padding: 10px;
    padding-left: 0;
}

#contact .rejon th:first-child {
    text-align: center;
    padding-left: 10px;
}

#contact .rejon td {
    padding-bottom: 10px;
}

#contact .contact_data_extended h5 {
    font-size: 26px;
    font-weight: 600;
    color: #1255ba;
}

#contact {
    font-size: 14px;
    position: relative;
    border: 1px solid #d9d9d9;
}
@media screen and (min-width: 1024px) {
    #contact.placeholder {
        padding: 20px 15px;
        float: right;
    }
}
@media screen and (min-width: 1200px) {
    #contact.placeholder {
        width: 860px;
        padding: 20px 15px;
        float: right;
    }
}
#contact .contact_data {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    margin-bottom: 30px;
}
#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;
    }
}
#contact .contact_form .row {} @media screen and (min-width: 1024px) {
    #contact .contact_form .half {
        width: 50%;
    }
}
#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: 415px;
    }
}
#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 .textarea {
    margin: 10px 0px 20px;
}
#contact .contact_form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    line-height: 15px;
    outline: none;
}
#contact .contact_form {} #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;
}
@media screen and (min-width: 1024px) {
    #contact .contact_form .submit {
        float: right;
    }
}
#contact .contact_data_extended {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    vertical-align: top;
}
#contact .contact_data_extended h5 {
    display: block;
    clear: both;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    color: #1255ba;
}
#contact .contact_data_extended img {
    max-width: 100%;
    height: auto!important;
}

#contact iframe {
    width: 100% !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: 1024px;
        padding: 20px;
    }
}
@media screen and (min-width: 1200px) {
    #advanced_search_form .placeholder {
        width: 1200px;
        padding: 20px;
    }
}
@media screen and (min-width: 1024px) {
    #advanced_search_form h2.section,
    #advanced_search_form .form {
        width: 1024px;
    }
}
@media screen and (min-width: 1200px) {
    #advanced_search_form h2.section,
    #advanced_search_form .form {
        width: 1200px;
    }
}
#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: #AED136;
}
.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: #AED136;
}
.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: #AED136 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: #AED136;
}
#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: #AED136;
}
#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: #AED136;
}
#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: #AED136;
    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: 768px) {
    div.pole_message_err,
    div.pole_message,
    div.pole_message_info {
        left: 50%;
        max-width: 540px;
        margin-left: -270px;
    }
}
@media screen and (min-width: 1024px) {
    div.pole_message_err,
    div.pole_message,
    div.pole_message_info {}
}
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: #AED136;
}
.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: 15px;
    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: 15px;
    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: 'Source Sans Pro', Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    background: #AED136;
    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: 15px;
    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;
}








#div_id_main_page #content {
    position: static;
}

#div_id_main_page #mc #ms {
    position: static;
}


/* Dodatkowe search_ajax */

.asort .asort_row {
    margin: 10px 0;
    display: inline-block;
    width: 31.444%;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
    .asort .asort_row {
        width: 31%;
    }
}

@media all and (max-width: 1024px) {
    .asort .asort_row {
        width: 29%;
    }
}

@media all and (max-width: 640px) {
    .asort .asort_row {
        width: 100%;
        margin-right: 0;
    }
}

.asort label {
    display: block;
    vertical-align: middle;
}

.asort_row.asort_row_last {
    width: 100%;
    margin-right: 0;
    margin: 0;
}

.asort_row.catalog {
    text-align: right;
    float: right;
}

.asort_row.checkbox label {
    display: inline-block;
    vertical-align: middle;
}

.asort_row.checkbox input {
    height: auto;
    min-width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: auto;
}

.asort select {
    min-width: 100%;
    padding: 5px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #9E9E9E;
}

.asort input {
    height: 32px;
    min-width: 100%;
    box-sizing: border-box;
    width: 100%;
}


 ul.productsMainImg li {height:270px;border:0;background:none;outline:0;} 
 

#dystrybutorzy_lista .dystrybutor {display:none;}
#dystrybutorzy_lista .dystrybutor {margin-bottom:20px;}

#dystrybutorzy_lista .dystrybutor .d_name {width:200px;float:left;font-weight:bold;}
#dystrybutorzy_lista .dystrybutor .d_data {width:600px;float:left;padding-bottom:10px;}
#dystrybutorzy_lista .dystrybutor .d_data a {margin-left:10px;color:#1255ba;}

.dp_ng {
    background: #18579e none repeat scroll 0 0; 
    text-align: left;   
    width: 95%;
    color:white;
    padding:10px;
    font-weight:bold;
    margin-top:10px;
    cursor:pointer;cursor:hand; 
}

.dp_ng .dp_r {float:right;font-weight:normal;font-size:14px;}


.dp_more {display:none;padding:10px 0;}

#w_oem {}


@media screen and (min-width: 320px) {
    #content {
        width: 98%;
        min-width: 300px;
        padding: 0px 1%;
    }
}
@media screen and (min-width: 768px) {
    .#content {
        width: 98%;
        padding: 0px 1%;
        text-align: left;
    }
}


@media screen and (min-width: 1240px) {
    #div_id_search #mc #ms {
        width: 1200px;
    }

    #mc #ms {
        width: auto;
    }
}


@media screen and (min-width: 1200px) {

    #mc #ms {
        /*width: auto !important;*/
        float: left;
    }
}


@media screen and (max-width: 575px) {
    #dystrybutorzy_lista .dystrybutor .d_name {
        float: none;
    }
    #dystrybutorzy_lista .dystrybutor .d_data {
        width: 200px;
        float: none;
    }
}

@media screen and (max-width: 450px) {
    .kontant-mapa-mala {
        width: 350px !important;
        height: 330px !important;
    }
}

@media screen and (max-width: 350px) {
    .kontant-mapa-mala {
        width: 250px !important;
        height: 230px !important;
    }
}

@media screen and (max-width: 1024px) {
    #desc td {
        width: 100% !important;
    }
}