
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	font-family: "Poppins", sans-serif;
}
html {
	scroll-behavior: smooth;
}
body {
	background-color: #bad9ce;
	width: 100%;
	margin: 0px;
}
header {
	display: flex;
	width: 100%;
	height: 15vh;
}
left{
	display: flex;
	width: 50%;
	
}
logo > a{
	width: 100%;
	height: 100%;
	display: flex;
	text-decoration: none;
	color: #bad9ce;
}
logo {
	display: flex;
	position: relative;
	width: 40%;
	background-color: #118d8d;
	border-end-end-radius: 250px;
	transition: 0.7s;
}
logo:hover{
	width: 45%;
	padding-left: 5%;
	transform: scale(115%);
}
logo > a > p{
	text-align: left;
	font-size: xx-large;
}
logo  > a > img {
	height: 100%;
	
}
img#zawieszka {
	height: 100%;
	margin: auto;
	display: block;
}

koszfot{
	background-color: #bad9ce;
	display: flex;
	justify-content: space-evenly;
	
	width: 60%;
	border-radius: 25px;
	border: #0b4f56 solid 5px;
	box-shadow: 5px 5px #0b4f56;
	overflow: hidden;
}
koszfot > div{
	border: dashed #293b00 1px;
	width: 100%;
	display: flex;
	
	align-items: center;
	justify-content: center;
}
koszfot > div > img{
	
	width: 75%;
}
cookies{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: #00000097;
}
div.center{
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}
cookies > log {
	width: 50%;
	height: 25%;
	display: flex;
	flex-flow: column;
	align-items: center;
	background: #b9b9b9;
	border-start-start-radius: 50px;
	border-start-end-radius: 50px;
	
}
cookies > log > img{
	height: 100%;
	
}
cookies > section{
	display: flex;
	flex-flow: column;
	
	padding-bottom: 5%;
	border-end-end-radius:50px ;
	border-end-start-radius: 50px;
	background: #b9b9b9;
	width: 50%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 50%;
	padding-bottom: 1%;
}
nav > a {
	display: block;
	color: #587e00;
	text-decoration: none;
	font-size: xx-large;
	padding: 1% 2%;
	transition: 0.5s;
}
nav > a:hover {
	transform: scale(115%);
	border-radius: 20px;
	background-color: #abb873;
	color: #587e00;
	box-shadow: 3px 3px #587e00;
	text-shadow: 1px 1px #293b00;
}
nav > a#current {
	color: #0e6973;
	background-color: #abb873;
	border-radius: 15px;
	text-decoration: underline;
	text-shadow: 1px 1px #0b4f56;
	box-shadow: 3px 3px #587e00;
}
nav#form {
	width: 100%;
}
nav > form {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
nav > form > input {
	width: 50%;
	padding: 1% 0px;
	margin-top: 5%;
	font-size: 120%;
	background-color: #abb873;
	color: #293b00;
	border: none;
	transition: 1s;
	border-radius: 5px;
}
nav > form > input:hover {
	transform: scale(110%);
	border: 2px solid #000;
}
.oferta {
	background-color: #118d8d;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.dol {
	background-color: #118d8d;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
}
back {
	display: block;
	width: 100%;
	background-color: #118d8d;
}
section#bot-right {
	border-end-end-radius: 50%;
	overflow: hidden;
	
}
section#mid {
	border-start-start-radius: 50%;
	overflow: hidden;
	background-color: #118c8d;
	flex-flow: column;
}
div#ciemny{
	background-color: #118c8d;
}
section#dolny {
	border-start-start-radius: 10%;
	border-start-end-radius: 10%;
	overflow: hidden;
	background-color: #bed7cd;
	flex-flow: column;
}
section#dolny2 {
	border-start-start-radius: 10%;
	border-start-end-radius: 10%;
	overflow: hidden;
	background-color: #118c8d;
	flex-flow: column;
}
section {
	width: 100%;
	/*height 40vh*/
	display: flex;
	background-color: #bed7cd;
}
article {
	width: 50%;
	padding: 3% 0px;
}
section > table{
	border-radius: 25px;
	border: solid black 2px;
	background-color: #bed7cf;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5%;
	margin-bottom: 5%;
	text-align: center;
	width: 50%;
}
th > img{
	width: 75%;
}
td > input{
	border-radius: 5px;
	padding: 5px;
	border: solid black 1px;
	background-color: #fff;
}
td > button{
	padding: 25%;
	padding-left: 100%;
	padding-right: 100%;
	border-radius: 25px;
	background-color: #519e48;
	transition: 0.75s;
}
td > button:hover{
	transform: scale(105%);
	background-color: #0a5f01;
}
article > p{
	color: #293b00;
	font-size: large;
	margin: 0px;
}
article > img {
	margin: 0px auto;
	display: block;
}
article.dolny {
	margin-left: auto;
	margin-right: 3%;
}
article.dolny2 {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}
article.dolny3 {
	width: 75%;
	display: flex;
	justify-content: space-around;
	border: 3px dashed #293b00;
	border-radius: 25px;
	padding: 5px;
	flex-flow: column;
	
}

article.galeria {
	padding: 5%;
}
div > button{
	color: #000;
	padding: 1%;
	font-size: larger;
	border: solid #97a166 1px;
	border-radius: 5px;
	background: #97a166;
	cursor: pointer;
	color: #293b00;
}
main > button {
	padding: 2%;
	display: block;
	font-size: 500%;
	background: none;
	border: none;
	cursor: pointer;
}
galeria {
	position: sticky;
	top: 5%;
	left: 20px;
	display: flex;
	flex-flow: column;
	
	width: 100%;
	background-color: #0b4f56;
	border-radius: 25px;
}
galeria > main {
	
	height: 80%;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
galeria > main > img {
	width: 75%;
	border-radius: 15px;
}

galeria > nav > img {
	width: 20%;
	border: 2px solid black;
	border-radius: 15px;
	margin: 1%;
}
galeria > nav {
	display: flex;
	padding: 5% 0px;
	padding-top: 1%;
	border-top: 1px solid gray;
	height: 20%;
	width: 100%;
}
prod {
	background-color: #abb873;
	display: flex;
	flex-flow: column;
	border-radius: 15%;
	width: 20%;
	padding: 1% 2%;
	box-shadow: 6px 6px #587e00;
	border: 5px solid #587e00;
	transition: 1s;
}
prod:hover {
	transform: scale(110%);
}
prod > a {
	text-decoration: none;
}
prod > a > img {
	width: 100%;
	transition: 1s;
}
prod > a > img:hover {
	transform: scale(120%);
}
prod > a > strong > p {
	font-size: 150%;
	margin: 0px;
	text-align: left;
	color: #587e00;
	text-shadow: 1px 1px #0b4f56;
	text-decoration: none;
}
prod > a > strong > p > span {
	color: #118d8d;
}
produkt {
	width: 20%;
	background-color: #0b4f56;
	border-radius: 15px;
	margin: 1% 0px;
	border: 2px solid #abb873;
	box-shadow: 3px 3px #abb873;
	transition: 1s;
}
produkt:hover {
	transform: scale(110%);
}

produkt > sold_out > form > button {
	padding: 2%;
	background:  #00000069;
	border: none;
	cursor: pointer;
}
produkt > sold_out > form > button > img {
	width: 75%;
	
	transition: 1s;
}
produkt > sold_out > form > button > img:hover {
	transform: scale(115%);
}
produkt > sold_out > form > button > strong > p {
	color: #4c5552;
}	
produkt > form > button {
	padding: 2%;
	background: none;
	border: none;
	cursor: pointer;
}
produkt > form > button > img {
	width: 75%;
	transition: 1s;
}
produkt > form > button > img:hover {
	transform: scale(115%);
}
produkt > form > button > strong > p {
	color: #bed7cf;
}
form#produkt > input{
	padding: 3%;
	border-radius: 10px;
	background-color: #abb873;
	border: none;
	margin: 1%;
	transition: 0.4s;


}
form#produkt > input:hover{
	background-color: #97a166;
	transform: scale(110%);
}
footer {
	background: #000;
}
footer > section {
	display: flex;
	flex-flow: row;
	text-align: center;
	justify-content: center;
	background: none;
	background-color: #0b4f56;
}
footer > section > a {
	height: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	color: #abb873;
	text-decoration: none;
	font-size: 200%;
	text-shadow: 1px 1px #000000;
}
a > p {
	display: flex;
	align-items: center;
	justify-content: center;
}
end {
	display: block;
	width: 100%;
	background-color: #0b4f56;
	border-end-start-radius: 500px;
	border-end-end-radius: 500px;
}
end#end {
	background-color: #000;
}
footer > end > nav {
	width: 50%;
	margin: 0 auto;
}
nip > p{
	color: #fff;
	text-align: center;
}
.icon {
	margin: auto;
	display: block;
}
ul > li {
	color: #293b00;
}
ol > li {
	color: #293b00;
}
h1 {
	font-size: 500%;
	margin: 0px;
	margin-left: 25%;
	color: #abb873;
	text-shadow: 3px 3px #587e00;
	text-decoration: underline;
	display: block;
	transition: all 0.5s;
}
h1:hover {
	color: #118d8d;
	text-shadow: 3px 3px #587e00;
	background: #abb873;
	display: block;
	padding: 2% 22%;

	border-start-start-radius: 25px;
	border-start-end-radius: 25px;
}
h2 {
	font-size: 150%;
	margin: 0px;
	margin-left: 25%;
	color: #118d8d;
	

}
h3 {
	font-size: 150%;
	margin: 1% 0px;
	color: #118d8d;
}
h3 > span {
	color: #abb873;
}
div#rozwin{
	width: 100%;
	height: 10%;
	background-color: #118d8d;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #bad9cb;
	padding-bottom: 5%;
}
div#rozwin > button{
	width: 75%;
	height: 100%;
	border-radius: 25px;
	transition: 0.75s;
	background-color: #abb873;
}
div#rozwin > button:hover{
	transform: scale(105%);
	background-color: #587e00;
}
div#inpost{
	width: 100%;
	height: 75vh;
	margin-left: auto;
	margin-right: auto;
	background-color: #bad9cb;
	display: none;
}
div#inpost > div{
	margin: auto;
	width: 75%;
	height: 75%;
	border-radius: 25px;
	overflow: hidden;

}

#obecna_strona {
	display: none;
}
.margin_auto {
	margin-left: auto;
}
.none {
	display: none;
}
.center{
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 50px;
}
.inpods{
	background-color: #abb873;
}
.cookie_p{
	font-size: 100%;
	margin: 0px;
	text-align: center;
	color: #587e00;
	

}
