@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #ffffff;
	line-height: 1.5;
}

ul, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, input, p, span, button, textarea {
    padding: 0px;
    margin: 0px;
}

strong {font-weight: 600;}

h1 {
	color: rgb(6, 114, 249);
	font-size: 16px;
}

input[type="submit"] {
	padding: 3px 6px;
}

input[type="password"]:focus,
input[type="text"]:focus {border: solid 1px #fe9601;}

img {
    border: none;
}

.body {
    clear: both; margin: 0 auto; width: 1000px;
}

a {
    text-decoration: none;
}

noscript div {
    display: block;
    padding: 30px;
    font-size: 14px;
    background: #ffff90;
    text-align: center;
}

#top-login-bg {
	height: 90px;
	background-color: #f9f9f9;
}

#top-login {
	position: relative;
}

#login-close {
 /*   position: absolute; */
    cursor: pointer;
 /*   top: -10px;
    right: -12px; */
    width: 24px;
    height: 24px;
    background: url('/gfx/login-button-close.png') no-repeat;
	margin-top: 5px;
	float:right;
}

#top-login .logo {
    background: url('/gfx/logo.png') no-repeat;
    width: 174px;
    height: 60px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
}

#login-box-float form {
	color: #b4b4b4;
	line-height: 30px;
	padding-left: 8px;
	font-size: 11px;
}

#login-box-float a {
	color: #b4b4b4;
	font-size: 12px;
	padding-left: 8px;
}

#login-box-float a:hover {
	text-decoration: underline;
}

#login-box-float form input{
/*	width: 119px;
	height: 17px;  
	background: url('/gfx/bg-formularz.png') repeat-x;
	border: none;
	vertical-align: middle; */
	
	width: 300px;
padding: .5em .6em;
display: inline-block;
border: 1px solid #ccc;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
vertical-align: middle;
box-sizing: border-box;
display: block;
}

#login-box-float form label {

	color: #696969;
	text-shadow: 0 0 1px silver;
}

#login-box-float form input[type="submit"]{
/*	width:73px;
	line-height: 9px;  
	background: #000000;
	color: #ffffff;*/
	border: solid 1px #ffffff;;
	cursor: pointer;
/*	padding:0; */
	color: #ffffff;
/*	height: 28px;*/
/*line-height: 28px; */
font-size: 16px;
padding-left: 30px;
padding-right: 20px;
background: #FF7324;
font-weight: 600;
display: block;
padding: .4em .8em;
margin-top: 20px;
}

#login-text {
    color: #000;
    font-size: 14px;
    right: 220px;
    top: 15px;
    position: absolute;
}

#login-text a {
    color: #000;
   /* background: url('/gfx/login-icon.png') no-repeat left center; */
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding-left: 30px;
	padding-right: 20px;
/*	background: #FF7324;*/
	font-weight: 600;
	border: 1px #000 solid;
}

#login-text > a:hover {
    color: #3081f5;
	border: 1px #3081f5 solid;
}

#login-box-float {
 /*   background: url('/gfx/login-bg.png');
    right: 280px;
    top: 64px;
    position: absolute;
    width: 424px;
    height: 62px;
    z-index:110;
    display: none;
    -webkit-box-shadow:  2px 2px 3px 1px rgba(1, 1, 1, 0.4);
    -moz-box-shadow:  2px 2px 3px 1px rgba(1, 1, 1, 0.4);
    box-shadow:  2px 2px 3px 1px rgba(1, 1, 1, 0.4);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; */
	
	width: 320px;
background-color: #fff;
z-index: 9999;
}

.popup {position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.7);
display: flex;
align-items: center;
justify-content: center;
z-index: 9990;
display:none;}

#info-text {
    position: absolute;
    right: 10px;
    top: 54px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

#info-text > span {
    margin-left: 20px;
}

#content {
	/*    width: 100%;*/
}

#content_text {
	/*  padding: 10px;*/
}

#content_text ul {
	margin-left: 30px;
}

#cms_photo_box ul {
    list-style: none;
    margin:0px;
}

#cms_photo_box li {
    margin-bottom: 8px;
    border: solid 1px #444444;
}

#cms_photo_box img {
    border: none !important;
}

#cms_photo_box a {
    display: block;
}

.photo_type_txtgfx {
    float: right;
    margin-left: 10px;
    text-align: center;    
}

.photo_type_txtgfx ul {
    list-style: none;    
}

.photo_type_txtgfx span {
    display: block;  
    background-color: #EDF2F8;
    color: #004D95;
    padding: 4px;
    font-size: 11px;
    font-weight: 600;
}

#middle {
    display: table;
    padding-bottom: 10px;
    background-color: #ffffff;
	padding-top: 10px;
}

#middle > div {
    display: table-cell;
    vertical-align: top;
}

#middle-title {
  /*  font-size: 16px;
    margin-bottom: 10px;*/
	font-size: 22px;
color: #000;
/* height: 42px; */
line-height: 42px;
position: relative;
font-weight: 300;
}

.center {margin: 0 auto; 
display: block;}

#sidepanel {
	width:250px;
	padding-right: 8px;
}

#sidepanel > div {
    text-align: center;
}

.title-kategorie {
/*	background: #3081f6;*/
	height: 42px;
	line-height: 42px;
	color: #ffffff;
	text-align: center;
/*	border: 1px solid #2c75de;*/
/*background-size: 100%;
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(30%, #2c75de),color-stop(100%, #3081f6));
background-image: -moz-linear-gradient(bottom, #2c75de 30%,#3081f6);
background-image: -webkit-linear-gradient(bottom, #2c75de 30%,#3081f6);
background-image: linear-gradient(to top, #2c75de 30%,#3081f6);*/
background: #2058a9;
background: -moz-linear-gradient(left,#2058a9,#3081f5);
background: -webkit-linear-gradient(left,right,#2058a9,#3081f5);
background: -webkit-linear-gradient(left,#2058a9,#3081f5);
background: -o-linear-gradient(left,#2058a9,#3081f5);
background: -ms-linear-gradient(left,#2058a9,#3081f5);
background: linear-gradient(to right,#2058a9,#3081f5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2058a9,endColorStr=#3081f5,GradientType=1);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2058a9, endColorstr=#3081f5, GradientType=1)";

}

.title-polecamy {
	background: url('/gfx/n-polecamy.png') no-repeat left center;
	padding-top: 25px;
    height: 68px;
}

#menu-categories {
    text-align: left !important;
    background: url('/gfx/bg-menu.png') #1a5000 repeat-x bottom;
}

#menu-categories a:hover {
	color: #fe6915;
}

#menu-categories > ul > li a {
    padding-left: 12px !important;
    background-position: 1px 11px !important;
}

#menu-categories > ul > ul > li a {
    background-position: 7px 11px !important;
}

#menu-categories > ul > ul > li {
    background: url('/gfx/menu-fancy2.png') no-repeat 2px -2px;
    padding-left: 20px;
}

#menu-categories > ul > ul > li:last-child {
    background: url('/gfx/menu-fancy.png') no-repeat 2px -2px;
    padding-left: 20px;
}

#menu-categories ul {
    list-style: none;
    padding: 0px 5px 6px 0px;
    text-align: left;
}

#menu-categories ul li {
    display: block;
}

#menu-categories > .side-list-menu {
    border: solid 1px #e8e8e8;
    border-top: none;
}

#menu-categories > .side-list-menu > .side-list-menu {
    padding-left: 20px;
    font-size: 11px;
}

#menu-categories .side-list-menu {
    background-color: #ffffff;
    font-size: 14px;
}

#menu-categories .side-list-menu a {
    color: #494949;
    display: block;
    padding: 6px 4px;
}

#menu-categories .side-list-menu a:hover {
    color: #fe6915;
}

#menu_sel a {
    color: #ff7324 !important;
}

#script {
	margin-top: 40px;
}

#path {
    height: 32px;
    line-height: 32px;
    color: #42454a;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
}

#path a {
    color: #a6a6a6;
}

#path > a:last-child {
    font-weight: 600;
}

#path a:hover {
    text-decoration: underline;
}

#path-cart-info {
    position: absolute;
    right: 5px;
    top: 15px;
    height: 37px !important;
}

#path-cart-info > div {
	position: absolute;
	right: 0px;
	top: 32px;
	z-index: 10000;
	padding: 10px;
	border: solid 1px #2885b1;
	background-color: #ffffff;
	font-size: 10px;
	line-height: normal;
	-webkit-box-shadow:  2px 2px 3px 1px rgba(1, 1, 1, 0.4);
	-moz-box-shadow:  2px 2px 3px 1px rgba(1, 1, 1, 0.4);
	box-shadow:  2px 2px 3px 1px rgba(1, 1, 1, 0.4);
	display: none;
}

#basket-hidden {
	width: 204px;
	padding-left: 20px;
	text-align: left;
}

.cart-items {background: #e50012 none repeat scroll 0 0;
border-radius: 100%;
color: #fff;
height: 24px;
line-height: 24px;
position: absolute;
text-align: center;
top: -10px;
transform: translateX(12px);
width: 24px;
left: 200px;}

#basket-hidden > a {
  /*  background: url('/gfx/basket-icon.png') no-repeat left center; */
    color: #000;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    display: block;
   /* padding-left: 42px;
	 background: #7BB801; */
	font-weight: 600;
	border: 1px #000 solid;
	text-align: center;
}

#basket-hidden > a:hover {
    color: #e50012;
	border: 1px #e50012 solid;
}

#order-steps {
	margin-bottom: 10px;
}

#order-steps span {
	display: inline-block;
	font-size: 18px;
	color: #dddddd;
}

#order-steps .step-notactive {
	color: #dddddd !important;
}

#order-steps .step-notactive a {
	color: #dddddd !important;
	border-bottom: solid 4px #DDD !important;
}

#order-steps span a {
	display: inline-block;
	color: #dddddd;
	width: 180px;
	border-bottom: solid 4px #DDD;
}

#order-steps .step-1 a {
	color: #3081f6;
	border-bottom: solid 4px #3081f6;
}

#order-steps .step-2 a {
	color: #fe9601;
	border-bottom: solid 4px #fe9601;
}

#order-steps .step-2 a:hover {
	color: #fe9601 !important;
	border-bottom: solid 4px #fe9601 !important;
}

#order-steps .step-3 a {
	color: #279000;
	border-bottom: solid 4px #279000;
}

#order-steps .step-3 a:hover {
	color: #279000 !important;
	border-bottom: solid 4px #279000 !important;
}

#order-form3 > div > label {
	display: block;
	margin-bottom: 10px;
}

#path-cart-info > div tr {
	white-space: nowrap;
}

#path-cart-info > div span {
	margin-left: 10px;
	width: 85px;
	display: inline-block;
}

#path-cart-info > div h4 {
	color: #2d82f6;
	font-weight: 600;
	text-align: right;
	font-size: 11px;
	margin-top: 8px;
}

#path-cart-info .table-price {
	width: 80px;
	text-align: right;
}

#product-frame {
    border: solid 1px #cccccc;
}

.product-list {
	/*    width: 736px;*/
}

.toolbar h1 {
	margin: -5px;
	font-size: 14px;
	color:#ffffff;
	background-color: #0284c2;
	height: 21px;
	line-height: 21px;
	padding-left: 4px;
	width: 260px;
	background: url('/gfx/cat_green.png') #397302 no-repeat right center;
}

.toolbar h1 a {
	color: #ffffff;
}

.toolbar h2 a {
	color: #ff7324;
	font-size: 16px;
}

.toolbar > div {
	color: #919191;
	font-size: 12px;
	padding: 5px;
}

.product-views > h1 {
    font-size: 22px;
    color: #000;
   /* background-color: #ff7324;*/
    height: 42px;
    line-height: 42px;
    padding-left: 5px;
    position: relative;
	font-weight: 300;
}

/* START widok 1 */

#product-list {
}

#product-list ul {
    list-style: none;
    margin: 0px -5px 10px 5px
}

#product-list li {
	/*    float: left;*/
    display: inline-block;
    width: 234px;
    height: 208px;
    background-color: #ffffff;
    margin: 0px 10px 5px 0px;
    border: solid 1px #C7C7C7;
    position: relative;
}

#product-list li:hover {
    border: solid 1px #fe6915;
}

#product-list li .product-href-all {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 500;
}

#product-list li:hover .product-list-url{
    background-color: #fe6915;
}

#product-list li:hover .product-list-price-brutto {
    color: #fe6915;
}

#product-list .product-list-img {
    display: block;
    width: 124px;
    height: 100px;
    position: absolute;
    top: 52px;
    left: 52px;
    text-align: center;
}

#product-list .product-list-img img {
    border: 0;
}

#product-list .product-list-url {
    height: 37px;
    overflow: hidden;
    background-color: #9b9b9b;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 11px;
    padding: 4px;
    line-height: 13px;
	min-width: 97%;
}

#product-list .product-list-url a {
    color: #ffffff;
    font-weight: normal;
	/*    font-family: "Lucida console", 'Open Sans', sans-serif;*/
}

#product-list .product-list-url a:hover {
}

#product-list .product-carts {
    display: none;
}

#product-list .cart-add {
    width: 36px;
    height: 37px;
    left: 0px
}

#product-list .cart-more {
    width: 69px;
    right: 0px;
}

#product-list .product-prices {
	position: absolute;
	left: 6px;
	bottom: 2px;
	padding: 2px 4px;
}

#product-list .product-prices > span {
    display: block;
    padding: 2px 0px 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

#product-list .product-list-price-brutto {
    font-weight: 600;
    font-size: 22px;
}

#product-list .product-list-price-brutto > span {
    display: block;
    font-size: 10px;
}

#product-list .product-list-price-netto {
    font-size: 11px;
}

#product-list .product-bar {
    width: 38px;
    height: 35px;
    position: absolute;
    right: 30px;
    top: 181px;
    font-size: 10px;
    color: #498df0;
}


/* KONIEC widok 1 */

/* START widok 2 */


#promotion-box-products h3 {
/*	background: url('/gfx/cat_red.png') #0284c3 no-repeat right center;
	background-color: #900023;
	width: 254px;
	color: #ffffff;
	font-size: 14px;
	padding: 1px 5px; */
	font-size: 22px;
color: #000;
height: 42px;
line-height: 42px;
padding-left: 5px;
position: relative;
font-weight: 300;
}

#promotion-box-products ul {
    list-style: none;
    margin: 10px 21px;
    width: 722px;
}

#promotion-box-products > div {
    height: 234px;
}

#promotion-box-products > span {
    position: absolute;
    width: 32px;
    height: 208px;
    display: block;
    cursor: pointer;
    top: 25px;
    z-index: 7000;    
}

#promotion-box-products {
    position: relative;
}

#promotion-box-products ul li {
    display: inline-block;
    width: 129px;
    height: 208px;
    border: solid 1px #c7c7c7;
    vertical-align: top;
    margin: 0px 5px;
}

#promotion-box-products #prev-promo {
    background: url('/gfx/arrow-left.png') no-repeat center center;
    left: -7px;

}

#promotion-box-products #next-promo {
    background: url('/gfx/arrow-right.png') no-repeat center center;
    right: -5px;
}

#product-list-2 {
}

#product-list-2 ul {
    list-style: none;
    margin-bottom: 8px;
}

#product-list-2 li {
    height: 35px;
    clear: both;
    border-top: dashed 1px #858585;
    position: relative;
    overflow: hidden;
}

#product-list-2 li:hover {
}

#product-list-2 .product-list-img {
    display: none;
    width: 157px;
    height: 152px;
}

#product-list-2 .product-list-url {
    float: left;
    overflow: hidden;
    padding-left: 8px;
}

#product-list-2 .product-list-url a {
    color: #858585;
    line-height: 35px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 540px;
    overflow: hidden;
}

#product-list-2 .product-list-link {
    text-align: right;
    color: #000000;
    display: block;
    margin-right: 10px;
    font-size: 12px;
}

#product-list-2 .product-list-link:hover {
    text-decoration: underline;
}

#product-list-2 .product-list-url a:hover {
    color: #ff7324;
}

#product-list-2 .product-carts > p {
    margin-top: 5px;
    position: relative;
    width: 157px;
    height: 23px;
    background: url('/gfx/cart-more.png') no-repeat;
}

#product-list-2 .product-carts {
    position: absolute;
    right: 4px;
    top: 8px;
    width: 27px;
    height: 19px;
  /*  background: url('/gfx/basket-mikro.png') no-repeat; */
}

#product-list-2 .product-carts > a {
    display: block;
    height: 20px;
    width: 23px;
	font-size: 20px;
	color: #444444;
}

#product-list-2 .cart-more {
    width: 69px;
    right: 0px;
}

#product-list-2 .product-prices {
    width: 95px;
    position: absolute;
    right: 8px;
    top: 0px;
}

#product-list-2 .product-prices > span {
    display: block;
    padding: 2px 0px 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

#product-list-2 .product-list-price-brutto {
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
}

#product-list-2 .product-list-price-brutto > span {
    display: none;
}

#product-list-2 .product-list-price-netto {
    font-size: 11px;
}

#product-list-2 .product-bar {
    width: 38px;
    height: 35px;
    position: absolute;
    right: 124px;
    top: 0px;
}

#product-list-2 .product-bar > span {
    display: none;
}

#toolbar-title {
    font-weight: 600;
    font-size: 11px;
    margin-left: 8px;
    color: #444444;
    padding-bottom: 5px;
}

.toolbar-sort {
    padding-left: 8px !important;
}

.toolbar-sort a {
    color: #3081f6;
}

.toolbar-sort a:hover {
    color: #ff7324;
}

.bar-0 {
    background: url('/gfx/bar-0.png') no-repeat right center;
}

.bar-1 {
    background: url('/gfx/bar-1.png') no-repeat right center;
}

.bar-2 {
    background: url('/gfx/bar-2.png') no-repeat right center;
	width: 160px;
}

.bar-3 {
    background: url('/gfx/bar-3.png') no-repeat right center;
	width: 175px;
}

.bar-4 {
    background: url('/gfx/bar-4.png') no-repeat right center;
	width: 205px;
}

.bar-5 {
    background: url('/gfx/bar-5.png') no-repeat right center;
	width: 205px;
}

.spec { margin-left:10px; }

.ikony { width: 50px;
border: 1px solid;
margin-right: 6px;
margin-bottom: 10px;
}

/* KONIEC widok 2 */

/* START widok promocji */

#product-list-promo {
	border: solid 1px #CCCCCC;
/*	margin-bottom: 10px;*/
	margin-bottom: 0px;
}

#product-list-promo ul {
    list-style: none;
 /*   margin: 10px -5px 10px 30px;*/
	margin: 10px -5px 10px 15px
}

#product-list-promo li {
	/*    float: left;*/
	display: inline-block;
    width: 179px;
    height: 208px;
    background-color: #ffffff;
    margin: 0px 10px 5px 0px;
    border: solid 1px #C7C7C7;
    position: relative;
}

#product-list-promo .product-list-img {
    display: block;
    width: 124px;
    height: 100px;
    position: absolute;
    top: 60px;
    left: 0px;
    text-align: center;
}

#product-list-promo .product-list-img img {
    border: 0;
}

#product-list-promo .product-list-url {
    height: 37px;
    width: 121px;
    overflow: hidden;
    background-color: #f2f2f2;
    position: absolute;
    left: 0px;
    top: 163px;
    font-size: 11px;
    padding: 4px;
    line-height: 13px;
}

#product-list-promo .product-list-url a {
    color: #022150;
    font-weight: normal;
	/*    font-family: "Lucida console", 'Open Sans', sans-serif;*/
}

#product-list-promo .product-list-url a:hover {
    color: #E51212;
}

#product-list-promo .product-carts {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 36px;
    height: 37px;
    background: url('/gfx/basket.png') no-repeat;
}

#product-list-promo .product-carts > a {
    display: block;
    width: 36px;
    height: 37px;
}

#product-list-promo .cart-add {
    width: 36px;
    height: 37px;
    left: 0px
}

#product-list-promo .cart-more {
    width: 69px;
    right: 0px;
}

#product-list-promo .product-prices {
	position: absolute;
	left: -1px;
	top: -1px;
    padding: 2px 4px;
}

#product-list-promo .product-prices > span {
    display: block;
    padding: 2px 0px 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

#product-list-promo .product-list-price-brutto {
    font-weight: 600;
    font-size: 18px;
}

#product-list-promo .product-list-price-netto {
    font-size: 11px;
}

#product-list-promo .product-bar {
    width: 38px;
    height: 35px;
    position: absolute;
    left: 4px;
    top: 30px;
}

/* KONIEC widok promocji */

#mini-panel {
	position: absolute;
	right: 5px;
	top: 4px;
} 

#mini-panel a {
	display: inline-block;
	background: url('/gfx/dot.png') no-repeat left center;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 12px;
	color: #434449;
}

#mini-panel a:hover {
	text-decoration: underline;
}

#menu-bar {
	background-color: #000000;
}

#menu-bar > div {
	height: 40px;
	position: relative;
}

#menu-bar ul {
	list-style: none;
	display: table;
	margin: 0px;
	padding: 0px;
}

#menu-bar li {
	list-style: none;
	display: table-cell;
	height: 40px;
}

#menu-bar li a:hover {
    color: #1f9906;
}

#menu-bar li a {
	color: #ffffff;
	font-size: 13px;
	padding: 0px 15px;
	line-height: 40px;
	display: inline-block;
}

#search-form {
    position: absolute;
    right: 500px;
    top: 25px;
}


#search-form input[type='text'] {
    border: solid 1px #e5e5e5;
    height: 32px;
    line-height: 22px;
    width: 262px;
    vertical-align: middle;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	padding-left: 10px;
}

#search-form input[type='submit'] {
    border: none !important;
    width: 27px;
    height: 19px;
    vertical-align: middle;
    cursor: pointer;
    background: url('/gfx/ico-search.png') #ffffff no-repeat center center;
    position: absolute;
    right: 6px;
    top: 7px;
}

#banner-table {
    margin: 0 auto;
    margin-bottom: 6px;
}

#banner-table > div {
	vertical-align: top;
}

#top-banner-parent > div {
	z-index: 50;
	position: relative;
}

#top-banner-parent > div > span {
	position: absolute;
	width: 32px;
	height: 208px;
	display: block;
	cursor: pointer;
	top: 0px;
	z-index: 200;
}

#top-banner-parent #prev-banner {
	background: url('/gfx/arrow-left.png') no-repeat center center;
	left: 8px;
}

#top-banner-parent #next-banner {
	background: url('/gfx/arrow-right.png') no-repeat center center;
	right: 8px;
}

#top-banner {
	/*     width: 738px;*/
	height: 330px;
	margin: 0 auto;
}

#banner-nav {
    list-style: none; 
    text-align: left;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
  /*  width: 130px; */
    width: auto;
    background-color: #ffffff;
    border: solid 1px #585858;
    -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
    padding: 0px 4px;
}

#banner-nav li {
	display: inline-block;
}

#banner-nav li a {
    display: block;
    padding: 5px;
    color: #585858;
    font-weight: 600;
}

#banner-nav li a:hover {
    color: #ff7223;
}

#banner-nav .activeSlide a {
    color: #ff7223;
}

#category-banners {
	background: url('/gfx/category-bg.png') no-repeat 0px 0px;
	height: 92px;
	width: 998px;
	border: solid 1px #e5e5e5;
	margin-bottom: 6px;
	display: block;
} 

#category-banners > a {
	display: block;
	height: 92px;
	float: left;
} 

#category-banners > a:hover {
    background: url('/gfx/category-bg.png') no-repeat;
} 

#category-banners #category-n1 {
    width: 224px;
    background-position: 0px -92px;
} 

#category-banners #category-n1:hover {
    background-position: 0px -92px;
} 

#category-banners #category-n2 {
    width: 196px;
} 

#category-banners #category-n2:hover {
    background-position: -224px -92px;
} 

#category-banners #category-n3 {
    width: 196px;
} 

#category-banners #category-n3:hover {
    background-position: -420px -92px;
} 

#category-banners #category-n4 {
    width: 166px;
} 

#category-banners #category-n4:hover {
    background-position: -616px -92px;
} 

#category-banners #category-n5 {
    width: 216px;
} 

#category-banners #category-n5:hover {
    background-position: -782px -92px;
} 

#login-box {
	background-color: #3784f0;
	width: 230px;
	color: #ffffff;
	font-size: 12px;
	padding: 8px;
}

#login-box a {
	color: #ffffff;
}

#login-box a:hover {
	text-decoration: underline;
}

#login-box form {

}

#login-box label {
	font-size: 14px;
}

#login-box form > span {
	height: 22px;
	background: url('/gfx/szukaj-bg.gif') repeat-x top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	border: solid 1px #000000;
	margin: 2px 0px;
}

#cart-box {
    background: url('/gfx/cart.png') no-repeat 164px 10px;
    padding-top: 8px;
    height: 66px;
}

#cart-box span {

}

#cart-box a {
    display: block;
    margin-top: 25px;
}

#login-box span input {
	background: transparent;
	border: 0px;
	width: 98%;
}

#login-box input[type='submit'] {
	background: url('/gfx/map.png') no-repeat -139px -0px;
	border: 0px;
	display: block;
	width: 95px;
	height: 30px;
	cursor: pointer;
	float: right;
}

#login-box input[type='submit']:hover {
	background: url('/gfx/map.png') no-repeat -139px -30px;
}

#promotion-box h2 {
	background: url('/gfx/cat_red.png') #0284c3 no-repeat right center;
	background-color: #900023;
}

#promotion-box {
	border: solid 1px #b2b2b2;
}
/* 
 #promotion-box ul {
    list-style: none;
    margin: 10px 21px;
}*/

#promotion-box > div > div {
    height: 234px;
    margin: 30px 0px 0px 18px;
}

#promotion-box > div > span {
    position: absolute;
    width: 32px;
    height: 208px;
    display: block;
    cursor: pointer;
    top: 55px;
    z-index: 7000;    
}

#promotion-box > div {
    position: relative;
}
/*
#promotion-box ul li {
    display: inline-block;
    width: 126px;
    height: 208px;
    border: solid 1px #c7c7c7;
    vertical-align: top;
    margin: 0px 5px;
}*/

#promotion-box #prev-promo {
    background: url('/gfx/arrow-left.png') no-repeat center center;
    left: -7px;

}

#promotion-box #next-promo {
    background: url('/gfx/arrow-right.png') no-repeat center center;
    right: -5px;
}

#fast-contact {
    margin-top: 15px;
}

#fast-contact ul {
    list-style: none;
    margin-left: 38px;
}

#fast-contact li {
    margin-top: 10px;
}

#fast-contact a {
    color: #000;
    text-decoration: none;
}

#fast-contact a:hover {
    text-decoration: underline;
}

#fast-contact span {
    display: block;
    text-align: left;
  /*  padding-left: 30px; */
    margin-bottom: 5px;
}

#fast-contact .fast-contact-name {
    font-weight: 600;
    padding-left: 0px;
}

#fast-contact .fast-contact-tel {
  /*  background: url('/gfx/tel-icon.png') no-repeat left center; */
}

#fast-contact .fast-contact-email {
  /*  background: url('/gfx/mail-icon.png') no-repeat left center; */
}

#fast-contact .fast-contact-gg {
   /* background: url('/gfx/gg-icon.png') no-repeat left center; */
}

#stopka {
	border-top: solid 1px #e5e5e5;
	background-color: #f6f6f6;
	color: #8c8c8c;
	padding: 20px 0px;
}

#stopka a {
	color: #3e3e3e;
}

.stopka-mail a {
color: #8c8c8c !important;
}

#stopka a:hover, .stopka-mail a:hover {
	text-decoration: underline;
}

#contact-info {
	font-size: 14px;
}

#contact-info .logo-info {
	background: url('/gfx/logo.png') no-repeat;
	width: 378px;
	height: 86px;
	display: block;
	margin-bottom: 10px;
}

.menu-bottom {
	list-style: none;
	float: right;
}

.menu-bottom {width: 16.66666667%; float: right;}

.footer-menu {font-weight: 500;
font-size: 18px;
color: #3e3e3e;
padding-bottom: 10px;}

.menu-bottom .menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu-bottom .menu li {
/* 	display: inline-block;  
	font-size: 14px;
	border-right: solid 1px #3e3e3e;
	padding: 0px 9px 0px 5px;
	font-weight: 600; */
}

.menu-bottom .menu li:last-child {
	border-right: none;
}

.menu-bottom .menu li a {
	/* display: inline-block; */
}

#menu-bottom-sklepy {
	display: block;
	width: 423px;
	height: 30px;
	background: url('/gfx/nasze-sklepy.png') no-repeat;
	margin: 35px 0px;
	float: right;
	position: relative;
}

#menu-bottom-sklepy a {
	position: absolute;
	top: 0px;
	height: 30px;
}

#menu-bottom-sklepy #mb-a-netland {
	left: 0px;
	width: 86px;
}

#menu-bottom-sklepy #mb-a-wynajemit {
	left: 100px;
	width: 85px;
}

#menu-bottom-sklepy #mb-a-dellpromocje {
	left: 192px;
	width: 110px;
}

#menu-bottom-sklepy #mb-a-nieprzegap {
	left: 306px;
	width: 120px;
}

.pomoc {
    font-size: 13px;
    width: 740px;
    clear: both;
    margin-bottom: 20px;
    text-align: right;
}

.pomoc span {
    display: block;
}

.pomoc ul {
    list-style: none;
}

.pomoc li {
    display: inline-block;
    padding: 5px;
    vertical-align: top;
}

#categories-bottom {
	margin-top: 15px;
}

#categories-bottom h2 {
	font-size: 14px;
}

#categories-bottom ul {
	font-size: 10px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#categories-bottom li {
	margin: 0px;
}

#categories-bottom span {
	font-size: 12px;
	font-weight: 600;
}

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

.toolbar {
    position: relative;
}

.toolbar p {
    padding: 8px 8px 8px 0px;
    font-size: 12px;
    margin-bottom: 5px;
}

#view-2 {
    display: block;
    position: absolute;
    right: 8px;
    top: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url('/gfx/sort_foto.png') #000000 no-repeat;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.4;
}

#view-text {
    display: block;
    position: absolute;
    right: 85px;
    top: 0px;
    color: #ffffff;
    font-size: 10px;
}

#view-1 {
    display: block;
    position: absolute;
    right: 42px;
    top: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url('/gfx/sort_lista.png') #000000 no-repeat;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.4;

}

/*
Autocomplete start
*/
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('/gfx/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

/*
Autocomplete end
*/

.user-panel {
    margin-bottom: 10px;
}

.user-panel ul {
    margin-left: 16px;
    margin-bottom: 10px;
}

.user-panel li > a {
    color: #000000;
    text-decoration: underline;
}

.user-panel a {
    color: #062858;
}

.rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#system_message {
    margin: 0 auto;
    border: solid 1px #FFB5AF;
    border-left: none;
    border-right: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 0px 15px 0px;
    background-color: #FFE1DF;
    color: #EF2C1D;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.home-flags {
	/*    height: 266px;*/
}

.home-flags li {
    text-align: left !important;
}

.home-flags #product-list {
    width: 126px;
    margin: 0 20px;
}

#product_filtr {
    background: url('/gfx/bg_filters.png') #7e7e7e repeat-x top center;
    color: #ffffff;
    font-size: 12px;
    border: solid 1px #d6d6d6;
    border-left: none;
    border-right: none;
    margin-bottom: 10px;
}

#product_filtr > div {
    padding: 10px;
}

#product_filtr input {
    border: solid 1px #0284c2;
    padding: 5px;
}

#product_filtr h3 {
	background: url('/gfx/cat_white.png') #f6f6f6 no-repeat right center;
	background-color: #f6f6f6;
	width: 254px;
	color: #000000;
	font-size: 14px;
	padding: 1px 5px;
}

#filters-podst {
    border-bottom: dashed 1px #ffffff;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

#filters-podst .filter-price {
    width: 60px;
}

#filters-rest > div {
    float: left;
    width: 345px;
    position: relative;
}

#filters-rest > div > span {
    width: 102px;
    float: right;
    margin-right: 10px;
    display: block;
    background-color: #ffffff;
    color: #929292;
    border: solid 1px #015c89;
    line-height:  20px;
    cursor: pointer;
}

.top-span-filters {
    width: 102px;
    display: inline-block;
    background-color: #ffffff;
    color: #929292;
    border: solid 1px #015c89;
    line-height:  20px;
    cursor: pointer;
    margin-right: 10px;
}

#filters-rest > div > label {
    line-height: 24px;
}

.fake-select > ul {
    position: absolute;
    right: 10px;
    border: solid 1px #015c89;
    color: #818181;
    padding: 5px 0px;
    z-index:1000;
    display: none;
    background: #ffffff !important;
    min-width: 110px;
}

.hideelement {
    display: none;
}

.fake-select > ul > li {
    line-height: 20px !important;
    height: 20px !important;
    padding: 0px 10px;
    border: none !important;
    float: none !important;
    width: auto !important;
}

.fake-select > ul > li label{
    cursor: pointer;
}

.checkbox-filters {
	background: url('/gfx/dropmenu.png') #ffffff no-repeat 96px center;
	padding-left: 9px;
}

.filtr_submit {
	clear: both;
	text-align: center;
	padding-top: 12px;
}

.filtr_submit input {
	cursor:pointer;
	width: 82px;
	height: 29px;
	display: inline-block;
	vertical-align: middle;
	border: none !important;
}

.filtr_submit input:first-child {
	background: url('/gfx/szukaj3-button.png');
	width: 82px;
	height: 29px;
	display: inline-block;
	vertical-align: middle;
}

.filtr_submit input:last-child {
	background: url('/gfx/usun-filtry.png');

}

/*  Product view */

#product-info-id {
    position: absolute;
    display: block;
    top: 6px;
    left: 10px;
    color: #1e1e1e;
}

#product-top-info {
    display: table;
    border-bottom: solid 1px #f0eeef;
    margin-bottom: 10px;
    width: 100%;
}

#product-top-info > div {
    display: table-cell;
    vertical-align: top;
}

#product-info {
    width: 254px;
    height: 280px;
    position: relative;
    border-left: solid 1px #d5d9df;
}

#product-info .info {
    margin: 15px 10px;
    font-size: 12px;
}

#product-info .info span {
    display: block;
    margin-bottom: 5px;
}

 /*#product-info .info .pdf-icon {
    background: url('/gfx/pdf.png') no-repeat right center;
    width: 130px;
} */

#product-info .info .pdf-icon a {
    color: #000000;
   /* display: block; */
}

.sku { display: inline !important; }

#product-info .addToBasket {
/*    width: 212px;
    height: 42px;
    background: url('/gfx/button_dodkosz.png') no-repeat center bottom;
    clear: both; */
    display: block; 
    margin: 1px 0px 10px 22px;
	
width: 212px;
/* height: 35px; */
line-height: 40px;
/*background: #3081f6;*/
font-weight: 600;
color: #ffffff !important;
font-size: 15px;
text-align: center;
background: #2058a9;
background: -moz-linear-gradient(left,#2058a9,#3081f5);
background: -webkit-linear-gradient(left,right,#2058a9,#3081f5);
background: -webkit-linear-gradient(left,#2058a9,#3081f5);
background: -o-linear-gradient(left,#2058a9,#3081f5);
background: -ms-linear-gradient(left,#2058a9,#3081f5);
background: linear-gradient(to right,#2058a9,#3081f5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2058a9,endColorStr=#3081f5,GradientType=1);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2058a9, endColorstr=#3081f5, GradientType=1)";

}

.addToBasketEP {
margin: 0px 0px 10px 22px;
width: 212px;
height: 35px;
line-height: 33px;
background: #4e2e82;
font-weight: 600;
color: #ffffff !important;
font-size: 15px;
text-align: center;	
padding: 4px;
font-size: 13px;
}

.addToBasket:hover {
background: #663399;
}

#product-info .addToBasket:hover {
	background: #3399ff;
    /*background: url('/gfx/button_dodkosz.png') no-repeat center top;*/
}

#product-info form {
	margin-top: 20px;
	text-align: center;
}

#product-info form input[type="text"] {
	width: 45px;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
	border: solid 1px #47D105;
	text-align: center;
	margin-right: -6px;
}

#product-info form input[type="submit"] {
	background: url('/gfx/button-add-cart.png') no-repeat;
	width: 175px;
	height: 39px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

#product-info .text-price {
    font-weight: 600;
    color: #5d5d5d;
    text-align: center;
    padding: 5px 0px;
    font-size: 11px;
}

#product-info .price {
    font-weight: 600;
    color: #ff7223;
    text-align: center;
    padding: 5px 0px;
    font-size: 34px;
}

#product-info .price_netto {
    font-weight: 600;
    color: #8f0022;
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
}
/*
.aval-on-phone {
	padding-left: 22px;
	background: url('/gfx/on-phone.png') no-repeat left center;
}
*/
.product-question-list {
/*	background: url('/gfx/on-phone.png') no-repeat center center; */
display: block;
font-size: 20px;
color: #444444;
margin-top: 8px;
text-align: center;
}

.product-question {
	padding-left: 22px;
	background: url('/gfx/question.png') no-repeat left center;
	cursor: pointer;
	line-height: 19px;
	color: #0084c2;
}

.product-question:hover {
	text-decoration: underline;
}

.price-bargain {
    color: #e50012 !important;
}

.product-contener {
    border:  solid 1px #f0eeef;
	/*    width: 757px !important;*/
}

.product-contener .big-title {
    font-size: 16px;
    color: #ffffff;
    background-color: #ff7324;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    position: relative;
  /*  display: block; */
  display:none;
}

.product-contener .specyfikacja-title {
font-size: 14px;
color: #3D3D3F;
background-color: #f0eeef;
height: 32px;
line-height: 32px;
padding-left: 10px;
position: relative;
display: block;
margin-top: 20px;
margin-bottom: 20px;
}

.product-contener .specyfikacja-title, .title-kategorie, .polecane, #product-info .addToBasket, input[type="submit"], input[type="reset"], .footer-menu, #basket-hidden > a, #login-text a, #login_choise h3, .button-beginorder {
text-transform: uppercase;
font-weight: 400 !important;
letter-spacing: 1px;
}

.product-contener #product-view {
    position: relative;
}

.product-contener #product-photos {
    width: 78px;
    border-left:  solid 1px #d5d9df;
}

.product-contener #product-photos ul {
    list-style:none;
    margin: 0 auto;
    text-align: center;
}

.product-contener #product-photos li {
    border-bottom:  solid 1px #d5d9df;
    vertical-align: middle;
}

.product-contener #product-view a img {
    border: none;
    margin: 10px;
}

#gratis::before {
    display: block;
    position: absolute;
  /*  bottom: -30px;
    right: -40px;*/
	right: 40px;
	top: 100px;
	content: url(/gfx/promocja-gratis.png);
}

#gratis2::before {
    display: block;
    position: absolute;
  /*  bottom: -30px;
    right: -40px;*/
	right: 60px;
	/* top: 110px; */
	content: url(/gfx/promocja-plecak-gratis.png);
} 


#gratis3::before {
    display: block;
    position: absolute;
	right: 60px;
	/* top: 110px; */
	content: url(/gfx/label-gratis-promocja-powerpack-100x100.png);
} 

#gratis4::before {
    display: block;
    position: absolute;
	right: 60px;
	/* top: 110px; */
	content: url(/gfx/akcesoria-gratis-promocja.png);
} 

#gratis5::before {
    display: block;
    position: absolute;
	right: 107px;
	content: url(/gfx/label-gratis-glosniki-100x100.png);
} 

#gratis6::before {
    display: block;
    position: absolute;
	right: 60px;
	content: url(/gfx/label-gratis-plecak-100x100-black.png);
} 

#gratis7::before {
    display: block;
    position: absolute;
  /*  bottom: -30px;
    right: -40px;*/
	right: 60px;
	top: 110px;
	content: url(/gfx/label-mysz-promocja-gratis.png);
}

.product-contener #product-view h1 a, .product-contener #product-view h1 a:visited {
    color: #000;
    font-size: 22px;
    padding: 10px;
	font-weight: 300;
}

.product-contener #product-view h2 {
    font-size: 12px;
    padding: 10px;
    padding-top: 0px;
    color: #3081f4;
}

.product-contener #product-view h6 {
    color: #999595;
    font-size: 12px;
    margin-bottom: 5px;
}

.product-contener #product-view div {
    position: absolute;
    right: 10px;
    top: 45px;
    width: 75px;
}

.product-contener #product-view div p {

}

#product-detail-tabs {
    text-align: left;
    clear: both;
	/*    border-bottom:  solid 1px #d5d9df;*/
    margin: 0px -10px -1px 0px;
    padding-left: 10px;
}

.tabs-selected {
    background-color: #ffffff !important;
    border: solid 1px #d5d9df !important;
    border-bottom: none !important;
    color: #ff7324 !important;
}

/* #product-detail-tabs a {
    display: inline-block;
    padding: 6px 9px;
    font-weight: 600;
    border: solid 1px #CBCDCE;
    border-bottom: none;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    color: #2f80f5;
    font-size: 12px;
}

*/
#product-detail-tabs a {
    display: inline-block;
    padding: 6px 9px;
    font-weight: 400;
    border: solid 1px #CBCDCE;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    color: #2f80f5;
    font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

#product-detail-tabs a[href="#tab-specyfikacja"] {
    background: url('/gfx/ico_spec.png') no-repeat 5px 7px;
} 

#product-detail-tabs a[href="#tab-opis"] {
    background: url('/gfx/ico_description.png') no-repeat 5px 7px;
} 

#product-detail-tabs a[href="#tab-galeria"] {
    background: url('/gfx/ico_gallery.png') no-repeat 5px 7px;
} 

#product-detail-tabs a[href="#tab-raty"] {
    background: url('/gfx/ico_raty.png') no-repeat 5px 7px;
} 

#product-detail-tabs a[href="#tab-ask"] {
    background: url('/gfx/ico_ask.png') no-repeat 5px 7px;
} 

#product-detail-tabs a:hover {
    background-color: #d4deec;
    color: #111111;
}

#product-detail {
    border-top:  solid 1px #d5d9df;
    padding: 10px;
}

#product-detail > div {
    display: none;
}

#tab-specyfikacja {
    color: #090909;
	/* font-size: 12px; */
}

#tab-specyfikacja table {clear: both;}

#tab-specyfikacja .AttrDTable .AttrDTypeName{
    font-weight: 600;
    text-align: right;
    padding-right: 4px;
    vertical-align: top;
}

#tab-specyfikacja .AttrDTable .AttrDValue{
    text-align: left;
    padding-left: 4px;
}

#tab-specyfikacja .AttrDTable {
    border-collapse: collapse;
    border: solid 1px #e5e5e5;
    font-size: 12px;
    width: 100%;
    color: #3d3d3f;
}

#tab-specyfikacja .AttrDTable .AttrDAltRow {
  /*  background-color: #f0eeef;*/
  background-color: #f6f6f6;
}

#tab-specyfikacja ul {
padding-left: 25px;
padding-bottom: 10px;
}

#tab-specyfikacja .AttrDTable ul {
    margin-left: 14px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#tab-specyfikacja .AttrDTable td {
    padding: 4px 0px;
    border-bottom: solid 1px #e5e5e5;
    vertical-align: middle;
}

#tab-specyfikacja p { font-size: 14px;
text-align: justify;
margin-top: 0;
                margin-bottom: 15px;
				margin-left: 10px;
				margin-right: 10px;
 }

#tab-galeria ul {
    list-style: none;
}

#tab-galeria li {
    float: left;
    margin: 0px 5px 5px 5px;
}

div#tab-opis p {
margin-bottom: 10px; 
text-align: justify;
margin-left: 10px;
margin-right: 10px;
}


#tab-opis li {
    margin-left: 25px;
	line-height: 1.7;
	margin-right: 10px;
}


#cat-galeria {
    margin: 30px 0px 0px 0px;
}

#cat-galeria img {
    float: none !important;
    margin: 0px !important;
}

#cat-galeria ul {
    list-style: none;
}

#cat-galeria li {
    float: left;
    margin: 0px 8px 10px 0px;
}

#cat-description img {
    float: none !important;
    margin: 0px !important;
}

#cat-description li {
    margin-left: 14px;
}


.question-form {
    width: 410px;
    float: left;
    margin-left: 15px;
}

.question-form h4 {
    width: 730px;
}

.question-form fieldset {
    border: 0px;
    margin: 15px 0px;
    width: 200px;
}

.question-form input[type='text'] {
    width: 400px;
}

.question-form textarea {
    width: 400px;
    height: 100px;
}

.question-form textarea, .question-form input[type="text"] {
padding: .5em .6em;
display: inline-block;
border: 1px solid #ccc;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
vertical-align: middle;
box-sizing: border-box;
margin-top: 5px; 
}

/* end product view */

/* home page */

#box-abouthp {
    display: table;
}

#box-abouthp > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
	/*    padding: 6px; */
    font-size: 11px;

	padding-left: 6px;
}

#box-abouthp h2 {
    color: #0672f9;
    font-size: 14px;
}

#news-box {
    border-right: solid 1px #b2b2b2;
	padding-right: 20px;
	/*border: solid 1px #b2b2b2; */
}

#infohp-box {
	/*   border: solid 1px #b2b2b2; */
	margin-left: 20px;
}

#infohp-box p {
    margin: 6px 0px;
}

#infohp-box ul {
    margin-left: 20px;
}

#news-list article {
	margin-bottom: 10px;
}

#news-list h5 a {
	font-size: 14px;
	color: #2593C6;
}

#news-box h5 > a:hover {
    text-decoration: underline;
}


#news-box h2 > a {
	color: #0672f9;
}

#news-box h2 > a:hover {
	text-decoration: underline;
}

/* end */

/* Newsy */

#box-news section {
    padding-top: 8px;
}

#box-news section h5 a {
    color: #535353;
    font-size: 12px;
}

#box-news article {
    margin-bottom: 8px;
}

#box-news article > a {
    color: #42454a;
    font-weight: 600;
    font-size: 12px;
}

#box-news section p {
    font-size: 11px;
	text-align: justify;
}

#moreinfobox {
    cursor: pointer;
    font-weight: 600;
    display: block;
}

#lessinfobox {
    cursor: pointer;
    font-weight: 600;
    display: block;
}

/* stałe */
.pages {clear: both; padding: 5px;}
.pages a {text-decoration: none;padding: 2px 4px; background-color: #949494; color: #ffffff; display: inline-block; border: solid 1px #535E5F; margin: 2px 1px;}
.pages a:hover {background-color: #FF8F13; color: #000000;}
.pages span {margin: 2px 1px;padding: 2px 4px; font-weight: 600; color: #ffffff; background-color: #000000; display: inline-block; border: solid 1px #535E5F;}

#registrationForm h3 {font-size: 14px; margin-bottom: 5px;}
#registrationForm p {padding: 4px 0px;}
/* #registrationForm fieldset label {display: block;float: left; width: 200px;padding: 2px; margin-right: 5px;} */
#registrationForm fieldset label {width: 100px; padding: 2px; text-align: right;display: inline-block; vertical-align: middle; margin: 0 1em 0 0;}
#registrationForm div {clear: both; overflow: hidden; margin-top: 3px;}
#registrationForm fieldset textarea,
#registrationForm fieldset input[type="password"],
/* registrationForm fieldset input[type="text"] {border: solid 1px #CFCFCF; width: 200px;} */
#registrationForm fieldset input[type="text"] {width: 200px; padding: .5em .6em; display: inline-block; border: 1px solid #ccc; box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px; vertical-align: middle; box-sizing: border-box;}
#registrationForm fieldset input[type="password"]:focus,
#registrationForm fieldset input[type="text"]:focus {border: solid 1px #fe9601;}

#registrationForm fieldset {border: solid 1px #3081f6; padding: 10px; margin-bottom: 10px; background-color: #ffffff;}

#copybutton {
	background: url('/gfx/skopiuj-dane-adresowe.png') no-repeat;
	width: 150px; 
	height: 29px;
	cursor: pointer; 
	display: inline-block;
	margin: 5px 0px 15px 220px;
}

#login_choise p {padding: 10px 5px; background-color: #ffffff; margin-bottom: 15px; border: solid 1px #CFCFCF;}
#login_choise a {font-weight: 600;}
#login_choise h3 {padding: 5px; background-color: #e9e9e9; color: #000000; font-size: 14px;}
#login_choise h3 span {color: #000000; font-size: 10px;}
#login_choise form label {font-weight: 600; padding: 2px; text-align: right; display: inline-block; vertical-align: middle; margin: 0 1em 0 0; }     
#login_choise input {padding: .5em .6em; display: inline-block; border: 1px solid #ccc; box-shadow: inset 0 1px 3px #ddd;}

.box_raty a {
	margin-top: 15px;
	text-align: center;
	display: block;

}

.box_raty img {
	border: 0px;
}


.payment-forms {
    padding: 10px;
    background-color: #F3F3F3;
    border: solid 1px #CFCFCF;
    position: relative;
    min-height: 235px;
}   

.payment-forms h4 {
    font-size: 16px;
    margin-bottom: 10px;
}   

.payment-forms ul {
    list-style: none;
}   

.payment-forms > ul > li > label {
    background-color: #EAEAEA;
} 

.payment-forms li {
    padding: 4px 0px;
} 

.payment-forms li input{
    margin-right: 5px;
} 

.payment-forms ul li ul li {
    margin-left: 20px;
    color: #0083C9;
}   

.payment-forms .infobox {
	position: absolute;
	top: 38px;
	right: 5px;
}

.payment-forms #payment-11, .payment-forms #payment-13 {
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #3081f6;
	padding: 10px;
}

.payment-forms #payment-9 {
	display: none;
}

.payment-forms #payment-3 {
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #3081f6;
	display: none;
}

.payment-forms #payment-1 {
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #3081f6;
	padding: 10px;
	display: none;
}

.payment-forms #payment-2 {
  padding: 10px;
  display: none;
}

#clients-panel-buttons {
	margin: 20px 0px;
	text-align: center;
}

#clients-panel-buttons a {
	display: inline-block;
	vertical-align: middle;
	margin-right:20px;
	
	color: #000;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 600;
	border: 1px #000 solid;
}

#clients-panel-buttons a:hover {    
	color: #3081f5;
	border: 1px #3081f5 solid; 
}
/*
#clients-panel-buttons .button-editdata {
	background: url('/gfx/button_editdata.png') no-repeat;
	width: 110px;
	height: 41px;
}

#clients-panel-buttons .button-history {
	background: url('/gfx/button_history.png') no-repeat;
	width: 154px;
	height: 43px;
}

#clients-panel-buttons .button-shopcart {
	background: url('/gfx/button_shopcart.png') no-repeat;
	width: 116px;
	height: 35px;
}
*/
#site_basket {}
#site_basket table {
	border-collapse: collapse; 
	width: 100%;
	margin-bottom: 25px;
}
#site_basket h4 {margin: 5px 0px; font-size: 12px; font-weight: normal;}
#site_basket h4 span {font-weight: 600;}
#site_basket form {margin-bottom: 30px;}
#site_basket p {margin: 10px 0px;}
#site_basket h3 {
	margin: 3px 0px;
	padding-bottom: 10px;
}
#site_basket h3 span {border: solid 1px #BF9C23; padding: 2px 4px; background-color: #FFD332;}
#site_basket th {background-color: #ffffff;}
#site_basket a {color: #444444;}
#site_basket a:hover {color: #D0130A;}
#site_basket > div {margin: 20px auto;text-align: center;}
#site_basket input[type='submit'] {
	padding: 3px 6px;
}

.button_form {
    border: solid 1px #75ABC4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px 4px;
    background-color: #D5E0E5;
    color: #003E73;
    font-weight: 600;
}

/* przyciski */

.button-beginorder {
	/* background: url('/gfx/przejdz-do-zamowienia-button.png') no-repeat center; 
	height: 29px; 
	width: 150px; 
	display: inline-block; */
	
    display: block;
    width: 240px;
    line-height: 40px;
    background: #3081f6;
    font-weight: 600;
    color: #ffffff !important;
    font-size: 15px;
    text-align: center;
    background: -moz-linear-gradient(left,#2058a9,#3081f5);
    background: -webkit-linear-gradient(left,right,#2058a9,#3081f5);
    background: -webkit-linear-gradient(left,#2058a9,#3081f5);
    background: -o-linear-gradient(left,#2058a9,#3081f5);
    background: -ms-linear-gradient(left,#2058a9,#3081f5);
    background: linear-gradient(to right,#2058a9,#3081f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2058a9,endColorStr=#3081f5,GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2058a9, endColorstr=#3081f5, GradientType=1)";
}


.button-order {
	/* background: url('/gfx/zloz-zamowienie.png') no-repeat center;
	height: 29px;
	width: 150px;
	display: inline-block;
	vertical-align: middle;
	border: none;
	cursor: pointer;
	margin-left: 10px; */
	
}

input[type="submit"], input[type="reset"] { 
border: solid 1px #abadb3 !important;
padding: 0px 20px 0px 20px !important;
color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 0px;
-webkit-transition: background-color 200ms linear;
-moz-transition: background-color 200ms linear;
-o-transition: background-color 200ms linear;
-ms-transition: background-color 200ms linear;
transition: all 200ms linear;
/*background: linear-gradient(to right,#2058a9,#3081f5);*/
cursor: pointer;
text-align: center;
box-shadow: none !important;
height: 32px;
background-color: #fff;
color: #000;
}
input[type="submit"]:hover, input[type="reset"]:hover  , .button:hover{
	background: #f6f6f6;
	color: #000;
}
input[type="submit"]:active, input[type="reset"]:active, .button:active{
	background:rgba(255,51,0,1);
}

.button-backtoshopping {
	/* background: url('/gfx/wroc-do-zakupow-button.png') no-repeat center; 
	height: 29px; 
	width: 150px; 
	display: inline-block; */
	
	    display: block;
    width: 212px;
    line-height: 40px;
    font-weight: 600;
    color: #444444 !important;
    font-size: 15px;
    text-align: center;

}
/* 
.button-login {
	background: url('/gfx/zaloguj-sie-button.png') no-repeat center; 
	height: 29px; 
	width: 82px; 
	display: inline-block;
	border: none !important;
	vertical-align: middle;
}

.button-sendnewpass {
	background: url('/gfx/wyslij-nowe-haslo.png') no-repeat center; 
	height: 29px; 
	width: 150px; 
	display: inline-block;
	border: none !important;
	vertical-align: middle;
}

.button-forward {
	background: url('/gfx/dalej-button.png') no-repeat center; 
	height: 29px; 
	width: 82px; 
	display: inline-block;
	border: none;
	vertical-align: middle;
}

.button-back {
	background: url('/gfx/cofnij-button.png') no-repeat center; 
	height: 29px; 
	width: 82px; 
	display: inline-block;
	border: none;
	vertical-align: middle;
}
*/
/* END */

.user-panel ul {
    margin-left: 16px;
    margin-bottom: 10px;
}

.user-panel li > a {
    color: #000000;
    text-decoration: underline;
}

.user-panel a {
    color: #062858;
}

.calcLukas {background: url('/gfx/oblicz_lukas.png') no-repeat center; height: 73px; width:200px; display: inline-block;}
.calcZagiel {
	background: url('/gfx/oblicz-rate-zagiel.png') no-repeat center; 
	height: 29px; 
	width:150px; 
	display: inline-block;
}
.calcGrenke {
	background: url('/gfx/grenke-leasing.png') no-repeat center; 
	height: 29px; 
	width: 150px; 
	display: inline-block;
	margin-top:6px;
}
.calcLukas:hover {text-decoration: none !important; border-bottom: none !important;}

.cms_ask {/*width:400px;*/background-color:#f9f9f9;color:#7F7F7F;border:solid 1px #dFdFdF;padding:10px;margin: 0 auto;}
.cms_ask span {font-weight:600;}
.cms_ask input[type='text'] {width: 200px;}
.cms_ask input {margin-bottom: 10px; border: solid 1px #dFdFdF;}
.cms_ask form {margin-top:5px;}
.cms_ask textarea {width:100%;height:110px;border: solid 1px #dFdFdF;margin-bottom: 10px;}

.polecane {
    font-size: 16px;
    color: rgb(255, 255, 255);
 /*   background-color: rgb(255, 115, 36);*/
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    position: relative;
	border: 1px solid #f25700;
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(30%, #f25700),color-stop(100%, #ff7324));
	background-image: -moz-linear-gradient(left, #f25700 30%,#ff7324);
	background-image: -webkit-linear-gradient(left, #f25700 30%,#ff7324);
	background-image: linear-gradient(to right, #f25700 30%,#ff7324);

}

/* Belka z kontaktem i informacjami o wysyłce */

.informacja {
	text-align: left;
	/*	background: url("/gfx/bg-menu2.png") repeat-x scroll center bottom #003a50; */
}
.informacja li {
	margin-left:75px;
	list-style:none;
}
.informacja ul {
	margin-bottom:20px;
}
.informacja li a {
    color: #000;
    text-decoration: none;
}
.informacja li a:hover {
    color: #000;
    text-decoration: underline;
}
#infolinia i {
/*	background: url("infolinia.png") no-repeat scroll 10px 50% transparent; */
float: left;
padding-top: 25px;
font-size: 30px;
padding-left: 20px;
}
#odbior i {
/*	background: url("odbior.png") no-repeat scroll 10px 50% transparent;*/
float: left;
padding-top: 10px;
font-size: 30px;
padding-left: 20px;
}
#kontakt i {
/*	background: url("kontakt.png") no-repeat scroll 10px 50% transparent;*/
float: left;
margin-top: -10px;
font-size: 30px;
padding-left: 20px;
}
#dostawa i {
/*	background: url("dostawa.png") no-repeat scroll 10px 50% transparent;*/
float: left;
padding-top: 15px;
font-size: 30px;
padding-left: 20px;
}
#wysylka i {
/*	background: url("wysylka.png") no-repeat scroll 10px 50% transparent;*/
float: left;
margin-top: 5px;
font-size: 30px;
padding-left: 20px;
}
#facebook i {
/*	background: url("facebook.png") no-repeat scroll 10px 50% transparent;*/
float: left;
padding-top: 2px;
font-size: 30px;
padding-left: 20px;
}

#platnosci i {
/*	background: url("visa.png") no-repeat scroll 10px 50% transparent;*/
float: left;
margin-top: -10px;
font-size: 30px;
padding-left: 20px;
}
/* Belka z kontaktem i informacjami o wysyłce */

.informacja {
	text-align: left;
	/*	background: url("/gfx/bg-menu2.png") repeat-x scroll center bottom #003a50; */
}
.informacja li {
	margin-left:75px;
	list-style:none;
	text-align: left;
}
.informacja ul {
	margin-bottom:20px;
}


/* MUSLI */
#musli *{
	padding:0;
	margin:0;
	list-style:none;
}
#musli{
	position:fixed;
	right:0px;
	top:150px;
	z-index:600;
	list-style:none;
}
#musli li{
	cursor:pointer;
	width:35px;
	height:35px;
	margin-bottom:1px;
	position:relative;
}
#musli > li > div{
	padding:5px;
	background: #fff;
	float:left;
	width:286px;
	height:320px;
	-moz-border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	border-radius: 0 0 0 8px;
	position:absolute;
	top:0;
	left:35px;
	z-index:600;
}
.musli-google{
	border: solid #cd3c2a 3px;
}
.musli-facebook{
	border: solid #0170cf 3px;
}
.musli-twitter{
	border: solid #07afee 3px;
}
.musli-nk{
	border: solid #8fc44c 3px;
}

/* karuzela korzyści */
/*
#owl-rotator .item{
  background: #fff;
  padding: 30px 0px;
  margin: 10px;
  color: #3081F6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 0px solid #3081F6;
  border-radius: 3px;
  text-align: center;
  min-height: 50px;
  min-height: 50px;
  
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#dell11 { background-image:url(registered-partner-dell.png) !important;
background-color:#3081f6 !important;
background-repeat: no-repeat !important;
	background-position: left center !important; }
		#dell12 { background-image:url(najlepsze-ceny.png) !important;
background-color:#d74324 !important;
background-repeat: no-repeat !important;
	background-position: left center !important; }
	#dell13 { background-image:url(zwrot-zakupow.png) !important;
background-color:#ff7324 !important;
background-repeat: no-repeat !important;
	background-position: left center !important; }
	#dell14 { background-image:url(oryginalne-komputery.png) !important;
background-color:#ca2767 !important;
background-repeat: no-repeat !important;
	background-position: left center !important; }
	#dell15 { background-image:url(oryginalne-komputery.png) !important;
background-color:#ca2767 !important;
background-repeat: no-repeat !important;
	background-position: left center !important; }
	#dell15 { background-image:url(15-lat-doswiadczenia.png) !important;
background-color:#7bb801 !important;
background-repeat: no-repeat !important;
	background-position: left center !important; }
	#dell16 { background-image:url(bezpieczenstwo-zakupow.png) !important;
background-color:#3081f6 !important;
background-repeat: no-repeat !important;
	background-position: left center !important; }
	#dell17 { background-image:url(gwarancja-dostepnosci.png) !important;
background-color:#ca2767 !important;
background-repeat: no-repeat !important;
	background-position: left center !important; }
	#dell18 { background-image:url(dostawa-w-24h.png) !important;
background-color:#ff7324 !important;
background-repeat: no-repeat !important;
	background-position: left center !important; }
	#dell19 { background-image:url(odbior-osobisty.png) !important;
background-color:#7bb801 !important;
background-repeat: no-repeat !important;
	background-position: left center !important; }
	#dell110 { background-image:url(wygodne-platnosci.png) !important;
background-color:#d74324 !important;
background-repeat: no-repeat !important;
	background-position: left center !important; }
*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/*
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
/*
.owl-carousel{
	display: none;
	position: relative;
	width: 740px;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/*
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
/*
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* specyfikacja generator */

.atrib { padding: 10px; border-bottom: 1px dotted #CCC; clear: both; }
.atrib-left { float:left; width: 200px; }
.atrib-left img { padding: 20px; }
.atrib-right { float: right; width: 450px; padding-top: 30px; }
.atrib-right h2 { }
.atrib-right h3 { line-height: 20px; font-weight: 600;}
.atrib-right p { margin: 0px 0px 0px 0px !important; padding-top: 20px;}

/* mailing */

.newsletter_bar {
    width: auto;
    overflow: hidden;
    padding-bottom: 10px;
    border: 1px solid #2c75de;
    background-size: 100%;
  /*  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(30%, #2c75de),color-stop(100%, #3081f6));
    background-image: -moz-linear-gradient(bottom, #2c75de 30%,#3081f6);
    background-image: -webkit-linear-gradient(bottom, #2c75de 30%,#3081f6);
    background-image: linear-gradient(to top, #2c75de 30%,#3081f6); */
	
	background: #2058a9;
background: -moz-linear-gradient(bottom,#2058a9,#3081f5);
background: -webkit-linear-gradient(bottom,top,#2058a9,#3081f5);
background: -webkit-linear-gradient(bottom,#2058a9,#3081f5);
background: -o-linear-gradient(bottom,#2058a9,#3081f5);
background: -ms-linear-gradient(bottom,#2058a9,#3081f5);
background: linear-gradient(to top,#2058a9,#3081f5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2058a9,endColorStr=#3081f5,GradientType=1);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2058a9, endColorstr=#3081f5, GradientType=1)";


	display: block;
}
.newsletter_bar .box_name {
    font-size: 36px;
    padding: 12px 0 0 20px;
    float: left;
	color: #fff; }
	.newsletter_bar .newsletter_desc {
    float: left;
    padding-left: 20px;
    padding-top: 15px;
    line-height: 18px;
    max-width: 40%;
}
	.newsletter_bar .newsletter_desc p {
color: #fff;
}
.newsletter_bar .newsletter_bar_txt_mob {
    display: none;
}
.newsletter_bar .newsletter_bar_txt_mob {
    font-weight: bold;
    font-size: 16px;
}
.newsletter_bar .inputform {
    float: right;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 10px;
}
.newsletter_bar .inputform #LetheForm_Save {
    background: #000;
    display: block;
    text-align: center;
    line-height: 36px;
    height: 36px;
    color: #fff;
    width: 68px;
    border: none;
    float: left;
    font-size: 12px;
    font-family: arial; }
	.newsletter_bar .inputform #LetheForm_Mail {
    width: 230px;
    height: 34px;
    border: 1px solid #c3c3c3;
    border-right: none;
    padding-left: 10px;
    line-height: 36px;
    float: left;
}
.alert .alert-success .alert-dismissible { color: #fff; }
.close {display: none;}
/* .marked a { color: #FF0000 !important; } */
.nowosc:before { content: "Nowość";
float: left;
padding: 5px;
color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: linear-gradient(to right,#2058a9,#3081f5);
margin-top: 4px;
margin-left: 2px;
font-size: 11px; }

.nowosc .product-list-url a { width: 510px !important;}

.marked:before { content: "Promocja";
float: left;
padding: 5px;
color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: linear-gradient(to right,#bc010b,#e50012 );
margin-top: 4px;
margin-left: 2px;
font-size: 11px;}

.marked .product-list-url a { width: 480px !important;}
.marked .product-list-url a:hover { color:#e50012 !important; }
.nowosc .product-list-url a:hover { color:#3081f5 !important; }
/* Input mask */
.shell {
  position: relative;
  line-height: 1;
}
.shell span {
  position: absolute;
  left: 3px;
  top: 1px;
 /* color: red;*/
  pointer-events: none;
  z-index: -1;
}
.shell span i {
  /* any of these 3 will work */
  color: transparent;
  opacity: 0;
  visibility: hidden;
}

input.masked,
.shell span {
/*  font-size: 16px;
  font-family: monospace;
  padding-right: 10px;*/
  background-color: transparent;
  text-transform: uppercase;
}

/* alert koszyk */

.fade.in {
    opacity: 1;
}
.alert-success {
    color: #D5131B;
    background-color: rgb(255, 238, 238);
    border-color: rgb(213, 19, 27);;
}
.alertbasket {
    padding: 15px;
    margin-bottom: 20px;
	margin-top:20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.alert-info {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-promocja {
    color: #fff;
    background: linear-gradient(to top,#2058a9,#3081f5);
    border-color: linear-gradient(to top,#2058a9,#3081f5);
	margin-left:15px;
	margin-right: 15px;
}

.alert-promocja a { text-decoration: none;
font-weight: bold;
color: #fff; }

.alert-promocja a:hover { text-decoration: underline; }

/* Breadcamb  */
.breadcamb-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.breadcamb-current > h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.breadcamb-links > ul {
    display: flex;
	list-style: none;
}
.breadcamb-links > ul > li {
    color: #727272;
  /*  font-size: 16px;*/
    line-height: 50px;
    padding-left: 10px;
    text-transform: uppercase;
}
.breadcamb-links > ul > li::before {
    content: ">";
   /* font-family: fontawesome;*/
    padding-right: 10px;
}
.breadcamb-links > ul > li:first-child::before {
    display: none;
}
.breadcamb-links li > a {
    color: #000;
    transition:all 0.3s ease 0s;
}
.breadcamb-links li > a:hover {
    color: #727272;
}

.none { display: none; }

/* tabelka */

#tab-specyfikacja table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #3d3d3f;
}

#tab-specyfikacja table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

#tab-specyfikacja table tr:nth-child(odd) {
  font-size: 12px;
  border: 1px solid #ddd;
  padding: .35em;
  background: none;
}

#tab-specyfikacja table tr:nth-child(even) {
  font-size: 12px;
  border: 1px solid #ddd;
  padding: .35em;
  background-color: #f0eeef;
}

#tab-specyfikacja table th,
#tab-specyfikacja table td:nth-child(odd) {
  padding: .625em;
  text-align: right;
  font-weight: bold;
}

#tab-specyfikacja table td:nth-child(even) {
  padding: .625em;
  text-align: left;
}

#tab-specyfikacja table td:only-of-type {
  padding: .625em;
  text-align: center;
  font-weight: bold;
}

#tab-specyfikacja table th:only-of-type {
  padding: .625em;
  text-align: center;
  font-weight: bold;
}


#tab-specyfikacja table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.info ( background: none !important; )


/* COOKIES */

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}