body {
	font-size: 16px;
	line-height: 27px;
	color: #686869;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	background-color: #F3F3F3;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 40px 0;
}

h1 {
	font-size: 80px;
	letter-spacing: -2px;
	color: #ffffff;
	font-family: "Poppins";
	font-weight: 600;
}

h2 {
	font-size: 50px;
	letter-spacing: -1px;
	color: #100064;
	font-family: "Poppins";
	font-weight: 700;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 28px;
	letter-spacing: -1px;
	color: #100064;
	font-family: "Poppins";
	font-weight: 700;
}

h5 {
	font-size: 20px;
	color: #100064;
	font-weight: 600;
	font-family: "Poppins";
}

h5 a, h5 a:hover {
	color: inherit;
}

h6 {
	font-size: 14px;
	letter-spacing: 2px;
	color: #100064;
	font-weight: 600;
	font-family: "Poppins";
	text-transform: uppercase;
}

.blue {
	color: #100064;
}

.grey {
	color: rgb(144, 144, 144);
}

a {
	text-decoration: none;
	outline: none;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	color: #0F0063;
}

a:hover {
	border-color: #0F0063;
	color: #0F0063;
}

.no-link, .no-link:hover {
	border: 0;
	padding-bottom: 0;
}

/*head*/

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 90;
}

header .upper {
	padding: 24px 0;
	background-color: #0f0063;
}

header .upper a, header .upper a:hover {
	color: white;
	border: 0;
	padding: 0;
}

.shorticons a {
	margin-left: 10px;
}

form.search {
	width: 100%;
	position: relative;
}

form.search input[type=text] {
	width: 100%;
	padding: 5px 16px;
	border: 1px solid white;
	border-radius: 20px;
	min-width: 300px;
	font-size: 12px;
	outline: none;
}

form.search button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	border: 1px solid #f5e369;
	border-radius: 20px;
	background-color: #f5e369;
	color: #0f0063;
}

header .lower {
	padding: 24px 0;
	/* background-color: #fff; */
	background-color: #e9e9e9;
}

header .lower a, header .lower a h6 {
	padding: 0;
	border: 0;
	margin: 0;
}

.quickCall {
    letter-spacing: normal;
    font-size: 20px;
}

.hamburger {
	cursor: pointer;
}

ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

ul.menu li {
	margin-right: 10px;
}

/*footer*/

footer {
	/*margin-top: 20vh;*/
	background-color: #0f0063;
	color: white;
	position: relative;
	padding-bottom: 60px;
}

.footerWave {
	height: 20vh;
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
}

.iconography img {
	max-height: 38px;
	width: auto;
}

.contactQuick {
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Poppins";
	line-height: 40px;
}

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

footer a {
	color: white;
}

footer a:hover {
	border-color: #fff;
	color: white;
}

footer .main {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
	margin-bottom: 60px;
	border-top: 1px solid #34267b;
	border-bottom: 1px solid #34267b;
}

footer .menu {
	flex-direction: column;
	justify-content: unset;
	align-items: unset;
}

footer .menu a {
	color: #969696;	
}

footer .menu a:hover {
	color: #969696;	
	border-color: #969696;	
}

.disclaimer {
	color: #969696;	
	font-size: 14px;
}

.disclaimer:hover {
	color: #969696;	
	border-color: #969696;		
}

/*body*/

.pageOffset {
	padding-top: 200px;
}

.p-top {
	padding-top: 180px;
}

.p-bottom {
	padding-bottom: 180px;
}

.banner {
	height: 100vh;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 50;
}

.banner .wave {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 55;
	height: 20vh;
}

.offsetBottom {
	margin-bottom: 80px;
}

.smallBanner {
	padding: 40px;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
}

.button {
	border: 1px solid #f5e369;
	border-radius: 20px;
	background-color: #f5e369;
	color: #100064;
	text-align: center;
	padding: 10px 34px;
	letter-spacing: 1px;
	transition: .3s;
	text-transform: uppercase;
	font-weight: 500;
}

.button:hover {
	border: 1px solid #f5e369;
	background-color: #f5e369;
	color: #100064;
	letter-spacing: 3px;
	transition: .3s;
}

img {
	max-width: 100%;
}

.breadcrumb {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 33px;
	color: #6e6e6e;
	font-weight: 400;
	font-family: "Poppins";
	border-bottom: 1px solid #dfdfdf;
	text-transform: uppercase;
	margin: 21px 0;
	padding-bottom: 9px;
}

.sidePanel {
	border: 1px solid #dfdfdf;
	padding: 15px;
	font-size: 15px;
	color: #686868;
}

.sidePanel a {
	color: inherit;
}

.topProducts {
	margin-top: 20px;
	color: black;
}

.productShortDescription {
	margin-top: 80px;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  /*background-color: rgb(0,0,0);*/
  /*background-color: rgba(0,0,0, 0.9);*/
  /* background-color: #0f0063de; */
  background-color: #0f0063;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
  border: 0;
  margin-bottom: 30px;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 60px;
}

/*collapsible nested*/

.collapsible.main, .collapsibleCat {
	margin-top: 20px;
	color: black;
}

.collapsible.main:first-child, .collapsibleCat:first-child {
	margin: 0;
}

.collapsible, .collapsibleCat {
  /*background-color: #777;*/
  /*color: white;*/
  cursor: pointer;
  /*padding: 5px;*/
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  /*font-size: 15px;*/
}

.active, .collapsible:hover {
  /*background-color: #555;*/
}

.collapsible.main:after, .collapsibleCat:after {
  content: '\002B';
  /*color: white;*/
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
}

.collapsible:after {
  /*content: '\002B';*/
  /*color: white;*/
  /*font-weight: bold;*/
  /*margin-left: 5px;*/
  float: right;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f107";
}

.collapsible.main.active:after, .collapsibleCat.active:after {
  content: "\2212";
}

.collapsible.active:after {
  content: "\f106";
}

.content {
  /*padding: 0 18px;*/
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /*background-color: #f1f1f1;*/
}

.collapsibleCat.active .content.main {
	max-height: 600px!important;
}

.bookletSlider img {
	aspect-ratio: 2/3;
	width: 100%;
	/* object-fit: fill; */
}

.ourOffer .offerCategory {
	overflow: hidden;
}

.ourOffer a img {
	transform: scale(1);
	transition: 1s;
}

.ourOffer a:hover img {
	transform: scale(1.1);
	transition: 1s;
}

.baneryInfo {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 40px;
    padding: 30px 0;
}

.baneryInfo .smallBanner .button:hover {
	letter-spacing: 1px!important;
}

.listaProduktow {
   display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.btn-primary, .btn-outline-primary, .btn-success, .btn  {
    background-color: #0F0063;
    border-color: #0F0063;
    padding: 12px 24px;
    border-radius: 40px;
	outline: none;
	color: white;
}

/* przyciski */
.btn-primary:hover, button:hover, .btn-success:hover, .btn:hover  {
	background-color: #fff;
	color: #0F0063;
	border-color: #0F0063;
}

.border-bottom {
	border-bottom: 1px solid #dfe5e8;
}

.container.smaller {
    max-width: 850px!important;
}

.catNam {
    font-size: 12px;
}

.catNam a {
	color: #100064!important;
	border: 0;
	padding-bottom: 0;
}

.btn-outline-primary {
    background-color: transparent;
    border-color: #0F0063;
    /* padding: 6px 24px!important; */
    border-radius: 40px!important;
    color: #0F0063;
}

.btn-outline-primary:hover {
    background-color: #0F0063;
    border-color: #0F0063;
    color: #fff;
}

ul#pills-tab {
    border-bottom: 1px solid #cfcfcf;
	margin-bottom: 40px;
}

.nav-pills .nav-link {
    background: transparent;
    border: 0;
    border-radius: 0;
	color: #6e6e6e;
	padding: 0 0 20px 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #100064;
    padding-left: 0;
    padding-right: 0;
	background-color: transparent;
	border-bottom: 2px solid #100064;
}

ul#pills-tab li {
	margin-right: 20px;
}

.va-container.banner .container.va-content {
    z-index: 10;
}

.productSlider .col-10 {
	line-height: 1em;
}

.categoryName a {
	font-size: 12px;
}

input#spinner {
    /* width: 100px; */
    height: 50px;
}

#background-video video {
	opacity: .5!important;
}

.bootstrap-touchspin {
    width: 100%;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#cartIndex .border-bottom:last-child {
    border-bottom: 0!important;
}

.bootstrap-touchspin-up, .bootstrap-touchspin-up:hover, .bootstrap-touchspin-down, .bootstrap-touchspin-down:hover {
    background: transparent;
    color: #9d9d9d;
    border-color: #9d9d9d;
}

.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
  opacity: 1!important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*rwd*/

@media (min-width: 1600px) {
	.container {
		max-width: 1700px!important;
	}
	ul.menu li {
		margin-right: 30px;
	}
	.listaProduktow {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (min-width: 14600px) {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 1085px) {
	header .hamburger {
		display: none;
	}
	footer .iconography {
		padding-top: 60px;
	}
}

@media (max-width: 1085px) {
	header .menu {
		display: none;
	}
	.btn.checkStock {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 900px) and (max-width: 1085px) {
	#cartCreateForm .productAddToCart {
		margin-left: auto;
		margin-right: 0;
	}
}

@media (max-width: 900px) {
	h1 {
		font-size: 60px;
	}
	.p-top {
		padding-top: 100px;
	}
	.p-bottom {
		padding-bottom: 100px;
	}
	.footerWave, .banner .wave {
		height: 10vh;
	}
	.baneryInfo {
		grid-template-columns: auto;
	}
	div#sidebar-products {
		max-height: 320px;
		overflow: scroll;
	}
}

@media (min-width: 600px) and (max-width: 900px) {
	.offset-md-1 {
    	margin-left: 4%!important;
	}
}

@media (max-width: 600px) {
	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 38px;
	}
	.banner {
		height: unset;
		padding-top: 30vh;
		padding-bottom: 30vh;
	}
	.p-top {
		padding-top: 80px;
	}
	.p-bottom {
		padding-bottom: 80px;
	}
	.productShortDescription {
		margin-top: 20px;
	}
	.overlay a {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.listaProduktow {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	div#sidebar-products {
		max-height: 220px;
		overflow: scroll;
	}
	.btn.checkStock {
		width: 200px;
	}
}

@media (max-width: 321px) {
	form.search input[type=text] {
		min-width: 250px;
	}
	.productAddToCart {
		font-size: 12px;
	}
	.btn.checkStock {
		width: 300px;
	}
}
