* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	font-size: 15px;
	text-align: justify;
	line-height: 16px;
	color: #858585;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	background: #f3f3f3 url(../img/bg-big.jpg) top center no-repeat;
}

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

a {
	color: #0070b3;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000;
	transition: 0.3s;
}

.wrapper {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.fix {
	zoom: 1;
}

.fix:after {
	content: '';
	clear: both;
	display: block;
}

.clear {
	clear: both;
}

label {
	cursor: pointer
}

.pogrubienie {
	font-weight: bold
}

::placeholder {
	font-size: 14px;
	color: #bfbfbf;
	font-style: italic
}

input.txt, input.text, textarea, select {
	font-family: "Jaldi", sans-serif;
	font-size: 18px;
	color: #666;
	background-color: #F3F3F3;
	border: 1px solid #DFDFDF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding: 5px 15px;
	outline: none;
}

input.txt:focus, input.text:focus, textarea:focus, select:focus {
	border: 1px solid #C9CACD;
	outline: none;
}

input:focus, input {
	outline: none;
}

label {
	outline: none;
}

input.button, .button {
	font-size: 20px;
	display: block;
	min-width: 90px !important;
	color: #FFF;
	background-color: #51a1b9;
	cursor: pointer;
	border: none;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 0 20px;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	margin: 20px auto;
}

.button-small {
	font-size: 15px !important;
	padding: 0px !important;
	margin: 0 !important;
}

input.orange {
	background-color: #ff9100 !important;
}

input.button:hover, .button:hover {
	cursor: pointer;
	color: white;
	background-color: #9aa208;
	border-top: none;
	border-right: none;
	border-left: none;
	transition: 0.3s;
	-webkit-box-shadow: 0px 14px 21px -12px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 14px 21px -12px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 14px 21px -12px rgba(0, 0, 0, 0.5);
}

input.orange:hover {
	background-color: #f17b10 !important;
	transition: 0.3s;
}

input[type="checkbox"] {
	margin-right: 5px;
}

.clear {
	clear: both;
	padding-top: 30px;
}

.radius5 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.shd {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
}

.fxbox {
	position: relative;
	width: 100%;
	left: auto;
	top: auto;
	right: auto;
	z-index: 1000;
}

.fxbox * {
	transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.fxbox.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1000;
}

#backToCart {
	clear: both;
}

#header {}

#header .wrapper {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
}

#header .logo {
	display: block;
	float: left;
	height: 160px;
	width: 275px;
}

#header .logo img {
	margin: 78px 20px 0 25px;
}

#header .line-top {
	color: #c3c3c3;
	float: right;
	width: calc(100% - 295px);
	padding-top: 20px;
	padding-bottom: 20px;
}

#header .line-top .information {
	float: left;
	color: #cccdcf;
	padding: 6px 0px;
}

#header .line-top .information strong {
	color: #696969;
	font-size: 14px;
	text-decoration: none;
	margin-left: 6px;
	margin-right: 8px;
	margin-left: 8px;
}

#header .line-top .information a {
	color: #04212a;
	font-size: 15px;
	text-decoration: none;
	margin-left: 7px;
	margin-right: 12px;
}

#header .line-top .information img:nth-of-type(2) {
	margin-left: 15px;
}

#header .line-top .panel {
	float: right;
	color: #cccdcf;
	background-color: #ffffffa3;
	padding: 6px 10px;
	border-radius: 5px;
	box-shadow: 0px 5px 5px #00000012;
}

#header .line-top .panel a {
	color: #04222b;
	font-size: 15px;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
}

#header .line-top .panel a:hover, #header .line-top .information a:hover {
	color: #0070b3 !important;
}

#header .line-bottom {
	float: right;
	width: calc(100% - 295px);
}

#search-box {
	background-color: #FFF;
	position: relative;
	float: left;
	width: 65%;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

#search-box label {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e1da;
    padding: 8px 18px;
    display: block;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

#search-box .s1 {
	width: 60%;
}

#search-box .s2 {
	width: 30%;
}

#search-box .s3 {
	width: 10%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#search-box input[type=text] {
	font-family: "Jaldi", sans-serif;
	font-size: 20px;
	color: #949494;
    height: 40px;
    cursor: pointer;
    border: none;
    width: 100%;
    padding: 0px 10px;
	-webkit-text-fill-color: #949494;
	-webkit-text-fill-color: map-get($colors, grey-lines);
	-webkit-opacity: 1;
}

#search-box select {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 40px;
	font-family: "Jaldi", sans-serif;
	color: #949494;
	font-size: 14px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 125%;
    background-image: url(../img/str-1.png);
    background-repeat: no-repeat;
    background-position: right 41px center;
    cursor: pointer;
}

#search-box input[type=submit] {
	background-image: url(../img/ico-search.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 36px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	cursor: pointer;
}

#podpowiedzi {
	position: absolute;
	overflow: hidden;
	padding: 20px;
	margin-top: 56px;
	border-radius: 8px;
	z-index: 1111;
	width: 100%;
	max-width: 530px;
	white-space: nowrap;
	background: white;
	box-shadow: 0px 10px 20px #00000047;
	visibility: hidden;
}

#podpowiedzi ul {
	list-style-type: none;
	overflow: hidden;
}

#podpowiedzi ul li img {
	max-width: 40px;
	max-height: 40px;
	margin: 0 20px 0 0;
}

#podpowiedzi ul li a {
	line-height: 36px;
}

#podpowiedzi p {
	margin: 20px 0px 10px 0;
}

#cat-top li {
	float: left;
}

#cat-top li a, .dropbtn {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 16px 16px;
	text-decoration: none;
	transition: 0s;
	font-size: 16px;
}

#cat-top li a:hover, #cat-top .dropdown:hover .dropbtn {
	background-color: white;
	color: #000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#cat-top .dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 220px;
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 10px 0;
}

#cat-top .dropdown-content a {
	color: #696969;
	padding: 10px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 14px;
	margin: 0 10px;
}

#cat-top .dropdown-content a:hover {
	background-color: rgb(245, 245, 245);
	border-radius: 6px;
	transition: 0.2s;
}

#cat-top .dropdown:hover .dropdown-content {
	display: block;
}

#cat-top .head {
	display: none
}

/* --------------- KATEGORIE MENU POZIOMIE -------------- */

#cats-box {
	display: none;
}

#nav {
	clear: both;
	position: relative;
}

#nav .wrapper {
	position: relative;
}

#cat-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/* overflow: hidden; */
}

#cat-top ul li {
	overflow: visible;
}

#cat-top li {
	float: left;
}

#cat-top li li {
	float: none;
}

#cat-top li a, .dropbtn {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 15px 18px 15px 18px;
	text-decoration: none;
	transition: 0s;
	font-size: 17px;
}

#cat-top .dropdown-content .category-list {
	float: left;
	width: 240px;
}

#cat-top .dropdown {
	display: inline-block;
	height: 48px;
	position: relative;
	vertical-align: top;
}

#cat-top>ul>li:nth-child(n+6) .dropdown-content {
	left: auto;
	right: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#cat-top li a:hover, #cat-top .dropdown:hover .dropbtn {
	background-color: white;
	color: #000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

/* --------------- KATEGORIE MENU POZIOMIE DROPDOWN -------------- */

#cat-top .dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 620px;
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
	margin-top: -3px;
	z-index: 1000;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 15px;
	background: linear-gradient(to left, #ffffff 94%, #f9f9f9 96%, #ececec 100%);
	background-position-x: 250px;
	min-height: 280px;
}

#cat-top .dropdown-sub {
	display: none;
	font-size: 12px;
	left: 250px;
	line-height: 16px;
	padding: 15px;
	position: absolute;
	top: 0;
	width: 350px;
	border-radius: 6px;
	min-height: 100%;
	background: linear-gradient(to left, #ffffff 90%, #f9f9f9 94%, #ececec 100%);
	transition: 1.2s;
}

#cat-top .dropdown-content a {
	color: #0070b3;
	padding: 13px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 16px;
	margin: 0;
}

#cat-top .dropdown-content .price {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	line-height: 50px;
}

#cat-top .dropdown-content .dropdown-bestseller {
	display: block;
	float: right;
	width: 320px;
}

#cat-top .dropdown-content .dropdown-bestseller-left {
	float: left;
	width: 32%;
	padding-top: 20px;
}

#cat-top .dropdown-content .dropdown-bestseller-right {
	float: right;
	padding-top: 25px;
	width: 68%;
}

#cat-top .dropdown-content .productName {
	padding-top: 25px;
	text-align: left;
	line-height: 20px;
}

#cat-top .dropdown-content .oldPrice {
	padding-top: 25px;
	text-decoration: line-through;
}

#cat-top .dropdown-content .price {
	line-height: 34px;
	font-size: 22px;
}

#cat-top .dropdown-content a:hover, .dropdown-content-hovered {
	background: linear-gradient(to left, #ffffff00 5%, #f7f7f7 50%);
	border-radius: 6px;
	transition: 0.2s;
}

#cat-top .dropdown-sub a:hover {
	background: none;
}

#cat-top .dropdown-bestseller-right a {
	padding: 0 0 0 10px;
}

#cat-top .dropdown-bestseller-right a:hover {
	background: none;
	margin-top: -5px;
	margin-bottom: 5px;
	transition: 0.3s;
}

#cat-top .dropdown:hover .dropdown-content {
	display: block;
}

#cat-top .head {
	display: none
}

#cat-top .subVisible {
	display: block;
}

#cat-top li.arrow::after {
	border: 4px solid #ccc;
	border-color: transparent transparent transparent #b5b5b5;
	;
	content: "";
	float: right;
	right: 25px;
	position: relative;
	top: -25px;
	width: 0;
	z-index: 1000;
}

#left-col .categories a {
	color: #000000;
	padding: 10px;
	display: block;
	text-align: left;
	font-size: 16px;
	border-radius: 0;
}

#left-col li a:hover {
	color: #0080b6;
	transition: 0.3s;
}

#left-col .categories ul {
	list-style-type: none;
}

#left-col .dropdown-content ul ul {
	margin: 5px 0px 5px 20px;
	background-color: #f7f7f7;
	padding: 10px 0px;
	border-radius: 6px;
	border: 1px solid #eaeaea;
}

#left-col .dropdown-content ul ul a {
	margin-left: 10px;
	background-image: none;
	padding: 4px;
}

#left-col .dropdown-content a {
	color: #5a5a5a;
	display: block;
	padding: 4px 0 4px 20px;
	font-size: 15px;
	background-image: url(../img/angle-right.svg);
	background-repeat: no-repeat;
	background-position-y: 5px;
	background-position-x: -5px;
	background-size: 25px;
}

#left-col .dropdown-content {
	padding: 0 0 5px 0;
}

#left-col .dropdown .off {
	display: none;
}

#left-col .kat-on {}

#left-col .active {
	font-weight: bold;
	color: #212121;
}

/* --------------- KATEGORIE MENU MOBILNE -------------- */

.animating #page {
	transition: transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
}

.animating.left #page {
	transform: translate3d( 300px, 0, 0);
	-webkit-transform: translate3d( 300px, 0, 0);
}

.animating.right #page {
	transform: translate3d( -300px, 0, 0);
	-webkit-transform: translate3d( -300px, 0, 0);
}

.menu-visible #page {
	left: 300px;
}

#page {
	z-index: 100;
	position: relative;
	padding: 0;
}

.mobileNav {
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	background: #333;
	color: rgba(255, 255, 255, .6);
	width: 300px;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	list-style: none;
}

.animating .mobileNav, .menu-visible .mobileNav {
	display: block;
}

.mobMenuList {
	transition: transform .4s ease, -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background: #333;
	color: rgba(255, 255, 255, .6);
	z-index: 1;
	display: block;
}

.mobMenuList-opened {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: 10;
	display: block;
}

.mobMenuList-hidden {
	display: none;
}

.mobMenuList li {
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #272727;
}

.mobMenuList li a:hover, .mobMenuList li a:active {
	text-decoration: none;
	background-color: #ffffff29;
	box-shadow: 0px 6px 6px 0px #272727;
}

.mobMenuList li a {
	color: white;
	font-size: 18px;
	display: block;
	padding: 20px;
}

.mobMenuSubtitle a {
	padding-left: 50px !important;
	background-image: url(../img/arrow-left.png);
	background-repeat: no-repeat;
	background-position-x: 20px;
	background-position-y: 23px;
	opacity: 0.5;
}

.mobMenuList-subopened {
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.mobMenu-subclose {
	color: yellow;
}

.mobMenu-slideout {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

body.mobMenu-opening .mobMenu-slideout {
	-webkit-transform: translate(300px, 0);
	transform: translate(300px, 0);
}

#mobMenu-pageCover {
	background: white;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

body.mobMenu-opening #mobMenu-pageCover {
	display: block;
	opacity: 0.01;
}

.animating #mobMenu-pageCover {
	background: none;
}

a.mobMenuListSubOpen {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.15);
	background-image: url(../img/arrow-right.png);
	background-repeat: no-repeat;
	background-position-x: 21px;
	background-position-y: 21px;
	opacity: 0.5;
	border-left: 1px solid #8a8a8a;
}

a.mobMenuListSubOpen {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	line-height: 20px;
	display: block;
	padding: 4px 10px 4px 20px;
	margin: 0;
}

/* --------------- KATEGORIE MENU MOBILNE KONIEC -------------- */

#cart-box {
	background-color: #ff9500;
	float: right;
	width: 32%;
	overflow: hidden;
}

#cart-box a {
	display: block;
	float: left;
	overflow: hidden;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
	width: 100%;
	background-image: url(../img/ico-cart.png);
	background-repeat: no-repeat;
	background-position: 19px center;
}

#cart-box a em {
	background-image: url(../img/ico-cart.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	font-style: normal;
	float: left;
	padding-left: 34px;
	margin-right: 5px;
}

#cart-box span {
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 20px;
	padding-bottom: 17px;
	display: block;
	float: left;
	overflow: hidden;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d27a00;
}

#cart-box .qty {
	width: 58%;
	background: rgb(255, 135, 0);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgb(255, 149, 0) 0%, rgb(245, 123, 18) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(255, 149, 0) 0%, rgb(245, 123, 18) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(255, 149, 0) 0%, rgb(245, 123, 18) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3903e', endColorstr='#f6ae4f', GradientType=1);
	/* IE6-9 */
}

#cart-box .amount {
	width: 42%;
	text-align: right
}

.konto {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
}

.konto li {
	display: inline;
}

.konto li a {
	background-color: #f1f1f1;
	color: #676767;
	padding: 10px 20px;
	margin: 15px 0px 15px 20px;
	border-radius: 6px;
}

.konto li a:hover {
	background-color: #03a3dc;
	color: white;
}

#cats-box {
	display: none;
}

#nav {
	clear: both;
	position: relative;
}

#nav .wrapper {
	position: relative;
}

#nav .box {
	height: 56px;
	padding: 5px 20px;
	background: rgba(76, 76, 76, 1);
	background: -moz-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(54, 54, 54, 1) 28%, rgba(17, 17, 17, 1) 68%, rgba(17, 17, 17, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(28%, rgba(54, 54, 54, 1)), color-stop(68%, rgba(17, 17, 17, 1)), color-stop(100%, rgba(17, 17, 17, 1)));
	background: -webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(54, 54, 54, 1) 28%, rgba(17, 17, 17, 1) 68%, rgba(17, 17, 17, 1) 100%);
	background: -o-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(54, 54, 54, 1) 28%, rgba(17, 17, 17, 1) 68%, rgba(17, 17, 17, 1) 100%);
	background: -ms-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(54, 54, 54, 1) 28%, rgba(17, 17, 17, 1) 68%, rgba(17, 17, 17, 1) 100%);
	background: linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(54, 54, 54, 1) 28%, rgba(17, 17, 17, 1) 68%, rgba(17, 17, 17, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#111111', GradientType=0);
}

#cat-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#cat-top li {
	float: left;
}

#cat-top li a, .dropbtn {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 15px 20px 15px 20px;
	text-decoration: none;
	transition: 0s;
	font-size: 17px;
}

#cat-top li a:hover, #cat-top .dropdown:hover .dropbtn {
	background-color: white;
	color: #000;
	border-radius: 4px;
}

#cat-top .dropdown-content a {
	color: #0070b3;
	padding: 13px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 16px;
	margin: 0 10px 0 0;
}

#cat-top .dropdown-content a:hover {
	border-radius: 6px;
	transition: 0.2s;
}

#cat-top .dropdown:hover .dropdown-content {
	display: block;
}

#cat-top .head {
	display: none
}

#left-col .categories a {
	color: #0070b3;
	padding: 10px 0px;
	display: block;
	text-align: left;
	font-size: 17px;
	border-radius: 0;
}

#left-col li a:hover {
	color: black;
	transition: 0.3s;
}

#left-col .dropdown-content a {
	color: #227bab;
	display: block;
	padding: 4px 0 4px 20px;
	font-size: 15px;
	background-image: url(../img/angle-right.svg);
	background-repeat: no-repeat;
	background-position-y: 5px;
	background-position-x: -5px;
	background-size: 25px;
}

#left-col .dropdown-content {
	padding: 0 0 5px 0;
}

#left-col .dropdown .off {
	display: none;
}

#left-col .kat-on {}

#left-col .active {
	font-weight: bold;
	color: #212121;
}

#sidebar #box-head {
	position: absolute;
	left: -300px;
	transition: 0.3s;
	padding: 15px;
	width: 348px;
	text-decoration: none;
	font-size: 20px;
	color: white;
	border-radius: 0 8px 8px 0;
	z-index: 300;
}

#sidebar #box-body {
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.3s;
	padding: 20px;
	width: 300px;
	text-decoration: none;
	font-size: 20px;
	color: white;
	border-radius: 0 0 8px 0;
	z-index: 300;
}

#sidebar #box-head img {
	float: right;
}

#sidebar #box-head:hover {
	left: 0;
	z-index: 1000;
}

#sidebar #box-body p {
	font-size: 18px;
	margin-bottom: 14px;
}

#sidebar #box-body span {
	font-size: 26px;
	font-weight: bold;
}

#sidebar .fb-head {
	top: 280px;
	background-color: #4267b2;
}

#sidebar .fb-body {
	color: grey;
	height: 245px;
	background-color: #ffffff;
	border: 1px solid #e9ebef;
	box-shadow: 0 10px 20px #0000000f;
}

#sidebar .tel-head {
	top: 340px;
	background-color: #84a921;
}

#sidebar .tel-body {
	color: grey;
	height: 150px;
	background-color: #84a921;
	box-shadow: 0 10px 20px #0000000f;
}

#menu-box ul {
	font-size: 18px;
	color: #FFF;
	list-style-type: none;
	padding-left: 16px;
}

#menu-box ul li {
	display: block;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 60px;
}

#menu-box ul li a {
	color: #FFF;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
}

#menu-box ul li:nth-child(1) a {
	background-image: url(../img/ico-help.png);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-left: 28px;
}

#menu-box ul li a:hover {
	background-color: rgba(255, 255, 255, 0.30);
	transition: 0.5s;
}

.siema {
	position: relative;
}

.siema button {
	color: white;
	margin-bottom: 100px;
	background-color: black;
	opacity: 0.3;
	display: block;
	width: 30px;
	height: 60px;
	border: 0;
	position: absolute;
	text-indent: -9999px;
}

.siema button:hover {
	opacity: 0.6;
	transition: 0.3s;
}

.siema .prev {
	bottom: 0;
	left: 0;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	background-image: url(../img/arrow-left.svg);
	background-size: 25px;
	background-position-y: 18px;
	background-repeat: no-repeat;
}

.siema .next {
	bottom: 0;
	right: 0;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	background-image: url(../img/arrow-right.svg);
	background-size: 25px;
	background-position-y: 18px;
	background-position-x: 6px;
	background-repeat: no-repeat;
}

.baner-line-one {
	padding-top: 25px;
}

.baner-line-one .baner1 {
	float: left;
	overflow: hidden;
	width: 1200px;
	height: 300px;
	border: 10px solid white;
	box-shadow: 0px 2px 15px #00000017;
}

.baner-line-one .baner2 {
	float: right;
	overflow: hidden;
	width: 24.5%;
}

#baner-line-two {
	padding-top: 20px;
	clear: both;
}

#baner-line-two a {
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 1.66667%;
	width: 24.5%;
}

#baner-line-two a:first-child {
	float: right;
	margin-right: 0px;
}

#baner-line-two a:last-of-type {}

#baner-line-two .baner3 {
	width: 47.5%;
	text-align: right;
	float: right;
}

#baner-line-two img, .baner-line-one img {
	opacity: 1;
}

#baner-line-two img:hover, .baner-line-one img:hover {
	opacity: 0.85;
	transition: 0.3s;
}

#brands {
	padding: 0 0 10px 25px;
}

#brands li {
	display: inline;
	padding-right: 25px;
	opacity: 0.3;
	filter: grayscale(100%);
}

#brands li:hover {
	opacity: 1;
	transition: 0.3s;
	filter: none;
}

#main-products {
	clear: both;
	padding-bottom: 6px;
}

#main-products .switcher-menu ul {
	list-style-type: none;
}

#main-products .switcher-menu ul li {
	display: block;
	float: left;
}

#main-products .switcher-menu ul li a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #7F7F7F;
	text-decoration: none;
	line-height: 48px;
	display: block;
	height: 48px;
	float: left;
	padding-right: 38px;
	padding-left: 38px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#main-products .switcher-menu ul li a:hover {
	color: #002126;
	text-decoration: none;
}

#main-products .switcher-menu ul .active a {
	color: #0070b3;
	text-decoration: none;
	background-color: #FFF;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
}

.switcher-content {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 900;
}

.products {
	background-color: #FFF;
	padding: 15px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

.products .product {
	display: block;
	float: left;
	width: 33.33333%;
	height: 425px;
	position: relative;
}

.btn {
	clear: both;
	margin-bottom: 20px;
}

.products .single {
	float: left;
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	position: relative;
	background-color: white;
	height: 425px;
	display: block;
	z-index: 1;
	overflow: hidden;
}

.products .product:nth-child(3n+2) .single {
	border-right: none;
}

#main-products .product:nth-child(3n+3) .single {
	border-right: none;
}

#main-products .product:nth-child(3n+2) .single {
	border-right: 1px solid #D8D8D8;
}

.products .single:hover, .products .single:focus, .products .single .active {
	box-shadow: 0px 0px 20px #cacacab0;
	transition: 200ms;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: scale(1.01);
	z-index: 555;
	border-radius: 8px;
	display: inline-table;
	position: absolute;
	width: 100%;
}

.products .single:nth-of-type(4n) {
	border-right-color: #FFF;
}

.products .single .producent {
	height: 22px;
	margin-bottom: 4px;
	display: none;
}

.products .single .producent a {
	font-size: 14px;
	font-weight: bold;
	color: #09b6f2;
	text-decoration: none;
}

.products .single .name {
	font-size: 16px;
	color: #717171;
	text-decoration: none;
	text-align: left;
	display: block;
	line-height: 22px;
	overflow: hidden;
	margin-bottom: 8px;
	height: 44px;
}

.products .single .name:hover {
	color: #000;
}

.products .single .ocena {
	display: block;
	margin-bottom: 4px;
}

.products .single .photo {
	padding: 10px;
	min-height: 220px;
}

.products .single .photo a {
	display: block;
}

.products .single .price-cart {
	padding-top: 20px;
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px top;
}

.products .single .price-cart .price {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	line-height: 20px;
	height: 34px;
	float: left;
}

.products .single .price-cart .price .promoprice {
	display: block;
	font-size: 20px;
	line-height: 18px;
	color: #d81a1e;
}

.products .single .price-cart .price s {
	display: block;
	font-size: 14px;
	font-weight: 200;
	color: #818181;
	line-height: 18px;
	margin-top: -4px;
}

.single .price-cart .price .sale {
	position: absolute;
	top: 115px;
	right: 20px;
}

.single .freeshipping {
	position: absolute;
	top: 160px;
	right: 20px;
}

.products .single .price-cart .cart-btn {
	float: right;
}

.products .single .price-cart .cart-btn input {
	background-image: url(../img/btn-cart.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
	width: 117px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

.products .single .krotki-opis {
	display: none;
}

.products .single .krotki-opis:hover {
	display: block;
}

#catalog .products .single .short-desc {
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
	padding-top: 5px;
}

#catalog .products .single .short-desc {
	padding-top: 18px;
}

#main-extras {
	padding-top: 20px;
	background-color: #f3f3f3;
}

#news-box {
	background-color: #FFF;
	float: left;
	width: 49%;
	padding: 20px;
}

#news-box ul {
	list-style-type: none;
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 16px;
	margin-bottom: 2px;
}

#news-box ul li {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 700;
	color: #51a1b9;
}

#news-box ul li:first-child {
	padding-right: 22px;
}

#news-box ul li a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FE530F;
	display: block;
	text-decoration: none;
}

#news-box .box {
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 3px;
	padding-left: 3px;
}

#news-box .box .photo {
	float: left;
	height: 140px;
	width: 140px;
	margin-right: 18px;
}

#news-box .box .info {
	padding-top: 12px;
}

#news-box .box h3 a {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 4px;
	text-decoration: none;
}

#news-box .box .info p {
	color: #949494;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
}

#news-box .box .info .btn {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #51a1b9;
	display: block;
	float: right;
	padding-top: 7px;
	padding-right: 28px;
	padding-bottom: 6px;
	padding-left: 28px;
}

#news-box .box .info .date {
	line-height: 30px;
}

.act-list .single {
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.act-list h3 a {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	display: block;
	margin-bottom: 3px;
	text-decoration: none;
}

.act-list h3 a:hover {
	text-decoration: underline;
}

.act-list .single .data {
	margin-bottom: 0 !important;
}

.act-list .pagi {
	float: right;
	padding-top: 30px;
}

.act-list .pagi a {
	font-size: 14px;
	color: #949494;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	height: 25px;
	width: 25px;
	background-color: #EBEBEB;
	line-height: 24px;
	margin-left: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.act-list .pagi .curr {
	font-size: 14px;
	color: #949494;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	height: 25px;
	width: 25px;
	background-color: #EBEBEB;
	line-height: 24px;
	margin-left: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	background-color: #ACBC42;
}

#main-info {
	background-image: url(../img/bg-box-onas.jpg);
	border: 5px solid white;
	color: #556675;
	text-align: justify;
	padding: 25px 25px 25px 260px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #f5f5f5;
}

#main-info h1 {
	font-size: 18px;
	color: #949494;
	font-weight: 400;
	margin-bottom: 20px;
}

#main-info h1 span {
	color: #000;
}

#main-info p {
	margin-bottom: 15px;
	line-height: 19px;
}

#main-info .links {
	color: #000;
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 18px;
}

#main-info .links>* {
	margin-right: 5px;
}

#main-info .links a {
	color: #2E84B9;
	text-decoration: none;
}

#main-info .links a:hover {
	color: #000;
	text-decoration: none;
}

#main-info .links a img {
	margin-top: 2px;
	margin-right: 2px;
}

#main-info .links a:first-of-type img {
	margin-top: 4px;
}

#contact-box {
	max-width: 1200px;
	margin: auto;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 13px;
	color: #5ad4ff;
	background-image: linear-gradient(to right, #007193, #041e26);
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.07);
}

#contact-box .wrapper>* {
	float: left;
}

#contact-box img {
	margin-top: -40px;
}

#contact-box p {
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 3.6%;
}

#contact-box p:first-of-type {
	text-align: right;
	padding-right: 3.9%;
	padding-left: 10%;
	background-image: url(../img/pkt-2.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#contact-box p strong {
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	line-height: 36px;
	display: block;
	padding-bottom: 5px;
}

#footer-infos {
	max-width: 1200px;
	margin: auto;
	padding: 30px;
	clear: both;
	background-color: white;
	box-shadow: 0px 0px 30px #00000021;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#footer-infos .menu {
	float: right;
	width: 50%;
}

#footer-infos .menu .item {
	float: left;
	width: 33.333333%;
}

#footer-infos .menu .item .head {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#footer-infos .menu .item ul {
	list-style-type: none;
}

#footer-infos .menu .item ul li {
	display: block;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 30px;
	background-image: url(../img/pkt-3.png);
	background-repeat: no-repeat;
	background-position: 14px 10px;
}

#footer-infos .menu .item ul li a {
	text-decoration: none;
	font-size: 14px;
}

#footer-infos .logos {
	float: left;
	width: 30%;
}

#footer {
	max-width: 1200px;
	margin: auto;
	font-size: 12px;
	color: #888888;
	padding: 20px;
}

#footer p {
	float: left;
}

#footer p:last-of-type {
	float: right;
}

#footer a {
	text-decoration: none;
}

#breadcrumbs {
	font-size: 12px;
	padding: 17px 0 15px 10px;
	background-color: #ffffff;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

#breadcrumbs>* {
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	display: inline;
	font-weight: 400;
}

#breadcrumbs a {
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

#breadcrumbs .home {
	background-image: url(../img/ico-home.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
}

#breadcrumbs span {
	background-image: url(../img/ico-separator.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 10px;
}

#product {
	clear: both;
}

#content {
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

#photos {
	float: left;
	width: 55%;
	min-height: 300px;
	display: block;
	background-image: url(../img/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#name-box {
	float: right;
	width: 39%;
	padding-top: 44px;
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 20px;
	margin-right: 3%;
	position: relative;
}

#name-box .sale {
	position: absolute;
	right: 0px;
}

#name-box .freeshipping {
	position: absolute;
	right: 47px;
}

#name-box .producent {
	margin-bottom: 26px;
}

#name-box h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	display: block;
	margin-bottom: 12px;
	text-align: left;
}

#name-box .ocena {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#name-box .ocena>a {
	color: #2E84B9;
	text-decoration: none;
	background-image: url(../img/ico-re.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	margin-left: 10px;
	padding-left: 20px;
}

#name-box .ocena a:hover {
	color: #2E84B9;
	text-decoration: underline;
}

#infos {
	padding-top: 10px;
	width: 39%;
	float: right;
	margin-right: 3%;
	padding-bottom: 36px;
}

#infos .price {
	float: left;
	font-size: 28px;
	font-weight: 700;
	color: #000;
	line-height: 50px;
}

#infos .price span {
	color: #000;
}

#infos .price s {
	color: #858585;
	font-weight: 300;
	font-size: 18px;
	margin-right: 7px;
}

#infos input[type=text] {
	font-size: 20px;
	color: #000;
	font-family: "Jaldi", sans-serif;
	background-color: #F5F5F5;
	text-align: center;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#infos .opc {
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

#infos .opc span {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
}

#infos .opc .av {
	background-image: url(../img/pkt-4.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
	color: #689C25;
}

#infos .opc .sh {
	background-image: url(../img/ico-sh.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	padding-top: 3px;
}

#infos .dost {
	padding: 0 0 10px 0;
}

#infos .presale {
	font-size: 21px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 1px 3px 1px #d6610b;
	background-color: #ff8a00;
	border-bottom: 3px solid #d6610b;
	border-radius: 8px;
	padding: 15px 32px;
}

#infos .opc span strong {
	color: #000;
}

#infos .short-info h5 {
	color: black;
	font-size: 18px;
	padding-bottom: 20px;
}

#infos .short-info {
	padding-top: 5px;
}

#infos .short-info ul {
	list-style-type: none;
}

#infos .short-info ul li {
	background-image: url(../img/pkt-4.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 32px;
}

#infos .atrybuty {
	margin-bottom: 20px;
	font-weight: 700;
	color: black;
}

#infos .atrybut {
	display: inline-block;
	margin: 10px 10px 0px 0px;
	font-weight: 400;
	font-size: 13px;
	color: #656565;
	background-color: #eaeaea;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	padding: 5px 10px;
}

#infos .atrybut input {
	display: none;
}

#infos .activeAttr {
	color: #375809;
	background-color: #a8d863;
	border: 1px solid #7db134;
	transition: 0.5s;
}

#menu-switch {
	clear: both;
	padding-top: 20px;
}

#menu-switch ul {
	list-style-type: none;
}

#menu-switch ul li {
	display: block;
	float: left;
	height: 62px;
	padding-right: 4px;
	padding-left: 4px;
	overflow: hidden;
}

#menu-switch ul li a {
	font-size: 16px;
	line-height: 58px;
	color: #989898;
	font-weight: 500;
	display: block;
	padding-right: 26px;
	padding-left: 26px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 4px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#menu-switch ul .active a {
	font-weight: 700;
	color: #51a1b9;
	background-color: #FFF;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
}

#menu-switch ul li a:hover {
	color: #002126;
}

#opis .sh {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #92D753;
	background-image: url(../img/sh-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 26px;
	display: block;
}

#opis, #gwarancja {
	background-color: #FFF;
	padding: 30px;
	font-size: 15px;
	overflow: hidden;
	line-height: 26px;
	font-weight: 200;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	margin-bottom: 20px;
}

#opis h3, #opis h2 {
	font-size: 22px;
	padding: 0 0 10px 0;
	color: #4e5c5f;
	font-weight: 800;
	text-align: left;
	background-size: 100%;
	overflow: hidden;
}

#opis p, #gwarancja p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}

#opis ul, #opis ol {
	margin-bottom: 20px;
	margin-left: 26px;
	text-align: left;
}

#opis table, #specyfikacja table, #ext .tabelka {
	font-size: 16px;
	border-collapse: collapse;
	color: #333;
	width: 100%;
	margin-bottom: 30px;
}

#opis table tr td, #specyfikacja table tr td {
	width: 50%;
	padding: 0.8%;
	text-align: left;
	font-weight: 300;
}

#opis .copyrights {
	line-height: 13px;
	font-size: 11px;
	color: #c1c1c1;
	border-top: 1px dotted #e0e0e0;
	padding-top: 21px;
	text-align: justify;
	margin-top: 40px;
}

#opis .up {
	width: 100%;
	text-align: center;
	margin: 3% 0;
}

#opis .up #button {
	padding: 1% 2%;
	color: #969696;
	border: 2px solid #cacaca;
	font-size: 13px;
	margin: 0;
}

#opis #button:hover {
	background-color: #0fb7e0;
	border: 2px solid #0fb7e0;
	-webkit-transition-duration: 0.4s;
	/* Safari */
	transition-duration: 0.4s;
	color: white;
}

#ext .tabelka tr td {
	padding: 1.5%;
	text-align: left;
	font-weight: 300;
}

#ext .tabelka th {
	text-align: left;
	font-weight: bold;
	color: black;
	padding: 1.5%;
}

#ext .tabelka {
	border: 1px solid #e6e6e6;
}

#opis table tr:nth-child(odd) td, #specyfikacja table tr:nth-child(odd) td, #ext .tabelka tr:nth-child(odd) td {
	background-color: #F7F5F6;
}

#opis table tr td:nth-child(odd), #specyfikacja table tr td:nth-child(odd) {
	text-align: right;
	font-weight: 600;
}

#opis .komorka-naglowka-specyfikacji {
	text-align: left !important;
	font-size: 18px;
}

/*
===========================================
	OPIS IMPORT
===========================================
*/

#opis-import {

}

#opis-import h2 {
	font-size: 25px;
	padding:0 0 25px 0;
	margin:0;
    color: #4e5c5f;
    font-weight: bold;
	background:none;
	border:none;
}

#opis-import h3 {
	font-size: 16px;
	padding:0 0 15px 0;
	margin:0;
	color: #4e5c5f;
	font-weight: bold;
	background:none;
	border:none;
}

#opis-import p, #opis-import ul, #opis-import ol {
    color: #636363;
    font-size: 15px;
    line-height: 22px;
}

#opis-import ul, #opis-import ol {
	margin: 0 0 5px 30px;
}

#opis-import .row {
	display: flex;
	flex-direction: row;
	align-items: center;
	width:100%;
	margin: 30px 0;
}

#opis-import .row:nth-of-type(1) {
	margin: 0 0 2% 0;
}

#opis-import .row div:nth-of-type(1) {
	margin-right:20px;
}

#opis-import .row div:nth-of-type(2) {
	margin-left:20px;
}

#opis-import .full {	
	margin-right:0 !important;
}

#opis-import .half {
	flex: 1 1 0%;
}


/*
===========================================
	FAQ
===========================================
*/

#opis .pomoc .pytanie {
	background: #f8f8f8;
	border-radius: 8px;
	margin: 10px 0;
}

#opis .pomoc .trigger, #ext .pomoc .toggle_container {
	padding: 2% 3% 2% 5%;
}

#opis .pomoc .trigger {
	margin: 0;
	background: url('../img/trigger.jpg') 24px 28px no-repeat
}

#opis .pomoc .trigger.active {
	background: url('../img/trigger-active.jpg') 24px 28px no-repeat
}

#opis .pomoc .trigger a {
	color: #2e84b9;
	text-decoration: none;
}

#opis .pomoc .trigger a:hover {
	color: black;
	transition: 1s;
}

#opis .pomoc p {
	padding: 0.5% 5%;
}

#opis .pomoc h4 {
	color: #097491 !important;
	margin: 25px 0 15px;
	text-align: left;
	font-size: 14pt
}

/*
===========================================
*/

.koszty-wysylki table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.koszty-wysylki th {
	word-wrap: break-word;
	border: 1px solid #709fb9;
	padding: 9px 8px;
	font-size: 16px;
	text-align: left;
	color: #366986;
	background-color: #b8dff5;
}

.koszty-wysylki tr:nth-child(odd) {
	background-color: #f3f3f3;
}

.koszty-wysylki td {
	word-wrap: break-word;
	border: 1px solid #cacaca;
	padding: 5px 8px;
	text-align: left;
	color: #2f2f2f;
}

#opinie .list {
	padding-right: 4%;
	padding-left: 4%;
}

#opinie {
	background-color: #FFF;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

#opinie h3 {
	font-size: 22px;
	font-weight: 700;
	color: #7f6158;
	margin-bottom: 15px;
	padding-right: 4%;
	padding-left: 4%;
}

#opinie .single {
	padding-top: 36px;
	padding-bottom: 20px;
	line-height: 26px;
	clear: both;
}

#opinie .single .left {
	float: left;
	width: 18%;
}

#opinie .single .left .rating {
	display: block;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
}

#opinie .single .left .rating .rto {
	display: inline-block;
}

#opinie .single .right {
	float: right;
	width: 82%;
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 36px;
}

#opinie .single:last-of-type .right {
	background-image: none;
}

#opinie .single .right .re {
	color: #ACBC42;
	font-style: italic;
}

#opinie .single .right .re strong {
	display: block;
	padding-top: 12px;
}

#add-form {
	background-image: url(../img/bg-2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 36px;
	padding-right: 30px;
	padding-left: 30px;
	clear: both;
}

#add-form h3, #podobne h3 {
	font-size: 20px;
	font-weight: 700;
	color: #51a1b9;
	clear: both;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
}

#add-form .left {
	float: left;
	width: 16%;
}

#add-form .right {
	float: right;
	width: 82%;
	padding-bottom: 36px;
}

#add-form p {
	padding-bottom: 18px;
}

#add-form p b {
	color: #000;
}

#add-form .right textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #F3F3F3;
	padding: 10px;
	clear: both;
	width: 100%;
	border: 1px solid #DFDFDF;
	margin-bottom: 15px;
	height: 100px;
}

#add-form .right .btns-line {
	clear: both;
	float: right;
	line-height: 36px;
}

#add-form .right .btns-line>* {
	float: left;
	margin-left: 14px;
}

#add-form .right .btns-line>img {
	margin-top: 5px;
}

#zapytaj {
	background-color: #FFF;
	overflow: hidden;
	line-height: 24px;
	font-weight: 200;
	margin-bottom: 20px;
	padding: 30px;
	clear: both;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

#zapytaj h3, #gwarancja h3 {
	font-size: 20px;
	font-weight: 700;
	color: #51a1b9;
	margin-bottom: 20px;
}

#zapytaj form {
	float: left;
	width: 60%;
	margin-right: 4%;
}

#zapytaj label {
	margin-bottom: 10px;
	display: block;
	clear: both;
}

#zapytaj label span {
	font-weight: 600;
	color: #000;
	display: block;
	margin-bottom: 9px;
}

#zapytaj label .text, #zapytaj label textarea {
	width: 100%;
}

#zapytaj label textarea {
	height: 140px;
}

#zapytaj .btns-line {
	clear: both;
	float: right;
	line-height: 36px;
}

#zapytaj .btns-line>* {
	float: left;
	margin-left: 14px;
}

#zapytaj .btns-line>img {
	margin-top: 5px;
}

#zapytaj .extra-info {
	float: left;
	width: 36%;
	text-align: left;
}

#zapytaj .extra-info strong {
	color: #000;
}

#zapytaj .extra-info p {
	margin-bottom: 20px;
}

#zapytaj .extra-info ul {
	font-weight: 600;
	color: #2E84B9;
	list-style-type: none;
}

#zapytaj .extra-info ul li img {
	margin-top: 5px;
	margin-right: 8px;
	margin-left: 2px;
}

#zapytaj .extra-info ul li:nth-of-type(2) img {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
}

#zapytaj .extra-info ul li a {
	color: #51a1b9;
	text-decoration: none;
}

#zapytaj .extra-info ul li a:hover {
	color: black;
}

#podobne {
	background-color: #FFF;
	clear: both;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

#podobne .head {
	font-size: 20px;
	font-weight: 700;
	color: #51a1b9;
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 10px;
}

#podobne h3 {
	padding: 25px;
}

#podobne .products {
	padding: 0;
}

#podobne .products .product, #main-products .products .product {
	width: 33.33%;
}

#podobne .products .single {
	border-bottom-style: none;
}

#podobne .products .single .photo {
	background-image: none;
}

#podobne .products .product:nth-child(4n+2) .single {
	border-right: none !important;
}

#main-products .products .product:nth-child(3n+3) .single {
	border-right: none !important;
}

.single, #podobne .products .product:nth-last-child(-n+2) .single {
	border-bottom: none;
}

.single, #podobne .products .product:nth-last-child(-n+1) .single {
	border-right: none;
}

#bought-with {
	background-image: url(../img/bg-2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 40px;
}

#akcesoria {
	background-color: #FFF;
	padding-top: 40px;
	padding-bottom: 30px;
	clear: both;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

#akcesoria h3 {
	font-size: 22px;
	font-weight: 400;
	color: #000;
	clear: both;
	padding-bottom: 10px;
	padding-left: 4%;
}

#akcesoria .ex {
	font-size: 17px;
	color: #000;
	font-weight: 200;
	padding-bottom: 30px;
	padding-left: 4%;
}

#akcesoria .products .single:last-of-type {
	border-right: 1px solid #fff;
}

#akcesoria .products .single .price-cart .cart-btn input {
	width: auto;
}

#contact #left {
	float: left;
	width: 300px;
	min-height: 650px;
	font-weight: 200;
	background-image: url(../img/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 30px;
}

#contact h5 {
	font-size: 17px;
	color: #000;
	margin: 20px 0 5px 0;
}

#contact #right {
	float: right;
	width: calc(100% - 320px);
}

#contact a {
	text-decoration: none;
}

.contact-form textarea, .contact-form input[type=text] {
	width: 100% !important;
}

.contact-form input[name=kod_obrazka] {
	width: 150px !important;
	margin-right: 6px;
}

.google-maps {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 20px 0 20px 0;
}

.star-rating-container {
	height: 18px;
	font-weight: 200;
	margin-right: 5px;
}

#catalog {
	padding-top: 25px;
	padding-bottom: 40px;
}

#left-col {
	float: left;
	width: 20%;
}

#left-col .box {
	background-color: #FFF;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

#left-col .box .head {
	font-size: 18px;
	font-weight: 700;
	color: #3B3B3B;
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 16px;
	margin-bottom: 10px;
	clear: both;
	float: none;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-transform: none;
}

#left-col ul {
	list-style-type: none;
}

#filters .filters {
	font-size: 14px;
	color: #3B3B3B;
	margin-bottom: 16px;
	line-height: 20px;
}

#filters .filters h4 {
	line-height: 30px;
	font-size: 17px;
	color: black;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

#filters input[type=number] {
	background-color: #FFF;
	width: 35%;
	border: 1px solid #CBCBCB;
	color: #666;
	margin-right: 4px;
	margin-left: 4px;
	height: 32px;
	padding-left: 5px;
}

#extra-col {
	float: left;
	width: 23%;
	clear: left;
}

#extra-col .box {
	background-color: #FFF;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
}

#extra-col .box-promo {
	background-color: #FFF;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
}

#extra-col .box-promo img:hover {
	opacity: 0.8;
	transition: 0.3s;
}

#extra-col .box .head {
	font-size: 18px;
	font-weight: 700;
	color: #3B3B3B;
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 16px;
	margin-bottom: 10px;
	clear: both;
	float: none;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.articles, .contact, .delivery ul li a {
	display: block;
	line-height: 24px;
	font-size: 15px;
	border-radius: 0;
}

.contact .infolinia {
	margin-top: 20px;
	background-image: url(../img/contact-phone.png);
	background-repeat: no-repeat;
	font-size: 24px;
	font-weight: bold;
	padding-left: 30px;
	display: block;
	height: 28px;
	color: black;
}

.contact .phone {
	padding-left: 30px;
	color: black;
	font-weight: bold;
}

.contact .mail {
	margin-top: 10px;
	background-image: url(../img/contact-mail.png);
	background-repeat: no-repeat;
	background-position-y: 5px;
	font-size: 17px;
	font-weight: bold;
	padding-left: 30px;
	display: block;
	height: 28px;
}

.contact .zielony, .delivery .zielony {
	color: #8a9713;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0 5px 0;
}

.contact .tx, .delivery .tx {
	font-size: 14px;
	line-height: 20px;
	color: #434244;
	padding-bottom: 15px;
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 15px;
	font-weight: 300;
}

.delivery .tx strong {
	color: #DA0035;
	font-weight: 400;
}

.delivery .logos {
	margin-bottom: 10px;
}

.dlaczego p {
	font-size: 16px;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
}

.dlaczego span {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: grey;
}

.dlaczego img {
	float: left;
	margin-right: 10px
}

.dlaczego p:nth-child(2) {
	color: #ef9200;
}

.dlaczego p:nth-child(3) {
	color: #ea0d16;
}

.dlaczego p:nth-child(4) {
	color: #0c9ac8;
}

.dlaczego p:nth-child(5) {
	color: #9ca229;
}

.polecany-produkt {
	position: relative;
}

.polecany-produkt img {
	margin-left: -15px;
}

.polecany-produkt img:hover {
	transform: scale(1.05);
	transition: 0.3s;
}

.polecany-produkt .cena {
	color: white;
	right: 0;
	top: 85px;
	font-size: 13px;
	line-height: 20px;
	padding: 14px;
	position: absolute;
	background-color: #09b6f2;
	display: block;
	width: 109px;
	height: 69px;
	border-radius: 6px;
}

.polecany-produkt .cena span {
	font-weight: bold;
	font-size: 17px;
}

.polecany-produkt .nazwa {
	margin-top: 20px;
}

#ext {
	padding: 20px;
	line-height: 26px;
	background: white;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

#ext p {
	margin-bottom: 20px;
}

#ext ul, #ext ol {
	margin-bottom: 16px;
	margin-left: 22px;
}

#right-col {
	float: right;
	width: 78%;
}

#right-col .box {
	overflow: hidden;
	margin-bottom: 25px;
	overflow: visible;
}

#right-col .box h3, #regulamin-sklepu h1 {
	margin-bottom: 10px;
	font-size: 19px;
	color: #3B3B3B;
}

#extra-col>img {
	display: none;
}

#intro, #intro-simple, #wizytowka {
	padding: 25px;
	background-color: white;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

#wizytowka {
	border-radius: 6px !important
}

#intro-podstrona {
	padding: 0px;
}

#intro h1 {
	font-size: 20px;
	font-weight: 700;
	color: #002126;
}

#intro h2, #wizytowka h2, #intro-podstrona h1 {
	font-size: 22px;
	font-weight: 700;
	color: #3B3B3B;
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#intro-simple h1 {
	font-size: 18px;
	font-weight: 700;
	color: #002126;
}

#intro .desc {
	font-size: 12px;
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-bottom: 6px;
}

#intro-two {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #949494;
	position: relative;
}

#intro-two .gth {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

#intro-two h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #2E84B9;
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 25px;
	padding-bottom: 24px;
	font-family: "Jaldi", sans-serif;
}

#intro-two h2 {
	font-size: 14px;
	margin-bottom: 16px;
	color: #000;
}

#intro-two p {
	margin-bottom: 16px;
}

#intro-two ul {
	margin: 20px 40px;
}

#intro-two a {
	color: #2785bb;
	font-weight: bold;
	text-decoration: none;
}

#intro-two a:hover {
	color: black;
}

#wizytowka div {
	clear: both;
	margin-bottom: 2%;
	overflow: hidden;
}

#wizytowka div img {
	float: left;
	margin: 0 3% 0 0;
	width: 180px;
	max-width: 100%;
}

#wizytowka div:nth-child(even) img {
	float: right;
	margin: 0 0 0 3%;
	width: 180px;
	max-width: 100%;
}

#wizytowka h3 {
	margin-bottom: 20px !important;
	font-size: 18px !important;
	color: #8a9713 !important;
}

#wizytowka p {
	font-size: 13px;
	text-align: justify;
}

#wizytowka .tip {
	clear: both;
	background-color: #d9eeff;
	margin-top: 20px;
	padding: 15px 15px 15px 65px;
	border-radius: 8px;
	border: 1px solid #abc6dc;
	color: #7997b9;
	background-image: url(/theme/img/tip.png);
	background-repeat: no-repeat;
	background-position-x: 16px;
	background-position-y: 16px;
}

#wizytowka .odnosniki {
    float: left;
    background-color: #ffffff;
    border: 2px solid #add2dc;
    box-shadow: 5px 5px 10px #dcdcdc94;
    border-radius: 8px;
    padding: 20px;
    margin-top: 4px;
    margin-right: 40px;
    font-size: 14px;
    width: 250px;
}

#wizytowka .odnosniki span {
	color: #3d8598;
    font-weight: bold;
    font-size: 15px;
}

#wizytowka .odnosniki a {
	font-weight: normal;
}

#wizytowka .odnosniki ul {
	padding: 0;
    margin: 10px 0px 0px 20px;
	line-height: 24px;
	color: #5e9cce;
	text-align: left;
}

#right-col .pagi-box {
	background-image: url(../img/pkt-1.png), url(../img/bg-2.jpg);
	background-repeat: repeat-x, repeat-x;
	background-position: 0 bottom, 0 0;
	padding: 20px 25px;
}

.pagi-box form {
	float: left;
	width: 130px;
	overflow: hidden;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pagi-box form select {
	float: left;
	border: none;
	padding: 1px 10px;
	height: 28px;
	margin: 0;
	font-size: 14px;
	color: #5f5f5f;
}

.pagi-box .trs {
	float: left;
}

.pagi-box .trs a {
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 28px;
	width: 66px;
	margin-right: 10px;
}

.pagi-box .trs a:hover {
	background-color: #09b6f259;
}

.pagi-box .trs .t1 {
	background-image: url(../img/tryb-1.png);
}

.pagi-box .trs .t4 {
	background-image: url(../img/tryb-4.png);
}

.pagi {
	float: right;
}

.pagi a {
	font-size: 14px;
	color: #949494;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	height: 28px;
	width: 28px;
	background-color: #EBEBEB;
	line-height: 29px;
	margin-left: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pagi .curr {
	font-size: 14px;
	color: #949494;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	height: 28px;
	width: 28px;
	line-height: 29px;
	margin-left: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #51a1b9;
}

.pagi a:hover {
	color: #fff;
	background-color: #ff9500;
}

#right-col .pagi-bot {
	background-image: url(../img/bg-2.jpg);
	background-repeat: repeat-x, repeat-x;
	background-position: 0 bottom, 0 0;
	padding: 25px;
	clear: both;
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

#right-col .pagi-bot .pagi {
	float: none;
	text-align: right;
	width: 100%;
}

.products .item-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	display: table;
	width: 100%;
	position: relative;
}

.products .item-line:last-of-type {
	border-bottom-color: #fff;
}

.products .item-line .photo {
	width: 30.5%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding: 10px;
}

.products .item-line .infos {
	padding-left: 3%;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
}

.products .item-line .infos .name {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #3B3B3B;
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
}

.products .item-line .infos .name:hover {
	color: #2785BB;
	text-decoration: none;
}

.products .item-line .infos .s-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3B3B;
	margin-bottom: 16px;
}

.products .item-line .infos .s-line>p {
	float: left;
	margin-right: 10px;
}

.products .item-line .infos .s-line .producent a {
	color: #2E84B9;
	text-decoration: none;
	font-weight: bold;
	margin-left: 2px;
}

.products .item-line .infos .s-line .producent a:hover {
	text-decoration: underline;
}

.products .item-line .infos .desc {
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

.products .item-line .infos .pc-box {
	padding-top: 20px;
	background-image: url(../img/pkt-1.png);
	background-repeat: repeat-x;
	background-position: 0px top;
}

.products .item-line .infos .pc-box .opc {
	float: left;
	padding-top: 8px;
}

.products .item-line .infos .pc-box .opc>span {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.products .item-line .infos .pc-box .opc .av {
	background-image: url(../img/pkt-4.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
	color: #689C25;
	margin-right: 25px;
}

.products .item-line .infos .pc-box .opc .sh {
	background-image: url(../img/ico-sh.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.products .item-line .infos .pc-box .opc span strong {
	color: #020202;
}

.products .item-line .infos .pc-box .price-cart {
	float: right;
}

.products .item-line .infos .pc-box .price-cart .price {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	padding: 0px;
	margin: 0px;
	height: auto;
	float: left;
}

.products .item-line .infos .pc-box .price-cart .price img {
	position: absolute;
	top: 30px;
	left: 10px;
}

.products .item-line .freeshipping {
	position: absolute;
	top: 75px;
	left: 10px;
}

.products .item-line .infos .pc-box .price-cart .price strong {
	display: block;
	font-size: 20px;
	line-height: 18px;
	color: #d81a1e;
}

.products .item-line .infos .pc-box .price-cart .price s {
	display: block;
	font-size: 16px;
	font-weight: 200;
	color: #818181;
	line-height: 16px;
}

.products .item-line .infos .pc-box .price-cart input {
	float: right;
	margin-left: 14px;
}

.products .item-line .infos .pc-box .price-cart>img {
	float: right;
	margin-left: 14px;
}

.m-user, .m-cart, #m-info {
	display: none;
}

@media screen and (max-width: 1230px) {
	.wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	#search-box .s1 {
		width: 54%;
	}
	#search-box .s2 {
		width: 34%;
	}
	#search-box .s3 {
		width: 12%;
	}
	#search-box {
		width: 63%;
	}
	#cart-box {
		width: 34%;
	}
	#cart-box a {
		font-size: 17px;
	}
	#cart-box .qty {
		width: 54%;
	}
	#cart-box .amount {
		width: 46%;
	}
	#contact-box p strong {
		font-size: 29px;
	}
	#sidebar #box-head {
		display: none;
	}
}

@media screen and (max-width: 1124px) {
	#page {
		background-color: #fff;
	}
	#header .line-bottom:hover {
		width: 100%;
		transition: 0.6s;
	}
	#header .wrapper {
		height: 0;
	}
	#header .logo img {
		margin: 20px;
	}
	#contact-box p strong {
		font-size: 22px;
	}
	.wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	body {
		background-image: none;
	}
	#brands {
		display: none;
	}
	#header {
		background-image: url(../img/top.jpg);
		background-repeat: repeat-x;
	}
	#header .logo {
		height: 80px;
		position: absolute;
		z-index: 1;
	}
	#header .line-top {
		display: none;
	}
	#cart-box {
		display: none;
	}
	#header .line-bottom {
		float: right;
		width: calc(80% - 208px);
		padding-right: 30px;
	}
	#search-box {
		margin: 16px;
		width: 100%;
		z-index: 100;
		position: relative;
	}
	#search-box label {
		border-right: none;
	}
	#search-box .s1 {
		width:calc(100% - 48px);
		padding: 5px 10px;
		border: none;
	}
	#search-box .s2 {
		display:none;

	}
	#search-box .s3 {
		width: 48px;
		padding: 7px 10px 0 10px;
		border: none;
	}
	#search-box input[type="text"] {
		text-align: left;
		padding-left: 10px;
	}
	#menu-box {
		display: none;
	}
	#nav .box {
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		padding: 0;
	}
	#cats-box a span {
		display: none;
	}
	#cat-top {
		display: none;
		left: 0;
		padding-top: 0;
		position: absolute;
		top: 60px;
		width: 100%;
		z-index: 1000;
	}
	#cat-top li {
		float: none;
	}
	#cat-top .dropdown-content {
		position: initial;
	}
	#cat-top .categories ul li a {
		padding: 15px
	}
	#m-info {
		font-size: 16px;
		color: #FFF;
		text-align: center;
		width: 40%;
		float: left;
		padding-top: 7px;
		line-height: 50px;
		display: block;
		height: 60px;
		background-color: #05779f;
		box-shadow: inset 0px -12px 14px #005776;
	}
	#m-info span:first-of-type {
		margin-right: 22px;
	}
	#m-info img {
		margin-top: 12px;
		margin-right: 10px;
		width: 22px;
	}
	#nav .m-user {
		display: block;
		float: left;
		height: 60px;
		width: 10%;
		background-color: #05779f;
		box-shadow: inset 0px -12px 14px #005776;
		background-image: url(../img/m-user.png);
		background-repeat: no-repeat;
		background-position: center 21px;
	}
	#cats-box {
		width: 20%;
		float: left;
		display: block;
		margin: auto;
		text-align: center;
		transition: 0.5s;
		height: 60px;
		background: rgba(76, 76, 76, 1);
		background: -moz-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(54, 54, 54, 1) 28%, rgba(17, 17, 17, 1) 68%, rgba(17, 17, 17, 1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(28%, rgba(54, 54, 54, 1)), color-stop(68%, rgba(17, 17, 17, 1)), color-stop(100%, rgba(17, 17, 17, 1)));
		background: -webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(54, 54, 54, 1) 28%, rgba(17, 17, 17, 1) 68%, rgba(17, 17, 17, 1) 100%);
		background: -o-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(54, 54, 54, 1) 28%, rgba(17, 17, 17, 1) 68%, rgba(17, 17, 17, 1) 100%);
		background: -ms-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(54, 54, 54, 1) 28%, rgba(17, 17, 17, 1) 68%, rgba(17, 17, 17, 1) 100%);
		background: linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(54, 54, 54, 1) 28%, rgba(17, 17, 17, 1) 68%, rgba(17, 17, 17, 1) 100%);
	}
	#cats-box img:nth-child(1) {
		width: 30px;
		margin-top: 18px;
	}
	#nav .m-cart {
		width: 30%;
		background: rgba(237, 155, 55, 1);
		background: -moz-linear-gradient(top, rgba(237, 155, 55, 1) 0%, rgba(255, 175, 75, 1) 61%, rgba(255, 146, 10, 1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 155, 55, 1)), color-stop(61%, rgba(255, 175, 75, 1)), color-stop(100%, rgba(255, 146, 10, 1)));
		background: -webkit-linear-gradient(top, rgba(237, 155, 55, 1) 0%, rgba(255, 175, 75, 1) 61%, rgba(255, 146, 10, 1) 100%);
		background: -o-linear-gradient(top, rgba(237, 155, 55, 1) 0%, rgba(255, 175, 75, 1) 61%, rgba(255, 146, 10, 1) 100%);
		background: -ms-linear-gradient(top, rgba(237, 155, 55, 1) 0%, rgba(255, 175, 75, 1) 61%, rgba(255, 146, 10, 1) 100%);
		background: linear-gradient(to bottom, rgba(237, 155, 55, 1) 0%, rgba(255, 175, 75, 1) 61%, rgba(255, 146, 10, 1) 100%);
		height: 60px;
		float: left;
		display: block;
		font-size: 20px;
		padding-top: 6px;
		line-height: 50px;
		color: #FFF;
		text-decoration: none;
		padding-left: 16px;
		padding-right: 16px;
	}
	#nav .m-cart .name {
		background-image: url(../img/ico-cart.png);
		background-repeat: no-repeat;
		background-position: left center;
		display: inline-block;
		background-size: auto 19px;
		padding-left: 26px;
	}
	#nav .m-cart .qty {
		display: none;
		float: right;
	}
	#nav .m-cart .am {
		float: right;
	}
	#baner-line-one {
		padding-top: 18px;
	}
	.products {
		padding: 10px 0;
	}
	.products .single:nth-of-type(3n) {
		border-right-color: #fff !important;
	}
	.products .single:nth-of-type(n+7) {
		border-bottom-color: #fff !important;
	}
	#right-col .box {
		border-radius: 0;
	}
	#contact-box p:nth-of-type(2) {
		display: none;
	}
	#footer-infos .menu {
		float: none;
		width: 100%;
	}
	#footer-infos .menu .item {
		text-align: center;
		width: 33.3333%;
	}
	#footer-infos .menu .item ul li {
		background-image: none;
	}
	#footer-infos .logos {
		float: none;
		width: 100%;
		text-align: center;
		clear: both;
	}
	#footer p {
		float: none !important;
		text-align: center !important;
		padding: 5px;
	}
	#photos {
		padding-right: 30px;
		width: 50%;
	}
	#name-box {
		clear: both;
		float: none;
		margin-right: 0%;
		width: 100%;
		padding: 4%;
		margin-bottom: 10px;
	}
	#name-box .producent {
		margin-bottom: 10px;
		float: right;
	}
	#infos {
		padding-top: 0;
		width: 45%;
	}
	#infos .price {
		clear: both;
		float: none;
		margin-bottom: 8px;
		margin-right: 0;
	}
	#infos input[type="text"] {
		margin-bottom: 20px;
	}
	#infos .short-info {
		padding-top: 0;
	}
	#infos .opc {
		display: block;
		background-image: url("../img/pkt-1.png"), url("../img/pkt-1.png");
		background-position: 0 0, 0 bottom;
		background-repeat: repeat-x, repeat-x;
		padding-bottom: 14px;
		margin-bottom: 18px;
	}
	#infos .opc span {
		display: block;
		margin-bottom: 10px;
	}
	#left-col {
		float: none;
		width: 100%;
	}
	#left-col>* {
		display: none;
	}
	#right-col {
		float: none;
		width: 100%;
	}
	#catalog {
		padding-top: 10px;
		padding-bottom: 0;
	}
	#extra-col {
		float: none;
		width: 100%;
		padding-top: 20px;
	}
	#extra-col .box {
		width: 30.3333333%;
		margin: 0 1.5% 20px;
		float: left;
	}
}

@media screen and (max-width: 860px) {
	#sidebar {
		display: none;
	}
	#m-info {
		width: 30%;
	}
	#m-info a {
		color: white;
	}
	#nav .m-user {
		width: 20%;
	}
	#m-info span:nth-of-type(1) {
		display: none
	}
	#news-box {
		background-color: #fff;
		float: none;
		padding: 15px;
		width: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#nav .m-cart .am {
		display: none;
	}
	#nav .m-cart .qty {
		display: block;
	}
	#nav .m-cart {
		width: 30%;
	}
	#main-info {
		float: none;
		padding: 250px 15px 15px;
		text-align: justify;
		font-size: 13px;
		width: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#contact-box {
		text-align: center;
	}
	#contact-box p {
		display: inline-block !important;
		text-align: center !important;
		float: none !important;
	}
	#contact-box img {
		display: none;
	}
	#contact-box p:nth-of-type(2) {
		display: none !important;
	}
	.baner-line-one {
		padding-top: 18px;
	}
	#photos {
		padding: 4%;
		text-align: center;
		width: 100%;
		clear: both;
		background: none;
	}
	#infos {
		width: 100%;
		clear: both;
		margin-right: 0;
	}
	#infos .price {
		clear: none;
		float: left;
		margin-bottom: 8px;
		padding-left: 20px;
	}
	#infos .btn {
		float: none;
		padding-left: 20px;
	}
	#infos .opc {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 18px;
		padding-bottom: 14px;
	}
	#infos .opc p img {
		padding-left: 20px;
	}
	#infos .opc span {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 20px;
	}
	#infos .short-info {
		padding-left: 20px;
		padding-right: 20px;
	}
	#infos .dost {
		padding: 0px 20px 10px 20px;
	}
	#infos .mag {
		padding-left: 20px;
	}
	#menu-switch ul li a {
		font-size: 17px;
		padding-left: 16px;
		padding-right: 16px;
	}
	#content {
		border-radius: 0px;
	}
	#product {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#breadcrumbs {
		line-height: 30px;
		padding: 2%;
		white-space: nowrap;
		overflow: auto;
	}
	#breadcrumbs .home {
		background-image: none;
		padding-left: 0;
	}
	#breadcrumbs a, #breadcrumbs .home {
		margin-right: 5px;
		margin-left: 0px;
		background-color: #f5f5f5;
		border: 1px solid #ececec;
		padding: 5px 10px;
		border-radius: 5px;
	}
	#breadcrumbs span {
		margin-right: 5px;
	}
	#search-box {
		margin: 0;
	}
	#header .line-bottom {
		padding: 3%;
	}
	.products .item-line .photo {
		width: 40%;
	}
	.products .item-line .infos .pc-box {
		padding-top: 10px;
	}
	.products .item-line .infos .pc-box .price-cart {
		float: none;
		clear: both;
		padding-top: 16px;
	}
	.products .item-line .infos .pc-box .price-cart input {}
	.pagi-box .pagi {
		float: right;
		text-align: center;
	}
	#sizes-box {
		width: 100%;
		clear: both;
		margin-bottom: 18px;
	}
	.baner-line-one {
		padding-top: 8px;
		padding-bottom: 0px;
	}
	.baner-line-one .baner1 {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		border: 5px solid white;
	}
	.baner-line-one .baner2 {
		float: none;
		clear: both;
		width: 100%;
	}
	.baner-line-one .baner2 img {
		display: none;
	}
	.baner-line-one .baner2 a {
		display: none;
		background-image: url(../img/baseny-ogrodowe-stelazowe-m.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		background-size: contain;
		width: 100%;
		padding-top: 36.2%;
	}
	#sizes-box {
		margin-bottom: 8px;
	}
	#baner-line-two {
		margin-bottom: 0px;
		padding-top: 10px;
	}
	#extra-col>img {
		display: none
	}
	#extra-col .box {
		width: 47%;
		margin: 0 1.5% 20px;
		float: left;
	}
	#opinie .single .left {
		float: none;
		width: 100%;
	}
	#opinie .single .right {
		float: none;
		padding-bottom: 36px;
		width: 100%;
	}
	#opinie .list {
		padding-left: 3%;
		padding-right: 3%;
	}
	#opinie .single .left .rating img {
		margin-top: 5px;
	}
	#add-form {
		padding: 30px 15px;
	}
	#add-form .left {
		float: left;
		width: 100%;
		padding-bottom: 22px;
	}
	#add-form .right {
		width: 100%;
	}
	#zapytaj {
		padding: 15px;
	}
	#zapytaj form {
		float: left;
		margin-right: 0;
		width: 100%;
		margin-bottom: 22px;
	}
	#zapytaj .extra-info {
		float: left;
		width: 100%;
	}
	#opis h3 {
		font-size: 22px;
		padding: 6% 0 4% 0;
	}
	#opis p {
		padding: 1% 0;
	}
	#opis #film p {
		font-size: 22px;
	}
	#opis table tr td:nth-child(odd) {
		width: 60%;
	}
	#opis table tr td:nth-child(odd), #specyfikacja table tr td:nth-child(odd) {
		text-align: left;
		padding-left: 4%;
	}
	#opis .pomoc .trigger, #ext .pomoc .toggle_container {
		padding: 2%;
	}
	#opis .pomoc .trigger {
		margin: 0;
		background: none;
	}
	#opis .pomoc .trigger.active {
		background: none;
	}
	#opis .pomoc h4 {
		color: #097491 !important;
		margin: 25px 0 15px;
		text-align: left;
		font-size: 11pt
	}
	
	/*
	===========================================
		OPIS IMPORT - MOBILNY
	===========================================
	*/
	
	#opis-import .row {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin: 1% 0;
	}
	#opis-import .half { 
		width: 100%;
	}
	
	#opis-import .half ul:nth-last-child(1) { 
		padding-bottom:25px;
	}
	
	#opis-import img {margin-bottom: 25px}
	
	#opis-import .row div:nth-of-type(1), #opis-import .row div:nth-of-type(2) {margin:0;}
	
}

@media screen and (max-width: 640px) {
	#header .line-bottom {
		width: calc(100% - 270px);
	}
	#header .line-bottom:hover {
		width: 100%;
		transition: 0.6s;
	}
	#baner-line-two {
		clear: both;
		float: left;
		width: 100%;
		margin-bottom: 0px;
		padding-top: 8px;
	}
	#baner-line-two a {
		overflow: hidden;
		width: 49%;
	}
	#baner-line-two a:first-child {
		width: 100%;
	}
	#baner-line-two a:nth-child(2) {
		float: left;
		width: 48%;
		margin: 10px 0px;
	}
	#baner-line-two a:nth-child(3) {
		float: right;
		width: 48%;
		margin: 10px 0px;
	}
	#main-products .switcher-menu ul li a {
		font-size: 17px;
		padding-left: 17px;
		padding-right: 17px;
	}
	#name-box h1 {
		font-size: 21px;
		line-height: 26px;
	}
	#menu-switch {
		padding-top: 10px;
	}
	#menu-switch ul li a {
		font-size: 16px;
		padding-left: 12px;
		padding-right: 12px;
	}
	#menu-switch ul li a span {
		display: none;
	}
	#opis, #gwarancja {
		padding: 15px;
	}
	#opis table, #specyfikacja table, #ext .tabelka {
		font-size: 15px;
		width: 100%;
	}
	#opis table tr td, #specyfikacja table tr td {
		padding: 1.5%;
	}
	#extra-col {
		display: none;
	}
	.products .product {
		width: 50%;
		height: 360px;
	}
	.products .product:nth-child(2n+2) .single {
		border-right: none !important;
	}
	.products .product:nth-child(3n+2) .single {
		border-right: 1px solid #d8d8d8;
	}
	.products .single:hover, .products .single:focus, .products .single .active, .products .single {
		height: 350px;
	}
	#podobne .products .product, #main-products .products .product {
		width: 50%;
	}
	#podobne .products .product:nth-child(3) {
		display: none;
	}
	#podobne .products .product:nth-child(1) .single {
		border-right: 1px solid #d8d8d8 !important;
	}
	#main-products .products .product:nth-last-child(-n+4) .single {
		border-bottom: 1px solid #d8d8d8;
	}
	#main-products .products .product:nth-last-child(-n+2) .single {
		border-bottom: none;
	}
	#catalog .products .single .short-desc {
		display: none;
	}
	.products .item-line .photo {
		width: 100%;
		text-align: center;
		display: block;
	}
	.products .item-line .infos {
		width: 100%;
		display: block;
	}
	.products .item-line {
		border-bottom: 3px solid #d8d8d8;
	}
	#intro .desc {
		text-align: justify;
	}
	.products .item-line .infos .desc {
		text-align: justify;
	}
	#podobne {
		padding: 15px 0
	}
	#podobne h3 {
		font-size: 16px;
		padding: 0 15px 10px 15px;
	}
	#podobne .product .single {
		border-bottom-style: solid;
	}
	#contact {
		margin-top: -40px
	}
	#contact #left {
		padding: 12px 0;
		width: 100%;
		float: none;
		background-image: none
	}
	#contact #right {
		float: none;
		width: 100%;
	}
	#right-col .pagi-box, #right-col .pagi-bot {
		padding: 15px;
	}
	.pagi-box form {
		overflow: initial;
	}
	.pagi-box .pagi {
		float: right;
		margin-left: 20px;
		padding-top: 0px;
		text-align: center;
	}
	.pagi a {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 540px) {
	#header .line-bottom {
		width: calc(100% - 180px);
	}
	#header .logo {
		width: 150px;
	}
	#news-box .box h3 {
		float: none;
	}
	#nav .m-cart {
		width: 25%;
	}
	#nav .m-cart .name {
		text-indent: -9000px;
	}
	#m-info {
		width: 35%;
		font-size: 12px;
	}
	#name-box {
		margin-bottom: 0;
		padding: 5%;
		background-image: none;
	}
	.products .single {
		padding: 15px !important;
	}
	.products .single .name {
		font-size: 13px;
		line-height: 21px;
		max-height: 40px;
	}
	.products .single .photo {
		height: 190px;
		width: 100%;
		min-height: 0px;
		overflow: hidden;
	}
	.products .single .price-cart {
		padding-top: 10px;
	}
	.products .single .price-cart .cart-btn {
		float: left;
		clear: both;
		margin-top: 5px;
	}
	.products .single .producent, .star-rating-container, .pagi-box .trs, .last-breadcrumb {
		display: none !important;
	}
	#intro, #intro-simple, #wizytowka {
		padding: 20px;
	}
	#intro h1, #intro-podstrona h1 {
		font-size: 20px;
	}
	#main-info span {
		margin-bottom: 8px;
		display: block;
	}
	#main-info .links a {
		display: inline;
		padding: 3px 0;
		margin-bottom: 2px;
	}
	#photos {
		padding-right: 0;
		padding-left: 0;
	}
	.lSPager {
		margin: 0 2% !important;
	}
	#contact-box p {
		padding-left: 10px;
		padding-right: 10px;
	}
	#contact-box p strong {
		line-height: 30px;
	}
	#contact-box p:first-of-type {
		background-image: none;
		padding: 20px 0;
		text-align: center;
	}
	#contact-box p:nth-of-type(3) {
		padding-top: 0;
	}
	#contact-box p:nth-of-type(3) strong {
		display: block;
		color: white;
		background: #51a1b9;
		box-shadow: 0 4px 0 #006d94;
		padding: 10px 30px;
		border-radius: 5px;
		margin-bottom: 10px;
	}
	#footer-infos {
		padding-bottom: 22px;
		padding-top: 28px;
	}
	#footer-infos .menu .item {
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
	}
	#footer-infos .logos {
		padding-top: 0;
	}
	#news-box .box .photo {
		display: none;
	}
	#news-box .box .info {
		float: none;
		width: 100%;
	}
	#infos .price {
		clear: both;
		float: none;
		margin-bottom: 8px;
		padding-left: 20px;
	}
	#infos .btn {
		float: none;
		padding-left: 20px;
	}
	#infos .opc span {
		display: block;
		margin-bottom: 10px;
	}
	#infos .opc {
		padding-bottom: 12px;
	}
	#infos .presale {
		font-size: 16px;
		padding: 12px 20px;
	}
	.btns-line span {
		clear: both;
		display: block !important;
		float: none !important;
		width: 100%;
		text-align: left;
	}
	.btns-line {
		float: none !important;
	}
	#menu-switch ul li {
		display: block;
		float: none;
		padding-left: 0;
		padding-right: 0;
		height: auto;
		border-bottom-width: 1px;
		border-left-width: 16px;
		border-bottom-style: solid;
		border-left-style: solid;
		border-bottom-color: #fff;
		border-left-color: #FFF;
	}
	#menu-switch ul .active a {
		background-color: #fff;
		color: #2e84b9;
		font-weight: 700;
		background-image: url(../img/str-1.png);
		background-repeat: no-repeat;
		background-position: 16px 25px;
		padding-left: 34px;
	}
	#menu-switch ul li a {
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		margin-top: 0;
		font-size: 18px;
	}
	#menu-switch ul li a span {
		display: inline;
	}
	#extra-col .box {
		width: 97%;
		margin: 0 1.5% 20px;
		float: left;
	}
}

#cart-col {}

#cart-col #ext {
	padding: 0 1%;
}

#cart-col .box, .box-standard {
	background-color: #FFF;
	overflow: hidden;
	padding: 25px !important;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
}

#cart-col td {
	font-size: 15px;
}

#catalog.ext #intro {
	margin-bottom: 0;
}

#cart-col #intro {
	padding: 10px 1% 10px;
}

#steps {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding: 0 8px;
}

#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: #5E0311;
	margin-right: 7px;
	color: #FFF;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

#steps div.active {
	background-color: #5E0311;
	color: #FFFFFF;
}

#steps div.active em {
	background-color: #FFFFFF;
	color: #5E0311;
}

#steps div.done {
	background-color: #5E0311;
	color: #FFF;
}

#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;
	}
}

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: 1px solid #D8ECF7;
}

table.tprod .name {
	text-align: left;
}

table.tprod .name .pogrubienie {
	font-weight: 400;
}

table.tprod.thead td {
	font-weight: bold;
	background-color: #ECF5FC;
	color: #2785BB;
}

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: 16%
}

table.tprod .remove {
	width: 7%
}

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

table.tprod .thumb img {
	width: 120px !important
}

/* 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: #EFEFEF;
}

#shipping p.name {
	padding: 8px 8px 4px;
	font-weight: bold;
	color: #2785BB;
	background-color: #ECF5FC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8ECF7;
}

#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: #D8ECF7;
}

#payments .p1 .pogrubienie {
	color: #2785BB;
}

#payments p.name {
	padding: 8px 8px 4px;
	font-weight: bold;
	color: #2785BB;
	background-color: #ECF5FC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8ECF7;
}

#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: #000;
	background-color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}

#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 #EFEFEF;
}

#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: 60%;
	margin: 0 auto;
	padding: 50px 0;
}

#amount .row {
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8ECF7;
}

#amount .row.sum {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2785bb;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 20px;
	padding: 10px;
	border-radius: 7px;
}

#amount .p1 {
	float: left;
}

#amount .p1 .pogrubienie {
	color: #2785BB;
}

#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: 86%;
		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: #2785BB;
	background-color: #ECF5FC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8ECF7;
}

#ordering-data .row {
	padding: 6px 0 2px 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8ECF7;
}

#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.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: 'Usuń';
	}
	table.tprod .remove a {
		font-family: Arial, sans-serif;
		font-size: 14px;
		line-height: 24px;
		color: #FFF;
		text-decoration: none;
		background-color: #70B300;
		display: inline-block;
		padding-top: 3px;
		padding-right: 5px;
		padding-bottom: 1px;
		padding-left: 5px;
		margin-bottom: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	table.tprod .remove a:hover, table.tprod .remove a:focus {
		background-color: #000;
	}
	textarea[name=uwagi] {
		width: 90% !important;
		margin: 0 5%;
	}
}

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

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

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

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

/*** Cookie  ***/

#kqs-cookie {
	background-color: #eae8e8 !important;
	color: #000 !important;
	opacity: 1!important;
	z-index: 1000;
	font: 12px Arial !important;
}

#kqs-cookie table {
	color: #4c4c4c !important;
}

#kqs-cookie a {
	color: rgb(16, 136, 248);
}

#kqs-cookie table td:last-child {
	display: none;
}

#kqs-cookie-close {
	color: #2e95f6!important;
	background-color: white!important;
	border: 1px solid #c5c5c5!important;
	padding: 5px 10px!important;
	margin: 7px!important;
	font-size: 13px!important;
}

#kqs-cookie-close:hover {
	color: white!important;
	background-color: #2e95f6!important;
	transition: 0.5s;
}

/*** Cookie warning ***/

#cookie-warn {
	position: fixed;
	bottom: 0;
	background: #EEE;
	margin: 0;
	width: 100%;
	display: none;
	z-index: 99;
	text-align: center;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#cookie-warn a#close-cookie-warn {
	color: #D66E1A;
	text-transform: uppercase;
	float: right;
	background-color: #FFF;
	background-image: url(../img/close-s.png);
	background-position: center center;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 43px;
	width: 63px;
	background-repeat: no-repeat;
}

#cookie-warn p {
	color: #333;
	padding-top: 11px;
	padding-bottom: 10px;
}