@media (min-width:1020px) {
	body {
		font-size:14px;
		padding-top: 112px;
	}
	body.page-logowanie,
	body.page-rejestracja,
	body.page-przypominanie-hasla,
	body.page-oplac-zamowienie	{
		background-color:#efefef;
	}
	.header {
		height:54px;
	}
	.header a.logo {
		top:4px;
	}
	.container.non {
		width: auto;
		max-width: 100%;
	}
	.container-slider {
		width: 960px;
		max-width:100%;
		margin:0 auto;
		display:flex;		
	}
	.container-slider .slider {
		flex:0 0 55%;
		width:55%;
		height: 410px;
	}
	nav.desktop-nav {
		display: block;
		margin-top: 0px;
		position: fixed;
		top: 54px;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	nav.desktop-nav .sub-menu li a, 
	nav.desktop-nav .main-menu li a {
		padding:15px 10px 15px 35px;
		font-size:15px;
		letter-spacing:0px;
	}
	nav.desktop-nav .main-menu li.icon a{
		padding:15px 15px;
	}
	.desktop-nav .main-menu {
		display:flex;	
		justify-content: space-between;
		align-items: center;
	}
	nav.desktop-nav .sub-menu li:before {
		display:none !important;
	}
	nav.desktop-nav .main-menu li:not(.icon):before {
		left:16px;
		top:19px;
		font-size:13px;
	}
	nav.desktop-nav ul li:hover ul.sub-menu {
		display: flex;
		flex-direction: column;
		position: absolute;
		top:50px;
		z-index:100;
		left:0px;
		background-color:#FFF;
		box-shadow:5px 5px 15px rgba(0,0,0,.1);
		width:300px;
	}
	nav.desktop-nav .sub-menu li img {
		width: 36px;
		height: 36px;
		object-fit: cover;
		object-position: center;
		margin: 0 20px 0 0;
		position: absolute;
		left: 11px;
		top: 9px;
	}
	nav.desktop-nav ul li ul.sub-menu li a {
		padding-left:60px;
	}
	.upper-promo {
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 900;
		height: 100%;
		font-size: 20px;
		padding: 0 0;
		margin: 0 0;
		background: transparent;
	}
	.menu-langs {
		justify-content: flex-end;
		font-size: 13px;
		display: flex;
		align-items: center;
		padding-top:7px;
	}
	.menu-langs .currency.select {
		display: inline-block;
	}
	.menu-langs .currency a {
		display:inline-block;
		margin:2px 8px;
	}
	.menu-langs .lang {
		display:inline-block;
	}
	.menu-langs .lang a {
		display: inline-block;
		margin: 2px 8px;
		position: relative;
		top: -2px;
	}
	.slider img {
		height: 410px;
	}
	.container-slider .big-btns {
		flex:0 0 45%;
	}
	.show-desktop {
		display:block !important;
	}
	.hide-desktop {
		display: none !important;
	}
	.category-bar {
		margin: 30px 0 80px;
	}
	h2, .h2 {
		font-size: 24px;
		line-height: 34px;
		
	}
	.home-products {		
		padding: 30px 0 30px;
	}
	.home-products .shop-item {
		flex: 0 0 24%;
		margin: 0 0px 15px 0;
	}
	.home-products .shop-item span {
		font-size: 17px;
		line-height: 21px;		
	}
	.home-products .shop-item .price {
		font-size:20px;
		margin-top:10px;
	}
	.intro-args ul {
		display:flex;
		justify-content: space-between;		
		padding: 10px 0;
	}
	.intro-args ul li {
		flex:0 0 24%;
		padding:15px 30px 15px 0;
		font-size:14px;
	}
	.intro-args .content strong, 
	.intro-args .content b {
		font-size:16px;
	}
	.intro-text {
		font-size: 15px;
		line-height: 23px;
		padding: 40px 0 40px;
		background: #f5f5f5;
	}
	.row.contact {
		max-width: 600px;
		margin: 0 auto;
	}
	footer.footer .contact a {    
		font-size: 22px;
	}
	.lighterbox-close {    
		right: 50px !important;
	}
	.product-attributes table tbody {
		display: flex;
	}
	.product-attributes table tbody tr {
		display: flex;
		flex-direction: column;
		margin:0 0 3px;
	}
	.product-attributes table tbody tr:first-of-type {
		flex:0 0 30%;
	}
	.product-attributes table tbody tr:first-of-type td {
		text-align: right;
		height: 30px;
		margin: 2px 0 1px;
		padding-right: 10px;
	}
	.product-attributes table tbody tr:first-of-type td:not(:last-of-type) {
		border-bottom: 1px var(--gray) solid;
	}
	.product-attributes table tr:nth-of-type(even) {
		background-color:transparent;
	}
	.product-attributes table tbody tr:last-of-type {
		flex:0 0 70%;
	}
	.product-attributes th {		
		margin: 0 0 3px;
		padding:5px;
		min-height:30px;
	}
	.product-attributes table tbody tr:last-of-type th {
		background-color: var(--gray);
	}
	.basket-container {
		padding: 50px 0 300px;
	}
	form#basket-form {
		border: 2px var(--gray) solid;		 
		padding-bottom: 44px;
	}
	.basket-table {
		width: 100%;
	}
	table.orderBasket {
		margin-bottom: 80px;
	}
	.basket-table tr.summary {
		position: absolute;
		bottom: -55px;
		left: 15px;
		width: calc(100% - 30px);
	}
	.basket-table tr.last {
		position: absolute;
		bottom: -150px;
		left: 15px;
		width: calc(100% - 30px);
	}
	.basket-table .basket-img {
		padding: 10px;
		display: block;
	}
	.basket-table .basket-img img {
		width: 100px;
		height: 100px;
	}
	.basket-table .name {    
		font-size: 15px;
		line-height: 24px;
	}
	.basket-row .basket-price {
		font-size: 18px;
		display: inline-block;
		margin-right: 20px;
	}
	select.basket-amount {
		position: relative;
		top:-2px;
		font-size:16px;
	}
	.basket-table tr.summary td h3 {
		font-size: 14px;
		display: inline-block;
	}
	div#discount-price-regular {
		display: inline-block;
		font-size: 30px;
	}
	a#basket-discount-submit {
		display:inline-block;
		max-width: initial;
	}
	.basket-table .totalPrice {
		font-size: 26px;
	}
	.basket-table .basket-summary input[type=text] {
		display:inline-block;
	}
	.basket-table .basket-summary .inner {
		
	}
	.inlineLogin.form input[type=text], 
	.inlineLogin.form input[type=password], 
	.inlineLogin.form textarea, 
	.inlineLogin.form select {
		font-size: 15px;
		padding: 6px 10px;
	}
	
	#zamowienieForm .form {
		border: 2px var(--gray) solid;
		padding: 10px 25px;		
		background-color: var(--gray);
	}
	#zamowienieForm .form label {
		font-size:11px;
	}
	#zamowienieForm .form input[type=text], 
	#zamowienieForm .form input[type=password], 
	#zamowienieForm .form textarea, 
	#zamowienieForm .form select {
		font-size:15px;
		padding:7px 14px;
	}
	#zamowienieForm .form label.label-radio {
		font-size:14px;
	}
	.login-page {
		padding:40px 15px;		
		max-width: 420px;
	}
	.order.container {
		margin-top:50px;
	}
	.basket-table.orderBasket tr.summary {
		justify-content: flex-end;
		box-shadow: none;
		bottom:initial;
	}
	.basket-table.orderBasket tr.summary td {
		flex: 0 0 25%;
		width: 25%;
	}
	.order-agreements {
		position: relative;
		padding: 15px;
		font-size: 16px;
	}
	.orderFooter--buttons {
		position: relative;
		display: block;
		bottom: initial;
		right: initial;
		width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	.orderFooter--buttons .btn {
		background-color: var(--my-color);
		color: #FFF;
		padding: 17px;
		font-size: 16px;
		font-weight: 700;
		text-align: left;
		height: 51px;
		line-height: 15px;
		border-radius: 5px;
	}
	.orderFooter--buttons .btn i {
		position: relative;
		top:-6px;
	}
	.category-bar .carousel a {
		height: 190px;
		width: 160px;
	}
	.category-bar .carousel a span {    
		bottom: 17px;
		left: 20px;
		font-size: 17px;
	}
	.category-bar .carousel a:focus {
		outline: 0;
	}
	.category-bar .carousel a:hover {
		box-shadow:inset 0px 0px 15px rgba(0,0,0,.15);
	}
	.cat-text {
		padding: 25px 0;
		border-top: 1px #000 solid;
		margin-top: 25px;
	}
	.search-widget.on {
		display: block;
		max-width: 100%;
		width: 800px;
		margin: 0 auto;
	}
	.producerList ul li {
		flex:0 0 25%;
	}
	.category-text {
		padding: 25px 25px 0;
		font-size: 13px;
		line-height: 20px;
	}
	.category-text h1 {
		font-weight: 500;
		letter-spacing: .5px;
		font-size: 32px;
		line-height: 28px;
		margin: 5px 0 15px;
	}
	.category-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width:1160px;
		margin:15px auto;
	}
	.category-wrap .category-banner {
		flex: 0 0 45%;
		max-height: 500px;
		min-height: 250px;
	}
	.category-wrap .category-banner.full {
		flex: 0 0 100%;
	}
	.category-wrap .category-intro {
		flex: 0 0 55%;
		font-size:14px;
		line-height: 22px;
		padding: 10px 20px;
	}
	.category-flex > a {
		flex: 0 0 23%;
		border: 2px #efefef solid;
		padding: 20px;
		height: 270px;
		margin-bottom: 20px;
		width: 23%;
	}
	.category-flex > a span {
		font-size: 17px;
		font-weight: 600;
		margin: 10px auto;
		line-height: 20px;
	}
	.ui-widget-content.ui-autocomplete {
		background-color: #333;
		color: #FFF;
		font-size: 13px;
	}
	.ui-menu .ui-menu-item {
		padding: 5px 10px;
		display: block;
		font-family: "Nunito Sans";
		background-color: #333;
	}
}

@media (min-width:1300px) {
	.container-slider {
		width: 1180px;	
	}
	.container-slider .slider,
	.slider img {
		height: 500px;
	}
}

@media (min-width: 1000px) {
	.mobile-only {
		display: none !important;
	}
}

@media (max-width: 1000px) {
	.no-table-change .product-attributes table tbody {
		display: flex !important;
		flex-wrap: wrap;
	}
	
	.no-table-change .product-attributes table tbody tr {
		display: flex;
		flex-direction: column;
		margin:0 0 3px;
	}
	.no-table-change .product-attributes table tbody tr:first-of-type {
		flex:0 0 40%;
	}
	.no-table-change .product-attributes table tbody tr:first-of-type td {
		text-align: right;
		height: 30px;
		margin: 2px 0 1px;
		padding-right: 10px;
	}
	.no-table-change .product-attributes table tbody tr:first-of-type td:not(:last-of-type) {
		border-bottom: 1px var(--gray) solid;
	}
	.no-table-change .product-attributes table tr:nth-of-type(even) {
		background-color:transparent;
	}
	.no-table-change .product-attributes table tbody tr:last-of-type,
	.no-table-change .product-attributes table tbody th:last-of-type {
		flex: 0 0 60%;
		height: 30px;
	}
	.product-box.no-table-change table {
		display: none !important;
	}
	.mobile-only p {
		margin: 0 0 2px;
	}
}