html, body {
  overflow-x: hidden !important;
  position: relative;
  max-width: 100%;
}

body {
  padding-right: 0 !important;
  overflow: inherit !important;
  background: #000;
  font-family: 'Myriad Pro', sans-serif;
  z-index: 0;
  font-size: 14px;
}

#loader {
  opacity: 1;
  transition: opacity 300ms;
}

#loader div {
  opacity: 1;
  transition: opacity 300ms;
}

.container {
  z-index: 2;
  overflow-x: hidden;
  max-width: 600px !important;
}

#background {
  height: 100vh;
  width: 100vw;
  max-width: 600px !important;
  position: fixed;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #f3f3f1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.menu, .footer {
  border-bottom: 18px solid;
  width: calc(100% + 3rem) !important;
  margin-left: -1.5rem;
}

.thumb-sekcja {
  width: 3em;
  height: auto;
}

.thumb-produkt {
  width: 3em;
  height: auto;
}

.list-group-item {
  border: none;
  background-color: transparent;
  letter-spacing: 0.015em;
  transition: all 200ms;
}

.list-group-item:hover, .list-group-item:focus {
  background-color: #87764f20;
  border-radius: 4px;
}

.list-group-item .bi-asterisk {
  font-size: .6em;
  vertical-align: super
}

.list-group-item small {
  font-size: .65em;
}

h2 {
  font-family: 'Times New Roman', sans-serif;
  letter-spacing: -0.045em;
  font-size: 1.5em;
  margin: .15em 0 0 0;
}

h2 i {
  font-size: .35em;
  vertical-align: .55em;
  margin: 1em;
}

#logo-footer {
  max-width: 200px;
}

.mouse-anime {
	width: 40px;
	height: 80px;
	box-sizing: border-box;
	border-radius: 60px;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	&::before {
		content: '';
		width: 10px;
		height: 10px;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		border-radius: 50%;
		opacity: 0;
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
	}
}

@keyframes wheel {
	0% {
		top: 10px;
		opacity: 0;
	}
	15% {
		top: 10px;
		opacity: 1;
	}
	100% {
		top: 55px;
		opacity: 0;
	}
}

@-webkit-keyframes wheel {
	0% {
		top: 10px;
		opacity: 0;
	}
	15% {
		top: 10px;
		opacity: 1;
	}
	100% {
		top: 55px;
		opacity: 0;
	}
}

@media (min-width: 600px) {
	body {
	  font-size: 16px;
	}
	.container {
	  background-size: auto;
	}
}

@media (max-width: 276px) {
	.d-flex {
	  flex-direction: column;
	}
	.align-items-center {
      text-align: center;
	}
	img.ps-0 {
	  padding: .5rem !important;
	}
	.ms-auto {
	  margin-left: unset !important;
	}
	.thumb-produkt {
	  display: none;
	}
	#logo {
	  padding: 1rem !important;
	}
}

@media (max-height: 600px) {
	.mouse-anime {
	  margin-bottom: 0 !important;
	}
}

@media (max-height: 530px) {
	#logo {
	  margin-top: 0 !important;
	}
}

@media (max-height: 500px) {
	#logo {
	  padding-top: 2rem !important;
	  padding-bottom: 1rem !important;
	}
}