#progress-container {
	display: none;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

#progress-bar {
	width: 100%;
}

.blinker-semibold {
  font-family: "Blinker", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.big-shoulders-text-<uniquifier> {
  font-family: "Big Shoulders Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


body
{
	background: #060606;
	color: grey;
	font-family: "Big Shoulders Text", sans-serif;
	margin: 0;
}

.global
{
	width: 100%; /* Kontener zajmuje pełną szerokość */
    overflow: hidden; /* Zapobiega problemom z pływającymi elementami */
    border: 0;
}

.header {
    height: auto;
    width: 100%;
    background: #ffffff;
    margin: 0;
    margin-bottom: 0;
    padding: 15px;
	display: block;
	z-index: 50;

}

.logo
{
	float: left;
	width: 400px;
	border: 0;
	margin-top: 2px;
}

.header_menu
{
	align: right;

}

.header_menu_item
{
	font-family: "Blinker", sans-serif;
	color: #a3a3a3;
	font-size: 20px;
	float: left;
	margin-top: 9px;
	margin-bottom: 0;
	padding: 5px;
	text-align: left;
	border: 0;
	/*background: #a3a3a3;*/
	
}

.header_menu_item a
{
	color: #a3a3a3;
	text-decoration: none;
}

.submenu {
    height: auto;
    width: 100%;
    color: #737373;
    background: #d0d0d0;
    filter: drop-shadow(grey 0 0 7px);
    z-index: 90;
    display: block;
}

.submenu_item
{
	font-family: "Blinker", sans-serif;
	font-size: 20px;
	float: right;
	padding: 2px;
	text-align: left;
	margin-right: 11px;
	width: 170px;
	
	/*background: #a3a3a3;*/
	
}

.submenu_item a
{
    color: #737373;
	text-decoration: none;

}

.szukaj {
    height: auto;
    width: 100%;
    margin-top: 30px;
    text-align: center;  /* Poprawione */
    display: flex;       /* Dodane flexbox do głównego kontenera */
    justify-content: center; /* Wyśrodkowanie elementów */
    flex-wrap: wrap;

}

.select {
    font-family: "Blinker", sans-serif;
    color: #a3a3a3;
    background: black;
    border: 2px solid #282828;
    border-radius: 10px;
    font-size: 18px;
    height: 40px;
    padding: 0 10px;     /* Dodaj padding, aby uzyskać odpowiedni odstęp wewnętrzny */
    display: inline-flex; /* Zapewnia, że elementy w .select będą wyśrodkowane */
}

.szukaj-item {
    display: flex;      /* Flexbox do układu elementów wewnętrznych */
    align-items: center; /* Wyrównanie elementów wewnętrznych w pionie */
    padding: 10px;
}



.klawisz {
    font-family: "Blinker", sans-serif;
    color: #a3a3a3;
    background: black;
	border: 2px solid #282828;
    border-radius: 10px;
    font-size: 18px;
    height: 40px;
    width: 250px;
}

.klawisz:hover
{
	border: 2px solid #a3a3a3;
	cursor: pointer;
}

.pole
{
	font-family: "Blinker", sans-serif;
	color: #a3a3a3;
	font-size: 18px;
	padding: 10px;
	
}


.tabela
{
    height: auto;
    width: 100%;
    padding: 10px;
    text-align: center;  /* Poprawione */
    display: flex;       /* Dodane flexbox do głównego kontenera */
    justify-content: center; /* Wyśrodkowanie elementów */
    align-items: center;  /* Wyrównanie pionowe */
    flex-wrap: wrap;
    
}

.tabela_pole
{
	font-family: "Blinker", sans-serif;
	color: #a3a3a3;
	font-size: 18px;
	padding: 10px;
	float: left;
}



.fixed {
    width: 120px; /* Stała szerokość dla pól stałych */
}

.flexible {
    width: calc(100% - 1080px); /* Dynamiczna szerokość, odejmuje szerokość pól stałych */
}




.menu
{
	
}

.menu-item
{
	float: left;
}

.content
{
    text-align: center;
    z-index: 100;
}

.footer
{

}



.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  row-gap: 30px;
  padding: 10px;
  margin-left: 0;
  margin-right: 0;
}

.grid-item {
  border-left: 2px dotted #282828;
  text-align: left;
  padding: 10px;

}

.grid-item-foto
{
  border-radius: 10px;
  margin-bottom: 20px;
}


@keyframes cien {
  0%   {filter: drop-shadow(white 0 0 0px);}
  10%  {filter: drop-shadow(white 0 0 10px);}
  100%  {filter: drop-shadow(black 0 0 0px);}
}


.grid-item-foto:hover 
{
  animation-name: cien;
  animation-duration: 3s;
}

.grid-item-text 
{
  font-size: 18px;
  text-align: left;
  color: grey;
}

.grid-item-price 
{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.button {
  font-family: "Big Shoulders Text", sans-serif;
  background-color: #000000; 
  border: 3px solid #808080;
  color: #808080;
  padding: 15px 32px;
  text-align: right;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  width: 170px;
}

.button:hover 
{
  	border: 3px solid #c0c0c0;
	cursor: pointer;
}


.login_box
{
	margin: auto;
	width: 300px;
	height: auto;
	background: white;
	border: 2px solid #282828;
    border-radius: 20px;
}

.login_box_info
{
	font-size: 24px; 
	padding: 20px;
	margin: auto;
	width: 260px;
	height: auto;
	background: white;
	border: 4px solid red;
    border-radius: 20px;
}


.login_pole {
    font-family: "Blinker", sans-serif;
    color: #282828;
	border: 2px solid #282828;
    border-radius: 10px;
    font-size: 18px;
    height: 36px;
    width: 250px;
}


.footer_text:hover 
{

}

.footer_text
{
	font-family: "Big Shoulders Text", sans-serif;
	color: #a3a3a3;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0px;
	min-height: 25px;
	align-items: center;  
}

.footer_text a
{
	font-family: "Big Shoulders Text", sans-serif;
	color: #a3a3a3;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0px;
	min-height: 25px;
	align-items: center; 
	text-decoration: none;
}

.footer_bar
{
	width: 100%;
	height: 3px;
	margin-top: 140px; 
	background: linear-gradient(0.25turn, #060606, #060606, #a3a3a3, #060606, #060606);
}

.tresc
{
	max-width: 500px;
	color: grey;
	font-family: "Big Shoulders Text", sans-serif;
	font-size: 24px;
	text-align: left;
	margin: auto;
	line-height: 1.5;
	padding: 15px;
		
}

/* Stylowanie checkboxa */
.flicker-checkbox {
	
	
  width: 20px;
  height: 20px;
  appearance: none;
  border: 2px solid #3498db;
  border-radius: 4px;
  outline: none;
  position: relative;
  background-color: white;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

/* Dodanie animacji migającego obramowania */
@keyframes flicker {
  0% { border-color: #eeeeee; }
  20% { border-color: #000000; }
  80% { border-color: #000000; }
  100% { border-color: #eeeeee; }
}

/* Przypisanie animacji do checkboxa */
.flicker-checkbox:not(:checked) {
  animation: flicker 1s infinite;
}

/* Dodanie "ptaszka" po zaznaczeniu */
.flicker-checkbox:checked {
  background-color: #3498db;
  border-color: #3498db;
}

.flicker-checkbox:checked:after {
  content: '\2713'; /* Unicode ptaszka */
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 12px;
  color: white;
}

/* Stylowanie labela */
label {
  font-size: 16px;
  margin-left: 8px;
  cursor: pointer;
  vertical-align: bottom;
}
