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

body {
	background: #fff;
	color: #353535;
	font-size: 16px;
	font-family: abril-text, serif;
}

a {
	color: #111;
}

input, textarea, button {
	font-family: inherit;
}

#s {
	border: 0;
	padding: 5px 10px;
	font-size: 16px;
	background: rgba(255,255,255,0.6);
	transition: all 0.3s;
}

#s:focus {
	outline: none;
	background: #fff;
}

.search-form {
	display: flex;
	margin-left: -20px;
}

#searchsubmit {
	font-weight: bold;
	background: none;
	color: #fff;
	padding: 5px 10px;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
}

#menu-sklep {
	text-transform: uppercase;
}

#header {
	background: #fff;
	padding: 10px 20px;
	box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2);
}

#header h1 svg {
	height: 100px;
}

.single-product header h1 .st0 {
	fill: #fff;
}

header h1 {
	flex-grow: 2;
	text-transform: uppercase;
	font-size: 1.2em;
	position: relative;
	z-index: 6;
}

#header h1 span {
	font-weight: 400;
}

header nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.show-for-small, .hide, .tagged_as {
	display: none;
}

.menu {
	display: flex;
	align-items: center;
}

header .menu > li > a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
}

#menu-item-9692 {
	display: none;
}

header .menu li {
	margin-right: 20px;
	position: relative;
	list-style-type: none;
}

.row, #shop {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}

table {
	border-collapse: collapse;
}

tr {
	border: 1px solid #ddd;
	border-width: 1px 0 0 1px;
}

td {
	border: 1px solid #ddd;
	border-width: 0 1px 1px 0;
	padding: 5px 10px;
	min-height: 20px;
}

td:empty {
	padding: 20px 10px; 
}

#entry li {
	margin-left: 1em;
}

#entry ol, #entry ul {
	margin-bottom: 1em;
}

ol + ul {
	margin-left: 3em;
}

#entry  li ~ li {
	margin-top: 1em;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border-radius: 3px;
	margin-top: 5px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-family: inherit;
}

#coupon_code {
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-family: inherit;
	min-width: 150px;
	line-height: 24px;
}

/* single */

@media screen and (min-width: 1001px) {

	body.single-product {
		width: 100vw;
		position: fixed !important;
	}

	.single-product .woocommerce-notices-wrapper {
		margin-left: calc(50vw - 40px);
	}

}

.woocommerce-notices-wrapper {
	line-height: 32px;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	background: #fff;
	overflow: hidden;
	padding-bottom: 2rem;
}

.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-loop-category__title {
	text-align: center;
	font-weight: normal;
	text-transform: lowercase;
}

.woocommerce-loop-category__title .count {
	display: none;
}

#primary {
	flex-grow: 2;
}

#shop-categories ul {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 2em;
	justify-content: space-between;
}

#shop-categories ul li {
	margin: 0 !important;
}

#shop-categories img {
	max-width: 64px;
	max-height: 64px;
	display: block;
	margin: 2em auto;
}

#product ul.products li {
	flex: 0 0 30.75%;
}

#product ul.products li:nth-child(4) {
	display: none;
}

.woocommerce-breadcrumb {
	display: none;
}

#product main > .type-product {
	display: flex;
	flex-direction: column;
	margin-left: 50vw;
	max-height: calc(100vh - 85px);
	overflow: auto;
	padding-top: 50px;
}

#product div.product div.images img {
	object-fit: cover;
	object-position: center center;
	max-height: 100vh;
}

.admin-bar #product main >.type-product {
	max-height: calc(100vh - 85px - 32px);
}

.wp-post-image {
	min-height: calc(100vh);
	object-fit: cover;
	object-position: center center;
}

#product .flex-control-thumbs {
	position: fixed;
	width: calc(50vw - 40px);
	left: 0;
	bottom: 20px;
	display: flex;
}

#product .flex-control-thumbs li {
	max-width: 120px;
	width: 100%;
	flex: 1 1 20%;
	border: 5px solid #fff;
	margin-left: 20px;
}

#product .flex-viewport {
	min-height: 100vh;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	height: 100%;
	max-height: 100px;
	object-fit: cover;
	object-position: center center;
}

#product .woocommerce-product-gallery {
	background: #fff;
	z-index: 2;
	position: fixed;
	bottom: 0;
	top: 0px;
	left: 0;
}

.admin-bar #product .woocommerce-product-gallery {
	margin-top: 32px;
}

.single-product footer {
	display: none;
}

#product div.summary {
	width: 90%;
	max-width: 700px;
}

#product #jp-relatedposts {
	display: none !important;
}

#product h2, #single .page h2 {
	margin-bottom: 1em;
}

#tab-description img, #product .product-description img {
	display: block;
	margin-bottom: -1em;
	height: 0;
}

#tab-description p, .product-description p {
	margin-bottom: 1em;
	font-size: 15px;
	line-height: 1.7em;
	max-width: 450px;
}

.woocommerce div.product .product_title {
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 10px;
}

.product_meta {
	font-size: 13px;
	color: #aaa;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 4em;
}

.woocommerce table.shop_attributes {
	border-collapse: collapse;
}

.woocommerce table.shop_attributes th {
	text-align: left;
}

.woocommerce table.shop_attributes td p {
	font-style: normal;
}

#product h2.woocommerce-loop-product__title {
	background: #fff;
	position: relative;
	padding: 20px 20px 0 0;
	margin: -40px 20px 1em 0;
}

#shop .price {
	text-align: right;
	padding: 0 2rem;
}

.price {
	color: #000 !important;
}

#shop .add_to_cart_button, #shop .product_type_simple {
	display: none;
}

#shop .woocommerce-loop-product__title {
	font-size: 1.5em;
	padding: 10px 2rem;
	font-weight: normal;
}

header .cta, #product .button, #shop ul.products li.product .button, footer, #product #commentform input#submit, #single .woocommerce .button {
	border-radius: 30px;
	border: 0;
	background: rgb(183, 146, 86);
	background: -moz-linear-gradient(-45deg, rgb(183, 146, 86) 1%, rgb(155, 120, 63) 100%);
	background: -webkit-linear-gradient(-45deg, rgb(183, 146, 86) 1%,rgb(155, 120, 63) 100%);
	background: linear-gradient(135deg, rgb(183, 146, 86) 1%,rgb(155, 120, 63) 100%);
}

header .menu .cta a, #product .button, #shop ul.products li.product .button, #product #commentform input#submit, #single .woocommerce .button {
	color: #fff;
	font-weight: normal;
	padding: 10px 20px;
}

#product .button, #shop ul.products li.product .button {
	font-family: inherit;
	margin-left: auto;
	font-size: 12px;
}

#product .summary .price {
	font-weight: bold;
	font-size: 2em;
}

#product .cart {
	display: inline-block;
	margin-top: 10px;
}

#product form.cart div.quantity {
	margin-right: 0;
}

#product .cart .button {
	font-size: 15px;
	border-radius: 0 30px 30px 0;
}

#product .cart input:focus {
	outline: none;
}

#product .cart .qty {
	border: 0;
	background: #eee;
	border-radius: 30px 0 0 30px;
	height: 35px;
	line-height: 25px;
	font-size: 16px;
	padding: 5px 10px;
}

#product .wcppec-checkout-buttons {
	margin: 10px;
	float: right;
	width: 120px;
}

.comment-form-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.stars span {
	padding: 5px 10px;
	display: inline-block;
	background: gold;
	border-radius: 30px;
}

.woocommerce-noreviews {
	border: 1px solid #ddd;
	background: #eee;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 1em 0;
}

label {
	font-weight: bold;
	white-space: nowrap;
	margin-right: 30px;
	line-height: 30px;
}

.paczkomat {
	background: #FFCC00;
	padding: 20px;
	display: block;
	margin: 20px 0;
}

#order_comments_field {
	margin-top: 50px;
}

#order_comments_field label {
	white-space: normal;
	line-height: 25px;
	padding-bottom: 5px;
}

#reply-title {
	font-size: 1.3em;
	display: block;
	font-weight: bold;
	margin: 2em 3em 1em 0;
}

#review_form_wrapper, #comments {
	max-width: 450px;
}

#review_form_wrapper textarea {
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
}

#review_form_wrapper textarea:focus {
	outline: none;
	background: #fafafa;
}

.comment-form-comment {
	display: flex;
	padding: 1rem 0;
}

#product #review_form #respond p {
	margin-bottom: 0;
}

/* shop */

#shop {
	display: flex;
	padding-top: 50px;
}

#shop aside {
	display: none;
	flex: 0 0 300px;
	margin-left: 50px;
}

.archive #main {

}

.woocommerce-products-header__title {
	font-size: 2em;
}

.woocommerce-result-count {
	font-size: 13px;
	color: #aaa;
}

.woocommerce .woocommerce-ordering select {
	border: 0;
	font-family: inherit;
}

#shop .widget_layered_nav li:before, #shop .widget_layered_nav li:after {
	display: none;
}

#shop .widget_layered_nav_filters ul li a::before, #shop .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	color: #e07171;
}

#shop .widget_layered_nav li {
	text-transform: lowercase;
	display: flex;
	box-shadow: 0 5px 20px -5px rgba(0,0,0,.1);
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	align-items: center;
	justify-content: space-between;
}

.widget_layered_nav li a {
	text-decoration: none;
}

.widget_layered_nav li + li {
	margin-top: 10px;
}

.widget h2 {
	margin-bottom: 1rem;
}

.widget {
	margin-bottom: 2rem;
}

.widget span.count {
	width: 30px;
	height: 30px;
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fafafa;
	border-radius: 20px;
}

ul.products p {
	max-height: 100px;
	margin-right: 40px;
	overflow: hidden;
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 2rem;
	position: relative;
}

ul.products p:after {
	content: "";
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	box-shadow: 0 -20px 25px 10px #fff;
	height: 20px;
}

#shop ul.products p {
	display: none;
	margin: 1rem 2rem;
}

/* footer */

footer {
	border-radius: 0;
}

footer .row {
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 12px;
	padding: 2rem 0;
}

footer .row a {
	text-decoration: none;
	color: inherit;
}

footer .menu {
	justify-content: space-between;
	align-items: flex-start;
}

footer .menu > li {
	margin-right: 40px;
}

footer li {
	list-style-type: none;
}

footer .menu > li > a {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 1em;
	display: block;
	white-space: nowrap;
}

#menu-item-11586 .sub-menu {
	column-gap: 20px;
	column-count: 2;
}

section.related.products {
	margin-top: 3em;
	padding-top: 3em;
	border-top: 1px solid #ddd;
}

#single .page {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

#single p {
	margin-bottom: 1em;
}

#single #post-meta h1 {
	margin-bottom: 1em;
	font-size: 3em;
}

#single .woocommerce nav li {
	list-style-type: none;
	margin-bottom: 10px;
}



@media screen and (max-width: 1100px) {

	#product ul.products li {
		flex: 0 0 calc(50% - 1rem);
		margin: 0 1rem 1rem 0;
	}

	#product ul.products li:nth-child(2n), #shop ul.products li:nth-child(2n) {
		margin-right: 0;
	}

	#shop aside {
		flex: 0 0 200px;
		margin-left: 20px;
	}

	#shop .woocommerce-loop-product__title {
		font-size: 1.2em;
	}

	#shop ul.products li {
		flex: 0 0 calc(50% - 1rem);
		margin: 0 2rem 2rem 0;
	}

	footer .menu > li > a {
		font-size: 15px;
	}

	footer .menu > li {
		margin-right: 20px;
	}

	#shop-categories ul {
		flex-wrap: wrap;
	}

	#shop #shop-categories ul li {
		flex: 0 0 25%;
		margin: 0;
	}
}


@media screen and (max-width: 1000px) {

	#header {
		padding: 10px 20px;
	}

	#header h1 {
		font-size: 30px;
		text-align: center;
	}

	#shop {
		flex-direction: column-reverse;
	}

	#menu-sklep {
		padding-top: 20px;
		overflow: auto;
	}

	#menu-sklep li a {
		font-size: 12px;
		white-space: nowrap;
	}

	#product .woocommerce-product-gallery {
		position: relative;
		width: 100%;
	}

	.woocommerce-product-gallery ~ div {
		margin: 0 auto;
		width: 700px;
	}

	#product main > .type-product {
		margin-left: 0;
		padding-top: 0;
	}

	#product div.product div.images img {
		height: 60vw;
	}

	#product .flex-viewport {
		min-height: 60vw;
		height: 60vw;
		max-height: 60vw;
	}

	.single-product footer {
		position: relative;
	}

	.wp-post-image {
		min-height: unset;
	}

	#product .flex-control-thumbs {
		flex-direction: row;
		position: relative;
		flex-wrap: wrap;
		width: 100%;
		right: 0;
		bottom: unset;
		padding: 5px;
	}

	#product div.product .flex-control-thumbs li img {
		max-height: 150px;
	}

	section.related.products {
		padding: 50px;
	}

	.admin-bar #product .flex-control-thumbs {
		bottom: 0;
	}

	#product .related.products {
		flex-wrap: nowrap;
	}

	#product .related.products li {
		flex: 1 1 30%;
	}

	#product .flex-control-thumbs li {
		flex: 0 0 calc(33.3% - 10px);
		margin: 5px;
	}

	#product .related ul.products li:nth-child(2n) {
		margin-right: 1em;
	}

	.single-product header h1 {
		text-shadow: none;
		color: #000;
	}

	.admin-bar #product .woocommerce-product-gallery, #product .woocommerce-product-gallery {
		margin: 0;
	}

	.admin-bar #product main >.type-product, #product main >.type-product {
		max-height: unset;
	}

	#header {
		position: relative;
		z-index: 4;
	}

	.woocommerce div.product .summary .product_title {
		padding-top: 1em;
	}

	#product div.product div.summary {
		margin-bottom: 0;
	}

	#shop-categories ul {
		flex-wrap: wrap;
	}

	#shop #shop-categories ul li {
		flex: 0 0 33%;
		margin: 0;
	}

}


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


	header nav {
		display: block;
	}

	footer .menu {
		display: block;
	}

	footer .menu > li {
		margin-bottom: 20px;
	}

	.woocommerce-product-gallery ~ div {
		width: 90%;
	}

	label, .comment-form-comment {
		display: block;
	}

	.comment-subscription-form .subscribe-label {
		white-space: normal;
	}

	#product div.product .flex-control-thumbs li {
		border: 0;
	}

	#product div.product .flex-control-thumbs li img {
		max-height: 100px;
	}

	.woocommerce div.product .product_title {
		font-size: 2em;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 12px;
	}

	#shop ul.products li {
		flex: 1 1 90%;
		margin: 0 0 1em;
	}

	#shop-categories ul {
		flex-wrap: wrap;
	}

	#shop #shop-categories ul li {
		flex: 0 0 50%;
	}

}
.in-stock {display: none;}
#shipping_method li {display: flex;}
.woocommerce ul#shipping_method li input {margin-top: 8px !important;}
