p {
	line-height: 1.5;
}
#mainNavbar {
	width: 100%;
	margin-bottom: 0.25rem;
	margin-top: 1.5rem;
	padding: 0;
}
#mainNavbar .navbar-nav {
	width: 100%;
}
#mainNavbar .navbar-nav .nav-item {
	text-transform: uppercase;
}
#mainNavigation {
	max-width: 100%;
}
#mainNavigation .navbar-nav {
	position: relative;
}
#mainNavigation .nav-item > .mega-submenu {
	z-index: 10;
	background: #fff;
	left: 0;
	right: 0;
	padding: 0 20px;
	display: flex;
	overflow: hidden;
	min-height: 0;
	opacity: 0;
	height: 0;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
#mainNavigation .nav-item > .mega-submenu .mega-submenu-col {
	max-width: 100%;
}
#mainNavigation .nav-item > .mega-submenu ul.submenu {
	list-style: none;
	padding-left: 0;
	text-transform: none;
}
#mainNavigation .nav-item > .mega-submenu ul.submenu > li > a,
#mainNavigation .nav-item > .mega-submenu ul.submenu > li > span {
	font-size: 0.8125rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: #090909;
	display: block;
	padding: 5px 0;
}
#mainNavigation .nav-item > .mega-submenu ul.submenu > li > ul {
	list-style: disc;
	padding-left: 18px;
	margin-bottom: 12px;
}
#mainNavigation .nav-item > .mega-submenu ul.submenu > li > ul > li::marker {
	color: var(--bs-primary);
}
#mainNavigation .nav-item > .mega-submenu ul.submenu > li > ul > li > a {
	font-size: 0.875rem;
	text-decoration: none;
	color: #090909;
	display: block;
	padding: 5px 0;
}

#mainNavigation .nav-item > .mega-submenu ul.submenu > li > a:hover,
#mainNavigation .nav-item > .mega-submenu ul.submenu > li > ul > li > a:hover {
	text-decoration: underline;
	color: var(--bs-primary);
}
.navbar-light .navbar-toggler {
	padding-left: 0;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
	background-size: auto;
	background-image: url("../images/icons/close.svg");
}
.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28110, 126, 133, 1%29' stroke-linecap='none' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus {
	border-color: transparent;
	box-shadow: none;
}
.navbar-light .navbar-toggler.collapsed {
	border-color: transparent;
}
.carousel-caption {
	right: auto;
	bottom: auto;
	text-align: left;
	top: 20%;
	color: #090909;
	padding: 12px;
}
.carousel-caption .carousel-caption-heading {
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}
.carousel-caption .carousel-caption-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	width: 50%;
}
.carousel-caption .carousel-caption-btn .btn {
	font-weight: 800;
}
#topSearchFormMobile {
	margin: 12px 0;
}
.search-input {
	width: 420px;
	max-width: 100%;
}
.search-input > input {
	border-right: 0;
	padding: 0.75rem;
}
.search-input > input.form-control:focus {
	box-shadow: none;
	border-color: #ced4da;
}
.search-input > button {
	padding: 0.75rem;
	box-shadow: none;
}

.search-input > .btn-check:checked + .btn-outline-secondary,
.search-input > .btn-check:active + .btn-outline-secondary,
.search-input > .btn-outline-secondary:active,
.search-input > .btn-outline-secondary.active,
.search-input > .btn-outline-secondary.dropdown-toggle.show {
	background-color: #fff;
	box-shadow: none;
	border-color: #ced4da;
}

.search-input > button, .search-input > button:hover {
	border: 1px solid #ced4da;
	border-left: 0;
	line-height: 1;
}
.search-input > button:focus {
	box-shadow: none;
}
.search-input > button:hover {
	background-color: #fff;
}
#topCart {
	text-decoration: none;
}
.topcart-count {
	color: #808080;
	font-size: 0.6rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.1rem;
}
.topcart-value, .topcart-separator {
	color: #090909;
	font-size: 1.1rem;
	line-height: 1.1rem;
	font-weight: 800;
	vertical-align: middle;
}
.section-paddings {
	padding-top: 3rem;
}
.section-paddings.bg-gray {
	padding-bottom: 3rem;
}
.subtext {
	font-size: 1.125rem;
	color: #808080;
	font-weight: 400;
}

.cards-carousel .card {
	border: 0;
	background-color: transparent;
}
.cards-carousel a.card {
	text-decoration: none;
}

.cards-carousel .item .card-img-overlay {
	bottom: 0;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cards-carousel .item .card-heading {
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--bs-body-color);
}
.cards-carousel .item .card-img-overlay .card-heading {
	display: none;
}
.cards-carousel .item:hover .card-img-overlay .card-heading {
	text-shadow: 0 0 20px rgb(255 255 255);
	display: block;
}
.cards-carousel .item .card-img-overlay .cards-carousel-button {
	display: none;
}
.cards-carousel .item:hover .card-img-overlay {
	background-color: rgba(255,255,255,0.5);
}
.cards-carousel .item:hover .card-img-overlay .cards-carousel-button {
	display: block;
}
.cards-carousel .item .card-img-overlay .cards-carousel-button .btn {
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 100%;
	margin-bottom: -100px;
}
.cards-carousel .item:hover .card-img-overlay .cards-carousel-button .btn {
	margin-bottom: 0;
}
.cards-carousel .item .card-img .card-heading {
	display: block;
	margin: 1rem;
}
.cards-carousel .item:hover .card-img .card-heading {
	margin: 1rem;
	display: none;
}
.cards-carousel .item:hover .card-img {
	margin-bottom: 6rem;
}
.cards-carousel .item .card-img-overlay .cards-carousel-button {
	margin-top: 3rem;
}

.cards-carousel-3 .item .card-heading {
	font-size: 1.75rem;
}
.cards-carousel-4 .item .card-heading {
	font-size: 1.2rem;
}

.boxes .box-outer {
	padding: 12px;
}
.boxes .box {
	padding: 12px;
	/*width: 300px;*/
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	background-color: #fff;
	-webkit-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
}
.boxes .box-outer .box {
	height: 100%;
}
.boxes .box .box-image {
	position: relative;
	margin-bottom: 40px;
}
.boxes .box .box-image img {
	display: none;
	margin: 0 auto;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.boxes .box .box-image .carousel-item img {
	display: block;
}
.boxes .box.promo-box {
	width: 50%;
	max-width: 100%;
}
.boxes .box.promo-box img {
	max-width: 100%;
}
.boxes .box .box-thumbs {
	display: block;
	width: 100%;
	height: 230px;
	text-decoration: none;
}
.boxes .box .box-image img:first-child {
	display: block;
}
.boxes .box .box-select .btn-group,
.boxes .box .box-select .dropdown-menu {
	width: 100%;
}
.boxes .box .box-heading, .boxes .box .box-heading > * {
	font-weight: 800;
	font-size: 1.2rem;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--bs-body-color);
	margin-bottom: 24px;
	line-height: 1.25;
}
.boxes .box .box-heading > * {
	margin: 0;
}
.boxes .box .box-lead {
	color: #808080;
	font-size: 0.9rem;
}
.boxes .box .box-amount {
	line-height: 1.5;
	align-items: center;
}
.boxes .box .box-amount .box-stock {
	font-size: 0.7rem;
	color: #808080;
	margin-left: 4px;
}
.boxes .box .box-amount input.box-quantity {
	width: 60px;
	text-align: right;
}
.boxes .box .box-price {
	color: var(--bs-primary);
	font-weight: 800;
}
.box-badge {
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
}
.boxes .box .box-badge {
	position: absolute;
	top: 190px;
	left: 0;
}
.box-badge.badge-promo {
	background-image: url('../images/icons/promo.svg');
}
.box-badge.badge-new {
	background-image: url('../images/icons/new.svg');
}
.boxes .box .box-promo-price {
	color: #808080;
	font-size: 0.7rem;
	text-decoration: line-through;
	margin-left: 6px;
}
.boxes .box .box-30d-price {
	display: block;
	color: #808080;
	font-size: 0.7rem;
	margin-bottom: 0.25rem;
}
.boxes .box .box-button {
	margin-top: 15px;
	margin-bottom: 15px;
}
.boxes .box .box-button .btn {
	width: 100%;
}
.boxes .box .box-select {
	margin-top: 15px;
}
.boxes .box .box-select .btn-group > button > span {
	margin: 0 0.25rem;
}
.box-select {
	background-color: #fff;
}
.box-select .dropdown-menu {
	width: 100%;
	max-height: unset;
	overflow: auto;
}
.box-select .btn-group {
	border: 1px solid #ced4da;
}
.btn-group .dropdown-toggle {
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 1rem;
	text-align: left;
	padding-right: 2rem;
}
.btn-group .dropdown-toggle::after {
	position: absolute;
	right: 0.75rem;
	top: 50%;
	margin-left: auto;
	margin-top: -2px;
	color: var(--bs-primary);

}
.box .box-select .dropdown-toggle {
	font-size: 0.9rem;
}
.highlighted {
	color: var(--bs-primary);
}
.boxes .box .box-dots {
	margin-top: 12px;
	margin-bottom: 12px;
	min-height: 8px;
}
.boxes .box .box-dot {
	cursor: pointer;
	display: inline-block;
	width:  8px;
	height: 8px;
	border: 1px solid #ced4da;
	border-radius: 100%;
	margin: 0 8px;
}
.boxes .box .box-dot:hover {
	/*background: #ced4da;*/
}
.boxes .box .box-dot.active {
	background: #ced4da;
}
.box-cart-part {
	margin-top: 12px;
}
.boxes .double-box {
	padding: 12px;
	width: 50%;
}
.boxes .double-box .box {
	margin-bottom: 0;
}
.boxes .double-box .double-box-left {

}
.boxes .double-box .double-box-right {
	padding-left: 0;
	padding-right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #fff;
}
.boxes .double-box .double-box-right > a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: flex !important;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.boxes .double-box > .row {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.boxes .double-box img {
	max-width: 100%;
	height: auto;
}
.box .carousel-inner {
	height: 100%;
}
.box .carousel-item {
	-webkit-transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	height: 100%;
}
.box .carousel-item a {
	display: flex;
	height: 100%;
	align-items: center;
}
.box .carousel-indicators {
	margin: 0;
	bottom: -26px;
}
.box .carousel-indicators [data-bs-target] {
	background-color: #fff;
	border: 1px solid #ced4da;
	width:  8px;
	height: 8px;
	border-radius: 100%;
}
.box .carousel-indicators .active {
	background-color: #ced4da;
}
.tiles .card {
	text-align: center;
	margin: 40px 0;
}
.tiles .tiles-icon {
	width: 70px;
	height: 70px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.tiles .card-title {
	font-weight: 800;
	font-size: 1.5rem;
	text-transform: uppercase;
}
.tiles .card-text {
	font-size: 0.9rem;
	color: #808080;
}

.accordion-item, .accordion-item:not(:first-of-type) {
	border: 1px solid #E1E8F2;
	margin-bottom: 10px;
}
.accordion-button {
	font-weight: 600;
	font-size: 0.88rem;
}
.accordion-button:hover {
	background-color: #f7fdfa;
}
.accordion-button > span:first-child {
	margin-right: 15px;
	color: var(--bs-primary);
	font-size: 1.1rem;
}
.accordion-button::after{
	-webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-color: var(--bs-primary);
	background-size: 3.5rem;
	width: 1.75rem;
	height: 1.75rem;
}
.accordion-button:not(.collapsed) {
	color: #212529;
	background-color: #fff;
	box-shadow: none;
}
.accordion-button:focus {
	border-color: #fff;
	box-shadow: none;
}
footer {
	color: #fff;

}
footer a {
	color: var(--bs-primary);
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer #footer1 {
	background-color: #202020;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
footer #footer2 {
	background-color: #000;
	padding-top: 2rem;
	padding-bottom: 1rem;
	font-size: 0.9rem;
	color: #808080;
}
#footerRight {
	font-size: 0.9rem;
}
footer .nav {
	font-size: 0.8rem;
}
footer .nav .nav-link {
	color: #747474;
}
footer .nav .nav-link:hover {
	color: #fff;
}
footer .footer-nav-heading {
	color: var(--bs-primary);
	font-size: 0.94rem;
}
#footerRight {
	align-items: end;
}
#footerLogo {
	display: block;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#accordionFooterNav {
	width: 100%;
}
#accordionFooterNav .accordion-header {
	margin-bottom: 1rem;
}
#accordionFooterNav .accordion-button {
	padding: 6px 0;
}
#accordionFooterNav .accordion-body {
	padding: 0;
}
#accordionFooterNav .accordion-item {
	background-color: transparent;
}
#accordionFooterNav .accordion-button {
	background-color: transparent;
}
#accordionFooterNav.accordion-flush .accordion-item {
	border: 0;
}
#accordionFooterNav .accordion-button {
	color: var(--bs-primary);
	font-size: 0.94rem;
}

.btn:focus {
	box-shadow: none;
}
.cover-img {
	object-fit: cover !important;;
	width: 100% !important;
	height: 100% !important;;
}
.cover-top {
	object-position: top !important;;
}
.cover-bottom {
	object-position: bottom !important;;
}
.color-light {
	color: #808080;
}
#breadcrumbs {
	margin-top: 1.875rem;
}
#breadcrumbs > ol.breadcrumb {
	margin-bottom: 1.6rem;
}
.gallery-box {
	height: 707px;
}
.gallery-box-preview {
	height: 577px;
}
.gallery-box-preview > a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.gallery-box-preview > a {
	width: 100%;
}
#productGallery {
	height: 110px;
	margin-top: 20px;
}
#productGallery.owl-theme .owl-nav {
	top: 23%;
}
#productGallery .item img {
	cursor: pointer;
	border: 1px solid transparent;
}
#productGallery .item.active img {
	border: 1px solid var(--bs-primary);
}
#productGallery .owl-dots {
	display: none;
}
img#productGalleryPreview {
	max-width: 100%;
	max-height: 100%;
}
.share-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.share-list > li {
	padding: 15px;
}
.share-list > li > span {
	color: #808080;
}
.share-list > li:first-child {
	padding-left: 0px;
}
.text-with-line {
	white-space: nowrap;
	position: relative;
	margin-top: 1.25rem;
	margin-bottom: 1rem;
}
.text-with-line > span {
	display: inline;
	background-color: #fff;
	padding-right: 10px;
	font-weight: 800;
}
.text-with-line > span {

}
.text-with-line::after {
	position: absolute;
	display: block;
	border-bottom: 1px solid var(--bs-primary);
	left: 0;
	right: 0;
	bottom: 4px;
	top: auto;
	content: "";
	z-index: -1;
}
.product-name .box-badge {
	margin-left: 0.5rem;
	margin-top: -6px;
}
.product-size-box {
	display: flex;
	align-items: stretch;
	padding: 20px 15px;
	justify-content: space-between;
	margin-bottom: 12px;
}
.product-size-box .product-stock {
	margin: 0 1rem;
	display: flex;
	align-items: center;
	font-size: 0.875rem;
}
.product-size-box .box-select .dropdown-toggle {
	max-width: 360px;
	white-space: normal;
}
.product-size-box .cart-quantity {
	max-width: 110px;
	text-align: right;
}
.box-with-icon {
	display: flex;
	justify-content: space-between;
	border: 1px solid #E8E8E8;
	padding: 25px 40px;
}
.box-with-icon .box-col {
	width: 50%;
}
.box-with-icon .box-heading {
	display: block;
	font-weight: 600;
	font-size: 1.125rem;
	margin-bottom: 5px;
}
.box-with-icon .box-text {
	font-size: 0.75rem;

}
table.vertical-table > tbody > tr > th {
	text-align: right;
	width: 50%;
	padding-left: 1.125rem;
	font-weight: normal;
	color: #808080 !important;
}
table.vertical-table > tbody > tr > td {
	text-align: left;
	width: 50%;
	font-weight: 600;
	color: #090909 !important;
}
table.vertical-table.medium-table {
	font-size: 1.125rem;
}
.product-right .text-with-line {
	font-size: 1.125rem;
}
.product-cart-box {
	display: flex;
	justify-content: space-between;
}
.product-cart-box .box-with-icon {
	width: 50%;
	margin-right: 1rem;
}
.product-cart-box .box-with-icon > img {
	width: 82px;
}
.product-price-box {
	min-width: 300px;
}
.product-price-box .product-price {
	font-size: 2.9rem;
	font-weight: 800;
	color: var(--bs-primary);
}
.product-price-box .product-old-price {
	font-size: 1.625rem;
	color: #808080;
	text-decoration: line-through;
}
.product-price-box .product-30d-price {
	font-size: 0.875rem;
	color: #808080;
	margin-bottom: 0.5rem;
	font-weight: 400;
}
.product-price-box .add-to-cart {
	display: block;
	width: 100%;
}
.product-description {
	margin-top: 3rem;
}
table.custom-table {
	vertical-align: middle;
}
table.custom-table > thead > tr > th {
	font-size: 0.75rem;
	font-weight: 400;
	color: #808080;
	text-align: center;
}
table.custom-table > thead > tr > th input.filtr {
	width: 100%;
	border: 1px solid #F0EFEF;
}
table.custom-table > thead > tr > th.sortuj {
	cursor: pointer;
	position: relative;
	vertical-align: bottom;
}
table.custom-table > thead > tr > th.sort-asc, table.custom-table > thead > tr > th.sort-desc {
	padding-right: 1.5rem;
}
table.custom-table > thead > tr > th.sort-asc::after, table.custom-table > thead > tr > th.sort-desc::after {
	content: "";
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 24%;
	width: 0.625rem;
	height: 0.625rem;
	right: 0.5rem;
}
table.custom-table > thead > tr > th.sort-asc::after {
	background-image: url("../images/icons/sort-asc.svg");
}
table.custom-table > thead > tr > th.sort-desc::after {
	background-image: url("../images/icons/sort-desc.svg");
}
table.custom-table > tbody > tr > td .filtr	{
	border-color: #F0EFEF;
}
table.custom-table > tbody > tr > td {
	border: 0;
	font-size: 0.875rem;
}
table.custom-table > tbody > tr > td.liczba {
	text-align: center;
}
table.custom-table > tbody > tr > td > a {
	color: #090909;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
}
table.custom-table > tbody > tr.akcje-tabeli {
	font-size: 0.875rem;
}
table.custom-table .przyciski > a {
	font-size: 0.875rem;
	margin-right: 1rem;
	text-decoration: none;
}
table.custom-table .pomoc-do-filtra {
	color: #808080;
	font-size: 0.875rem;
	padding-top: 1rem;
}
#boxContactForm .form-check-label {
	font-size: 0.75rem;
}
#boxContactForm .btn-primary {
	width: 100%;
}
.two-cols {
	display: flex;
}
.two-cols > div {
	width: 50%;
}
.two-cols > .form-control:first-child {
	margin-right: 1.625rem;
}
.two-cols > .form-control:last-child {
	margin-left: 1.625rem;
}
#sectionSupport {
	position: relative;
}
#boxSupport {
	/* padding: 0 2rem;  leszek dubiel 14 maj 2024 */ 
	background-image: url("../images/infolinia.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #f0efef;
}
#boxSupport * {
	position: relative;
}
#boxSupportText {
	color: #808080;
	font-weight: 400;
	padding-left: 2rem;
}
#boxSupportText1 {
	margin-bottom: 2.75rem;
	font-size: 1.125rem;
	font-weight: 700;
}
#boxSupportText2 {
	margin-top: 0rem;
	color: #808080;
}
#boxSupportImg {
	position: absolute;
	top: 0;
	object-fit: cover;
	height: 100%;
	margin-left: -1rem;
	margin-top: -58px;
}
.tiles-item {
	display: flex;
	color: var(--bs-body-color);
	text-decoration: none;
	width: 100%;
	border: 1px solid #E1E8F2;
	padding: 1rem;
	margin-bottom: 1rem;
	background-color: #fff;
}
.tiles-item:hover {
	color: var(--bs-body-color);
	background-color: #f7fdfa;
}
.tiles-item .tile-icon {
	color: var(--bs-primary);
	margin-right: 1rem;
	font-size: 1rem;
	font-weight: 700;
}
.tiles-item .tile-text {
	font-weight: 700;
	font-size: 0.875rem;
}
.tiles-item .arrow-right {
	margin-left: auto;
}
.bg-silver {
	background-color: #F0EFEF;
}
.arrow {
	display: block;
	-webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-color: var(--bs-primary);
	background-size: 3.5rem;
	width: 1.75rem;
	height: 1.75rem;
}
.arrow-left {
	transform: rotate(90deg);
}
.arrow-right {
	transform: rotate(-90deg);
}
.arrow-bottom {
	transform: rotate(180deg);
}

.btn-arrow {
	display: inline-block;
	width: 55px;
	height: 55px;
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
	border: 0;
	padding: 0;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;;
}
.btn-arrow>span {
	-webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12.7 19.8' style='enable-background:new 0 0 12.7 19.8;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%2306C167;%7d %3c/style%3e%3cpath id='Union_2_00000104687605190558082980000001303536226635558074_' class='st0' d='M9.9,19.8L0,9.9L9.9,0l2.8,2.8L5.6,9.9 l7.1,7.1L9.9,19.8z'/%3e%3c/svg%3e");
	mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12.7 19.8' style='enable-background:new 0 0 12.7 19.8;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%2306C167;%7d %3c/style%3e%3cpath id='Union_2_00000104687605190558082980000001303536226635558074_' class='st0' d='M9.9,19.8L0,9.9L9.9,0l2.8,2.8L5.6,9.9 l7.1,7.1L9.9,19.8z'/%3e%3c/svg%3e");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 25%;
	mask-size: 25%;

	background-color: var(--bs-primary);
	display: block;
	width: 100%;
	height: 100%;

}
.btn-arrow:hover {
	background-color: var(--bs-primary);
}
.btn-arrow:hover>span {
	background-color: #fff;
}
.btn-arrow-right>span {
	transform: rotate(180deg);
}
.btn-arrow-up>span {
	transform: rotate(90deg);
}
.btn-arrow-down>span {
	transform: rotate(-90deg);
}
.button-arrow:hover {
	background-color: var(--bs-primary);
}
.button-arrow.arrow-left:hover {
	background-image: url("../images/icons/arrow_left_white.svg");
}
.button-arrow.arrow-right:hover {
	background-image: url("../images/icons/arrow_right_white.svg");
}
.small-heading {
	font-weight: 800;
	font-size: 1.125rem;
}
.section-with-image {
	position: relative;
	overflow: hidden;
}
.section-with-image > .container {
	z-index: 1;
	position: relative;
}
.section-with-image .section-right-image {
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
}
.section-with-image .section-right-image img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}
.article-head-section {
	margin-bottom: 3rem;
}
.article-head-section img {
	max-width: 100%;
}
.article-gallery {
	margin-top: 2rem;
	/*margin-bottom: calc(-0.5 * var(--bs-gutter-x));*/
}
.article-gallery > div {
	margin-bottom: var(--bs-gutter-x);
}
.article-gallery img {
	max-width: 100%;
}
.article-lead h2, .article-lead h3, .article-lead h4,
.article-content h2, .article-content h3, .article-content h4 {
	margin-bottom: 1rem;
}
.article-lead p,
.article-content p {
	line-height: 1.75;
}
.article-lead img,
.article-content img {
	max-width: 100%;
}
.article-categories-list {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	margin-bottom: 2rem;
}
.article-categories-list > li, .article-categories-list > li > a {
	display: inline-block;
	color: #808080;
	font-size: 2rem;
	font-weight: 600;
	border: 0;
}
.article-categories-list > li::after {
	display: inline-block;
	content: "/";
	margin-left: 1rem;
	margin-right: 1rem;
}
.article-categories-list > li:last-child::after {
	content: none;
}
.article-categories-list > li > a {
	text-decoration: none;
}
.article-categories-list > li.active > a, .article-categories-list > li > a:hover {
	color: var(--bs-primary);
	text-decoration: underline;
}
.cms-content ul {
	list-style: disc;
}
.cms-content ul, .cms-content ol {
	padding-left: 18px;
	margin-bottom: 12px;
}
.cms-content ul > li, .cms-content ol > li {
	padding-bottom: 0.5rem;
}
.cms-content ul > li::marker, .cms-content ol > li::marker {
	color: var(--bs-primary);
}
.cards-grid > .col {
	margin-top: 0;
	margin-bottom: var(--bs-gutter-x);
}
.cards-grid a.card {
	color: #090909;
	text-decoration: none;
	height: 100%;
}
.cards-grid a.card .card-heading {
	font-size: 1.56rem;
	font-weight: 800;
	margin-bottom: 0.75rem;
}
.cards-grid a.card img {
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.cards-grid a.card:hover img {
	opacity: 0.75;
}
.filters-box {
	position: relative;
	border: 1px solid #E8E8E8;
	padding: 0 1rem;
}
.filters-box .text-with-line {
	font-size: 1.125rem;
}
.filters-box>.row {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.15s ease-out;
	transition: max-height 0.15s ease-out;
}
.filters-box>.small-heading {
	display: block;
	padding: 1rem 0;
}
.filters-box.expanded>.row {
	margin-bottom: 1rem;
	-webkit-transition: max-height 0.15s ease-in;
	transition: max-height 0.15s ease-in;
	max-height: none;
}
.filters-box.expanded>.small-heading {
	display: none;
}
.filters-box>.btn-arrow>span {
	transform: rotate(-90deg);
}
.filters-box.expanded>.btn-arrow>span {
	transform: rotate(90deg);
}

.filters-box .opis {
	color: #E8E8E8;
}
.filters-checkboxes .wymiar {
	width: 82px;
}
.filters-checkboxes .custom-checkbox {
	font-size: .75rem;
	margin-bottom: 4px;
}
.filters-subheading {
	font-size: 0.75rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}
.filters-desc {
	font-size: 0.75rem;
	color: #A7A7A7;
	background-image: url('../images/icons/alert.svg');
	background-repeat: no-repeat;
	background-position: 1rem center;
	padding: 0.5rem 0.5rem 0.5rem 4rem;
	border: 1px solid #D4D4D4;
	margin-top: 1rem;
}
.filters-box-toggle {
	position: absolute;
	z-index: 1;
	right: 8px;
	top: -16px;
	width: 32px;
	height: 32px;
}
.horizontal-checkboxes.filters-checkboxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

/* custom checkbox */
.custom-checkbox {
	display: block;
	margin-right: 1rem;
}
.horizontal-checkboxes .custom-checkbox {
	display: inline-block;
}
.custom-checkbox input[type="checkbox"] {
	display: none;
}
.custom-checkbox input[type="checkbox"] + label {
	/*display: flex;*/
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 0;
	margin: 0;
}

.custom-checkbox input[type="checkbox"] + label a {
	/*margin-left: 0.25rem;*/
	/*margin-right: 0.25rem;*/
	position: relative;
}
.custom-checkbox input[type="checkbox"] + label:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	box-shadow: 0 0 0 1px #b8b8b8;
	background: #fff;
	-webkit-transition: border 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: border 0.1s ease-in-out, background 0.1s ease-in-out;
	border: 0.15em solid #fff;
	margin-right: 0.5em;
	vertical-align: middle;
	line-height: 1em;
	margin-bottom: 4px;
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
	background: var(--bs-primary);
}
.was-validated .custom-checkbox input[type="checkbox"]:invalid + label:before, .custom-checkbox input[type="checkbox"].is-invalid + label:before {
	box-shadow: 0 0 0 1px #dc3545;
}
/* custom checkbox end */

/* custom radio */
.custom-radio {
	display: block;
	margin-right: 1rem;
}
.horizontal-checkboxes .custom-radio {
	display: inline-block;
}
.custom-radio input[type="radio"] {
	display: none;
}
.custom-radio input[type="radio"] + label {
	/*display: flex;*/
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 0;
	margin: 0;
}
.custom-radio input[type="radio"] + label:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	box-shadow: 0 0 0 1px #b8b8b8;
	background: #fff;
	-webkit-transition: border 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: border 0.1s ease-in-out, background 0.1s ease-in-out;
	border: 0.25em solid #fff;
	margin-right: 0.5em;
	vertical-align: middle;
	line-height: 1em;
	margin-bottom: 4px;
}
.custom-radio input[type="radio"]:checked + label:before {
	background: var(--bs-primary);
}
.was-validated .custom-radio input[type="radio"]:invalid + label:before, .custom-radio input[type="radio"].is-invalid + label:before {
	box-shadow: 0 0 0 1px #dc3545;
}
/* custom radio end */

.closable-badges .badge {
	border: 1px solid #c1c1c1;
	color: #212529;
	margin-bottom: .8rem;
	vertical-align: middle;
}
.closable-badges .btn-close {
	font-size: 0.5rem;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2306c167'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	opacity: 1;
	vertical-align: middle;
}
.horizontal-badges .badge {
	display: inline-block;
}
.text-grey {
	color: #808080;
}

.custom-form .form-group {
	position: relative;
}
.custom-form label:not(.form-check-label) {
	position: absolute;
	color: #808080;
	top: 0.375rem;
	left: 12px;
	font-weight: 300;
	-webkit-transition: top 0.15s ease-in-out;
	transition: top 0.15s ease-in-out;
}
.custom-form label.required::after {
	 content: "*";
	 color: var(--bs-primary);
	 position: absolute;
	 margin-left: 5px;
 }
.asterisk::after {
	content: "*";
	color: var(--bs-primary);
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.text-with-line .asterisk {
	font-weight: normal;
}
.custom-form label.moved {
	top: -0.65rem;
	background: #fff;
	font-size: 0.75rem;
	padding-left: 4px;
	padding-right: 4px;
}
.custom-form label.moved.required {
	padding-right: 12px;
}
.alert-custom {
	background-color: var(--bs-primary);
	color: #fff;
	font-size: 1.125rem;
	text-align: center;
	font-weight: 400;
}
.alert-custom a {
	color: #fff;
	text-decoration: none;
}
.text-with-line + .text-under-the-line {
	margin-top: -1rem;
	margin-bottom: 1rem;
}
.text-xs {
	font-size: 0.75rem;
}
.btn {
	padding-left: 2rem;
	padding-right: 2rem;
}
#contact-map .btn {
	margin-top: -2rem;
}
#contact-map > iframe {
	height: 98%;
	width: 100%;
	min-height: 250px;
	border: 1px solid var(--bs-primary);
}
.order-page {
	margin: 0;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.order-page #breadcrumbs {
	display: flex;
	align-content: center;
	justify-content: center;
	margin-bottom: 100px;
	margin-top: 60px;
}
.order-page #breadcrumbs ol.breadcrumb {
	font-size: 2rem;
	margin: 0;
	font-weight: bold;
}
.cart-items {
	border-collapse: separate;
	border-spacing: 0 8px;
}
.cart-items .cart-items-header {
	font-size: 1.125rem;
	color: #808080;
}
.cart-items .cart-items-header > div {
	padding-left: 1rem;
	padding-right: 1rem;
}
.cart-items .cart-item {
	margin: 8px 0;
	border: 1px solid #F0EFEF;
	font-size: 1.25rem;
}
.cart-items .cart-item>div {
	border-top: 1px solid #F0EFEF;
	border-bottom: 1px solid  #F0EFEF;
	vertical-align: middle;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.cart-items .cart-item>div:first-child {
	border-left: 1px solid #F0EFEF;
}
.cart-items .cart-item>div:last-child {
	border-right: 1px solid #F0EFEF;
}
.cart-items .cart-item:nth-child(odd) {
	background-color: #F0EFEF;
}
.cart-items .cart-item-name {
	font-size: 1.125rem;
	font-weight: 800;
	text-transform: uppercase;
	min-width: 220px;
}
.cart-items .cart-item-name a {
	color: var(--bs-body-color);
	text-decoration: none;
}
.cart-items .cart-item-name a:hover {
	color: var(--bs-primary);
	text-decoration: underline;
}
.cart-items .cart-item-quantity {
	padding-right: 1rem;
	padding-left: 1rem;
}
.cart-items .cart-quantity-input {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 100%;
	margin-left: 1rem;
	margin-right: 1rem;
	width: 70px;
	margin: 0 auto;
	justify-content: center;
}
.cart-items .cart-quantity-input>input.form-control {
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 0;
	border: 0;
	text-align: center;
	color: var(--bs-primary);
	font-size: 1.25rem;
	font-weight: bold;
}
.cart-items .cart-quantity-input>input.form-control::-webkit-outer-spin-button,
.cart-items .cart-quantity-input>input.form-control::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.cart-items .cart-quantity-input>input.form-control[type=number] {
	-moz-appearance: textfield;
}
.cart-items .cart-item-name,
.cart-items .cart-item-ean,
.cart-items .cart-item-price,
.cart-items .cart-item-sum {
	padding-left: 1rem;
	padding-right: 1rem;
}
.cart-items .cart-item-price,
.cart-items .cart-item-sum {
	white-space: nowrap;
}
.cart-items .cart-quantity-input>input.cart-input-spinner {
	width: 1.75rem;
	height: 1.75rem;
	line-height: 1;
	text-align: center;
	padding: 0;
	font-size: 1rem;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: 0px 3px 6px #00000029;;
	font-family: sans-serif;
	cursor: pointer;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}
.cart-items .cart-quantity-input>input.cart-input-spinner:hover {
	background-color: #00c167;
	color: #fff;
}
.cart-items .cart-quantity-input>input.cart-input-spinner:nth-child(1) {
	position: absolute;
	left: 0;
	right: auto;
	margin-left: -1rem;
}

.cart-items .cart-quantity-input>input.cart-input-spinner:nth-child(2) {
	position: absolute;
	right: 0;
	left: auto;
	margin-right: -1rem;
}
.cart-items .cart-item-ean {
	text-align: center;
	font-size: 1rem;
}
.cart-items .cart-item-price,
.cart-items .cart-item-sum {
	text-align: right;
}
.cart-items .cart-item-sum {
	color: var(--bs-primary);
	font-weight: bold;
}
.cart-items .cart-item-thumb {
	max-width: 100%;
	text-align: center;
	padding-left: 1rem;
}
.cart-items .cart-item-thumb img{
	max-height: 100px;
}
.cart-items .cart-item-btns>div {
	margin-left: 2rem;
	border-left: 1px solid #707070;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
}
.cart-items .cart-item-btns .btn {
	padding: 0;
	margin: 20px 0;
}
.cart-items .cart-item-notice {
	font-size: 0.875rem;
}
.cart-delivery-box {
	display: flex;
	border: 1px solid var(--bs-primary);
	padding: 20px 40px;
}
.cart-delivery-box .delivery-box-text {
	font-size: 1.125rem;
	margin-right: 40px;
}
.cart-delivery-box .delivery-box-price {
	font-size: 1.25rem;
	margin-left: auto;
	font-weight: bold;
	color: var(--bs-primary);
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;

}
.cart-delivery-box>img {
	margin-right: 62px;
}
.order-summary {
	font-weight: bold;
	font-size: 1.25rem;
	text-align: right;
	margin-top: 3rem;
	margin-bottom: 2rem;
	padding-right: 2rem;
}
.order-summary .highlighted {
	font-size: 2rem;
	margin-left: 1rem;
}
.order-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.order-form .form-group {
	margin-bottom: 1rem;
}
.order-form label {
	color: #707070;
	font-size: 0.875rem;
}
.order-form hr {
	margin-bottom: 2rem;
}
.text-with-line .horizontal-checkboxes {
	background-color: #fff;
}
.custom-radio>label>img {
	max-width: 50px;
	margin-left: 1rem;
	margin-right: 1rem;
}
.order-thank {
	background-image: url("../images/order_thank.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.order-thank-content {
	font-weight: bold;
	text-align: center;
	width: 400px;
	max-width: 100%;
}

/** RESPONSIVE **/
@media screen and (min-width: 768px) {
	.boxes .double-box .box .box-image {
		opacity: 0 !important;
	}
	.filters-box.expanded>.row {
		max-height: 1000px;
	}
}
@media screen and (min-width: 992px) {
	#footer1 .accordion-button::after {
		display: none;
	}
	#footer1 .accordion .collapse {
		display: block!important;
	}

	.boxes .box {
		position: relative;
	}
	.boxes .box .box-cart-part {
		/*display: none;*/
		opacity: 0;
		position: absolute;
		left: -1px;
		right: -1px;
		margin-bottom: -110px;
		overflow: hidden;
		z-index: 1;
		background-color: #fff;
		border: 0 solid transparent;
		border-top: 0;
		padding-left: 10px;
		padding-right: 10px;
		height: 110px;
		max-height: 0;
		-webkit-transition: opacity 0.15s ease-in-out, border-color 0.15s ease-in-out;
		transition: opacity 0.15s ease-in-out, border-color 0.15s ease-in-out;
		bottom: 110px;
	}
	.boxes .box:hover, .double-box:hover .box {
		border-color: var(--bs-primary);
		border-bottom-color: transparent;
	}
	.boxes .box.promo-box:hover {
		border-bottom-color: var(--bs-primary);
	}
	.boxes .box:hover .box-cart-part, .double-box:hover .box .box-cart-part, 
	/* expanded dodał Leszek Dubiel 23 października 2023 */ 
	.boxes .box.expanded .box-cart-part, .double-box.expanded .box .box-cart-part {
		/*display: block;*/
		bottom: 0;
		opacity: 1;
		border: 1px solid var(--bs-primary);
		border-top:0;
		max-height: 110px;
	}
	#mainNavigation .nav-item > .mega-submenu {
		position: absolute;
		box-shadow: 0px 3px 6px #00000029;
		margin-left: var(--bs-gutter-x, -0.75rem);
		margin-right: var(--bs-gutter-x, -0.75rem);
	}
	#mainNavigation .nav-item:hover > .mega-submenu,
	#mainNavigation .nav-item.expanded > .mega-submenu {
		opacity: 1;
		min-height: 300px;
		height: auto;
		padding: 20px;
	}
	#mainNavigation .nav-item > .mega-submenu .mega-submenu-col {
		width: 200px;
		padding-right: 12px;
	}
	.mega-submenu-navs {
		border-top: 1px solid var(--bs-primary);
		padding-top: 20px;
		width: 75%;
		display: flex;
	}
	.mega-submenu-banner {
		width: 25%;
		display: flex;
		align-items: flex-start;
	}
	.mega-submenu-banner img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (min-width: 1200px) {
	h1, .h1 {
		font-size: 2.5rem;
	}
	h2, .h2 {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 1399px) {
	.product-cart-box .box-with-icon {
		display: block;
		text-align: center;
	}
	.product-cart-box .box-with-icon .box-col {
		width: 100%;
	}
	/*.boxes .double-box {*/
	/*	width: 58%;*/
	/*}*/
}
@media screen and (max-width: 1199px) {
	h1, .h1 {
		font-size: 2rem;
	}
	.boxes .double-box {
		width: 100%;
	}
	.boxes .box.promo-box {
		/*width: 100%;*/
	}
	.product-cart-box {
		display: block;
	}
	.product-cart-box .box-with-icon {
		width: 100%;
		margin-top: 1rem;
	}
	.product-cart-box .product-price-box {
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	#accordionFooterNav .accordion-header {
		margin-bottom: 0;
	}
	.boxes .box.promo-box {
		width: 100%;
	}
	#mainNavigation .nav-item > .mega-submenu {
		padding-top: 0px;
	}
	#mainNavigation .nav-item:hover > .mega-submenu,
	#mainNavigation .nav-item.expanded > .mega-submenu {
		opacity: 1;
		min-height: 300px;
		height: auto;
	}
	.mega-submenu-banner {
		display: none;
	}
	.gallery-box {
		height: 416px;
	}
	.gallery-box-preview {
		height: 286px;
	}
	.product-right .share-list {
		margin-top: 2rem;
	}
	#boxSupport {
		background-image: none;
	}
	.article-categories-list > li, .article-categories-list > li > a {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	#mainNavbar {
		margin: 6px 0;
	}
	.boxes .double-box {
		width: 100%;
	}
	.boxes .box {
		width: 100%;
	}
	.tiles .card {
		width: 100%;
		margin: 12px 0;
	}
	.section-paddings {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.carousel-caption {
		left: 0;
		right: 0;
		background-color: rgba(255,255,255,0.75);
		padding: 2rem;
		box-shadow: 0 0 20px 20px rgb(255, 255, 255, .75);
	}
	.carousel-item {
		height: 90vh;
	}
	.cards-carousel .item .card-img-overlay {
		padding: 0;
	}
	.cards-carousel .item:hover .card-img-overlay {
		background-color: transparent;
	}
	.cards-carousel .item:hover .card-img-overlay .cards-carousel-button {
		display: none;
	}
	.carousel-caption .carousel-caption-text {
		width: 100%;
	}
	.carousel-caption .carousel-caption-heading {
		font-size: 2.5rem;
	}
	.carousel-caption .carousel-caption-btn .btn {
		min-width: auto;
		max-width: 100%;
		width: 100%;
	}
	.product-description {
		margin-top: 0;
	}
	#footerRight {
		align-items: center;
	}
	#footerRight .social-icons {
		margin-top: 1rem;
	}
	.product-size-box {
		flex-wrap: wrap;
	}
	.product-size-box .box-select .dropdown-toggle {
		min-width: 110px;
	}
	.product-size-box .cart-quantity {
		margin-top: 0.5rem;
	}
	#boxSupportText1 {
		margin-top: 0;
	}
	.cart-items .cart-item-btns>div {
		border: 0;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.cart-items .cart-item-thumb {
		width: 100%;
		text-align: center;
	}
	.cart-items .cart-item-thumb img {
		margin-left: auto;
		margin-right: auto;
	}
	.cart-items .cart-item>div {
		border: 0;
		text-align: center;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.cart-delivery-box, .delivery-box-text, .delivery-box-price {
		display: block;
		text-align: center;
	}
	.cart-delivery-box>img {
		margin: 0 auto 2rem auto;
	}
	.cart-delivery-box .delivery-box-text {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.order-page #breadcrumbs {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 575px) {
	.box-cart-part {
		margin-top: 12px;
	}
	.order-buttons {
		display: block;
		text-align: center;
	}
	.order-buttons > .btn {
		margin-bottom: 1rem;
	}
}


.ukryty {
	display: none !important;
}

.dalej-box {
	background-color: #fff;
}

.dalej-box .box {
	background-color: #E8E8E8;
	text-decoration: none;
	cursor: pointer;
}

.dalej-box .box .sub-title {
	color: rgb(6, 193, 103);
}

.dalej-box .box:hover, .dalej-box .box:focus {
	text-decoration: none;
}

.dalej-box.idz-do .box {
	background-image: url("../images/dalej-box-sciezka.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: transparent;
}

.dropdown-a {

}

.dropdown-a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.dropdown-toggle-a {
	width: calc(100% - 40px);
}
.dropdown-toggle-a+.dta-arrow {
	display: inline-block;
	background-image: url("../images/icons/arrow_right.svg");
	transform: rotate(90deg);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: center;
	width: 14px;
	height: 14px;
}
.dropdown-toggle-a+.dta-arrow:focus {

}

#mainNavbar .dropdown-toggle {
	position: relative;
}

#mainNavbar .dropdown-toggle::after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	margin-left: 7px;
	background-image: url("../images/icons/arrow_right.svg");
	transform: rotate(90deg);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: center;
	width: 14px;
	height: 14px;
	border: none;
}

#mainNavbar .dropdown-toggle.drop-inverse::after {
	transform: rotate(90deg);
}

@media(max-width: 991px) {
	#mainNavigation .nav-item:hover > .mega-submenu, #mainNavigation .nav-item.expanded > .mega-submenu {
		min-height: unset;
		height: 0;
		opacity: 1;
	}
	#mainNavbar .dropdown-toggle::after, .dropdown-toggle-a+.dta-arrow {
		transform: rotate(0);
	}
	#mainNavbar .navbar-nav .nav-item.dropdown-li {
		border-top: 2px solid rgb(6, 193, 103);
		border-bottom: 2px solid rgb(6, 193, 103);
	}
	#mainNavbar .navbar-nav .nav-item.dropdown-li.no-border {
		border-top: none;
		border-bottom: none;
	}
	.dropdown-toggle-a+.dta-arrow, #mainNavbar .dropdown-toggle::after {
		width: 40px;
		height: 40px;
	}
}

@media(min-width: 992px) {
	.dropdown-toggle-a {
		margin-right: 0;
	}
	#mainNavigation .nav-item:hover > .mega-submenu, #mainNavigation .nav-item.expanded > .mega-submenu {
		opacity: 1 !important;
		min-height: 300px !important;
		height: auto !important;
		padding: 20px !important;
	}
	.dropdown-toggle-a+.dta-arrow, #mainNavbar .dropdown-toggle::after {
		width: 14px;
		height: 14px;
	}
}
#cartModal .order-buttons {
	margin: 0px;
	width: 100%;
}
#cartModal .order-buttons button {
	width: 200px;

}
#cartModal .modal-header, #cartModal .modal-footer {
	border: 0;
}
#cartModal .alert-custom {
	margin: 1rem 1rem 0 1rem;
}
@media screen and (min-width: 992px) {
	#cartModal .boxes .box:hover, #cartModal .double-box:hover .box {
		border-color: var(--bs-primary);
	}
}
.modal-header .btn-close {
	display: inline-block;
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
	border: 0;
	padding: 0.5rem 0.5rem;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;;
	font-size: 1rem;
	background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2306c167'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	vertical-align: middle;
}
.modal-header .btn-close:hover {
	background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.modal-header .btn-close:hover {
	background-color: var(--bs-primary);
}
.modal-header .btn-close {
	margin-right: 0;
}
.filtr-info {
	color: grey;
	font-size: .75rem;
}
.sort-box {
	margin-top: 0.5rem;
}
@media(max-width:767px) {
	.sort-box .box-select .btn-group,
	.sort-box .box-select .btn-group .btn {
		width: 100%;
	}
}
@media(min-width:768px) {
	.sort-box {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
.btn-icon {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-cart {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' id='cart' viewBox='0 0 24 24' width='512' height='512'%3E%3Cpath d='M22.713,4.077A2.993,2.993,0,0,0,20.41,3H4.242L4.2,2.649A3,3,0,0,0,1.222,0H1A1,1,0,0,0,1,2h.222a1,1,0,0,1,.993.883l1.376,11.7A5,5,0,0,0,8.557,19H19a1,1,0,0,0,0-2H8.557a3,3,0,0,1-2.82-2h11.92a5,5,0,0,0,4.921-4.113l.785-4.354A2.994,2.994,0,0,0,22.713,4.077ZM21.4,6.178l-.786,4.354A3,3,0,0,1,17.657,13H5.419L4.478,5H20.41A1,1,0,0,1,21.4,6.178Z'/%3E%3Ccircle cx='7' cy='22' r='2'/%3E%3Ccircle cx='17' cy='22' r='2'/%3E%3C/svg%3E");
	background-size: 16px;
}
.icon-cart-check {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' id='cart_check' viewBox='0 0 24 24' width='512' height='512'%3E%3Ccircle cx='7' cy='22' r='2'/%3E%3Ccircle cx='17' cy='22' r='2'/%3E%3Cpath d='M23.685,1.336a1,1,0,0,0-1.414,0L17.112,6.5,15.561,4.881a1,1,0,0,0-1.442,1.386l1.614,1.679a1.872,1.872,0,0,0,1.345.6h.033a1.873,1.873,0,0,0,1.335-.553L23.685,2.75A1,1,0,0,0,23.685,1.336Z'/%3E%3Cpath d='M21.9,9.016a1,1,0,0,0-1.162.807l-.128.709A3,3,0,0,1,17.657,13H5.418l-.94-8H11a1,1,0,0,0,0-2H4.242L4.2,2.648A3,3,0,0,0,1.222,0H1A1,1,0,0,0,1,2h.222a1,1,0,0,1,.993.883l1.376,11.7A5,5,0,0,0,8.557,19H19a1,1,0,0,0,0-2H8.557a3,3,0,0,1-2.829-2H17.657a5,5,0,0,0,4.921-4.113l.128-.71A1,1,0,0,0,21.9,9.016Z'/%3E%3C/svg%3E");
	background-size: 16px;
}
.icon-search {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.89' height='22.89' viewBox='0 0 22.89 22.89'%3E%3Cg id='Group_3305' data-name='Group 3305' transform='translate(-1137.11 -70.055)'%3E%3Cg id='Ellipse_2' data-name='Ellipse 2' transform='translate(1137.11 81.5) rotate(-45)' fill='none' stroke='%2306c167' stroke-width='1'%3E%3Ccircle cx='8.093' cy='8.093' r='8.093' stroke='none'/%3E%3Ccircle cx='8.093' cy='8.093' r='7.593' fill='none'/%3E%3C/g%3E%3Cline id='Line_1' data-name='Line 1' y2='7.122' transform='translate(1154.049 86.994) rotate(-45)' fill='none' stroke='%2306c167' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 16px;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
#topSearchMobile {
	max-width: 100%;
}
.filters-box .search-input input.form-control {
	border-right: 1px solid #ced4da;
}
.filters-box-buttons a {
	margin-bottom: 10px;
}
.search-input .skasuj {
	background: transparent;
	color: gray;
	background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2306c167'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.6rem;
	width: 50px;
	border-right: 1px solid #ced4da;
	margin-right: 1px;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: auto;
	}
}


/* 
 * 15 luty 2024
 * https://app.asana.com/0/1200571067496648/1206609035806332 
 */ 
@media(max-width: 767px) {
	.freeprivacypolicy-com---nb .cc-nb-main-container {
		padding: 1rem !important;
	}
	.freeprivacypolicy-com---nb-simple {
		max-width: 100% !important;
	}
	.freeprivacypolicy-com---nb .cc-nb-title {
		font-size: 14px !important;
	}
	.freeprivacypolicy-com---nb .cc-nb-text {
		font-size: 12px !important;
	}
	.freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-buttons-container button {
		font-size: 12px !important;
		display: inline-block !important;
		width: 48% !important;
		margin-bottom: 0 !important;
	}
	.freeprivacypolicy-com---nb p, .freeprivacypolicy-com---nb .cc-nb-text {
		margin-bottom: 0.5rem !important;
	}
}





/**
	lightGallery
	od Ateneo doklejone 26 maj 2025
	https://app.asana.com/1/1198695565634616/project/1200570981862958/task/1209330553421585
 */
#inline-gallery-container {
	min-height: 410px;
}
.lg-show-in .lg-toolbar {
	background-color: #fff;
	border-bottom: 1px solid #3a3a3a;
}
.lg-show-in.lg-inline .lg-toolbar {
	border-bottom-color: transparent;
}
.lg-toolbar .lg-icon {

}
.lg-toolbar .lg-icon:hover, .lg-toolbar .lg-icon:focus-visible {
	color: #08c167;
}
.lg-next, .lg-prev {
	/* color: #08c167; */ 
	color: white !important; 
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
}
.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
	background-color: #06C167;
	color: #fff;
}
.lg-outer {
	border: 1px solid #E8E8E8;
}
.lg-outer .lg-thumb-item {
	border-radius: 0;
	border: 1px solid #E8E8E8;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #08c167;
}
.lg-toolbar .lg-maximize:after {
	content: "\e070";
}
.lg-inline .lg-maximize:after {
	content: "\e909";
}
.lg-inline #lg-zoom-in-1, .lg-inline #lg-zoom-out-1 {
	display: none;
}
.lg-outer .lg-thumb-outer, .lg-backdrop.in {
	background-color: #3a3a3a;
}
.lg-inline .lg-outer .lg-thumb-outer, .lg-inline .lg-backdrop.in {
	background-color: #ffffff;
}
.lg-outer.lg-grab img.lg-object {
	cursor: zoom-in;
}
#lg-actual-size-1 {
	display: none;
}
#lg-actual-size-1.lg-icon.lg-zoom-out:after {
	/*content: "\e033";*/
	content: "\e900";
}
.lg-zoomed #lg-actual-size-1 {
	display: block;
}
.no-scroll {
	overflow: hidden !important;
}

