@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {height:100%;}
body {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: #3E3E3E;
	height: 100%;
}
img {
	border-style: none;
}
a {
	color: #3E3E3E;
}
a:hover {
	text-decoration:none;
}
.pogrubienie {font-weight:bold;}

#m-trig {
display:none;
}

input.txt,input.text, textarea, select  {
	margin: 0px 0px 3px;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6A6A6A;
	background-color: #F5F5F5;
	border: 1px solid #E3E3E3;
}
input.txt:focus,input.text:focus, textarea:focus, select:focus   {
	background-color: #EDF1F1;
	color: #333333;
}
input.txt:hover,input.text:hover, textarea:hover, select:hover {
}
input.button {
	font-size: 14px;
	margin: 0px;
	padding: 3px 8px 2px;
	color: #333333;
	background-color: #CFCFCF;
	text-transform: uppercase;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}
input.button:hover {
	cursor: pointer;
	background-color: #820900;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #FFFFFF;
}

input.buttones {
	font-size: 13px;
	margin: 0px;
	padding: 3px 8px 2px;
	color: #FFFFFF;
	background-color: #ad0c00;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-weight: 600;
}
input.buttones:hover {
	cursor: pointer;
	background-color: #000;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


.wrap {
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
}
.clear  {
	clear: both;
}

#top-box {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #000000;
	height: 40px;
	padding-top: 2px;
}
#flags {
	float: left;
	padding-top: 12px;
}
#flags a {
	display: inline-block;
	margin-right: 3px;
}

#top-box .panels {
	float: right;
}
#top-box  .panels a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 300;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 8px;
	margin-left: 8px;
}
#top-box   .panels  a:hover {
	text-decoration: underline;
}
#header {
	height: 107px;
}

#header .logo {
	float: left;
	display: block;
	padding-top: 12px;
}
#header .logo p {
	font-size: 14px;
	font-weight: 400;
	color: #737373;
	background-image: url(../images/ico-phone.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 22px;
	padding-top:3px;
}
#header .logo p b {
	font-size: 16px;
	font-weight: 600;
	color:#000;
}
#menu-cart {
	float: right;
	width: 920px;
	text-align: right;
	margin-top: 30px;
}
#menu-cart a {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	background-image: url(../images/ico-katalog.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	display: inline-block;
	margin-right: 25px;
	padding-right: 10px;
	padding-left: 39px;
	line-height: 40px;
	text-decoration: none;
	padding-top: 2px;
}
#menu-cart a.promo {
	background-image: url(../images/ico-promocje.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#menu-cart a.new {
	background-image: url(../images/ico-new.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#menu-cart  a:hover {
	text-decoration: underline;
}
#menu-cart #mKoszyk {display:inline-block}
#menu-cart #mKoszyk .cart-top {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	background-image: url(../images/ico-cart.png);
	background-position: 10px center;
	padding-left: 48px;
}
#menu-cart #mKoszyk .cart-top img {
	margin-bottom: -2px;
	margin-left: 4px;
}
#content {
	background-color: #FFFFFF;
}

#right-col {
	float: right;
	width: 924px;
}
#new-products .head {
	font-size: 20px;
	font-weight: 400;
	line-height: 68px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 2px;
}

.products .item {
	text-align: center;
	display: block;
	width: 205px;
	margin-right: 10px;
	margin-bottom: 24px;
	margin-left: 10px;
	border: 1px solid #E7E7E7;
	padding-top: 14px;
	padding-bottom: 14px;
	float:left;
}
.products .item .photo {
	height: 183px;
	overflow:hidden;
}
.products .item .name {
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: #3E3E3E;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 10px;
	height: 82px;
	overflow:hidden;
}
.products  .item  .name:hover {
	color: #000000;
	text-decoration: underline;
}
.products .item .price {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: #3E3E3E;
	height:52px;
}
.products .item .price strike {
	font-size: 13px;
}
.products .item .price strong {
	font-size: 15px;
	color:#CC0000;
}
.products .item .price .netto {
	font-size: 12px;
	display: block;
	margin-bottom: 14px;
	color: #333333;
	font-weight: 400;
}
.products .item .cart-btn {
	height: 37px;
}
.products .item .cart-btn input {
	background-image: url(../images/koszyk.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
	width: 174px;
	border-style: none;
}
.products  .item  .cart-btn  input:hover {
	background-position: 0px -37px;
	cursor:pointer;
}
.products .zb {
	display:none;
}
.alt-1 .item {
	width: 100%;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.alt-1 .item .photo {
	float: left;
	width: 6%;
	text-align: center;
}
.alt-1 .item .photo img {
	width: 90%;
}
.alt-1 .item .name {
	display: block;
	float: left;
	width: 56%;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 12px;
	font-size: 14px;
	text-decoration:none;
}
.alt-1 .item .price {
	width: 24%;
	float: left;
	text-align: right;
	padding-top: 12px;
	padding-right: 3%;
	font-size: 14px;
	line-height: 20px;
}
.alt-1 .item .price .netto {
	color: #999999;
	display: block;
}
.alt-1 .item .qty {
	width: 6%;
	float: left;
	padding-top: 12px;
	text-align: center;
	min-height:36px;
	background-image: url(../images/empty.png);
	background-repeat: no-repeat;
	background-position: center 23px;
}
.alt-1 .item .qty input {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	background-color: #F7F7F7;
	padding: 5px;
	width: 80%;
	text-align: center;
	border: 1px solid #E8E8E8;
}

.alt-1 .zb {
	text-align:right;
	clear:both;
	padding: 10px 0 35px 0;
}
.alt-1 .zb1 {
	padding: 0 10px 10px 0;
}
.alt-1 .zb1 p {
	float:left;
	padding-top:6px;
	padding-left:10px;
	font-weight:600;
	color:#000;
}
.alt-1 .zb input {
	background-image: url(../images/koszyk.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
	width: 174px;
	border-style: none;
}
.alt-1 .zb input:hover {
	background-position: 0px -37px;
}



.catalog-three .item {
	width: 100%;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.catalog-three .item .name {
	display: block;
	float: left;
	width: 61%;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 12px;
	font-size: 14px;
	font-weight:600;
	text-decoration:none;
}
.catalog-three .item .price {
	width: 24%;
	float: left;
	text-align: right;
	padding-top: 12px;
	padding-right: 3%;
	font-size: 14px;
	line-height: 20px;
}
.catalog-three .item .price .netto {
	color: #999999;
	display: block;
}
.catalog-three .item .qty {
	width: 6%;
	float: left;
	padding-top: 12px;
	text-align: center;
	min-height:36px;
	background-image: url(../images/empty.png);
	background-repeat: no-repeat;
	background-position: center 23px;
}
.catalog-three .item .qty input {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	background-color: #F7F7F7;
	padding: 5px;
	width: 80%;
	text-align: center;
	border: 1px solid #E8E8E8;
}

.catalog-three .zb {
	text-align:right;
	clear:both;
	padding: 10px 0 35px 0;
}
.catalog-three .zb1 {
	padding: 0 10px 10px 0;
}
.catalog-three .zb1 p {
	float:left;
	padding-top:6px;
	padding-left:10px;
	font-weight:600;
	color:#000;
}
.catalog-three .zb input {
	background-image: url(../images/koszyk.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
	width: 174px;
	border-style: none;
}
.catalog-three .zb input:hover {
	background-position: 0px -37px;
}








#intro {
	margin-bottom: 22px;
	padding-right: 10px;
	padding-left: 10px;
}

#intro h1 {
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 8px;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
#intro p {
	font-weight: 400;
	margin-bottom: 10px;
}
#sort {
	float: right;
}
#sort select {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	background-color: #F1F1F1;
	padding: 5px 4px 4px;
	margin-left: 5px;
	border: 1px solid #F1F1F1;
}

.pagination {
	line-height: 34px;
	font-weight: 400;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.pagination a {
	color: #6D6D6D;
	text-decoration: none;
}
.pagination .next {
	float: right;
	background-image: url(../images/pagi-next.png);
	background-repeat: no-repeat;
	background-position: right 11px;
	background-color: #E7E7E7;
	display: block;
	width: 100px;
	padding-left: 12px;
}
.pagination .prev {
	float: left;
	background-color: #E7E7E7;
	background-repeat: no-repeat;
	background-position: left 11px;
	text-align: right;
	width: 100px;
	padding-right: 12px;
	display: block;
	background-image: url(../images/pagi-prev.png);
}
.pagination  > a:hover{
	color: #EFEFEF;
	text-decoration: none;
	background-color: #000000;
	background-image: none;
}
.pagination .items {
	text-align: center;
}
.pagination .items a {
	display: inline-block;
	width: 34px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	color: #6D6D6D;
	background-color: #E7E7E7;
}
.pagination  .items  a:hover {
	color: #EFEFEF;
	background-color: #000000;
}
.pagination   .items   a.active {
	color: #EFEFEF;
	background-color: #000000;
}
.pagination .items span {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
.pagination  .items  .sum {
	display: inline-block;
	width: 34px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	color: #6D6D6D;
	background-color: #E7E7E7;
}
#product {
	padding-left: 20px;
	padding-top: 15px;
}
#product h1 {
	float: right;
	width: 400px;
	padding-top: 15px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #000000;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#infos {
	float: right;
	width: 400px;
}

#infos ul {
	font-weight: 500;
	color: #565656;
	list-style-type: none;
	margin-left: 15px;
	padding-top: 8px;
	padding-bottom: 26px;
	position: relative;
}
#infos li {
	background-image: url(../images/pkt-2.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 11px;
	padding-top: 2px;
	padding-bottom: 1px;
}
#infos  li.rate img {
	margin-bottom: -4px;
}
#infos li a {
	color: #565656;
}
#infos li .product-logo {
	position: absolute;
	bottom: 23px;
	right: 0;
}
#infos li .product-logo img {
	max-width: 160px;
	max-height: 60px;
}
#price-cart {
	height: 66px;
	border: 1px solid #CFCFCF;
	background-color: #F1F1F1;
	margin-bottom: 28px;
}
#price-cart .cart-box {
	float: right;
	width: 204px;
}
#price-cart .cart-box .cart input {
	background-image: url(../images/p-koszyk.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 66px;
	width: 156px;
	border-style: none;
	float: right;
}
#price-cart .cart-box .cart input:hover {
	background-position: 0px -66px;
}
#price-cart .cart-box .qty {
	float: right;
	background-color: #E2E2E2;
	height: 46px;
	width: 46px;
	padding-top: 20px;
}
#price-cart .cart-box .qty .pInputIlosc {
	font-family: "Open Sans", sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #000000;
	background-color: #E2E2E2;
	text-align: center;
	width: 46px;
	border-style: none;
}

#cart-info {
	background-color: #EEF8E0;
	text-align: center;
	padding: 24px 20px 20px;
	border: 1px solid #C9E99E;
	font-size: 17px;
	color: #000000;
	margin-bottom:20px;
}

#price-cart .price {
	padding-top: 16px;
	padding-bottom: 10px;
	float: left;
	width: 166px;
	padding-left: 14px;
	line-height: 18px;
	font-weight: 500;
	font-size:14px;
}
#price-cart .price strong {
	font-weight: 600;
	font-size: 16px;
}
#price-cart .price .strike {
	display: block;
	clear: both;
	padding-left: 44px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}
#price-cart .price .netto {
	display: block;
	clear: both;
	padding-left: 44px;
	font-size: 14px;
	font-weight: 400;

}
#info-call {
	text-align: center;
	margin-bottom: 22px;
}
#info-call .head {
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 15px;
}
#info-call .phone {
	font-size: 19px;
	line-height: 28px;
	color: #565656;
	font-weight: 400;
}
#info-call .phone img {
	margin-bottom: -5px;
}
#info-call .open {
	font-size: 14px;
	font-weight: 500;
	color: #565656;
}
#rating {
	font-size: 17px;
	line-height: 48px;
	font-weight: 500;
	color: #565656;
	padding-top: 1px;
	background-color: #F1F1F1;
	padding-left: 14px;
}
#rating span {
	float: left;
}
#stars-box {
	float: left;
	padding-top: 12px;
	padding-right: 18px;
	padding-left: 18px;
}
#rating .btn {
	float: left;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #AD0C00;
	border-style: none;
	padding: 6px 5px 4px;
	margin-top: 8px;
}
#rating  .btn:hover {
	background-color: #000;
	cursor:pointer;
}






#photos {
	float: left;
	width: 500px;
	overflow: hidden;
	text-align:center;
}
#photos .main {
	width: 420px;

}

#photos .main img {
	max-width: 100%;
	max-height: 340px;
}

#gallery  {
	padding: 10px 0;
	text-align:center;
	width:420px;
}
#gallery img {
	max-width: 80px;
	margin:3px;
}

#desc {
	clear: both;
	padding-top: 18px;
	padding-bottom: 18px;
}
#desc .head {
	font-size: 19px;
	color: #AD0C00;
	margin-bottom: 22px;
}

#desc p {
	margin-bottom:14px;
}
#desc ul, #desc ol {
	margin-bottom:14px;
	margin-left:25px;
}
#attrs {
	padding-bottom: 10px;
}
#attrs .item .name {
	line-height: 32px;
	float: left;
	padding-right: 8px;
	padding-left: 6px;
}

#buy-with p.head {
	padding-top:10px;
	font-size: 17px;
	color: #AD0C00;
	padding-bottom: 16px;
}

#buy-with .item {
	margin-right: 8px;
	margin-left: 8px;
}



#left-col {
	float: left;
	width: 231px;
}
#search-box {
	background-image: url(../images/search-bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 8px;
	width: 213px;
	margin-bottom: 3px;
}
#search-box .bg {
	background-color: #6F0800;
	border-bottom: 2px solid #a8534d;
	padding: 4px 3px 3px;
}
#search-box .bg .txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFE8E6;
	background-color: #6F0800;
	border-style: none;
	width: 176px;
	padding: 3px;
	margin:0;
}
#search-box .bg .btn {
	float: right;
	margin-right: 2px;
}
#categories {
	background-image: url(../images/categories-bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 6px;
	color: #FFFFFF;
}
#categories .head {
	font-size: 19px;
	font-weight: 400;
	padding-left: 10px;
	background-image: url(../images/menu_ico.png);
	background-repeat: no-repeat;
	background-position: 190px center;
	margin-right:2px;
	padding-top: 9px;
	padding-bottom: 11px;
	border-bottom: 2px solid #3D3D3D;
}
#categories ul {
	list-style-type: none;
}
#categories li {
	display: block;
	background-image: url(../images/pkt-1.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-right: 2px;
	overflow: visible;
}
#categories li > a {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 300;
	display: block;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 7px;
}
#categories .active > a {
	background-color: #820900;
	width: 215px;
	background-image: url(../images/str-1.png);
	background-repeat: no-repeat;
	background-position: 212px center;
	margin-left: -1px;
	padding-left: 17px;
}

#categories .sub a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 300;
	display: block;
	line-height:14px;
	background-image: url(../images/pkt-3.png);
	background-repeat: no-repeat;
	background-position: 9px 12px;
	padding: 5px 5px 5px 17px;
}
#categories .sub a.active {
	font-weight: 600;
	color: #D71000;
}
#categories li a:hover , #categories .sub a:hover {
	text-decoration: underline;
}
#categories .active .sub  {
	padding: 8px 0px 10px;
}
#categories .active .empty  {
	padding: 0;
}

#left-col .ext-box {
	text-align: center;
	padding-top: 24px;
	padding-bottom: 20px;
}
#info-box {
	clear: both;
}
.desc {width:100%}
.desc .info {
	padding-top:15px;
	float:right;
	max-width:74%;
}
.desc img {
	max-width:22%;
	float:left;
}
.sub-links {
	padding:15px 0;
	clear:both;
}
.sub-links a {
	display: block;
	width: 22%;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	height: 210px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	overflow:hidden;
}
.sub-links a img {
	display:block;
	margin: 0 auto 6px;
	max-width:100%;
	max-height:180px;
}
.sub-links a:hover {
	text-decoration: underline;
	background-color: #fff;
}

#newsletter {
	background-image: url(../images/newsletter-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 78px;
	width: 404px;
	padding-top: 18px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	margin-right: 20px;
}
#newsletter .head {
	margin-bottom: 8px;
}
#newsletter .bg {
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 0px;
}
#newsletter .bg .txt {
	font-size: 14px;
	color: #696969;
	background-color: #F0F0F0;
	width: 340px;
	border-style: none;
	padding: 5px;
}
#newsletter .bg .btn {
	float: right;
}
#wynajem {
	background-image: url(../images/wynajem-sztalug-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 73px;
	width: 327px;
	float: left;
	color: #787878;
	padding-top: 23px;
	padding-left: 23px;
	margin-right: 20px;
}
#wynajem a {
	text-decoration:none;
	color: #787878;
}
#wynajem .head {
	font-size: 17px;
	font-weight: 600;
	padding-bottom: 5px;
}
#wynajem span {
	font-size: 14px;
	font-weight: 400;
}
#wirtualny {
	background-image: url(../images/wirtualny-spacer-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 73px;
	width: 312px;
	float: left;
	color: #787878;
	padding-top: 23px;
	padding-left: 23px;
}
#wirtualny a  {
	text-decoration:none;
	color: #787878;

}
#wirtualny  .head {
	font-size: 17px;
	font-weight: 600;
	padding-bottom: 5px;
}
#wirtualny  span {
	font-size: 14px;
	font-weight: 400;
}
#footer-box {
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	color: #FFFFFF;
	background-color: #000000;
}
#footer-box .wrap {
	border-top: 10px solid #FFFFFF;

	padding: 40px 10px 0;
}
#footer-box  .info-all {
	float: left;
	width: 266px;
	margin-right: 100px;
	margin-bottom: 16px;
	padding-left: 10px;
}
#footer-box  .info-all .phone {
	font-size: 26px;
	font-weight: 400;
	background-image: url(../images/ico-phone-white.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 26px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 2px;
}
#footer-box  .info-all .email {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-box  .info-all .email a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-box   .info-all  .email  a:hover {
	text-decoration: underline;
}
#footer-box  .menu {
	float: left;
	width: 160px;
	padding-top: 18px;
}
#footer-box .menu .head {
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 18px;
}
#footer-box .menu ul {
	list-style-type: none;
}
#footer-box  .menu li {
	background-image: url(../images/str-3.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 12px;
	padding-bottom: 1px;
}
#footer-box .menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	clear: both;
	border-top: 1px solid #333333;
	font-size: 13px;
	color: #B4B4B4;
	padding: 20px 10px;
}
#footer p {
	float: right;
}
#footer .copyrights {
	float: none;
}
#footer a {
	color: #B4B4B4;
	text-decoration: none;
}
#footer  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#ext {
	padding:0 14px;
}
#ext p {
	margin-bottom:14px;
}
#ext ol, #ext ul {
	margin-bottom:14px;
	margin-left:28px;
}

#mobile-menu {display:none;}



@media (max-width : 1170px) {
	body {
		font-size: 14px;
		line-height: 20px;
	}
	.wrap {
		width: 1020px;
		margin-right: auto;
		margin-left: auto;
	}




	#header {
		height: 107px;
	}


	#header .logo p {
		font-size: 13px;
		font-weight: 400;
		color: #737373;
		background-image: url(../images/ico-phone.png);
		background-repeat: no-repeat;
		background-position: 5px center;
		padding-left: 22px;
	}

	#header .logo img {
		max-width:100%;
	}

	#menu-cart {
		float: right;
		width: 740px;
		text-align: right;
		margin-top: 30px;
	}
	#menu-cart a {
		font-size: 14px;
		margin-right: 10px;
	}


	#content {
		background-color: #FFFFFF;
	}

	#right-col {
		float: right;
		width: 760px;
	}



	#info-box {
		padding-left:20px;
	}
	#newsletter {
		background-image: url(../images/newsletter-bg.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 78px;
		width: 404px;
		padding-top: 18px;
		padding-left: 20px;
		padding-right: 20px;
		float: left;
		margin-right: 20px;
	}
	#newsletter .head {
		margin-bottom: 8px;
	}
	#newsletter .bg {
		border-bottom: 2px solid #FFFFFF;
		padding-bottom: 3px;
		padding-right: 3px;
		padding-left: 0px;
	}
	#newsletter .bg .txt {
		font-size: 14px;
		color: #696969;
		background-color: #F0F0F0;
		width: 340px;
		border-style: none;
		padding: 5px;
	}
	#newsletter .bg .btn {
		float: right;
	}
	#wynajem {
		background-image: url(../images/wynajem-sztalug-bg-small.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 73px;
		width: 210px;
		float: left;
		color: #787878;
		padding-top: 23px;
		padding-left: 23px;
		margin-right: 20px;
	}
	#wynajem a {
		text-decoration:none;
		color: #787878;
	}
	#wynajem .head {
		font-size: 17px;
		font-weight: 600;
		padding-bottom: 5px;
	}
	#wynajem span {
		font-size: 14px;
		font-weight: 400;
	}
	#wirtualny {
		background-image: url(../images/wirtualny-spacer-bg-small.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 73px;
		width: 210px;
		float: left;
		color: #787878;
		padding-top: 23px;
		padding-left: 23px;
	}
	#wirtualny a  {
		text-decoration:none;
		color: #787878;

	}
	#wirtualny  .head {
		font-size: 17px;
		font-weight: 600;
		padding-bottom: 5px;
	}
	#wirtualny  span {
		font-size: 12px;
		font-weight: 400;
	}





	.products .item {
		text-align: center;
		display: block;
		width: 23%;
		margin-right: 2.65%;
		margin-bottom: 24px;
		margin-left: 0;
		border: 1px solid #E7E7E7;
		padding-top: 8px;
		padding-bottom: 8px;
		float:left;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	.products .item:nth-child(4n) {
		margin-right: 0;
	}
	.products .item .photo {
		height: auto;
	}
	.products .item .photo img {
		max-width:90%;
	}
	.products .item .name {
		font-size: 14px;
		height: 62px;
	}
	.products .item .price {
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
		color: #707070;
	}
	.products .item .price .netto {
		font-size: 12px;
		display: block;
		margin-bottom: 14px;
	}
	.products .item .cart-btn {
		height: 37px;
	}
	.products .item .cart-btn input {
		background-image: url(../images/koszyk.png);
		background-repeat: no-repeat;
		background-position: center 0px;
		height: 37px;
		width: 140px;
		border-style: none;
	}
	.products .item .cart-btn input:hover {
		background-position: center -37px;
	}




	#footer-box .wrap {
		border-top: 10px solid #FFFFFF;
		padding: 40px 10px 0;
	}
	#footer-box  .info-all {
		float: left;
		width: 266px;
		margin-right: 60px;
		margin-bottom: 16px;
		padding-left: 10px;
	}



	#photos {
		width: 310px;
	}

	#gallery  {
		padding: 10px 0;
		text-align:center;
		width:300px;
	}
	#gallery img {
		max-width: 70px;
		margin:3px;
	}

	#photos .main {
		width: 300px;

	}

	#photos .main img {
		max-width: 100%;
	}
	#buy-with .item {
		margin-right: 6px;
		margin-left: 6px;
	}
	#buy-with .item .price {
		margin-bottom:10px;
	}

	#baner-box {
		width:100%;
	}
	#baner-box img {
		max-width:100%;
	}

}

#cat-ext {padding-left:30px;margin-top:-18px}
#cat-ext p.h1 {
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 8px;
	padding-bottom: 12px;
	margin-bottom: 25px;
}







@media (max-width : 1020px) {

	.wrap {
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-left:1%;
		padding-right:1%;
	}
#menu-cart {
    width: auto;
}
#menu-cart a {
    width:5px;
    height:30px;
    margin-bottom:-10px;
    margin-right: 1px;
}
#menu-cart #mKoszyk a.cart-top {
    width:auto;
     height:auto;
     margin-bottom:0;
}
#menu-cart a span {
   display:none;
}

#m-trig {
	display: block;
	padding: 9px 2% 8px;
	margin-bottom: 1px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	background-image: url(../images/pkt-4.png);
	background-repeat: no-repeat;
	background-position: 97px 18px;
}


	#left-col {
	    float: none;
	    width: 100%;
	    padding:0;
	}
	#left-col > * {
	    display:none;
	}
	#right-col {
	    float: none;
	    width: 100%;
	}

#categories {
  background-color:#000;
}
#categories .head {
  display:none;
}


#categories .active > a {
  background-color: #820900;
  background-image: url("../images/str-1.png");
  background-position: right center;
  background-repeat: no-repeat;
  margin-left: 0px;
  padding-left: 10px;
  width: auto;
  font-weight:bold;
}
#product h1 {
    float: none;
    clear:both;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    width: 100%;
}
#photos {
	width: 42%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-align:center
}
#photos .main {
    width: 100%;
}
#infos {
	width: 55%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#stars-box {
    float: left;
    padding-left: 0px;
    padding-right: 12px;
}

.products .item:nth-child(4n) {
    margin-right: 1%;
}
.products .item {
    margin-left: 0;
    margin-right: 1.5%;
    width: 32.3%;
}
.products .item:nth-child(3n) {
    margin-right: 0;
}

#info-box {
    padding-left: 0;
}
#newsletter {
	background-image: none;
	float: none;
	clear: both;
	height: 78px;
	margin-right: 0;
	padding-left: 20px;
	padding-right: 3px;
	padding-top: 18px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #F0F0F0;
	margin-bottom:8px;
}
#newsletter .bg .txt {
    width: 75%;
}
#footer p {
    float: none !important;
    text-align:center
}

#product {
    padding-left: 0;
}
#_opineo_container {display:none !important}
}

@media (max-width : 780px) {
	#photos {
	    width: 100%;
	}
#gallery {
    padding: 10px 5%;
    text-align: center;
    width: 90%;
}
#infos {
    width:100%;
}

#price-cart .price {
    padding-left: 6px;
    width: auto;
}

}


@media (max-width : 680px) {

#top-box .panels {
    float: none;
    width:100%;
    display:none;
}



#m-trig {
	background-position: 87px 18px;
}



#menu-cart {
    display:none;
}
	#mobile-menu {display:block;margin-bottom:10px;}
	#mobile-menu a {
		display: block;
		float:left;
		width: 20%;
		font-family: "PT Serif", serif;
		font-size: 19px;
		color: #000;
		font-weight:700;
		text-decoration: none;
		line-height: 32px;
		height: 32px;
		margin:0 1%;
		padding:5px 0 6px 0;
		text-align:center
	}
	#mobile-menu a img {
		vertical-align: middle;
	}
	#mobile-menu a.cart {
		width: 32%;
	}
	#mobile-menu a.cart:hover {
		text-decoration:underline;
	}

#top-box .panels {
  display: none;
  position:absolute;
  top:231px;
  left:1%;
  right:1%;
  background-color:#000;
  z-index:10000;
  width:auto;
}
#top-box .panels a {
  background-image: url("../images/pkt-1.gif");
  background-position: 0 bottom;
  background-repeat: repeat-x;
  display: block;
  margin-right: 2px;
  overflow: visible;
  float:none;
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-top: 8px;
  line-height:22px;
}


#header {
	height: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom:1px;
}
#header .logo {
    display: block;
    float: none;
    padding-top: 12px;
    padding-bottom:10px;
    text-align:center
}
#header .logo p {
    background-image: none;
    padding-left: 0;
}


.desc .info {
    max-width: 71%;
    padding-top: 5px;
}
.sub-links a {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    font-size: 13px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    height:250px;
}



#price-cart .price .name {
  display:none;
}
#price-cart .price .netto {

  padding-left: 0;
}


}

@media (max-width : 600px) {

.products .item:nth-child(3n) {
    margin-right: 1%;
}
.products .item {
    margin-right: 2%;
    width: 49%;
}
.products .item:nth-child(2n) {
    margin-right: 0;
}

#wynajem {
    background-image: none;
    color: #787878;
    float: none;
    height: 73px;
    margin-right: 0;
    padding-left: 23px;
    padding-top: 16px;
    width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
	background-color: #F0F0F0;
	margin-bottom:8px;
}
#wirtualny {
    background-image: none;
    color: #787878;
   float: none;
    height: 73px;
    padding-left: 23px;
    padding-top: 16px;
    width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
	background-color: #F0F0F0;
	margin-bottom:8px;
}
.desc  {
    display:none;
}

#rating form > span {
    display:none;
}
#rating {
    padding-bottom: 9px;
}
#desc {
    padding-left:2%;
    padding-right:2%;
}
#footer-box .info-all {
    float: none;
    clear:both;
    margin-bottom: 16px;
    margin-right: 60px;
    padding-left: 10px;
    width: 266px;
}
#footer-box .menu {
    padding-bottom:20px;
}





}


@media (max-width : 420px) {
	.sub-links a {
	    height:250px;
	}
}

@media (max-width : 360px) {
	.sub-links a {
	    height:225px;
	}
}







/************************/
/***** koszyk start *****/
/************************/

#steps {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	margin-bottom: 20px;
}

#steps div {
	width: 25%;
	text-align: center;
	display: block;
	float: left;
	padding: 18px 0 12px 0;
	line-height: 20px;
}
#steps div em {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-style: normal;
	background-color: #000000;
	margin-right: 7px;
	color: #FFF;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
#steps div.active {
	background-color: #820900;
	color: #FFF;
}
#steps div.active em {
	background-color: #FFFFFF;
	color: #000000;
}

#steps div.done {
	background-color: #820900;
	color: #FFFFFF;
}
#steps div.done em {
	display:none;
}


@media (min-width : 240px) and  (max-width : 600px) {

	#steps div.done em {
		display: inline-block;
	}
	#steps div span {
		display: none;
	}

	#cart-col .button{margin-bottom:12px;}


}









#cart-col #ext {
	padding:20px 0 30px;
}
#cart-col #intro h1 {
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 500;
	padding-left: 1%;
}
table.tprod {
	border-collapse: collapse;
	border: 0;
	text-decoration: none;
	width:100%;
	margin:auto;
}
table.tprod td {
	text-align: center;
	padding: 8px 8px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
table.tprod .name {text-align:left;}
table.tprod .name .pogrubienie {
	font-weight: 400;
}
table.tprod.thead td {
	font-weight: bold;
	background-color: #F1F1F1;
	color: #000000;
}

table.tprod td input {
	text-align: center;
	background-color: #F7F7F7;
	border: 1px none #E8E8EA;
}

table.tprod td a {
	color: #5C5C5C;
	text-decoration: none;
}


/* nie zmieniac - szerokosci kolumn tabeli z produktami */

table.tprod.thead .name-thumb {text-align:left; }
table.tprod .thumb {width:10%}
table.tprod .qty {width:8%}
table.tprod .price {width:14%}
table.tprod .worth {width:14%}
table.tprod .remove {width:7%}

/****************************/



/* formy platnosci i przesylek */

#przesylki-f{}
#shipping {
	width: 48%;
	padding: 30px 0;
	float: left;
}
#shipping .row {
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
#shipping p.name {
	padding: 8px 8px 4px;
	font-weight: bold;
	color: #666666;
	background-color: #F1F1F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
#shipping .p1 {
	float:left;
}
#shipping .p1 .pogrubienie {
	color:#000;
}
#shipping .radio {
	text-align:center;
	width:10%
}
#shipping div.name {
	width:70%
}
#shipping .price {
	text-align:right;
	width:18%;
	padding-right:2%;
}
@media (min-width : 240px) and  (max-width : 700px) {
	#shipping {width:86%;padding:10px 0 10px 0; float:none; margin:auto;}
}

/****************************/

#payments {
	width: 48%;
	padding: 30px 0;
	float: right;
}
#payments .row {
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
#payments .p1 .pogrubienie {
	color:#000;
}
#payments p.name {
	padding: 8px 8px 4px;
	font-weight: bold;
	color: #666666;
	background-color: #F1F1F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
#payments .p1 {
	float:left;
}
#payments .radio {
	text-align:center;
	width:10%
}
#payments div.name {
	width:70%
}
#payments .price {
	text-align:right;
	width:18%;
	padding-right:2%;
}
@media (min-width : 240px) and  (max-width : 700px) {
	#payments {width:86%;padding:10px 0 10px 0; float:none; margin:auto;}
}


/****************************/

#channels {
	padding: 10px 0;
}
#channels p.name {
	padding: 8px 8px 4px;
	font-weight: bold;
	color: #666666;
	background-color: #F1F1F1;
	border-bottom-width: 1px;

	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
#channels .item {
	width: 10.5%;
	margin: 10px 1%;
	text-align:center;
	float:left;
}
#channels .item img {
	max-width: 90%;
}
#channels .item label {
	display:block;
	border: 1px solid #FFF;
	padding:15px 0;
}
#channels .item label:hover {
	border: 1px solid #F1F1F1;
}
#channels .item .name {
	display:block;
	height:47px;
	overflow:hidden;
	padding:10px 0;
	line-height:18px;
	font-size:13px;
}

@media (min-width : 240px) and (max-width : 1000px) {
	#channels .item {
		width: 18%;
		margin: 10px 1%;
		text-align:center;
		float:left;
	}
}

@media (min-width : 240px) and (max-width : 700px) {
	#channels {
		width: 86%;
		padding: 10px 0;
		float: none;
		margin: auto
	}

	#channels .item {
		width: 30.33333%;
		margin: 10px 1%;
		text-align:center;
		float:left;
		overflow:hidden;
	}


}


/****************************/

#amount {
	width: 48%;
	padding: 30px 0;
	float: right;
}
#amount .row {
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
#amount .row.sum {
	font-weight: bold;
	color: #FFF;
	background-color: #B7C600;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 15px;
}
#amount .p1 {
	float:left;
}
#amount .p1 .pogrubienie {
	color:#000;
}
#amount div.name {
	width:57%;
	padding-left:3%;
}
#amount .price {
	text-align: right;
	width: 38%;
	padding-right: 2%;
	font-weight: bold;
	float: right;
}

@media (min-width : 240px) and  (max-width : 700px) {
	#amount {width:96%;padding:10px 0 10px 0; float:none; margin:auto;}
}

/****************************/
/**** dane zamawiajacego ****/

#ordering-data {
	width: 60%;
	margin: 0 auto;
}
#ordering-data .head {
	padding: 8px 8px 4px;
	font-weight: bold;
	color: #666666;
	background-color: #F1F1F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
#ordering-data .row  {
	padding: 6px 0 2px 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
#ordering-data .row .input {
	float:right;
}
@media (min-width : 240px) and  (max-width : 1000px) {
	#ordering-data {
		width:72%;
		margin:0 auto;
	}
}

@media (min-width : 240px) and  (max-width : 700px) {
	#ordering-data {
		width:86%;
		margin:0 auto;
	}
	#ordering-data .row .name {
		float:none;
		display:block;
	}
	#ordering-data .row .input {
		float:none;
		display:block;
	}
}


/****************************/



@media (min-width : 240px) and  (max-width : 500px) {
	table.tprod {width:96%}
	table.tprod.thead	{display:none;}

	table.tprod td {
		display:block;
		border:none;
		padding: 8px 0;
		width:96%;
		text-align:left;
		font-size:15px;
	}
	table.tprod .thumb {
		width: 88px;
		height: 88px;
		float:left;
	}
	table.tprod .name {
		width:calc(98% - 88px);
		clear:right;
		height: 80px;
		float:left;
	}
	table.tprod .qty{
		clear:both;
		width: 100%
	}
	table.tprod .qty:before{
		content: 'IloĹÄ: ';
	}
	table.tprod .price {
		clear:both;
		width: 100%;
		padding: 4px 0;
	}
	table.tprod .price:before{
		content: 'Cena: ';
	}
	table.tprod .worth {
		clear:both;
		width: 100%;
		padding: 4px 0;
	}
	table.tprod .worth:before{
		content: 'WartoĹÄÂ: ';
	}
	table.tprod .remove {
		clear: both;
		width: 100%;
		padding: 4px 0;
		margin-bottom: 24px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #EAEAEA;

	}
	table.tprod .remove a img {
		display:none;
	}
	table.tprod .remove a:before {
		content: 'x UsuĹÂ z koszyka';
	}
	table.tprod .remove a {
		font-family: Arial, sans-serif;
		font-size: 14px;
		line-height: 24px;
		color: #FFF;
		text-decoration: none;
		background-color: #B22424;
		display: inline-block;
		padding-top: 5px;
		padding-right: 7px;
		padding-bottom: 3px;
		padding-left: 7px;
		margin-bottom:10px;
	}
	table.tprod .remove a:hover, table.tprod .remove a:focus {
		background-color: #000;
	}



}


/***********************/
/***** koszyk stop *****/
/***********************/

form[name=rejestracja] {
	padding-left: calc(50% - 270px);
}






	.commentsBox {
		padding: 20px;
		margin-bottom: 30px;
		clear:both;
	}

	.comments-head {
	  font-size: 1.125rem;
	  font-weight: 600;
	  color: #AD0C00; }

	.comments li {
	  display: block;
	  padding: 10px 0;
	  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	  font-size: 0.875rem; }

	.comments li img {
	  position: relative;
	  top: -2px;
	  margin-left: 3px; }

	.comments li:last-of-type {
	  border-bottom: 0; }

	.commentsForm-row {
	  padding: 5px 0; }

	.commentsForm input, .commentsForm textarea {
	  border: 1px solid rgba(0, 0, 0, 0.15);
	  font-size: .875rem;
	  padding: 7px 5px 4px;
	  width: 100%;
	  color: #616161; }

	.commentsForm select {
	  border: 1px solid rgba(0, 0, 0, 0.15);
	  font-size: .875rem;
	  padding: 4px 5px 1px;
	  font-weight: 600;
	  color: #616161; }

	.commentsForm input:focus, .commentsForm select:focus, .commentsForm textarea:focus {
	  border-color: #77ba99; }

	.commentsForm input[name=kod_obrazka] {
	  width: auto; }

	  .commentsForm button {
		  font-size: 14px;
		  margin: 0;
		  color: #fff;
		  background-color: #AD0C00;
		  text-transform: uppercase;
		  border-top: none;
		  border-right: none;
		  border-bottom: none;
		  border-left: none;
		  font-weight: 600;
		  padding: 6px 12px 4px;
		  -webkit-appearance: none;
	}
	.rating-va--js {
		display:none;
	}




















	.kqsCart * {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.kqsCart {
	  padding: 40px 0; }

	.kqsCart input[type="text"],
	.kqsCart input[type="number"],
	.kqsCart input[type="password"],
	.kqsCart select,
	.kqsCart textarea {
		background-color: #fff;
	}

	.kqsCart input.buttones {
		background-color: #820900;
		padding:6px 15px 5px;
		font-size: 16px;
	}

	  .kqsCart__wrapper {
	    box-sizing: content-box;
	    -moz-box-sizing: content-box; }
	    @media all and (max-width: 768px) {
	      .kqsCart__wrapper {
	        overflow: hidden; } }
	    @media all and (min-width: 992px) {
	      .kqsCart__wrapper {
	        max-width: 992px;
	        margin: auto; } }
	    @media all and (min-width: 1240px) {
	      .kqsCart__wrapper {
	        max-width: 1240px;
	        margin: auto;
	        padding-left: 0;
	        padding-right: 0; } }
	    @media all and (min-width: 1600px) {
	      .kqsCart__wrapper {
	        max-width: 1600px;
	        padding-left: 15px;
	        padding-right: 15px; } }
	  .kqsCart__header {
	    font-size: 1.5rem;
	    font-weight: 500;
	    margin-bottom: 15px;
	    color: #000; }
	  .kqsCart__productsTrigger {
	    display: none;
	    text-align: left;
	    flex: 0 0  100%;
	    margin-bottom: 10px; }
	  .kqsCart__productsTrigger a {
	    color: #fff;
	    background-color: #820900;
	    padding: 4px 10px; }

	.kqsProduct {
	  position: relative;
	  display: flex;
	  justify-content: flex-start;
	  align-items: stretch;
	  background-color: rgba(0,0,0,.04);
	  border: 1px solid #e5ebf1;

	padding: 2px;


	  margin: 10px 0; }
	  .kqsProduct__thumbnail {
	    flex: 0 0 200px;
	    text-align: center;
	    background-color: #fff;
	    display: flex;
	    align-items: center;
		justify-content: center;
	}
	    .kqsProduct__thumbnail img {
	      height: auto !important;
		 width:80px  !important;

	 }
	  .kqsProduct__infos {
	    padding: 20px 30px;
	    flex-basis: 100%; }
	  .kqsProduct__name {
	    padding-bottom: 18px; }
	    .kqsProduct__name > strong {
	      font-size: 1.0625rem;
	      color: #000;
	      display: block;
	      margin-bottom: 20px; }
	  .kqsProduct__priceInfos {
	    display: flex;
	    align-items: center;
	    justify-content: flex-start; }
	    .kqsProduct__priceInfos strong {
	      font-size: 1.125rem;
	      color: #000; }
	  .kqsProduct__price {
	    margin-right: 30px; }
	  .kqsProduct__qty {
	    margin-right: 30px; }
	    .kqsProduct__qty input {
	      border: 1px solid #e5ebf1;
	      padding: 6px 0 5px; }
	  .kqsProduct__worth {
	    margin-left: auto; }
	  .kqsProduct__remove {
	    display: block;
	    position: absolute;
	    right: 30px;
	    top: 18px;
	    display: flex;
	    align-items: center;
	    background-color: red;
	     }
	    .kqsProduct__remove a {
	      display: block;
	      display: flex;
	      align-items: center;
	      background-color: red;
	       }

	    .kqsProduct__remove a::before {
	      content: '';
	      display: inline-block;
	      width: 14px;
	      height: 14px;
		 padding: 7px;
	      background: url(../img/cart_remove.png) center center no-repeat;
	      background-size: 14px auto; }
	    .kqsProduct__remove img {
	      display: none; }

	.kqsSummary {
	  display: flex;
	  align-items: center;
	  justify-content: flex-end;
	  background-color: #fff;
	  padding: 10px 30px;
	  font-size: 1.125rem;
	  color: #000; }
	  .kqsSummary__value {
	    margin-left: 10px;
	    font-size: 1.25rem;
	    font-weight: bold; }

	.kqsCoupon {
	  display: flex;
	  align-items: flex-end;
	  flex-direction: column;
	  padding: 0 30px; }
	  .kqsCoupon__text a {
	    text-decoration: underline;
	    color: red; }
	    .kqsCoupon__text a:hover {
	      text-decoration: none; }
	  .kqsCoupon__form {
	    padding: 10px 0 0;
	    display: flex;
	    display: none; }
	    .kqsCoupon__form input[type="text"] {
	      width: 220px !important;
	      border: 1px solid #9bd92e;
	      padding: 6px 10px; }
	    .kqsCoupon__form input.button {
	      color: #fff;
	      background-color: #9bd92e; }
	      .kqsCoupon__form input.button:hover, .kqsCoupon__form input.button:focus {
	        background-color: #7eb420; }

	.kqsButtons {
	  display: flex;
	  align-items: center;
	  justify-content: flex-end;
	  padding: 18px 30px; }
	  .kqsButtons__button {
	    padding: 11px 20px 9px;
	    border: 0;
	    background-color:#6F0800;
	    color: #fff;

	cursor: pointer;
	}
	  .kqsButtons__button--goNext {
	    font-weight: bold;
	font-size: 16px;}

	form[name="form_zamowienie"] {
	  display: flex;
	  justify-content: center;
	  align-items: flex-start;
	  flex-wrap: wrap; }

	form[name="form_zamowienie"] .kqsCart__products {
	  flex: 0 0 100%;
	  display: none; }

	form[name="form_zamowienie"] .kqsCart__productsTrigger {
	  display: inline-block; }

	.kqsStep2__left {
	  flex: 0 0 46%;
	  border: 2px solid rgba(0,0,0,.06);
	  padding: 20px; }

	.kqsStep2__right {
	  flex: 0 0 48%;
	  margin-left: 3%;
	  background-color: rgba(0,0,0,.06);
	  padding: 20px;
	  text-align: left;
	  margin-left: auto; }

	.kqsDelivery {
	  margin-bottom: 20px; }
	  .kqsDelivery__header {
	    font-size: 1.0625rem;
	    color: #000;
	    margin-bottom: 12px; }
	  .kqsDelivery__single {
	    display: flex;
	    align-items: center;
	    border: 1px solid rgba(0,0,0,.06);
	    background-color: rgba(0,0,0,.03);
	    padding: 4px 8px;
	    margin-bottom: 8px; }
	    .kqsDelivery__single input {
	      display: none; }
	  .kqsDelivery__name {
	    display: flex;
	    align-items: center; }
	    .kqsDelivery__name label {
	      display: flex;
	      align-items: center;
	      padding-right: 8px; }
	      .kqsDelivery__name label::before {
	        content: ' ';
	        display: inline-block;
	        width: 14px;
	        height: 14px;
	        border: 1px solid #000;
	        margin-right: 8px; }
	  input[type="radio"]:checked ~ .kqsDelivery__name {
	    color: #000; }
	    input[type="radio"]:checked ~ .kqsDelivery__name label::before {
	      background-color: #000;
		 border: 1px solid #000;
	      background: #000 url(../img/cart_check.png) center center no-repeat;
	      background-size: auto 8px; }

	.cartDeliverySummary__row {
	  padding: 5px 9px; }
	  .cartDeliverySummary__row--spt {
	    background-color: rgba(0,0,0,.04);
	    color: #000; }
	  .cartDeliverySummary__row--sum {
	    background-color: #820900;
	    color: #fff;
	    font-size: 1.125rem; }

	.cartClient__header {
	  font-size: 1.0625rem;
	  color: #000;
	  margin-bottom: 12px; }

	.cartClient__row {
	  padding: 5px 0; }
	  .cartClient__row label {
	    display: flex;
	    justify-content: flex-end; }
	    .cartClient__row label span {
	      margin-right: auto; }
	    .cartClient__row label input[type="text"],
	    .cartClient__row label select,
	    .cartClient__row label textarea {
	      flex: 0 0 70%;
	      border: 1px solid #e5ebf1;
	      padding: 8px;
	      font-size: .875rem;
	      color: #000; }
	  .cartClient__row--street label input[type="text"],
	  .cartClient__row--street label select,
	  .cartClient__row--street label textarea, .cartClient__row--place label input[type="text"],
	  .cartClient__row--place label select,
	  .cartClient__row--place label textarea {
	    flex: 0 0 34.6%; }

	.kqsComments {
	  padding: 20px 0 0; }
	  .kqsComments__header {
	    font-size: 1.0625rem;
	    color: #000;
	    margin-bottom: 10px; }
	  .kqsComments textarea {s
	    width: 100% !important;
	    border: 1px solid #e5ebf1;
	    padding: 8px;
	    font-size: .875rem;
	    color: #000; }



	@media all and (max-width: 768px) {

		.kqsProduct__thumbnail {
		    flex: 0 0 100px;
		}

		.kqsProduct__name {
		    padding-bottom: 8px;
		}

		.kqsProduct__priceInfos {
		    align-items: flex-start;
		    flex-direction: column;
		}
		.kqsProduct__worth {
		    margin-left: 0;
		}


		.kqsProduct__remove {
		    right: 20px;
		    top: auto;
		    bottom: 26px;
		}



		form[name="form_zamowienie"] {
		    display: block;
		}

		.cartClient__row label {
		    display:block;
		    width: 100%;
		}

		.cartClient__row label span {
		    margin-right: 0;
		    flex: 0 0 100%;
		    display: block;
		    padding: 4px 0;
		}

		.cartClient__row label input[type="text"], .cartClient__row label select, .cartClient__row label textarea {
		    width: 100% !important;
		}

		.kqsSummary {
			font-size: 1rem;
		}


	}







#left-col.cartSidebar {
	display: none;
}

@media all and (max-width: 900px) {
	#left-col.cartSidebar {
		display: block;
	}

	#left-col.cartSidebar > * {
		display: none;
	}

}




.catalog-infos {
	border:1px solid rgba(0,0,0,.1);
	padding: 20px;
}

.catalog-infos p {
	margin-bottom: 12px;
}

.catalog-infos *:last-child {
	margin-bottom: 0;
}

.catalog-infos h2,
.catalog-infos h3 {
	margin-bottom: 12px;
	padding-top: 10px;
}
.catalog-infos h2:first-of-type {
	padding-top: 0;
}







/***************/
