@font-face {
    font-family: 'RexliaRg-Regular';
    src: url('fonts/RexliaRg-Regular.eot?') format('eot'), url('fonts/RexliaRg-Regular.woff') format('woff'), url('fonts/RexliaRg-Regular.ttf') format('truetype'), url('fonts/RexliaRg-Regular.svg#RexliaRg-Regular') format('svg');
}


@font-face {
    font-family: Kalam-Regular;
    src: url("/public/fonts/Kalam/Kalam-Regular.ttf");
}
@font-face {
    font-family: Kalam-Bold;
    src: url("/public/fonts/Kalam/Kalam-Bold.ttf");
}
/*   font-family: 'Ubuntu', sans-serif;*/

#slideshow {
    margin: 0px auto;
    position: relative;
    width: 1000px;
    height: 600px;
    z-index: -99;
}
#slideshow > div {
    position: absolute;
    margin-top: 150px;
}
p {
    line-height: 1.6em;
}
.skiptranslate {
    display: none;
}
/*New-design////////////////////////ogólny/////////////////////////////////////////////////////*/

body {

    font-family: Tahoma;
    line-height: 18px;
    background-color: #fff;
}
.n_internal{
    width: 1180px;
    margin: 0px auto;
}
.n_left{
    float: left;
}
.n_right{
    float: right;
}
.n_clear{
    clear: both;
}
header{
    font-size: 18px;
    height: 215px;
}
#logo_n{
    margin: 40px 0px;
}
#info_n{
    width: 240px;
}
.n_info-row{
    padding: 23px 0 0 0;
}
.n_inf-img{
    width:50px
}
.n_inf-cont{
    width:190px
}
.n_inf-cont ul{
    list-style: none;
    white-space: nowrap;
}
.n_inf-cont ul li{
    display: inline-block;
    margin-top: 10px;
}
.n_inf-cont.call{
    margin-top: -18px;
}
.n_inf-cont.call ul li{
    display: block;
    margin-top: 10px;
}
.n_inf-cont ul li a{
    text-decoration: none;
    color: #1e1e32;
}
.n_inf-cont ul li a.active{
    color: #33cc33;
    font-weight: bold;
    pointer-events: none;
}
.n_inf-cont input{
    width: 190px;
    height: 30px;
    padding-left:10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.n_inf-cont input::-webkit-input-placeholder { /* Chrome */
    color: #d7d7d7;
    padding-left: 10px;
    font-size:18px;
}
.n_inf-cont input:-ms-input-placeholder  {
    color: #d7d7d7;
    padding-left: 10px;
    font-size:18px;
}
.n_inf-cont input::-moz-placeholder {
    color: #d7d7d7;
    padding-left: 10px;
    font-size:18px;
}
.n_inf-cont input:-moz-placeholder { 
    color: #d7d7d7;
    padding-left: 10px;
    font-size:18px;
}
#menu_n {

}
#menu_n ul {
    list-style: none;
}
#menu_n ul li{
    display: inline-block;
    margin-right: 20px;
}
#menu_n ul li a.active{
    color:  #33cc33;
    font-weight:bold;
    pointer-events: none;
}
#menu_n ul li a{
    text-decoration: none;
    color: #1e1e32;
}
.container {
    width: 1180px;
    margin: 0 auto;
}
.contentContainer{
    width: 1180px;
    margin: 0 auto;
    min-height: calc(100vh - 385px);
}
footer {
    clear: both;
    background: #1e1e32;
    color: #fff;

    height: 170px;
    overflow:visible;
    width: 1180px;
    margin: 0px auto;

}
#footer-left{
    padding: 30px 0 0 4px;
    width: 30%;
}
#footer-logo{
    width:125px;
    text-align: center;
}
#footer-right{
    padding: 30px 0 0 0;
    float: left;
    /* margin: 8px 0px 0px 50px; */
    border-left: 50px solid #FFF;
    width: calc(70% - 4px);
    box-sizing: border-box;
    text-align: center;
    height: 170px;
}
#footer-info{
    width:219px;
    font-size: 14px;
}
#footer-info li{
    margin-bottom: 4px;
    font-size: 13px; 
}
#footer-info li a {
    text-decoration: none;
    color: white;
}
#footer-info li a:hover {
    color: #33cc33;
}
#footer-info li:last-child{
    margin-bottom: 0px;
}

#white-inc{
    width:50px;
    background:#fff;
    float:left;
    height: 170px;
}
#footer-menu ul {
    list-style: none;
}
#footer-menu ul li{
    display: inline-block;
    margin-right: 32px;
}
#footer-menu ul li:last-child{
    margin-right: 0px;
}
#footer-menu ul li a{
    text-decoration: none;
    color: #fff;
}
#copyright_n{
    font-size: 12px;
    width: 100%;
    margin-top: 19px;
    line-height: 16px;
    padding: 5px 33px;
    box-sizing: border-box;
    text-align: justify;
}
/*New-design///mainpage////////*/
#section_n{
    margin-bottom: 50px;
}

#banner_n{
    clear:both;
    padding-top: 40px;
}
#info-points{
    margin-top:45px;
}
.n_point{
    background: #f0f0f0;
    width: 360px;
    height: 520px;
    margin-left: 50px;
}
.n_point:first-child {
    margin-left: 0px;
}
.n_point-head {
    height:130px;
    width:360px;
    text-align:center;
    padding-top: 50px;
}
.n_point-body {
    padding: 0 20px;
}
.n_point-body h1{
    font-size:26px;

    text-align: center;
    padding: 20px 0;

}

.n_point-body p{
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.2em;
    font-size: 15px;
}

/*New-design///////////strona produkty/////////////////*/
aside#left {
    display: table-cell;
    /*float: left;*/
    width: 360px;
    padding: 0px;
    border-right: none;
    /*margin-right: 50px;*/
}
aside#left div#cats h2 {
    font-family: 'Tahoma', sans-serif !important;
    font-size: 17px;
    font-weight: 300;
    background-color: #1e1e32;
    color: #fff;
    padding: 6px 0 6px 10px;
    text-transform: uppercase;
}
aside#left div#cats ul li {
    padding-left: 10px;
    list-style: none;
    display: block;
    /*    background-image: url('../../images/tkn/arrow_red.png');

    background-repeat: no-repeat;

    background-position: 180px center;*/
}
aside#left div#cats ul li.active {
    background-color: #33cc33;
}
aside#left div#cats ul li.active a {
    color: #fff;
    pointer-events: none;
}
aside#left div#cats ul li a {
    display: block;
    padding: 7px 0;
    color: #1e1e32;
    text-decoration: none;
    font-size: 18px;
    /* width: 185px; */
    font-family: 'Tahoma', sans-serif !important;
}
aside#left div#cats ul ul {
    display: none;
}
aside#left div#cats .show {
    display: block;
}
aside#left div#cats ul.submenu {
    background-color: #eceded;
}
aside#left div#cats ul.submenu li {
    border-bottom: 0px solid #d8d9d9;
    background: #FFF;
    padding-top: 3px;
}
aside#left div#cats ul.submenu li:hover,
aside#left div#cats ul.submenu li.active {
    background-image: url('../../images/tkn/arrow_grey.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}
ul.submenu ul.show {
    padding-left: 10px;
}
aside#left div#cats ul.submenu li:hover,
aside#left div#cats ul.submenu li.active a {
    color: #33cc33;
}
aside#left div#cats ul.submenu li a {
    padding: 5px 0 5px 10px;
    color: #1d1d1b;
    text-decoration: none;
}
aside#left div#cats ul.submenu li.active {}
/* //list categories */
/* right panel */

aside#right {
    color: #fff;
    float: right;
    width: 200px;
    margin-left: 6px;
}
aside#right div.order {
    background-color: #3c3c3b;
    padding: 5px;
    float: left;
    text-align: center;
}
aside#right div.order h2 {
    background-color: #575756;
    text-align: center;
    padding: 5px 0;
    float: left;
    width: 100%;
}
aside#right div.order h2 span {
    float: left;
    font-size: 12px;
    color: #fff;
    width: 150px;
    left: 15px;
    position: relative;
    font-family: "Tahoma", sans-serif !important;
    text-transform: uppercase;
}
aside#right div.order h2 img {
    float: right;
    position: relative;
    left: -5px;
}
aside#right div.order div.content {
    margin-top: 20px;
    float: left;
    width: 100%;
}
aside#right div.order div.content span {
    display: block;
    font-size: 11px;
    font-weight: bold;
}
aside#right div.order div.content span.small {
    display: block;
    font-size: 9px;
}
aside#right div.order div.amount {
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
}
aside#right div.order a#vieworder {
    background-color: #E51C20;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 15px auto 0;
    padding: 5px 20px;
    display: block;
    text-decoration: none;
    font-family: "Tahoma", sans-serif !important;
    text-transform: uppercase;
}
aside#right div#banner {
    margin: 30px 0 0 0;
    float: left;
}
aside#right div#occassion {
    float: left;
    margin: 30px 0 90px;
    width: 200px;
}
aside#right div#occassion div.content {
    padding: 5px;
}
aside#right div#occassion h2 {
    background-color: #012652;
    color: #fff;
    font-family: "Tahoma", sans-serif !important;
    font-size: 17px;
    font-weight: 300;
    padding: 5px;
    text-transform: uppercase;
    width: 95%;
    text-align: center;
}
aside#right div#occassion span.title {
    font-weight: bold;
    color: #000;
    font-size: 10px;
    line-height: 22px;
}
aside#right div#tagsbox {
    float: left;
    clear: both;
    margin: 30px 0 0 0;
    width: 170px;
}
aside#right div#tagsbox h2 {
    text-align: center;
    float: left;
    font-family: "Tahoma" !important;
    font-size: 12px;
    font-weight: 300;
    background-color: #3C3C3B;
    color: #FFF;
    padding: 3px 15px 3px 15px;
    width: 100%;
}

section#content div#breadcrumb a {
    color: #706f6f;
    text-decoration: none;
    font-size: 15px;
}
article#main {
    /*float: left;*/
    margin: 0px;
    /*width: 770px; */
    padding: 0px 10px;
    box-sizing: border-box;
}
aside#left + article#main {
    display: table-cell;
    /*float: left;*/
    margin: 0px;
    /*width: 770px; */
    width: 70%; 
    padding: 0px 10px;
    box-sizing: border-box;
    border-left: 50px solid #FFF;
    vertical-align: top;
}
aside#left + article#main h2.main {
    margin: 0px -10px;
}


h2.main {
    background-color: #1e1e32;
    color: #fff;
    font-family: "Tahoma", sans-serif !important;
    font-size: 17px;
    font-weight: 300;
    padding: 6px 0 6px 10px;
    text-transform: uppercase;
}
article#main h2.title {
    background-color: #1e1e32;
    color: #fff;
    font-family: "Tahoma", sans-serif !important;
    font-size: 17px;
    font-weight: 300;
    padding: 5px;
    text-transform: uppercase;
    width: calc(100% + 10px);
    /* border-top-left-radius: 4px; */
    /* border-top-right-radius: 4px; */
    margin-left: -10px;
}
article#main #nsKontaktFull .nsKontaktInfo a {
    text-decoration: none;
    color: black;
}
article#main #nsKontaktFull .nsKontaktInfo a:hover {
    color: #33cc33;
}


/*/////////////////////////////Page */
article#main div.page {
    display: block;
    margin: 15px auto;
    text-align: center;
}
article#main div.page a {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
article#main div.page a:hover {
    color: #087308;
}
article#main div.page a.active{
    color: #33cc33;
}
/*/////////////////////////////Order */
article#main div.order {
    display: block;
    position: relative;
    clear:both;
    height: 15px;
    margin-top: 3px;
    font-size: 14px;
}
article#main div.order ul{
}
article#main div.order ul li{
    display: inline;
    margin: 0px 5px;
}
article#main div.order ul li a{
    text-decoration: none;
    color: #000000;
}
article#main div.order ul li a:hover {
    color: #087308;
}
article#main div.order ul li a.selected{
    text-decoration: none;
    color: #33cc33;
}
/*/////////////////////////////Sort */
.sort {
    display: block;
    position: relative;
    clear:both;
    height: 15px;
    margin-top: 3px;
    font-size: 14px;
}
.sort ul {
}
.sort li {
    display: inline;
    margin: 0px 5px;
}
.sort a {
    text-decoration: none;
    color: #000000;
}
.sort a:hover {
    color: #087308;
}
.sort a.selected {
    text-decoration: none;
    color: #33cc33;
}
/*/////////////////////////////Pagination */
article#main div.pagination {
    display: block;
    position: relative;
    clear:both;
    height: 15px;
    margin-top: 3px;
    font-size: 14px;
    margin-left:5px;
}
article#main div.pagination a {
    text-decoration: none;
    color: #000000;
    margin: 0px 5px;
}
article#main div.pagination a:hover {
    color: #087308;

}
article#main div.pagination a.active {
    color: #33cc33;
}












article#main div.order input,
article#main div.order select {
    background-color: #dadada;
    margin-top: 6px;
    border: 0;
    margin: 5px 0 0 10px;
    padding: 2px;
}
/*
header div#sign {
    float: right;
    margin: 0px 0px 0 0px;
    padding: 4px 10px 7px 0px;
    background-color: #fff;
}
header div#sign ul li a {
    text-decoration: none;
    color: #646555;
    font-weight: normal;
    font-size: 18px;
    font-family: 'Tahoma', sans-serif;
}
#logo img {
    height: 100px;
}

header div#sign ul li {
    float: right;
    list-style: none;
    margin-left: 20px;
}
#header-cont {
    position: relative;
}
#user-basket-cont {
    position: absolute;
    right: 10px;
    top: 40px;
}
#total-quantity {
    width: 70px;
    height: 70px;
    background-image: url('../../images/paperoffice/basket-image1.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    float: left;
}
#total-quantity div {
    margin: 15px 0px 0 23px;
}
#total-quantity div .amount {
    background: #333;
    color: #fff;
    padding: 1px 7px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none;
}
#total-price {
    float: left;
}
#total-price div {
    color: #93b723;
    margin: 39px 0 0 10px;
    font-size: 16px;
}
.container {
    width: 1180px;
    margin: 0 auto;
}
nav#head {
    width: 100%;
}
nav#head ul li a {
    display: block;
    color: #4d4f44;
    padding: 26px 0px 0 0;
    text-decoration: none;
    font-size: 22px;
}
nav#head ul li a:hover {
    color: #93b723;
}
header div#search {
    float: right;
    margin-top: 0px;
}
header div#search input[type="text"] {
    width: 177px;
    position: relative;
    left: 17px;
    background: #fff;
    height: 30px;
    border: 1px solid #d8d8d8;
    padding: 0 12px;
    color: #646555;
    font-size: 14px;
}
header div#search input[type="image"] {
    clear: both;
    float: right;
    position: relative;
    left: -13px;
    top: 2px;
    border-left: 1px solid #fff;
}
#chrome header div#search input[type="image"] {
   
}
div#maincontent {
    margin-bottom: 30px;
}
.baner {
    margin: 20px 0;
}
.half-pict {} .ctrl-panel {
    margin: 20px 0 0 20px;
}
.cat-name {
    font-size: 30px;
    color: #4d4f44;
}
.sort-view a {
    text-decoration: none;
    margin-right: 15px;
}
.sort-view a img {
    width: 35px;
    height: 25px;
}
.line1 {
    height: 1px;
    background-color: #c5c5c5;
    width: 100%;
    margin-top: 10px;
}
.showcont {
    margin-left: -20px;
    margin-bottom: 50px;
}
.full-show {
    width: 275px;
    height: 470px;
    border: 1px solid #c5c5c5;
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;
}
a.full-pict-show {} .full-pict-show img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    display: block;
}
.prod-name {
    text-align: center;
    margin-top: 25px;
    min-height: 50px;
}
.prod-name a {
    font-size: 25px;
    font-weight: 300;
    color: #4d4f44;
    text-decoration: none;
}
.prod-name a:hover {
    color: #93b723;
}
.prod-price {
    font-size: 20px;
    font-weight: 300;
    color: #93b723;
    text-align: center;
    margin-top: 25px;
}
.basket {
    margin: 0px 0;
}
.stock_amount {
    width: 100px;
    margin: 0 auto;
    display: block;
}
.stock_amount label {
    font-size: 20px;
    font-weight: 300;
    color: #4d4f44;
}
.stock_amount input {
    width: 35px;
}
.addtobasket {
    margin: 30px 0;
}
.addtobasket input[type=submit]:hover {
    cursor: pointer;
    background-color: #678118;
}
.addtobasket input[type=submit] {
    width: 85px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    background-color: #93b723;
    margin: 0 auto;
    display: block;
    border: 1px solid #93b723;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

footer {
    clear: both;
    color: #4d4f44;
    font-size: 9px;
    line-height: 19px;
    margin-top: 20px;
    border-top: 5px solid #93b723;
    width: 100%;
    border-bottom: 5px solid #93b723;
}
.footer_content {
    width: 1180px;
    margin: auto;
}
footer ul {
    display: inline-flex !important;
    float: left;
    list-style: outside none none;
    margin-bottom: 0px;
    margin-top: 30px;
}
.rzet-firm {
    float: right;
    margin-top: 10px;
}
footer a {
    color: #4d4f44;
    font-size: 9px;
    text-decoration: none;
    margin-right: 50px;
    font-size: 14px;
    font-family: 'Tahoma', sans-serif;
}
footer div#copyright {
    clear: both;
    border-top: 1px solid #464646;
    padding: 12px 5px;
    margin-top: 20px;
    font-size: 9px;
}
.footer_content li a {
    padding: 6px 5px;
}
.footer_content li a:hover {
    padding: 6px 5px;
} 
aside#left div#cats h2 {
    font-family: 'Tahoma', sans-serif !important;
    font-size: 17px;
    font-weight: 300;
    background-color: #93b723;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    width: 94%;
    border: 1px solid #7B9626;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
section#content div#breadcrumb a {
    color: #706f6f;
    text-decoration: none;
    font-size: 15px;
}
article#main {
    float: left;
    margin: 1px 5px 100px 9px;
    width: 940px;
    -webkit-box-shadow: 0px 0px 3px -1px rgba(138, 136, 138, 1);
    -moz-box-shadow: 0px 0px 3px -1px rgba(138, 136, 138, 1);
    box-shadow: 0px 0px 3px -1px rgba(138, 136, 138, 1);
    padding: 5px;
}
article#main h2.main,
article#main h2.title {
    background-color: #93b723;
    color: #fff;
    font-family: "Tahoma", sans-serif !important;
    font-size: 17px;
    font-weight: 300;
    padding: 5px;
    text-transform: uppercase;
    width: 99%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
article#main div.page {
    float: left;
    margin: 7px 0 0 0;
}
article#main div.page a {
    background-color: #dadada;
    padding: 5px;
    text-decoration: none;
    color: #706f6f;
    font-size: 10px;
}
article#main div.page a.active,
article#main div.page a:hover {
    background-color: #fff;
    outline: 1px solid #dadada;
}
article#main div.order {
    float: left;
}
article#main div.order input,
article#main div.order select {
    background-color: #dadada;
    margin-top: 6px;
    border: 0;
    margin: 5px 0 0 10px;
    padding: 2px;
}
article#main div.pagination {
    float: right;
    font-size: 12px;
    margin-top: 10px;
    color: #706f6f;
}
article#main div.pagination a {
    text-decoration: none;
    padding: 0 3px;
    color: #706f6f;
}
article#main div.pagination a.active,
article#main div.pagination a:hover {
    color: #000000;
}
#product_list_status {
    margin-top: 8px;
    margin-left: 15px;
}
#product_list_status li {
    display: inline;
    margin-left: 5px;
    margin-top: 5px;
}
#product_list_status li a {
    padding: 5px 6px;
    background-color: #959595;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}
.product-list {
    margin-top: 15px;
}
.product-list a {
    color: #4d4f44;
    text-decoration: none;
}
td.content {
    width: 370px;
}
.amount input {
    width: 30px;
}
.product_badges {
    margin-top: 10px;
}
.product_new,
.product_promo,
.product_super,
.product_recommend {
    padding: 3px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 3px;
}
.product_new {
    background-color: #959595;
    color: #fff;
}
.product_promo {
    background-color: #678118;
    color: #fff;
}
.product_super {
    background-color: #678118;
    color: #fff;
}
.product_recommend {
    background-color: #678118;
    color: #fff;
}
td.amount {
    width: 120px;
}
td.add_t {
    width: 85px;
}
.submit2 input[type=submit] {
    min-width: 68px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    background-color: #93b723;
    margin-top: 10px;
    border: 1px solid #93b723;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.submit2 a {
    min-width: 68px;
    height: 20px;
    text-align: center;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-size: 14px;
    background-color: #93b723;
   
    
    border: 1px solid #93b723;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: normal !important;
}
.submit2 a:hover {
    cursor: pointer;
    background-color: #678118;
}
.submit2 input[type=submit]:hover {
    cursor: pointer;
    background-color: #678118;
}
.add_t input[type=submit] {
    width: 68px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    background-color: #93b723;
    margin: 0 auto;
    display: block;
    border: 1px solid #93b723;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.add_t input[type=submit]:hover {
    cursor: pointer;
    background-color: #678118;
}
/*Olek coś tu zrobił//////////////////////////////////////////////////////////////////////////////////////////*/

.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.headline {
    position: relative;
    left: -10px;
}
strong {
    font-weight: 700;
}
article {
    font-size: 12px;
}
.demo-2 {
    z-index: -99;
}
nav#head img {
    float: left;
    margin: 11px 75px 0 75px;
}
nav#head ul li {
    float: left;
    padding: 0 10px 0 10px;
    margin: 0 30px 0 0;
}

.nsKontaktFull{
    display: table-row;
}
.kontaktForm {
    display: table-cell;
    width: 70%;
    margin-left: 50px;
    background-color: #f0f0f0;
    border-left: 50px solid #FFF;
    padding-left: 10px;
    padding-bottom: 10px;
}
.kontaktForm div{
    width: 100% !important;
}
.kontaktForm div#tab1{
    width: 100% !important;
    padding:0px !important;
    margin:0px 0px !important;
}
.kontaktForm div#tab1 div.datarow label{
    padding:0px !important;
    margin:0px !important;
    width: 100%;
    font-size: 12px;
}
.nsKontaktInfo{
    display: table-cell;
    width: 30%;
    background-color: #f0f0f0;
    padding-right: 10px;
    padding-bottom: 10px;
}
.kontaktForm h2.main, .nsKontaktInfo h2.main{
    margin-left: -10px;
    margin-right: -10px;
}



.nsKontaktRow{
    padding-bottom: 10px;
    position: relative;
    float: left;
}
.nsKontaktRow label{
    display: block;
    position: relative;
    float:left !important;
    width:50% !important;
    padding-right: 25px!important;
    box-sizing: border-box;
}
.nsKontaktRow span{
    display: block;
    position: relative;
    float:left !important;
    width:50% !important;
    padding-top: 0px!important;
    padding-left: 25px!important;
    box-sizing: border-box;
}


div#tab1,
div#tab2 {
    float: left;
    margin-top: 10px;
    margin-left: 0;
}
/*



header div#logo {

    float: left;

    margin: 35px 0 0 0;

    padding-left: 20px;

}

div#container {

    width: 1020px;

    margin: 0 auto;

}





 nav#head ul li a {

    display: block;

    color: #fff;

    padding: 14px 14px;

    text-decoration: none;

    text-transform: uppercase;

    font-size: 16px;

}







nav#head ul li a:hover {

    background-color: #e42420;

}



nav#head {

    background-color: #161615;

    float: left;

    width: 100%;

   -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);

-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);

box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);

        position: fixed;

        top: 0;

        z-index: 9999;

        font-family: 'Roboto Condensed', sans-serif;

        font-weight: 300;

        border-bottom: 2px solid #E42420;

}



header div#sign {

    float: right;

    margin: 40px 0px 0 33px;

    padding: 7px 20px 7px 33px;

    background-color: #eceded;

}

header div#sign ul li a {

    text-decoration: none;

    color: #2e2d30;

    font-weight: bold;

    font-size: 11.45px;

    text-transform: uppercase;

}



#logo img {

        height: 90px;

}

header div#sign ul li {

    float: left;

    list-style: square;

    color: #e10717;

}



header div#sign ul li:first-child {

    padding-right: 40px;

}

header div#sign ul li:last-child {

    float: left;

    margin-left: 40px;

    border-right: 0;

}



header div#search {

    float: right;

    margin-top: 40px;

}

header div#search input[type="text"] {

    width: 153px;

    position: relative;

    left: 17px;

    background: #ECEDED;

    height: 29px;

    border: 0;

    padding: 0 5px;

    color: #9d9d9c;

    font-size: 10px;

}

header div#search input[type="image"] {

    clear: both;

    float: right;

    position: relative;

    left: -13px;

    top: 0px;

        border-left: 1px solid #fff;

}



footer {

        background-color: #161615;

    border-top: 2px solid #e42420;

    clear: both;

    color: #fff;

        font-size: 9px;

    line-height: 19px;

        margin-top: 20px;

    padding: 0px 0;

    width: 100%;

        position: fixed;

        bottom: 0;

        -webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.75);

-moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.75);

box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.75);

}

footer ul {

     display: inline-flex !important;

    float: left;

    list-style: outside none none;

        margin-bottom: 5px;

    margin-top: 5px;

        

}



.footer_content {

        width: 1000px;

        margin: auto;

}

footer a {

    color: #fff;

    font-size: 9px;

    text-decoration: none;

    margin-right: 50px;

        font-size: 14px;

        font-family: 'Roboto Condensed', sans-serif;

}

footer div#copyright {

    clear: both;

    border-top: 1px solid #464646;

    padding-top: 3px;

    margin-top: 20px;

    font-size: 9px;

}



.footer_content li a {

        padding:6px 5px;

}



.footer_content li a:hover {

    background-color: #e42420;

        padding:6px 5px;

}

article#main h2.main, article#main h2.title {

background-color: #012652;

    color: #fff;

    font-family: "Roboto Condensed",sans-serif !important;

    font-size: 17px;

    font-weight: 300;

    padding: 5px;

    text-transform: uppercase;

        width: 98%;

}



section#content div#breadcrumb a {

    color: #706f6f;

    text-decoration: none;

    font-size: 11px;

}





aside#left div#cats h2 {

    font-family: 'Roboto Condensed', sans-serif !important;

    font-size: 17px;

    font-weight: 300;

    background-color: #012652;

    color: #fff;

    padding: 5px;

        text-transform: uppercase;

        width: 95%;

}



article#main div.page {

    float: left;

    margin: 7px 0 0 0;

}

article#main div.page a {

    background-color: #dadada;

    padding: 5px;

    text-decoration: none;

    color: #706f6f;

    font-size: 10px;

}

article#main div.page a.active, article#main div.page a:hover {

    background-color: #fff;

    outline: 1px solid #dadada;

}

article#main div.order {

    float: left;

}

article#main div.order input, article#main div.order select {

    background-color: #dadada;

    margin-top: 6px;

    border: 0;

    margin: 5px 0 0 10px;

    padding: 2px;

}

article#main div.pagination {

    float: right;

    font-size: 12px;

    margin-top: 10px;

    color: #706f6f;

}

article#main div.pagination a {

    text-decoration: none;

    padding: 0 3px;

    color: #706f6f;

}

article#main div.pagination a.active, article#main div.pagination a:hover {

    color: #000000;

}



.kontaktForm {

    width: 300px;

    float: right;

}



div#tab1, div#tab2 {
    float: left;
    margin-top: 20px;
}



header div#flags {
    float: right;
    margin-top: 75px;
    margin-left: 0px;
}
header div#flags ul li {
    float: left;
    border-right: 1px solid #f1f1f1;
    padding: 0 10px;
}
header div#flags ul li:last-child {
    border: 0;
}
header div#desc {
    clear: both;
    margin-left: 20px;
    float: left;
    padding: 30px 0 0 0;
    font-family: Tahoma;
    font-size: 11px;
}
header div.line {
    height: 1px;
    background-color: #c5c5c5;
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}
header div.line > div {
    position: absolute;
    top: 5px;
    right: 0;
    float: left;
}
header div.line > div > iframe,
header div.line > div > div {
    float: left;
}
header nav#main {
    clear: both;
    float: left;
    padding: 10px 0;
    margin-left: 10px;
}
header nav#main ul li {
    float: left;
    list-style: square;
    color: #e10717;
    margin-left: 25px;
}
header nav#main ul li a {
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: #2e2d30;
    font-size: 12px;
    text-transform: uppercase;
}


section#content #slider1 {
    height: 1%;
    overflow: hidden;
    width: 350px;
    margin-left: 10px;
}
section#content #slider1 .viewport {
    float: left;
    width: 960px;
    left: 30px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-top: -15px;
}
section#content #slider1 .buttons {
    display: block;
    float: left;
    position: relative;
    text-align: center;
}
section#content #slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 980px;
    left: 0;
    top: 0;
}
section#content #slider1 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    width: 280px;
}
section#content #slider1 .next {
    float: right;
    position: relative;
    top: -51px;
    margin-right: 10px;
}
section#content #slider1 .prev {
    float: left;
    position: relative;
    top: 50px;
    margin-left: 10px;
}
section#content div#slider1 {
    background: none repeat scroll 0 0 #eceded;
    float: left;
    margin-top: 41px;
    padding: 0;
    margin-bottom: 10px;
}
.banner_b2b {
    float: right;
    margin-right: 10px;
    margin-top: 41px;
    margin-bottom: 75px;
}
section#content div#slider1 li.product {
    float: left;
    margin-right: 40px;
    width: 280px;
    text-align: justify;
    font-size: 10px;
}
section#content div#slider1 li.product div.title {
    clear: both;
    display: block;
    padding-bottom: 10px;
    font-size: 12px;
}
section#content div#slider1 li.product p {
    float: right;
    width: 145px;
    line-height: 15px;
}
section#content div#slider1 li.product p span {
    clear: both;
    display: block;
    color: #e10717;
}
section#content div#slider1 li.product img {
    float: left;
    margin-right: 20px;
}
section#content div#slider1 li.product img.square {
    position: relative;
    top: 3px;
}
section#content div#slider1 li.product a {
    margin-top: 10px;
    display: block;
}


section#content div#breadcrumb {
    float: left;
    padding: 5px 0 10px 0;
    color: #c0c0c0;
}
div#maincontent {
    float: left;
    clear: both;
}
 list categories 

aside#left {
    float: left;
    width: 200px;
    padding: 5px;
    border-right: none;

}
aside#left div#cats ul li {
    padding-left: 10px;
    list-style: none;
    display: block;

}
aside#left div#cats ul li.active {

    
    background-color: #93b723;

}
aside#left div#cats ul li.active a {
    color: #fff;
}
aside#left div#cats ul li a {
    display: block;
    padding: 7px 0;
    color: #1d1d1b;
    text-decoration: none;
    font-size: 13px;
    width: 185px;
    font-family: 'Tahoma', sans-serif !important;
}
aside#left div#cats ul ul {
    display: none;
}
aside#left div#cats .show {
    display: block;
}
aside#left div#cats ul.submenu {
    background-color: #eceded;
}
aside#left div#cats ul.submenu li {
    border-bottom: 1px solid #d8d9d9;
    background: none;
}
aside#left div#cats ul.submenu li:hover,
aside#left div#cats ul.submenu li.active {
    background-image: url('../../images/tkn/arrow_grey.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}
ul.submenu ul.show {
    padding-left: 10px;
}
aside#left div#cats ul.submenu li:hover,
aside#left div#cats ul.submenu li.active a {
    color: #93b723;
}
aside#left div#cats ul.submenu li a {
    padding: 5px 0 5px 10px;
    color: #1d1d1b;
    text-decoration: none;
}
aside#left div#cats ul.submenu li.active {}


aside#right {
    color: #fff;
    float: right;
    width: 200px;
    margin-left: 6px;
}
aside#right div.order {
    background-color: #3c3c3b;
    padding: 5px;
    float: left;
    text-align: center;
}
aside#right div.order h2 {
    background-color: #575756;
    text-align: center;
    padding: 5px 0;
    float: left;
    width: 100%;
}
aside#right div.order h2 span {
    float: left;
    font-size: 12px;
    color: #fff;
    width: 150px;
    left: 15px;
    position: relative;
    font-family: "Tahoma", sans-serif !important;
    text-transform: uppercase;
}
aside#right div.order h2 img {
    float: right;
    position: relative;
    left: -5px;
}
aside#right div.order div.content {
    margin-top: 20px;
    float: left;
    width: 100%;
}
aside#right div.order div.content span {
    display: block;
    font-size: 11px;
    font-weight: bold;
}
aside#right div.order div.content span.small {
    display: block;
    font-size: 9px;
}
aside#right div.order div.amount {
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
}
aside#right div.order a#vieworder {
    background-color: #E51C20;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 15px auto 0;
    padding: 5px 20px;
    display: block;
    text-decoration: none;
    font-family: "Tahoma", sans-serif !important;
    text-transform: uppercase;
}
aside#right div#banner {
    margin: 30px 0 0 0;
    float: left;
}
aside#right div#occassion {
    float: left;
    margin: 30px 0 90px;
    width: 200px;
}
aside#right div#occassion div.content {
    padding: 5px;
}
aside#right div#occassion h2 {
    background-color: #012652;
    color: #fff;
    font-family: "Tahoma", sans-serif !important;
    font-size: 17px;
    font-weight: 300;
    padding: 5px;
    text-transform: uppercase;
    width: 95%;
    text-align: center;
}
aside#right div#occassion span.title {
    font-weight: bold;
    color: #000;
    font-size: 10px;
    line-height: 22px;
}
aside#right div#tagsbox {
    float: left;
    clear: both;
    margin: 30px 0 0 0;
    width: 170px;
}
aside#right div#tagsbox h2 {
    text-align: center;
    float: left;
    font-family: "Tahoma" !important;
    font-size: 12px;
    font-weight: 300;
    background-color: #3C3C3B;
    color: #FFF;
    padding: 3px 15px 3px 15px;
    width: 100%;
}*/
/* /rightpanel */
/* promo mainpage */

div#promo {
    height: 1%;
    overflow: hidden;
    width: 180px;
}
div#promo .viewport {
    float: left;
    width: 140px;
    left: 15px;
    height: 160px;
    position: relative;
}
div#promo .buttons {
    display: block;
    float: left;
    position: relative;
    text-align: center;
}
div#promo .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 160px;
    left: 0;
    top: 0;
}
div#promo .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    width: 180px;
}
div#promo .next {
    float: right;
    position: relative;
    top: 60px;
    z-index: 999;
}
div#promo .prev {
    float: left;
    position: relative;
    top: 60px;
    z-index: 999;
}
div#promo {
    padding: 0px 0;
    float: left;
}
div#promo li.product {
    float: left;
    margin-right: 40px;
    width: 180px;
    text-align: justify;
    font-size: 10px;
}
div#promo li.product div.title {
    background: none repeat scroll 0 0 #e42420;
    clear: both;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 20px;
    margin-left: -25px;
    padding: 1px;
    text-align: center;
    width: 200px;
    line-height: 1.6em;
}
div#promo li.product p {
    float: left;
    width: 200px;
    line-height: 15px;
}
div#promo li.product p span {
    clear: both;
    display: block;
    color: #e10717;
}
div#promo li.product img {
    float: left;
    margin-left: 20px;
}
div#promo li.product img.square {
    position: relative;
    top: 3px;
}
div#promo li.product a {
    clear: both;
    display: block;
    float: left;
    margin-top: 5px;
}
/* // promo mainpage */
/* related products page */

div#relproducts {
    height: 1%;
    overflow: hidden;
    width: 560px;
    padding: 20px 0;
    float: left;
}
div#relproducts .viewport {
    float: left;
    width: 500px;
    left: 5px;
    height: 175px;
    position: relative;
}
div#relproducts .buttons {
    display: block;
    float: left;
    position: relative;
    text-align: center;
}
div#relproducts .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 175px;
    left: 0;
    top: 0;
}
div#relproducts .overview li {
    float: left;
    margin: 0 30px 0 0;
    padding: 1px;
    width: 160px;
}
div#relproducts .next {
    float: right;
    position: relative;
    top: 80px;
    z-index: 999;
}
div#relproducts .prev {
    float: left;
    position: relative;
    top: 80px;
    z-index: 999;
}
div#relproducts li.product div.title {
    clear: both;
    color: #000000;
    display: block;
    font-size: 12px;
    padding-bottom: 10px;
    width: 150px;
}
div#relproducts li.product p {
    float: left;
    width: 200px;
    line-height: 15px;
}
div#relproducts li.product p span {
    clear: both;
    display: block;
    color: #e10717;
}
div#relproducts li.product img {
    float: left;
    margin-left: 20px;
}
div#relproducts li.product img.square {
    position: relative;
    top: 3px;
}
div#relproducts li.product a {
    clear: both;
    display: block;
    float: left;
    margin-top: 5px;
}
/* //related product page */
/* product */

h1.productname {
    padding: 10px 0 10px 10px;
    background-image: url('../../images/tkn/square.png');
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: normal;
}
div#column1 {
    float: left;
    width: 40%;
    padding-top: 20px;
    padding-left: 21px;
}
div#column1 div#photos img {
    /*border: 1px solid #f0f0f0;*/
}
div#column1 div#photos div#thumbs img {
    margin-right: 5px;
}
div#column1 div#shortdesc {
    padding: 20px 0 20px;
    width: 200px;
    font-size: 10px;
}
div#column2 {
    float: left;
    /*width: 345px;*/
    margin-left: 10px;
    padding-top: 20px;
    width: calc(60% - 63px) !important;
    margin: 0px 21px;
}
div#column2 span#small {
    font-size: 12px;
}
div#column2 span#prices {
    font-size: 16px;
    font-weight: bold;
    clear: both;
    display: block;
    margin-top: 20px;
    white-space: nowrap
}
div#column3 {
    float: left;
    width: 180px;
}
div#available {
    float: left;
    width: 185px;
    clear: both;
    margin-top: 40px;
    margin-bottom: 20px;
}
div#available span {
    font-size: 10px;
    float: left;
    display: block;
    margin-top: -4px;
}
div#available img {
    display: block;
    clear: both;
    float: left;
    padding-right: 10px;
}
div#pricing {
    float: left;
    width: 200px;
}
#chrome div#recommend input[type="image"] {
    margin-top: 2px;
}
div#recommend {
    float: right;
    width: 100%;
    margin: 0px 0 0 0;
}
div#recommend a {
    color: #CC0000;
    text-decoration: none;
}
div#addtocart {
    float: right;
    margin-top: 20px;
    /*padding-left: 60px;*/
    width: 130px;
    /*border-left: 1px solid #012652;*/
    margin-right: 5px;
}
div#addtocart .amount {
    text-align: left;
    width: 80px;
    height: 30px;
    background-color: #FFF;
    border: none;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    box-sizing: border-box;
    padding-left: 5px;
}
div#addtocart .amount:focus{
    outline: none;
}
div#addtocart input[type="image"] {
    float: left;
}
#addtocart span {
    line-height: 2em;
}
div#longdesc {
    clear: both;
    float: left;
    margin-top: 10px;
    line-height: 1.6em;
}
div#tagscontent {
    clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
}
div#tagscontent a {
    float: left;
    padding-right: 5px;
    text-decoration: none;
    color: #000;
    padding-top: 5px;
}
div#related {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 20px;
}
div#related h2,
div#tagscontent h2 {
    text-align: center;
    color: #3c3c3b;
    font-size: 14px;
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
}
div.lineshadow {
    width: 100%;
    box-shadow: 0 5px 5px #ccc;
    height: 1px;
    background-color: #ececec;
    float: left;
    clear: both;
}
/*/ product */
/* nav products list */

div#products {
    clear: both;
    float: left;
}
div#products div.column {
    float: left;
    font-size: 12px;
    margin: 10px 0 0 0;
    text-align: center;
}
div#products div.column a {
    color: #000;
    text-decoration: none;
}
div#products .first {
    width: 170px;
}
div#products .first2 {
    width: 300px;
}
div#products .second {
    width: 85px;
}
div#products .third {
    width: 85px;
}
div#products .fourth {
    width: 110px;
}
div#products .fifth {
    width: 50px;
}
div#products .sixth {
    width: 80px;
}
/* // nav products list */
/* list products */

div#listproducts {
    float: left;
    clear: both;
}
div#listproducts div.row {
    float: left;
    clear: both;
    font-size: 10px;
    background-color: #f6f6f6;
    margin-top: 10px;
    /*height: 75px;*/
}
div#listproducts div.content {
    background-color: #3c3c3b;
    float: left;
    height: 69px;
    overflow: hidden;
    padding: 5px;
    width: 160px;
}
div#listproducts div.content2 {
    width: 287px;
}
div#listproducts div.content img {
    float: left;
    padding-right: 5px;
}
div#listproducts div.content a {
    color: #fff;
    text-decoration: none;
}
div#listproducts div.content h5,
aside#right h2,
aside#right a#vieworder {
    font-family: 'Tahoma' !important;
    font-size: 12px;
    font-weight: 300;
}
div#listproducts div.content h5.new {
    background-color: #dedc00;
    text-align: center;
    color: #3c3c3b;
    width: 100%;
}
div#listproducts div.content h5.bestseller {
    background-color: #662483;
    text-align: center;
    color: #fff;
    width: 100%;
}
div#listproducts div.content h5.occassion {
    background-color: #009fe3;
    text-align: center;
    color: #fff;
    width: 100%;
}
div#listproducts div.content span.title {
    line-height: 10px;
    display: block;
}
div#listproducts div.content span.desc {
    line-height: 10px;
    display: block;
}
div#listproducts div.price {
    float: left;
    width: 85px;
    padding: 30px 0;
    text-align: center;
}
div#listproducts div.basket_amount {
    float: left;
    width: 125px;
    padding: 30px 0;
    text-align: center;
}
div#listproducts div.basket_amount input[type="text"] {
    text-align: center;
    color: #b2b2b2;
    margin-top: -3px;
    width: 42px;
    background-color: #eceded;
    border: 1px solid #b2b2b2;
}
div#listproducts .delete {
    float: right;
}
div#listproducts .delete a {
    text-indent: -10000px;
    width: 30px;
    height: 74px;
    float: left;
    background: #F7F7F7 url('../../images/paperoffice/delete.png') no-repeat 50% 50%;
    background-size: 22px 22px;
}
div#listproducts div.available {
    float: left;
    width: 110px;
    padding: 19px 0;
    text-align: center;
}
div#listproducts div.available div.strap {
    padding-top: 20px;
}
div#listproducts div.available div.strap span {
    clear: both;
    display: block;
    padding: 2px 0 2px;
}
div#listproducts div.available div.strap span:first-child {
    clear: both;
    display: block;
    margin: -18px 0 5px 0;
}
div#listproducts div.amount {
    float: left;
    width: 127px;
    text-align: center;
}
div#listproducts div.amount input[type="text"] {
    text-align: center;
    color: #b2b2b2;
    margin-top: 30px;
    width: 42px;
    float: left;
    background-color: #eceded;
    border: 1px solid #b2b2b2;
}
div#listproducts div.amount input[type="image"] {
    float: right;
}
article#main fieldset {
    border-bottom: 1px solid #e3e3e4;
    padding: 0 0 3px;
    font-weight: bold;
    font-size: 13px;
    margin-top: 20px;
}
/* //list products */
/* user panel */

div#tabs {
    background-color: #eee;
    float: left;
    width: 100%;
}
div#tabs a {
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    float: left;
    margin-right: 10px;
    color: #706f6f
}
div#tabs a.active {
    color: #000;
    background-color: #fff;
}
div.tab1 {
    float: left;
    width: 300px;
}
div.tab1.narrow {
    float: left;
    width: 280px;
}
div.tab1 input[type="image"] {
    margin-top: 10px;
}
div.tab1 fieldset {
    border-bottom: 1px solid #e3e3e4;
    padding: 0 0 3px;
    font-weight: bold;
    font-size: 13px;
    margin-top: 20px;
}
div.data fieldset {
    border-bottom: 1px solid #e3e3e4;
    padding: 0 0 3px;
    font-weight: bold;
    font-size: 13px;
    width: 275px;
}
div.tab1 p {
    padding: 10px 0 0 0;
}
div.tab1 .red {
    color: red;
}
div.tab1 .green {
    color: green;
}
div.datarow {
    float: left;
    width: 100%;
}
div.datarow span {
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding-top: 10px;
}
div.datarow span.grey {
    color: #575756;
}
div.datarow label {
    float: left;
    clear: both;
    margin-top: 10px;
    width: 100%;
}
div.datarow label input,
div.areaText input {
    background-color: #ffffff;
    border: none;
    width: 100%;
    height: 30px;
}
div.areaText input {
    margin-bottom: 5px;
}
div.datarow label textarea {
    background-color: #eceded;
    border: 1px solid #c0c0c0;
    width: 275px;
    height: 100px;
}
div.datarow label input#code {
    width: 70px;
}
div.datarow div#data {
    width: 100%;
    float: left;
}
div.datarow div#guardian {
    float: right;
    width: 275px;
}
div.datarow div.contactrow {
    height: 30px;
}
div.datarow div.contactrow img {
    float: left;
    padding-right: 10px;
}
div.datarow div.contactrow span {
    display: inline;
    position: relative;
    top: 6px;
}
div.datarow .handerleft {
    padding-right: 10px;
    margin-left: -15px;
}
div.datarow .handerbottom {
    padding-top: 35px;
}
div.datarow .w50 {
    width: 50px;
}
div.datarow div.titleform {
    font-size: 10px;
    position: relative;
    top: 10px;
}
div.datarow div.lineshadow {
    margin-top: 20px;
}
div.datarow div.input {
    margin-right: 9px;
    float: left;
}
div.datarow div.input input[type="text"],
div.datarow div.input input[type="email"] {
    width: 129px;
}
div.datarow div.input .long {
    width: 320px;
}
div.datarow div.input input.first {
    width: 250px;
}
div.datarow div.input input.second {
    width: 100px;
}
div.datarow div.input input.third {
    width: 177px;
}
div.datarow .lower {
    position: relative;
    top: 25px;
}
div.datarow .lowermin {
    position: relative;
    top: 45px;
}
div.datarow .toright {
    position: relative;
    left: 25px;
}
div.datarow .todown {
    position: relative;
    left: 70px;
    position: relative;
    top: 20px;
}
div#settings {
    padding: 10px 0;
    float: left;
    width: 240px;
}
div#settings label {
    height: 20px;
    width: 150px;
}
div#settings label input {
    float: left;
    width: 20px;
    margin-top: -2px;
}
div.address {
    float: left;
    width: 176px;
    background-color: #ededed;
    margin: 10px 10px 0 0;
    color: #fff;
}
div.address span {
    margin-right: 5px;
    display: block;
    float: left;
    text-align: center;
    font-size: 10px;
}
div.address span a {
    text-decoration: none;
    color: #fff;
    top: -5px;
    position: relative;
}
div.address span.lp {
    background-color: #678118;
    width: 20px;
}
div.address span.edit {
    background-color: #9d9d9c;
    width: 60px;
}
div.address span.delete {
    background-color: #575756;
    width: 60px;
}
div.address div.content {
    color: #000;
    float: left;
    clear: both;
    font-size: 10px;
    width: 170px;
    margin-left: 28px;
    line-height: 15px;
}
div.address div.input {
    font-size: 14px;
    color: #f0f0f0;
    text-transform: uppercase;
}
/* //userpanel */

._slider {
    width: 980px;
    height: 346px;
    margin: 0 auto;
    padding: 10px 10px 10px;
    background: #20201e;
    /* background: red;

    */

    clear: both;
    float: left;
}
._sliderBox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
._sliderImgs {
    position: absolute;
    overflow: hidden;
    text-align: left;
}
._sliderImgs img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /* border: 3px solid transparent;

    */
}
._sliderImgs img.color {
    display: none;
}
._sliderImgs a {
    display: block;
}
#_s1 {
    top: 0;
    left: 0;
    width: 388px;
    height: 110px;
}
#_s2 {
    top: 0;
    right: 0;
    width: 582px;
    height: 110px;
}
#_s3 {
    bottom: 0;
    left: 0;
    width: 189px;
    height: 226px;
}
#_s4 {
    width: 389px;
    height: 226px;
    bottom: 0;
    left: 199px;
    /* background: #20201e;

    */

    color: #fff;
    text-align: center;
}
#_s4 p {
    padding: 60px 0;
    font: 20px/1.3 "Myriad-Pro", "Helvetica", Tahoma, sans-serif;
}
#_s5 {
    width: 191px;
    height: 102px;
    left: 598px;
    bottom: 124px;
}
#_s6 {
    width: 181px;
    height: 102px;
    right: 0;
    bottom: 124px;
}
#_s7 {
    width: 191px;
    height: 114px;
    left: 598px;
    bottom: 0;
}
#_s8 {
    width: 181px;
    height: 114px;
    right: 0;
    bottom: 0;
}
.news {
    display: block;
    clear: both;
    padding-top: 1px;
}
.news h3 {
    font-weight: bold;
    margin: 10px 0;
}
.news a {
    color: black;
}
.kontaktForm > p {
    color: red;
}
.kontaktForm .tab1 {
    margin-top: 0;
}
.kontaktForm fieldset {
    margin-top: 0 !important;
}
.addTopSpace {
    margin-bottom: 20px;
}
#longdesc h3 {
    padding: 10px 0 5px 0;
    color: #E51C20;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Tahoma', sans-serif;
    font-weight: 200;
}
.areaText {
    /*padding: 10px;*/
    padding: 10px 0px;
}
#tagscontent a {
    background: #ECEDED;
    color: #2e2d30;
    padding: 5px;
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#tagscontent h2,
#related h2 {
    background: #dee0e1;
    color: #333 !important;
    text-transform: uppercase;
    padding: 5px !important;
    font-weight: normal;
    font-family: 'Tahoma', sans-serif;
}
#tagscontent {
    margin-bottom: 30px;
}
table.orders {
    width: 620px;
    margin: 10px 0;
}
td {
    width: 150px;
    text-align: center;
}
span.price {
    font-size: 14px;
    color: #000;
}
#number,
#number2,
#number_other,
#number2_other {
    width: 127px;
}
#postcode,
#postcode2,
#postcode_other,
#postcode2_other {
    width: 123px;
}
#chrome #number,
#chrome #number2 {
    width: 128px;
}
#chrome #postcode,
#chrome #postcode2 {
    width: 125px;
}
#firefox #postcode,
#firefox #postcode2 {
    width: 126px;
}
#firefox #number,
#firefox #number2 {
    width: 127px;
}
#firefox #postcode,
#firefox #postcode2 {
    width: 122px;
}
#submit {
    margin: 10px 0 0 0;
    /*text-align: center;*/
}
#submit h4 {
    text-align: justify;
    padding: 5px;
    font-size: 10px;
    font-weight: normal;
}
#zarejestruj {
    text-align: center;
    padding: 8px 13px;
    background-color: #cc0000;
    border: 0;
    color: #fff;
    cursor: pointer;
}
.registerselect {
    clear: both;
    float: left;
    width: 600px;
    margin: 10px 0 10px 210px;
}
.registerselect li {
    float: left;
    padding-left: 10px;
    text-align: center;
    cursor: pointer;
}
.registerselect li a {
    text-decoration: none;
    color: #CC0000;
}
#selectAccount {
    display: block;
    position: relative;
    margin: 20px 0;
    padding-bottom: 20px;
}
#selectAccount li {
    display: block;
    float: left;
    background-color: #e4e4e4;
    color: #1e1e32;
    padding: 10px 20px;
    margin: 0px 5px;
    width:calc(50% - 10px);
    box-sizing: border-box;
    cursor: pointer;
}
#selectAccount li a {
    color: #000;
    text-decoration: none;
}
#selectAccount li.selected {
    background-color: #33cc33;
}
#selectAccount li.selected  a {
    color: #FFF;
    text-decoration: none;
}
div.areaText textarea {
    background-color: #eceded;
    border: 1px solid #c0c0c0;
    max-width: 272px;
    max-height: 100px;
    min-height: 100px;
    min-width: 272px;
    text-align: left;
    padding: 0;
}
div#sendFriend h2 {
    line-height: 1.9em;
    margin-bottom: 15px;
}
div#sendFriend p {
    color: #656565;
    font-size: 1.2em;
    margin-bottom: 10px;
}
div#sendFriend {
    display: none;
    width: 440px;
}
div#sendFriend label {
    margin-right: 12px;
    margin-bottom: 9px;
    color: #646464;
}
div#sendFriend .txt {
    display: inline-block;
    color: #676767;
    width: 420px;
    font-family: Tahoma, Arial, sans-serif;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 0 7px;
    font-size: 1.2em;
    line-height: 1.4em;
}
div#sendFriend .txtarea {
    display: block;
    resize: none;
    color: #676767;
    font-family: Tahoma, Arial, sans-serif;
    margin-bottom: 10px;
    width: 500px;
    height: 150px;
    border: 1px dotted #ccc;
    padding: 5px 9px;
    font-size: 1.2em;
    line-height: 1.4em;
}
div#sendFriend .txt:focus,
div#sendFriend .txtarea:focus {
    border-style: solid;
    border-color: #bababa;
    color: #444;
}
div#sendFriend input.error,
div#sendFriend textarea.error {
    border-color: #973d3d;
    border-style: solid;
    background: #f0bebe;
    color: #a35959;
}
div#sendFriend input.error:focus,
div#sendFriend textarea.error:focus {
    border-color: #973d3d;
    color: #a35959;
}
div#sendFriend #send {
    color: #dee5f0;
    display: block;
    cursor: pointer;
    padding: 5px 11px;
    border-radius: 5px;
    background: #CC0000;
    border: 0;
    float: right;
}
div#sendFriend #send:hover {
    background: #183d80;
    background: -webkit-gradient(linear, left top, left bottom, from(#284f9d), to(#0c2b6b));
    background: -moz-linear-gradient(top, #284f9d, #0c2b6b);
    background: -webkit-linear-gradient(top, #284f9d, #0c2b6b);
    background: -o-linear-gradient(top, #284f9d, #0c2b6b);
    background: -ms-linear-gradient(top, #284f9d, #0c2b6b);
    background: linear-gradient(top, #284f9d, #0c2b6b);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#284f9d', endColorstr='#0c2b6b');
}
div#sendFriend #send:active {
    color: #8c9dc0;
    background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7));
    background: -moz-linear-gradient(top, #0e387d, #2f55b7);
    background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
    background: -o-linear-gradient(top, #0e387d, #2f55b7);
    background: -ms-linear-gradient(top, #0e387d, #2f55b7);
    background: linear-gradient(top, #0e387d, #2f55b7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
}
table.orders {
    width: 570px;
}
th.name_ {
    text-align: left;
}
table.orders td {
    padding: 7px 5px;
}
table.orders .suma {
    text-align: right;
}
table.orders .right {
    text-align: center;
}
.toporder {
    position: relative;
    top: 8px;
}
#desc_other {
    width: 265px;
    margin-top: 10px;
    height: 70px;
    background-color: #eee;
}
#cookie_info {
    position: fixed;
    width: 400px;
    bottom: 20px;
    right: 20px;
    display: block;
    float: left;
    background: black;
    color: white;
    padding: 30px 20px 20px 20px;
    font-size: 11px;
    line-height: 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    opacity: 0.8;
}
#cookie_info_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.lista {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    clear: both;
}
.lista li {
    margin: 0;
    padding: 0;
}
#backet_clear {
    float: left;
    padding: 30px 0 0 0;
}
#basket_edit {
    float: right;
    padding: 30px 0 0 0;
}
#basket_edit input {
    margin-right: 10px;
    margin-top: 17px;
}
#basket_edit p {
    /*font-size: 13px;
    line-height: 17px;
    display: block;*/
    float: right;
}
#basket_edit p span {
    font-weight: bold;
}
#basket_edit p span.red {
    color: red;
}
.row > small {
    color: red;
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
    padding: 5px 0;
}
.low_amount {
    border: 1px solid red;
}
.low_amount .delete a {
    width: 28px !important;
}
#delivery_address,
#delivery_select {
    width: 100%;
    float: right;
    /* margin-right: 5px; */
    height: 30px;
    box-sizing: border-box;
    margin: 2px 0px 7px 0px;
    border: none;
}
div.delivery {
    width: 200px;
    float: left;
}
div.delivery input[type="radio"] {
    float: left;
}
div.delivery_desc {
    float: left;
    width: 200px;
}
.delivery label {
    float: left;
}
#comment {
    float: left;
    width: 100%;
    margin-top: 20px;
}
#comment label {
    font-weight: bold;
}
#summary {
    clear: both;
    text-align: left;
}
#delivery,
#shipment {
    clear: both;
    width: 100%;
    margin-top: 30px;
}
#basket label {} 
#comment textarea {
    width: 100%;
    height: 100px;
    resize: none;
}
#summary h3 {
    margin-top: 35px;
}
#confirmorder {
    background-color: #CC0000;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    padding: 10px;
    border: 0;
    margin-top: 10px;
}
p#order {
    padding: 10px;
}
#infoDelivery {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 10px;
}
#userData {
    padding: 10px;
    width: 100%;
    float: left;
}
.error_delivery {
    float: left;
    border: 1px solid #CC0000;
    padding: 3px;
    margin-top: 30px;
    width: 545px;
    clear: both;
}
div.red {
    background-color: #fff;
    border: 1px solid #CC0000;
    padding: 5px;
    margin-top: 40px;
}
div.green {
    background-color: #fff;
    border: 1px solid #4DB849;
    padding: 5px;
    margin-top: 40px;
}
#currency {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
#currency select {
    width: 150px;
}
#currency small {
    font-size: 12px;
}
#currency ul {
    display: inline;
    margin: 0;
    padding: 0;
}
#currency li {
    margin: 0 0 0 10px;
    padding: 0;
    display: inline;
}
#currency a {
    text-decoration: none;
    padding: 1px 6px;
    font-size: 13px;
    color: #3b3d3d;
    border: 1px solid #3b3d3d;
}
#currency li.selected a {
    background: #3b3d3d;
    color: white;
}
.printer #addtoCartProductPage,
.printer #recommend,
.printer #addtocart {
    display: none;
}
.printer img {
    display: block;
    padding-bottom: 50px;
}
.toprint {
    display: none;
}
p.warning {
    background-color: #ffcccc;
    background-image: url('../../images/tkn/error.png');
    background-repeat: no-repeat;
    background-position: 7px 8px;
    padding: 10px 10px 10px 30px;
    margin: 10px 0px;
    float: left;
    width: 540px;
}
p.info {
    background-color: #f4f8fc;
    background-image: url('../../images/tkn/information.png');
    background-repeat: no-repeat;
    background-position: 7px 8px;
    padding: 10px 10px 10px 30px;
    margin: 10px 0px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.addotheraddress,
.addNewDelivery {
    cursor: pointer;
}
label {
    font-weight: normal;
}
.sitemap ul {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    list-style-type: circle;
}
.sitemap li {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
.sitemap a {
    color: black;
}
.center {
    text-align: center;
}
.mr_table td {
    text-align: left;
}
.mr_table th {
    text-align: right;
    padding-right: 10px;
    width: 150px;
}
.mr_table_pretty {
    border-collapse: collapse;
    width: 100%;
}
.mr_table_pretty td {
    text-align: left;
    border: 1px solid #eee;
    padding: 3px;
}
.mr_table_pretty th {
    padding-right: 10px;
    border: 1px solid #fff;
    padding: 3px;
    background: #eee;
}
.w20 {
    width: 20px !important;
}
.w30 {
    width: 30px !important;
}
.w40 {
    width: 30px !important;
}
.w30p {
    width: 30%;
}
.w70p {
    width: 70%;
}
.mr_table_orders {
    margin: 10px 0;
}
.mr_table_orders td,
.mr_table_orders th {
    text-align: center;
}
.mr_table_orders .inactive {
    color: #aaa;
}
#infoOrderSum {
    padding-top: 20px;
    float: left;
    clear: both;
    width: 100%;
}
.subaccount {
    padding: 10px 0 0;
    clear: both;
}
#subaccount input[type=image] {
    width: auto;
}
input.required {
    /*background-color: #fceded;*/
}
span.required {}
/*.bg_head {

        height: 40px;

}*/

ul.head_menu {} table.pass_table {
    border: 0;
    background-color: white;
}
table.pass_table td {
    background: white;
    border: 0;
    text-align: left;
}
.product_columns {
    width: 185px;
    float: left;
}
.product_in_box {
    background: url('images/product_small_180.png') no-repeat;
    background-position: 2px 0;
    width: 180px;
    height: 280px;
    padding: 5px 3px 0 3px;
    margin-bottom: 5px;
    clear: both;
}
.product_in_box_data {
    height: 187px;
    padding: 3px;
}
.product_in_box_data h4 {
    background-color: black;
}
.product_in_box_bottom {
    height: 42px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
.product_in_box_footer {
    height: 42px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
.product_column_quality1 {
    background-color: #Faa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.product_column_quality5 {
    background-color: #aaF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.product_column_quality10 {
    background-color: #aFa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.product_columns h3 {
    font-size: 12px;
    font-weight: bold;
    padding: 12px 10px 8px 10px;
    text-transform: uppercase;
    clear: left;
    overflow: hidden;
}
.product-list tbody tr:not(:last-child) {
    border-bottom: 1px solid #93b723;
}
.product-list tbody .content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-list tbody tr td:not(.content) {
    vertical-align: middle;
}
.product-list tbody tr .price {
    font-size: 16px;
    width: 220px !important;
}
center.success {
    padding: 20px;
    color: #93b723;
}
center.error {
    padding: 20px;
    color: #B72323;
}
.product-list2 .product {
    position: relative;
    display: inline-block;
    vertical-align:middle;
    width: 235px;
    margin-right: 19px;
    margin-bottom: 25px;
    /*float: left;*/
    background-color: #f0f0f0;
    height: 280px;
}
.product-list2 .product:nth-child(3n+0) {
    margin-right: 0px;
}
.product-list2 .product .image img {
    max-width: 135px;
    max-height: 130px;
    vertical-align: middle;
}
.product-list2 .product .image {
    height: 134px;
    line-height:134px;
    /*padding-top: 4px;*/
    margin: 5px;
    background-color: white;
}
.product-list2 .product .description {
    padding: 5px;
    /* min-height: 40px; */
    max-height: 45px;
    /* background-color: gray; */
}
.product-list2 .product .description a {
    color: black;
    font-size: 12px;
    text-decoration: none;
    font-weight:600;
}
.product-list2 .product .cont {
    background-color: #f0f0f0;
    padding: 0px 10px;
    min-height: 110px;
}
.product-list2 .product .cena {
    position: absolute;
    right: 9px;
    bottom: 0px;
    width: 99px;
    text-align: right;
    height: 40px;
}
.product-list2 .product .cena span {
    font-size: 14px;
}
.product-list2 .product .symbol {
    position: absolute;
    left:9px;
    bottom: 0px;
    text-align: left;
    width: 100px;
    /*float: left;*/
    height: 40px;
}
.product-list2 .product .form-product {
    /*padding: 5px;*/
    width: 140px;
    float: right;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: 0px;
}
.product-list2 .product .more {
    width: 100px;
    float: right;
    padding: 5px;
    padding-top: 8px;
    text-align: right;
}
.product-list2 .product .more a {
    text-decoration: none;
    color: #CE0000;
}
aside#left div ul {

    background-color: #F7F7F7;
}
aside#left div ul li {
    /* border-bottom: 1px solid #E2E2E2; */
}
form.szybkie {
    margin: 0px auto;
    width: 400px;
}
.szybkie .form-lp {
    width: 30px;
    display: inline-block;
    text-align: right;
    margin-bottom: 6px;
}
.szybkie .form-index {
    margin-right: 15px;
    width: 180px;
}
.szybkie .form-quantity {
    width: 50px;
}
.szybkie label span {
    display: inline-block;
    text-align: center;
}
.szybkie label span.form-quantity {
    margin-left: 10px;
}
.szybkie input[type='text'],
.szybkie input[type='number'] {
    /* border-radius: 4px; */
    font-family: Tahoma;
    background-color: rgba(255, 255, 255, 1);
    /* border: 1px solid #000; */
    padding: 2px 2px 2px 10px;
}
.input-error {
    background-color: rgba(230, 36, 36, 0.18) !important;
}
.basket-list {
    width: calc(100% + 20px);
    margin: 0px -10px;
    font-size: 13px;
}
.basket-list td {
    vertical-align: middle;
}
.basket-list input {
    width: 50px;
    /*border-radius: 4px;*/
    font-family: Tahoma;
    background-color: rgba(255, 255, 255, 1);
    /*border: 1px solid #7B9626;*/
    /*border: 1px solid #000;*/
    padding: 2px 2px 2px 10px;
}
.basket-list a {
    text-decoration: none;
    color: #000;
}
.basket-list td {
    background-color: #F7F7F7;
    /*padding: 10px 5px 10px 5px;*/
    padding: 10px 0px 10px 0px;
}
.basket-list tr {
    border-bottom: 10px solid white;
}
.netto-selected {
    border: 1px solid #93B723;
}

#maincontent{
    background-color: #f0f0f0;
}

article#main.ProductList{
    display: table-cell;
    float:none;
    padding: 0px;
    /*width: calc(100% - 360px) !important;*/
    width: 70%;
    border-left: solid 50px #FFF;
    background-color: #FFF;
}



.nsFormNewStyle input, .nsFormNewStyle textarea{
    height: 30px !important;
    width: 100% !important;
    background-color: #FFF !important;
    box-sizing: border-box !important;
    border: none !important;
    max-width: none !important;
    max-height: none !important;
    min-height: 0px !important;
    min-width: 0px !important;
}

.nsFormNewStyle input[type="checkbox"]{
    position: relative;
    margin-right: 100%;
    width: 20px !important;
    height: 20px !important;
    background-color: #33cc33 !important;
    appearance: none;
    -webkit-appearance: none;
}
.nsFormNewStyle input[type="checkbox"]:checked:after {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #FFF !important;
    content: "✔" !important;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    filter: drop-shadow(0px 0px 5px #FFF);
}
.nsFormNewStyle input[type="checkbox"]:focus{
    outline: none;
}

.nsFormNewStyle textarea{
    height: 90px !important;
}

.kontaktForm div.datarow span{
    font-size: 12px !important;
    font-weight: normal !important;
    color: #1e1e32 !important;
}
.nsFormNewStyle input[type="submit"]{
    height: 30px !important;
    width: 100% !important;
    border: none !important;
    background-color: #33cc33 !important;
    font-weight: bold !important;
    color: #FFF !important;
}

span.nsSubmitShort input[type="submit"]{
    width:auto !important;
    padding: 2px 25px !important;
    margin-top: 10px;
}
div.product-list2{
    text-align: center;
}
div.product-list2:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

div.column3{
    display: inline-block;
    width: calc(60% - 63px) !important;
    margin: 0px 21px;
}

input.nsBuy{
    height: 30px;
}

#mainphoto{
    background-color: #FFF;
    margin-bottom: 5px;
}

nav#nsBigMenu{
    position: relative;
    width:1180px;
    height: 852px;
    background: url("/public/images/n_paperoffice/MenuBG.jpg");
    font-family: "Kalam-Regular";
}
nav#nsBigMenu ul{
    position: absolute;
    left: 553px;
    top: 268px;
    width: 300px;
    font-size: 24px;
    line-height: 26px;
}
nav#nsBigMenu ul:first-child{
    left: 80px;
    top: 243px;
}

nav#nsBigMenu ul li{
    margin-bottom: 16px;
    cursor: pointer;
    padding-left: 20px;
}
nav#nsBigMenu ul li a:before{
    position:absolute;
    left:-10px;
    color: #33cc33;
    content: "✔";
    font-size: 30px;
}
nav#nsBigMenu ul li:hover a:before{
    left: -8px;
    content: "●";
    /* color: rgba(215,172,119, 0.6); */
    color: rgba(224, 224, 224, 0.8);
    text-shadow: 1px 4px 6px #def, 0 0 0 #000;
    /*text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;*/
    /*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0,0,0,0.1);*/
}
nav#nsBigMenu ul li a{
    color: #000;
    text-decoration: none;
    display: block;
    width: 100%;
}
#menu_n ul li a:hover{
    color: #33cc33;
}
.n_inf-cont ul li a:hover{
    color: #33cc33;
}
aside#left div#cats ul li a:hover{
    color: #33cc33;
}

#nsBasket{
    height: 40px;
    width:100%;
    line-height: 40px;
    background-color: #33cc33;
    padding: 0px 0px;
    box-sizing: border-box;
    overflow: hidden;
}

#nsBasket a{
    height: 40px;
    width: 100%;
    position: relative;
    float:left;
    text-align: center;
}
#nsBasket a img{
    transition: transform 0.2s ease;
}
#nsBasket a:hover img{
    transform: translateX(-10px);
}

#nsBasket .nsBasketPrice{
    display: inline-block;
    position: relative;
    /*float:right;*/
    text-align: center;
    color: #FFF;
    transition: filter 0.2s ease;
}
#nsBasket a:hover .nsBasketPrice{
    filter: drop-shadow(0 0 1px rgba(0,255,0,0.6));
}
.basket-list td, .basket-list th{
    width:auto;
    padding: 5px 3px;
    box-sizing: border-box;
}
.nsBasketDelete{
    font-size: 20px;
    font-weight: bold;
    color: #000 !important;
}
.nsBasketDelete:hover{
    color: #F00 !important;
}

#backet_clear span{
}
#backet_clear span a{
    display: block;
    height:30px;
    padding: 5px 15px;
    background-color: #000;
    color:#FFF;
    text-decoration: none;
    box-sizing: border-box;
}
#backet_clear span a:hover{background-color: #F00;}


#basket_edit span{
    float: left;
}
#basket_edit span a{
    display: block;
    color:#FFF;
    text-decoration: none;
    height:30px;
    padding: 5px 15px;
    background-color: #33cc33;
    box-sizing: border-box;
}
#basket_edit span a:hover{background-color: #289028;}

#basket_edit input[type="submit"]{
    height:30px;
    padding: 5px 15px;
    background-color: #000;
    border: none;
    color: #FFF;
    box-sizing: border-box;
    margin: 0px 20px 0px 0px;
    cursor: pointer;
}
#basket_edit input[type="submit"]:hover{background-color: #33cc33;}

.nsBasketPriceSpace{
    margin-right: 10px;
}

.szybkie input[type="submit"], #summary input[type="submit"], .input input[type="submit"]{
    height:30px;
    padding: 5px 15px;
    background-color: #33cc33;
    border: none;
    color: #FFF;
    box-sizing: border-box;
    margin: 0px 20px 0px 0px;
    cursor: pointer;
}
.szybkie input[type="submit"]:hover, #summary input[type="submit"]:hover, .input input[type="submit"]:hover{background-color: #289028;}

#printarea{
    margin: 0px -10px;
    padding: 0px 10px;
    background-color: #f0f0f0;
}
aside#left > div#cats{
    transition: margin 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#footer-menu ul li a.active{
    color: #33cc33;
    font-weight: bold;
    pointer-events: none;
}
.n_green ul li a{
    color: #33cc33;
    font-weight: bold;
}
.n_green ul li a:hover{
    color: #31af31;
}
.n_green ul li{
    margin-top: 0px;
    line-height: 28px;
}