html {
	font-size: 16px;
	font-family: "Poppins", "Noto Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #555;
}
body {
	font-family: "Poppins", "Noto Sans", sans-serif !important;
}
h1 {
	margin: 1.5rem 0 .5rem 0;
}



h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.6rem;
}
h4 {
	font-size: 1.4rem;
}
h5 {
	font-size: 1.2rem;
}
h6 {
	font-size: 1rem;
}




a {
	text-decoration: none;
	color: #02275e;
}
a:hover {
	color: #001030;
}

#header {
	background-color: #203040;
	color: #000;
}
#header-content {
	font-size: .9em;
}
#header-content #header-logo {
	flex: 0 1 350px;
	/* width: 350px; */
}
#header-logo .site-title {
	margin: 0;
}
#header-logo .site-title img {
	width: 150px;
	margin-right: 20px;
}
#header-search {
	width: 250px;
	position: relative;
	/* padding-left: 50px; */
	margin: 0 10px;
}
#header-search input {
	padding-right: 40px;
	margin: 0;
	color: #000;
}
#header-search input::placeholder {
	color: #bbb;
}
#header-search button {
	color:#000;
	background: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	z-index: 2;
}
#search-mobile-form
{
	display: none;
	position: fixed;
	width: 100%;
	height: fit-content;
	top: 100px;
	left: 0;
	padding: 20px 0 40px 0;
	background-color: #203040;
	box-shadow: 0px 5px 5px 0px rgba(200, 200, 200, 0.5);
}
#search-mobile-form > div {
	position: relative;
	max-width: 350px;
	margin: 0 auto;
}
#search-mobile-form input {
	width: 100%;
	padding-right: 40px;
	margin: 0;
	color: #000;
}
#search-mobile-form input::placeholder {
	color: #bbb;
}
#search-mobile-form button {
	color:#000;
	background: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	z-index: 2;
}
#header-icons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	column-gap: 20px;
	margin: 0 10px;
}
#header-icons a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 9px 11px;
	/* background-color: #405060; */
	background-color: #607080;
	font-size: 1rem;
	color: #fff;
}
#header-icons a:hover {
	background-color: #888;
}
#header-icons .active a {
	background-color: #888;
}
@media(hover: hover) {
	#header-icons #search-mobile-btn a:hover {
		background-color: #607080;
	}
	#header-icons #search-mobile-btn.active a:hover {
		background-color: #888;
	}
}
@media(hover: none) {
	#header-icons #search-mobile-btn a:hover {
		background-color: #607080;
	}
	#header-icons #search-mobile-btn.active a:hover {
		background-color: #888;
	}
}
#header-content #header-mobile-menu-btn {
	flex: 0 0 auto;
	width: 28px;
	text-align: center;
	margin-left: 20px;
}
#header-contact {
	text-align: right;
	margin-left: 10px;
}
#header-contact > div {
	text-wrap: nowrap;
}
#header-contact a {
	color: #fff;
	text-decoration:none;
}
#main-banner-content-left {
	padding: 0 10px 0 0;
}
#main-banner-content-left > div {
	height: 400px;
	/* background-color: #fff; */
	/* border-radius: 5px; */
}
#main-banner-content-left > div > ul {
	height: 100%;
}
#main-banner-content-right {
	margin: 20px 0 0 0px;
	height: 380px;
}
#main-banner .swiper-button-prev {
	background-color: #f0f0f0;
	color: #888;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 30px 20px 30px 15px;
	left: var(--swiper-navigation-sides-offset, 0);
}
#main-banner .swiper-button-next {
	background-color: #f0f0f0;
	color: #888;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 30px 15px 30px 20px;
	right: var(--swiper-navigation-sides-offset, 0);
}
.main-content-row {
	margin: 10px 0;
	/* width: min(var(--max-body-width), 100%); */
	/* padding: 0 var(--body-padding-horiz); */
}
#footer {
	background: #000 url(https://esdstore.com.pl/resources/template/i/bg-footer.png) top right no-repeat;
}
#footer-content {
	/* display: flex; */
	/* flex-direction: row; */
	/* flex-wrap: wrap; */
    background-size: cover;
	color:#fff;
}
#footer-logo img {
	width: 150px;
	margin: 0 30px 10px 0;
}
#footer-logo img.filter-grayscale {
	filter: grayscale();
}
#footer-logo img.filter-white {
	filter: invert(1) grayscale();
}
@media only screen and (max-width: 750px) {
	#footer-logo img {
		width: 130px;
		margin: 0 5px 10px 5px;
	}
}

.container-vendors {
	margin-bottom: 40px;
}
.container-vendors h3 {
	padding: 0 0 10px 0;
	margin: 20px 0 10px 0;
	color: #444;
	border-bottom: 1px solid #ccc;
}
.container-vendors-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
}
.container-vendors-content > div {
	flex: 1 1 100%;
	width: 100%;
	padding: 5px;
	text-align: center;
}
.container-vendors-content > div div {
	padding: 20px 10px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 5px;
	transition-duration: 500ms;
}
.container-vendors-content div div img {
	height: 25px;
	filter: grayscale(1);
	transition-duration: 300ms;
}
.container-vendors-content div div:hover {
	border: 1px solid #888;
	box-shadow: 0 0 10px 5px rgba(200, 200, 200, 0.5);
}
.container-vendors-content div div:hover img {
	filter: grayscale(0);
	transform: scale(1.1);
}

@media (min-width: 300px) {
	.container-vendors-content > div {
		flex: 1 1 100%;
		max-width: 100%;
	}	
}
@media (min-width: 480px) {
	.container-vendors-content > div {
		flex: 1 1 50%;
		max-width: 50%;
	}	
}
@media (min-width: 576px) {
	.container-vendors-content > div {
		flex: 1 1 auto;
		width: auto;
		max-width: fit-content;
	}
	.container-vendors-content > div div {
		max-width: fit-content;
	}	
}

.swiper {
	width: 100%;
	height: 100%;
	border-radius: 10px;
  }



.container-products {
	border-radius: 10px;
	padding: 10px 0;
}

.container-products h3 {
	padding: 0 0 10px 0;
	margin: 10px 0 10px 0;
	color: #444;
	border-bottom: 1px solid #ccc;
}
.container-products-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	width:100%;
	padding-top: 20px;
}
.container-products-content > div {
	flex: 1 1 20%;
	margin: 0;
	padding: 10px 5px;
	background-color: #fff;
	/* border: 1px solid transparent; */
	border-radius: 10px;
}
.container-products-content > div {
	border: 1px solid #ccc;
}
@media (min-width: 480px) {
	.container-products-content > div {
		border: 1px solid transparent;
	}
}
.container-products-content > div:hover {
	box-shadow: 0px 0px 30px 5px rgba(200, 200, 200, 0.5);
	transition: .2s;
}
.container-product.promo {
	border: 1px solid rgb(2, 144, 187);
}
.container-product {
	margin: 0 auto;
	text-align: center;
	position: relative;
}


.container-product .prod-details {
	/* visibility: hidden; */
	display: none;
}

@media (min-width: 480px) {
.container-product .prod-details {
	/* display: block; */
	position: absolute;
	top: calc(100% - 10px);
	left: -1px;
	width: calc(100% + 2px);
	padding: 10px 5px;
	background:#fff;
	box-shadow: 0px 30px 30px 5px rgba(200, 200, 200, 0.5);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 2;
}
.container-product .prod-details div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 10px;
	font-size: .8rem;
}
.container-product .prod-details div div:nth-child(2) {
	flex: 2 1 auto;
	border-bottom: 1px dashed #ccc;
	height: .9rem;
}
.container-product .prod-details img {
	width: 90px;
	display: block;
	margin: 10px auto;
}
}

.container-product.promo .prod-details {
	border-left: 1px solid rgb(2, 144, 187);
	border-right: 1px solid rgb(2, 144, 187);
	border-bottom: 1px solid rgb(2, 144, 187);
}




@media (max-width: 479px) {
.container-product .prod-details {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
}
}

@media (min-width: 480px) {
.container-product:hover .prod-details {
	/* visibility: visible; */
	display: block;
}
}

.container-product .prod-details a.btn {
	border: 1px solid #555;
	margin: 15px auto;
	font-size: .8em;
}



.container-product .prod-details-xs {
	margin: 10px 0 5px 0;
}
.container-product .prod-details-xs div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 10px;
	font-size: .8rem;
}
.container-product .prod-details-xs div div:nth-child(2) {
	flex: 2 1 auto;
	border-bottom: 1px dashed #ccc;
	height: .9rem;
}
.container-product .prod-details-xs img {
	max-width: 100px;
	max-height: 100px;
	display: block;
	margin: 10px auto;
}

@media (min-width: 480px) {
	.container-product .prod-details-xs {
		display: none;
	}
}

.container-product .badge-tl {
	position: absolute;
	top: 10px;
	left: 10px;
}
.container-product .badge-tr {
	position: absolute;
	top: 10px;
	right: 10px;
}
.container-product > .prod-image {
	height: 200px;
	flex-shrink: 0;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}
.container-product > .prod-image  img {
	max-width: 150px;
	max-height: 180px;
	margin: 10px 10px;
}
.container-product .prod-name {
	font-size: .9em;
	margin-bottom: 10px;
}
.container-product a {
	color: #222;
	text-decoration: none;;
}
.container-product .prod-params {
	border: 1px solid #6c757d;
	border-radius:5px;
	padding:0;
	line-height:1rem;
	width: max-content;
	margin:0 auto;
}
.container-product .prod-params-details {
	display: inline-block;
	width: max-content;
	margin: 0px auto;
	padding: 3px 8px 2px 8px;
	font-size: .8em;
	border-radius: .5rem;
	/* line-height: 1.4rem; */
}
.container-product .prod-params-more {
	display: inline-block;
	width: max-content;
	margin: 0px auto;
	font-size: .8rem;
	margin-left: 10px;
	background-color: #6c757d;
	color: #fff;
	line-height:1.4rem;
}
.container-product .prod-params-more > .dropdown > ul.dropdown-menu {
	box-shadow: 0px 30px 30px 5px rgba(200, 200, 200, 0.5);
	box-shadow: 5px 5px 15px 5px rgba(200, 200, 200, 0.9);
}
.container-product .prod-params-more > .dropdown > a {
	display: block;
	padding: 0 8px;
	/* cursor: pointer; */
	color: #fff;
	font-size: .8rem;
	line-height: 2.0rem;
}
.container-product .prod-params-more:hover {
	background-color: #555;
	/* color: #fff; */
	/* border: 1px solid #555; */
}
.container-product .prod-params-more + div {
	clear: both;
}
.container-product .prod-params-more .dropdown-item:hover {
	background-color: #ddd;
}
.container-product .prod-params-more .dropdown-item span.badge {
	font-size: .8em;
}
.container-product .prod-params-more .dropdown-item .prod-price.prod-price-promo {
	background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.container-product .prod-params-more .dropdown-item .prod-price-old {
	text-decoration: line-through;
	margin: 0 0 0 5px;
	font-size: .9em;
}

@media (min-width: 480px) {
	.container-product .prod-params-more > .dropdown > a {
		line-height: 1.4rem;
	}

}

.container-product > .prod-price-container {
	float: left;
	margin: 20px 10px 0 25px;
}
.container-product > .prod-price-container .prod-price {
	font-size: 1em;
}
.container-product > .prod-price-container .prod-price.prod-price-promo {
	color: #fff;
	background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1));
	padding: 0 5px;
	border-radius: 5px;
}
.container-product > .prod-price-container .prod-price-old {
	font-size: .8em;
	color: #888;
	margin-right: 10px;
	text-decoration: line-through;
}

.container-product .dropdown .prod-price-container a {
	margin: 0px;
	padding: 10px 16px;
}

.container-product .prod-addtocart {
	float: right;
	text-align: center;
	margin: 10px 25px 0 10px;
}
.container-product .prod-addtocart a {
	font-size: 1.4rem;
	color: #777;
	text-decoration: none;
	white-space: nowrap;
	padding: 8px 12px;
	display: block;
	border: 1px solid #aaa;
	border-radius: 5px;
}
.container-product .prod-addtocart a:before {
	font-family: "Font Awesome 6 Free";
	content: "\f217";
	margin: 0;
}
.container-product .prod-addtocart a:hover {
	background-color: #555;
	color: #fff;
	border: 1px solid #555;
}
@media (min-width: 480px) {
	.container-product .prod-addtocart a {
		font-size: 1rem;
		padding: 6px 8px;
	}
}

#main-banner-content .swiper-scrollbar {
	background: var(--swiper-scrollbar-bg-color, rgba(255, 255, 255, .4));
}
#main-banner-content .swiper-scrollbar-drag {
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .6));
}
#main-banner-content .swiper-slide .swiper-container {
	display: flex;
	align-items: center;
	margin: 0 60px;
	height: 97%;
}
#main-banner-content .swiper-slide .swiper-container > div {
	width: 100%;
}
#main-banner-content .swiper-slide .flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	column-gap: 8px;
	row-gap: 0px;
}
#main-banner-content .swiper-slide .flex-row > * {
	flex: 1 1 auto;
}
#main-banner-content .swiper-slide .flex-row.flex-wrap {
	flex-wrap: wrap;
	
}
#main-banner-content .swiper-slide .flex-row.col-gap-big {
	column-gap: 50px;
}
#main-banner-content .swiper-slide .flex-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#main-banner-content .swiper-slide .fit {
	width: fit-content;
}
#main-banner-content .swiper-slide .lineT {
	text-decoration: line-through;
}
#main-banner-content .swiper-slide .subtitle {
	font-size: 1.3rem;
	font-weight: 300;
	margin-bottom: 14px;
	/* text-transform: uppercase; */
	line-height: 1.2;
}
#main-banner-content .swiper-slide .subtitle strong {
	font-weight: 600;
}
#main-banner-content .swiper-slide .title {
	font-size: 2.0rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 15px;
}
#main-banner-content .swiper-slide .white {
	color: #fff;
}
#main-banner-content .swiper-slide .black {
	color: #000;
}
#main-banner-content .swiper-slide .yellow {
	color: #ffce1e;
}
#main-banner-content .swiper-slide .border-round {
	border-radius: 5px;
}
#main-banner-content .swiper-slide .button {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	font-size: .85rem;
	margin-bottom: .75em;
	border-radius: 5px;
}
#main-banner-content .swiper-slide .button.red {
	background-color: #e32232;
	color: #fff;
}
#main-banner-content .swiper-slide .button.white {
	background-color: #fff;
	color: #000;
}
#main-banner-content .swiper-slide img.buy-product-box {
	max-width: 180px;
	max-height: 250px;
}
@media screen and (max-width:360px) {
	#main-banner-content .swiper-slide .swiper-container {
		margin: 0 40px;
	}
}
@media screen and (max-width:768px) {
	#main-banner-content .swiper-slide .title {
		font-size: 1.6rem;
	}
	#main-banner-content .swiper-slide .subtitle {
		font-size: 1.0rem;
	}
	#main-banner-content .swiper-slide .flex-row.col-gap-big {
		column-gap: 10px;
	}
	#main-banner-content .swiper-slide img.buy-product-box {
		max-width: 150px;
		max-height: 200px;
	}
}
@media screen and (max-width:576px) {
	#main-banner-content .swiper-slide .fit {
		width:100%
	}
	#main-banner-content .swiper-slide .flex {
		display:block
	}
	#main-banner-content .swiper-slide .button {
		display: block;
	}
	#main-banner-content .swiper-slide .title {
		font-size: 1.5rem;
	}
	#main-banner-content .swiper-slide .subtitle {
		font-size: 1rem;
	}
	#main-banner-content .swiper-slide img.buy-product-box {
		max-width: 130px;
		max-height: 180px;
	}
	#main-banner-content .swiper-slide .flex-row.col-gap-big {
		column-gap: 10px;
	}
}



/* 
h1 {
	font-size: 2rem;
	margin: .8rem 0 .2rem 0;
}
h2 {
	font-size: 1.8rem;
	margin: .8rem 0 .2rem 0;
}
h3 {
	font-size: 1.6rem;
	margin: .8rem 0 .2rem 0;
}
h4 {
	font-size: 1.4rem;
	margin: .6rem 0 .2rem 0;
}
h5 {
	font-size: 1.2rem;
	margin: .4rem 0 .2rem 0;
}
h6 {
	font-size: 1rem;
	margin: .2rem 0 .2rem 0;
}
*/

.popover {
	box-shadow: 2px 2px 8px 2px rgba(200, 200, 200, 0.8);
	transition: opacity 250ms ease-in;
}

/* 
.popover-container .popover {
	background-color: #eee;
	border: 1px solid #555;
	box-shadow: 2px 2px 8px 2px rgba(200, 200, 200, 0.8);
}
.popover-container .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
	border-left-color: #555;
}
.popover-container .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
	border-left-color: #eee;
}
.popover-container .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
	border-right-color: #555;
}
.popover-container .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
	border-right-color: #eee;
}
.popover-container .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
	border-top-color: #555;
}
.popover-container .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
	border-top-color: #eee;
}
.popover-container .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
	border-bottom-color: #555;
}
.popover-container .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
	border-bottom-color: #eee;
}
*/
