/*
Theme Name: Sklep BNB
Template:   bootstrap-basic
Theme URI: https://brandnewbrand.pl
Author: Agencja Marketingowa Brand new Brand
Version: 8.0.7

*/
/*
Required WordPress CSS
*/
/* ------------------- zminne ----------------------------------------- */

.product i {
	font-family: 'Font Awesome 6 Pro' !important;
}

p {
	line-height: 24px;
	font-size: 16px;
	color: rgba(38, 38, 38, 1);
	font-weight: normal;
}

a {
	color: #262626;
	text-decoration: none !important;
}

h1 {
	font-size: 44px;
	font-weight: bold;
	line-height: 54px;
	margin-bottom: 40px;
}

h2,
.h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 46px;
	margin-bottom: 40px !important;
	display: block;
}

h3,
.h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 33px;
}

h4,
.h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

h5,
.h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

.hero-h1-style {
	font-size: 44px;
	margin-top: 20px;
	font-weight: 700;
	line-height: 54px;
	margin-bottom: 40px;
	display: block;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5 {
	margin-top: 0;
	color: rgba(38, 38, 38, 1);
}

@media only screen and (max-width:1400px) {

	h1,
	.hero-h1-style {
		font-size: 32px;
		font-weight: bold;
		line-height: 48px;
	}

	h2,
	.h2 {
		font-size: 28px;
		font-weight: bold;
		line-height: 42px;
		margin-bottom: 20px !important;
	}

	h3,
	.h3 {
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
	}

	h4,
	.h4 {
		font-size: 18px;
		font-weight: 600;
		line-height: 27px;
	}

	.btn-product,
	.btn-primary,
	.btn-secondary,
	.btn-transparent-white,
	.slide-content-grid .slide-right a.button-slider,
	.sliding-arrow-btn,
	.shop-filters-bnb button,
	.custom-buy-actions .single_add_to_cart_button,
	.btn-transparent-green {
		font-size: 18px !important;
		min-height: 44px;
	}


}

p#breadcrumbs {
	margin-bottom: 40px !important;
}

a:hover,
.header-container #mega-menu-wrap-main-menu .mega-menu-item a.mega-menu-link,
.header-container #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:hover,
.main-header .nav a:hover,
.main-header .header-icons a:hover,
.main-header .search-input:hover {
	color: var(--primary-color) !important;
}

body.home #main {
	margin-top: unset !important;
}

#main {
	margin-top: 5rem !important;
}

:root {
	--primary-color: rgba(0, 66, 45, 1);
	--secondary-color: rgba(27, 115, 87, 1);
	--third-color: rgba(215, 180, 106, 1);
	--red-color: rgba(213, 4, 4, 1);
	--text-color: #262626;
	--text-secondary-color: rgba(117, 117, 117, 1);
	--text-hover-color: #000343;
	--nav-menu-color: rgba(38, 38, 38, 1);
	--nav-menu-bg-color: #ffffff;
	--primary-btn-text-color: #ffffff;
	--secondary-btn-text-color: #ffffff;
	--link-color: #444444;
	--separator-color: #444444;
	--primary-bg-color: #ffffff;
	--primary-overlay-color: #a01d2259;
}

* {
	font-family: 'Lato', sans-serif !important;
}





/* bootstrap klasy */

/* body {
	margin: 0;
	font-family: var(--font-main), sans-serif;
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: rgba(248, 248, 248, 1);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
} */

.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

.d-none {
	display: none !important
}

.shadow {
	box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
	box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
	box-shadow: var(--bs-box-shadow-lg) !important
}

.shadow-none {
	box-shadow: none !important
}


.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	/* padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5); */
	margin-right: auto;
	margin-left: auto
}



@media only screen and (max-width:1800px) {
	.container {
		padding-left: 15px !important;
		padding-right: 15px !important;
		box-sizing: border-box;
	}

	.container-small .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width:1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1720px
	}
}

:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1400px
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	/* margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x)) */
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	/* padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5); */
	margin-top: var(--bs-gutter-y)
}

.col {
	flex: 1 0 0
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.33333333%
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.66666667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%
}

.col-3 {
	flex: 0 0 auto;
	width: 25%
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%
}

.col-6 {
	flex: 0 0 auto;
	width: 50%
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%
}

.col-9 {
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem
}

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0
	}

	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

	.offset-sm-2 {
		margin-left: 16.66666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333333%
	}

	.offset-sm-5 {
		margin-left: 41.66666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333333%
	}

	.offset-sm-8 {
		margin-left: 66.66666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333333%
	}

	.offset-sm-11 {
		margin-left: 91.66666667%
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0
	}

	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333333%
	}

	.offset-md-2 {
		margin-left: 16.66666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333333%
	}

	.offset-md-5 {
		margin-left: 41.66666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333333%
	}

	.offset-md-8 {
		margin-left: 66.66666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333333%
	}

	.offset-md-11 {
		margin-left: 91.66666667%
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0
	}

	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}



}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0
	}

	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%
	}




}

@media (min-width:1400px) {


	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%
	}


}

.w-100 {
	width: 100% !important;
}

.mw-100 {
	max-width: 100% !important
}

.vw-100 {
	width: 100vw !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mh-100 {
	max-height: 100% !important
}

.vh-100 {
	height: 100vh !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.justify-content-evenly {
	justify-content: space-evenly !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}


.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.top-0 {
	top: 0 !important
}

.top-50 {
	top: 50% !important
}

.top-100 {
	top: 100% !important
}

.bottom-0 {
	bottom: 0 !important
}

.bottom-50 {
	bottom: 50% !important
}

.bottom-100 {
	bottom: 100% !important
}

.start-0 {
	left: 0 !important
}

.start-50 {
	left: 50% !important
}

.start-100 {
	left: 100% !important
}

.end-0 {
	right: 0 !important
}

.end-50 {
	right: 50% !important
}

.end-100 {
	right: 100% !important
}

@media (min-width:992px) {
	.float-lg-start {
		float: left !important
	}

	.float-lg-end {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}

	.object-fit-lg-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important
	}

	.object-fit-lg-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.object-fit-lg-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important
	}

	.object-fit-lg-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important
	}

	.object-fit-lg-none {
		-o-object-fit: none !important;
		object-fit: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-grid {
		display: grid !important
	}

	.d-lg-inline-grid {
		display: inline-grid !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}

	.d-lg-none {
		display: none !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}

	.order-lg-first {
		order: -1 !important
	}

	.order-lg-0 {
		order: 0 !important
	}

	.order-lg-1 {
		order: 1 !important
	}

	.order-lg-2 {
		order: 2 !important
	}

	.order-lg-3 {
		order: 3 !important
	}

	.order-lg-4 {
		order: 4 !important
	}

	.order-lg-5 {
		order: 5 !important
	}

	.order-lg-last {
		order: 6 !important
	}

	.m-lg-0 {
		margin: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-lg-0 {
		margin-top: 0 !important
	}

	.mt-lg-1 {
		margin-top: .25rem !important
	}

	.mt-lg-2 {
		margin-top: .5rem !important
	}

	.mt-lg-3 {
		margin-top: 1rem !important
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important
	}

	.mt-lg-5 {
		margin-top: 3rem !important
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.me-lg-0 {
		margin-right: 0 !important
	}

	.me-lg-1 {
		margin-right: .25rem !important
	}

	.me-lg-2 {
		margin-right: .5rem !important
	}

	.me-lg-3 {
		margin-right: 1rem !important
	}

	.me-lg-4 {
		margin-right: 1.5rem !important
	}

	.me-lg-5 {
		margin-right: 3rem !important
	}

	.me-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.mb-lg-1 {
		margin-bottom: .25rem !important
	}

	.mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ms-lg-0 {
		margin-left: 0 !important
	}

	.ms-lg-1 {
		margin-left: .25rem !important
	}

	.ms-lg-2 {
		margin-left: .5rem !important
	}

	.ms-lg-3 {
		margin-left: 1rem !important
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important
	}

	.ms-lg-5 {
		margin-left: 3rem !important
	}

	.ms-lg-auto {
		margin-left: auto !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.pt-lg-1 {
		padding-top: .25rem !important
	}

	.pt-lg-2 {
		padding-top: .5rem !important
	}

	.pt-lg-3 {
		padding-top: 1rem !important
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important
	}

	.pt-lg-5 {
		padding-top: 3rem !important
	}

	.pe-lg-0 {
		padding-right: 0 !important
	}

	.pe-lg-1 {
		padding-right: .25rem !important
	}

	.pe-lg-2 {
		padding-right: .5rem !important
	}

	.pe-lg-3 {
		padding-right: 1rem !important
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important
	}

	.pe-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.ps-lg-0 {
		padding-left: 0 !important
	}

	.ps-lg-1 {
		padding-left: .25rem !important
	}

	.ps-lg-2 {
		padding-left: .5rem !important
	}

	.ps-lg-3 {
		padding-left: 1rem !important
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important
	}

	.ps-lg-5 {
		padding-left: 3rem !important
	}

	.gap-lg-0 {
		gap: 0 !important
	}

	.gap-lg-1 {
		gap: .25rem !important
	}

	.gap-lg-2 {
		gap: .5rem !important
	}

	.gap-lg-3 {
		gap: 1rem !important
	}

	.gap-lg-4 {
		gap: 1.5rem !important
	}

	.gap-lg-5 {
		gap: 3rem !important
	}

	.row-gap-lg-0 {
		row-gap: 0 !important
	}

	.row-gap-lg-1 {
		row-gap: .25rem !important
	}

	.row-gap-lg-2 {
		row-gap: .5rem !important
	}

	.row-gap-lg-3 {
		row-gap: 1rem !important
	}

	.row-gap-lg-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-lg-5 {
		row-gap: 3rem !important
	}

	.column-gap-lg-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.column-gap-lg-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: .25rem !important
	}

	.column-gap-lg-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: .5rem !important
	}

	.column-gap-lg-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.column-gap-lg-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.column-gap-lg-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.text-lg-start {
		text-align: left !important
	}

	.text-lg-end {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}


.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .25rem !important
}

.pe-2 {
	padding-right: .5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .25rem !important
}

.ps-2 {
	padding-left: .5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}

.gap-0 {
	gap: 0 !important
}


.gap-1 {
	gap: .25rem !important
}

.gap-2 {
	gap: .5rem !important
}

.gap-3 {
	gap: 1rem !important
}

.gap-4 {
	gap: 1.5rem !important
}

.gap-5 {
	gap: 3rem !important
}

.text-start {
	text-align: left !important
}

.text-end {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-decoration-none {
	text-decoration: none !important
}

.text-decoration-underline {
	text-decoration: underline !important
}










/* ----------------------------------------------- nowe style bnb ------------------------------------------------ */
.collapse:not(.show) {
	display: block;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
input {
	border: 1px solid #dfdfdf !important;
	border-radius: 10px !important;
	padding-left: 20px !important;
	min-height: 45px !important;
	font-size: 16px !important;
}

.woocommerce form .form-row .input-text {
	padding: 0 20px !important;
	min-height: 45px !important;
}

.woocommerce form .form-row textarea.input-text {
	padding: 20px !important;
}

:where(.woocommerce) .select2-container .select2-dropdown,
:where(.woocommerce) .select2-container .select2-selection {
	border: 1px solid #d9d9d980;
	border-radius: 10px;
	padding-left: 10px;
}

input[type=range] {
	min-height: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
	background-color: var(--primary-color);
	color: var(--primary-btn-text-color);
	border: var(--primary-color);
}

.woocommerce a.button {
	border: 1px solid var(--secondary-color);
}

.woocommerce a.button:hover {
	background-color: transparent !important;
	color: var(--primary-color) !important;
	border: 1px solid var(--secondary-color);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	line-height: unset;
}

input#coupon_code {
	max-width: 150px;
	width: 100% !important;
}

table.woocommerce-cart-form__contents>tbody>tr>td>.coupon {
	display: flex;
	justify-content: space-between;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: static;
	margin-left: 0;
	margin-right: 15px;
}

.checkbox,
.radio {
	display: flex;
	align-items: center;
}

@media only screen and (max-width:768px) {
	img {
		max-width: calc(100vw - 20px);
	}
}

span.select2-selection.select2-selection--single {
	min-height: 40px;
}

span.select2-selection.select2-selection--single>span.select2-selection__rendered {
	min-height: 44px;
	display: flex;
	align-items: center;
	border-color: #dfdfdf;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

.woocommerce .woocommerce-ordering select {
	min-height: 45px;
}

body {
	font-size: 14px;
}

/* ------------------------------------------------------------ menu ----------------------------------------------- */

li.menu-item-has-children {
	position: relative;
	    padding-right: 20px;
}

ul.sub-menu {
	list-style: none;
	padding-left: 0;
	position: absolute;
	display: none;
	background: var(--primary-bg-color);
	/* padding: 10px 5px; */
	z-index: 9999999;
	display: block;
	/* height: 0;
	overflow: hidden; */
	opacity: 0;
	transition: all .3s linear;
	top: 24px;
}

.menu-item:hover>ul.sub-menu {
	/* height: auto;
	overflow: unset; */
	opacity: 1;
	top: 42px;
}

ul.sub-menu>li {
	min-height: 30px;
	padding: 10px;
	padding-top: 5px;
}

.navbar-primary-collapse ul.sub-menu>li>a {
	width: 100%;
	display: block;
	padding: 0px !important;
	padding:5px 15px 
}

/* ul.sub-menu>li>a,
.navbar-collapse>ul li>a {
	text-transform: uppercase;
} */

@media(min-width: 768px) and (max-width:1400px) {
	.navbar-collapse>ul {
		gap: 10px !important;
	}
}

ul.sub-menu>li>a:hover {
	text-decoration: none !important;
}

@media only screen and (min-width:989px){
	li.menu-item-has-children:hover>ul.sub-menu,
ul.sub-menu:hover {
	display: block;
}
}


ul.sub-menu>li.menu-item-has-children>ul.sub-menu {
	left: 100%;
	top: 0;
}

@media(max-width: 768px) {
	ul.sub-menu {
		position: relative;
	}

	ul.sub-menu>li.menu-item-has-children>ul.sub-menu {
		left: 0;
		top: 0;
	}
}

.navbar-default {
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

.navbar-default .nav li.menu-item>a {
	color: var(--nav-menu-color) !important;
	/* background-color: var(--primary-bg-color) !important; */
	background-image: none !important;
	box-shadow: none !important;
}

.navbar-default .nav li.menu-item>a:hover {
	color: var(--secondary-color) !important;
}


ul.nav ul.sub-menu {
	min-width: 150px;
	width: max-content;
	box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1), 0 0px 20px 0px rgba(0, 0, 0, 0.1);
	padding:20px 5px;
}

.navbar-default {
	position: relative;
}


@media(max-width: 768px) {
	.navbar-collapse {
		position: absolute;
		z-index: 99999999;
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-collapse,
	.navbar-collapse ul {
		width: 100%;
	}

	.navbar-collapse>ul {
		justify-content: flex-start;
		flex-direction: column;
	}

	.navbar-collapse>ul li {
		background: var(--nav-menu-bg-color);
	}

	.navbar-collapse>ul li>a {
		width: max-content;
	}
}


.vtb-container.container>.bnb-menu>ul {
	display: flex;
	justify-content: flex-end;
}


.page-header-top-right {
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
}

.page-header-top-right>.bnb-menu>ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
}

.page-header-top-right>.bnb-menu>ul>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-header-top-right>.bnb-menu>ul>li>a>span {
	margin-right: 5px;
	color: var(--primary-color);
	transition: all 0.5s;
}

.page-header-top-right>.bnb-menu>ul>li>a:hover>span,
.page-header-top-right>.bnb-menu>ul>li>a:hover {
	color: var(--secondary-color);
}

@media(max-width: 768px) {
	.mobile-d-none {
		display: none;
	}

	.page-header-top-right>.bnb-menu>ul>li>a>span {
		margin-right: 0;
	}

	.wc-auth-header {
		flex-direction: column !important;
	}
}

@media only screen and (max-width:360px) {
	.page-header-top-right>.bnb-menu>ul {
		flex-wrap: nowrap;
		gap: 0 !important;
	}
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent !important;
}

.navbar-default .navbar-toggle {
	border: none !important;
}

.px-0 {
	padding-left: 0;
	padding-right: 0;
}

.px-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.head-sec-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding-left: 0;
	padding-right: 0;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

.product_meta {
	display: flex;
	flex-direction: column;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--primary-color);
	font-size: 16px;
}

.woocommerce div.product {
	margin-bottom: 20px;
}

.category-description-bottom {
	text-align: justify;
	margin-bottom: 60px !important;
}

form#commentform>p.comment-form-author,
form#commentform>p.comment-form-email {
	display: flex;
	flex-direction: column;
}

form#commentform>p.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

form#commentform>p.comment-form-cookies-consent>input {
	margin: 0;
	margin-right: 15px;
}

.container,
.woocommerce-notices-wrapper,
.woocommerce.wp-block-group.alignwide {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	margin-right: auto !important;
	margin-left: auto !important;
}

@media only screen and (min-width:768px) and (max-width: 1600px) {

	.container,
	.woocommerce-notices-wrapper {
		padding-left: 30px !important;
		padding-right: 30px !important;
		max-width:100% !important;
	}
}

.shop-bar-bnb {
	height: 43px;
	width: 100%;
	background: var(--third-color);
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.shop-bar-bnb>p,
.shop-bar-bnb>form {
	margin-bottom: 0 !important;
}

.shop-bar-bnb>form>select {
	border-radius: 5px;
	cursor: pointer;
}

.carousel-indicators [data-bs-target] {
	height: 3px;
	width: 30px;
	background-color: var(--separator-color);
	margin-left: 3px;
	margin-right: 3px;
}

.carousel-indicators .active {
	height: 3px;
	width: 30px;
	background-color: var(--primary-color);
}

.slide-container-bnb {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 720px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

@media only screen and (min-width:768px) and (max-width: 1400px) {
	.slide-container-bnb {
		min-height: 450px;
	}

	.slide-content-grid .slide-right {
		grid-template-rows: 2.5fr 1fr !important;

	}

	.slide-content-grid .slide-right .slide-right-top h2 {
		margin-bottom: 10px !important;
	}

	.product-slider .swiper-slide>a>img,
	.card.swiper-slide>a>img {
		height: 250px !important;
	}

}

.box-logo-bnb.slider-box.righ-down-position {
	position: absolute;
	right: 0;
	bottom: 0;
}

.slide-container-bnb>.slide-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.slide-container-bnb>.slide-content>h1 {
	margin-bottom: 30px;
}

.slide-container-bnb>.slide-content>p {
	margin-bottom: 20px;
}

.slide-container-bnb>.slide-content>a.button-slider {
	margin-bottom: 30px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
}

.woocommerce-address-fields p button.button,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a,
.woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce #respond input#submit,
.comment-form p.form-submit input,
.product-add-to-cart a.product_type_simple.add_to_cart_button,
.wc-block-components-totals-coupon__form button,
.wc-block-cart__submit-container a,
.btn-primary,
.woocommerce button.button.alt,
.checkout_coupon.woocommerce-form-coupon button,
.wc-block-checkout__actions_row button {
	background-color: var(--secondary-color) !important;
	color: var(--primary-btn-text-color) !important;
	border: 1px solid var(--secondary-color);
	background-image: none !important;
	transition: all 0.5s;
	min-width: 230px;
	text-align: center;
	text-transform: uppercase;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center !important;
	align-content: center !important;
	height: 45px;
}

.woocommerce button.button.alt {
	width: 100% !important;
}

.woocommerce-address-fields p button.button:hover,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
.woocommerce-button.button.woocommerce-form-login__submit:hover,
.woocommerce #respond input#submit:hover,
.comment-form p.form-submit input:hover,
.product-add-to-cart a.product_type_simple.add_to_cart_button:hover,
.wc-block-components-totals-coupon__form button:hover,
.wc-block-cart__submit-container a:hover,
.btn-primary:hover,
.woocommerce button.button.alt:hover,
.checkout_coupon.woocommerce-form-coupon button:hover,
.wc-block-checkout__actions_row button:hover {
	background-color: white !important;
	color: var(--secondary-color) !important;
	border: 1px solid var(--secondary-color) !important;
	text-decoration: none !important;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover {
	min-width: auto !important;
}

.wc-block-components-notice-banner__content a.button.wc-forward,
.wc-block-components-notice-banner__content a,
.btn-secondary {
	background-color: var(--secondary-color) !important;
	color: var(--primary-btn-text-color) !important;
	border: 1px solid var(--secondary-color) !important;
	background-image: none !important;
	transition: all 0.5s;
	min-width: 230px;
	text-align: center !important;
	text-transform: uppercase;
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-content: center !important;
	height: 45px !important;
}

.wc-block-components-notice-banner__content a.button.wc-forward:hover,
.wc-block-components-notice-banner__content a:hover,
.btn-secondary:hover {
	background-color: transparent !important;
	color: var(--secondary-color) !important;
	border: 1px solid var(--secondary-color) !important;
	text-decoration: none !important;
}

/* ----------------------------------------------------- style product slider -------------------------------------------------- */
.wpb-woo-products-slider figcaption a.button,
.wpb-woo-products-slider.owl-theme .owl-dots .owl-dot.active span,
.wpb-woo-products-slider.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--secondary-color) !important;
}

.grid_no_animation .pro_price_area {
	color: var(--secondary-color) !important;
}

.woocommerce span.onsale {
	background-color: var(--primary-color) !important;
}

body.home>.container.site-container-content-bnb {
	max-width: 100%;
	padding: 0;
}

/* Swiper hero slider - full width and image-aware */
.hero-section .swiperHero {
	width: 100% !important;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	position: relative;
	min-height: 500px;
}

.hero-section .swiper-wrapper {
	align-items: stretch;
}

.hero-section .swiper-slide {
	width: 100% !important;
	min-height: 450px;
	display: flex;
	align-items: stretch;
}

.slide-container-bnb {
	flex: 1;
	display: flex;
	width: 100%;
	/* background: #fff; */
	/* border-radius: 20px; */
	overflow: hidden;
	/* box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18); */
}

.slide-content-grid {
	display: grid;
	width: 100%;
	height: 100%;
	grid-template-columns: 2fr 1fr;
	gap: 20px;
}

.slide-content-grid .slide-left-,
.slide-content-grid .slide-right {
	position: relative;
}

.slide-content-grid .slide-left {

	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	display: grid;
	grid-template-rows: 1fr 5fr;
}

@media only screen and (min-width:768px) and (max-width:1200px){
	.slide-content-grid .slide-left{
		grid-template-rows: 1fr 5fr;
	}
}

.slide-content-grid .slide-right {


	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	/* padding: 36px; */
	display: grid;
	grid-template-rows: 3fr 1fr;
	grid-template-columns: 1fr;
}


.slide-content-grid .slide-right .slide-right-top>* {
	color: #fff;
}

.slide-content-grid .slide-right p {
	max-width: 340px;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
}

.slide-content-grid .slide-right a.button-slider {
	max-width: fit-content;
	padding: 10px 28px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
	margin-top: auto;
	text-align: center;
}

.slide-content-grid .slide-right a.button-slider:hover {
	background: #fff !important;
	color: var(--primary-color);
	box-shadow: 0 0px 20px 0px rgba(255, 255, 255, 0.4);
}

.hero-section .swiper-button-prev,
.hero-section .swiper-button-next {
	position: absolute;
	top: auto;
	bottom: 20px;
	height: 36px;
	width: 36px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: #111;
	border: 1px solid #ddd;
	z-index: 20;
	transform: translateY(0);
}

.hero-section .swiper-button-prev {
	left: calc(100% - 130px);
}

.swiper-navigation-icon {
	max-height: 40px;
}

.swiper-navigation-icon,
::slotted(.swiper-navigation-icon) {
	stroke: #fff;
	stroke-width: 3px;
	width: 10px;
	/* font-size: 14px; */
	height: 25px;
}

.btn-slider>div {
	transition: all 0.3s ease !important;
}

.btn-slider>div:hover {
	background-color: #fff !important;
	color: var(--secondary-color);
	box-shadow: 0 0px 25px 5px rgba(255, 255, 255, 0.4) !important;
}

.btn-slider>div:hover .swiper-navigation-icon {
	stroke: var(--secondary-color);

}

.hero-section .swiper-button-next {
	left: calc(100% - 80px);
}

.hero-section .swiper-pagination {
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 20;
}

.hero-section .swiper-pagination-bullet {
	width: 30px;
	height: 8px;
	background: #fff;
	opacity: 1;
	border-radius: 5px;
}

.hero-section .swiper-pagination-bullet-active {
	background: #ffffff;
	width: 46px;
	height: 8px;
}

@media (max-width: 992px) {

	.slide-content-grid,
	.slide-content-grid .slide-right {
		gap: 10px;
	}

	.slide-content-grid .slide-right a.button-slider {
		padding: 8px 16px;
	}

	.hero-section .swiper-hero {
		min-height: 420px;
	}

	.slide-content-grid {
		grid-template-columns: 1fr;
	}

	.slide-content-grid .slide-left,
	.slide-content-grid .slide-right {
		flex: none;
		width: 100%;
	}

	.slide-content-grid .slide-left,
	.slide-content-grid .slide-right {
		grid-template-rows: 1fr;
	}

	.slide-content-grid .slide-left-img {
		height: 100% !important;
	}

	.hero-section .swiper-button-prev,
	.hero-section .swiper-button-next {
		left: unset;
		right: auto;
		bottom: 70px;
	}

	.hero-section .swiper-button-prev {
		left: 14px;
	}

	.hero-section .swiper-button-next {
		left: 64px;
	}
}

/* @media (max-width: 540px) {
	.slide-content-grid .slide-left-img {
		height: 30vh !important;
	}
} */



/***** edit acc *******/
.woocommerce-MyAccount-content abbr.required {
	color: var(--required-color) !important;
}

.woocommerce-EditAccountForm {
	margin: 0 auto !important;
}

.woocommerce-EditAccountForm label {
	font-size: 16px !important;
	color: var(--text-color) !important;
	font-weight: 500 !important;
	margin-bottom: 5px !important;
	display: block !important;
}

.woocommerce-address-fields__field-wrapper .form-row {
	flex: 1 1 48% !important;
}

.woocommerce-address-fields__field-wrapper .form-row-wide {
	flex: 1 1 100% !important;
}

.woocommerce-MyAccount-content .input-text,
.woocommerce-EditAccountForm .input-text,
.woocommerce-EditAccountForm .woocommerce-Input {
	width: 100% !important;
	padding: 12px !important;
	border: 1px solid var(--separator-color) !important;
	border-radius: 5px !important;
	font-size: 16px !important;
	color: var(--text-color) !important;
	background-color: rgba(248, 248, 248, 1) !important;
	transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.woocommerce-EditAccountForm .input-text:focus,
.woocommerce-EditAccountForm .woocommerce-Input:focus {
	border-color: var(--primary-color) !important;
	box-shadow: 0 0 8px rgba(160, 29, 34, 0.2) !important;
}

.woocommerce-EditAccountForm .form-row {
	margin-bottom: 20px !important;
}

.woocommerce-EditAccountForm legend {
	color: var(--secondary-color) !important;
	font-weight: 600 !important;
	margin-bottom: 15px !important;
}

.woocommerce-EditAccountForm .password-input {
	position: relative !important;
}

.woocommerce-MyAccount-content label {
	font-weight: 700 !important;
	margin-bottom: 5px !important;
	display: block !important;
	color: var(--label-color) !important;
}

.woocommerce-EditAccountForm .show-password-input {
	position: absolute !important;
	right: 10px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	cursor: pointer !important;
	color: var(--link-color) !important;
}

.woocommerce-EditAccountForm em {
	color: var(--link-color) !important;
	display: block !important;
	margin-top: 5px !important;
}

.woocommerce-MyAccount-content {
	background-color: var(--primary-bg-color) !important;
	padding: 20px !important;
	border-radius: 10px !important;
	/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important; */
}

.woocommerce-orders-table {
	width: 100% !important;
	border-collapse: collapse !important;
	margin-top: 20px !important;
}

/* .woocommerce-MyAccount-content select {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid var(--input-border-color) !important;
    border-radius: 5px !important;
    background-color: var(--input-bg-color) !important;
    color: var(--text-color) !important;
} */
.woocommerce-orders-table thead {
	background-color: var(--primary-color) !important;
	color: var(--primary-btn-text-color) !important;
}

.woocommerce-MyAccount-content .form-row input::placeholder,
.woocommerce-MyAccount-content .form-row select::placeholder {
	color: var(--placeholder-color) !important;
}

.woocommerce-orders-table th {
	padding: 15px !important;
	text-align: left !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

.woocommerce-orders-table tbody tr {
	background-color: rgba(248, 248, 248, 1) !important;
	transition: background-color 0.3s ease !important;
}

.woocommerce-orders-table tbody tr:hover {
	background-color: var(--primary-overlay-color) !important;
}

.woocommerce-orders-table td {
	padding: 15px !important;
	border-bottom: 1px solid var(--separator-color) !important;
	color: var(--text-color) !important;
}

.woocommerce-orders-table__cell-order-status {
	font-weight: 700 !important;
	color: var(--primary-color) !important;
}

.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
	font-weight: 700 !important;
	color: var(--secondary-color) !important;
}

.woocommerce-orders-table__cell-order-actions a {
	display: inline-block !important;
	margin-right: 10px !important;
	padding: 8px 15px !important;
	background-color: var(--primary-color) !important;
	color: var(--primary-btn-text-color) !important;
	text-transform: uppercase !important;
	border-radius: 5px !important;
	transition: background-color 0.3s ease !important;
}

.woocommerce-orders-table__cell-order-actions a:hover {
	background-color: var(--text-hover-color) !important;
	color: var(--secondary-btn-text-color) !important;
}


@media (max-width: 768px) {
	/* .woocommerce-EditAccountForm {
		padding: 15px !important;
	} */

	.woocommerce-address-fields__field-wrapper {
		flex-direction: column !important;
	}

	.woocommerce-address-fields__field-wrapper .form-row,
	.woocommerce-address-fields__field-wrapper .form-row-wide {
		flex: 1 1 100% !important;
		margin-bottom: 15px !important;
	}

	.woocommerce-MyAccount-content {
		padding: 15px !important;
	}

	.woocommerce-EditAccountForm .form-row {
		width: 100% !important;
		margin-bottom: 15px !important;
	}

	.woocommerce-orders-table th,
	.woocommerce-orders-table td {
		padding: 10px !important;
	}

	.woocommerce-orders-table tbody tr {
		display: block !important;
		margin-bottom: 10px !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
	}

	.woocommerce-orders-table__cell {
		display: flex !important;
		justify-content: space-between !important;
		padding: 10px !important;
		border-bottom: none !important;
	}

	.woocommerce-orders-table__cell[data-title]:before {
		content: attr(data-title) !important;
	}
}

/************* woo kokpit ****************/
.woocommerce-MyAccount-navigation {
	/* background-color: var(--primary-bg-color) !important; */
	border-radius: 8px !important;
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; */
	padding: 20px 20px 20px 0 !important;
	margin-bottom: 30px !important;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: 30px !important;
}

/* .woocommerce-MyAccount-navigation ul li {
	margin-bottom: 10px !important;
} */

.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0 !important;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block !important;
	padding: 12px 20px 12px 0 !important;
	color: var(--text-color) !important;
	background-color: transparent !important;
	text-decoration: none !important;
	border-top: 1px solid rgba(223, 223, 223, 1) !important;
	transition: background-color 0.3s ease, color 0.3s ease !important;
	font-weight: 500 !important;
	font-size: 20px;
	/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important; */
}

.woocommerce-MyAccount-navigation ul li:nth-last-child(1) a {
	border-bottom: 1px solid rgba(223, 223, 223, 1) !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	/* background-color: var(--primary-color) !important; */
	color: var(--secondary-color) !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	/* background-color: var(--primary-color) !important; */
	color: var(--secondary-color) !important;
	font-weight: 700 !important;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; */
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
	display: flex !important;
	gap: 5px !important;
}

.woocommerce-MyAccount-content {
	background-color: var(--primary-bg-color) !important;
	padding: 20px !important;
	border-radius: 10px !important;
	/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important; */
	max-width: 900px !important;
	margin: 0 auto !important;
	font-family: 'Arial', sans-serif !important;
	color: var(--text-color) !important;
}

.woocommerce-address-fields,
.woocommerce-MyAccount-content p {
	margin-bottom: 30px !important;
	color: var(--text-color) !important;
}

.woocommerce-Addresses {
	display: flex !important;
	justify-content: start !important;
	gap: 20px !important;
	flex-direction: column;
}

.woocommerce-Address {
	background-color: rgba(248, 248, 248, 1) !important;
	padding: 20px !important;
	border-radius: 10px !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
	width: 100% !important;
}

.woocommerce-Address-title {
	display: block !important;
	margin-bottom: 20px !important;
}

.woocommerce-Address-title h3 {
	color: var(--primary-color) !important;
	font-weight: 600 !important;
}

.woocommerce-Address-title .edit {
	color: var(--link-color) !important;
	text-decoration: none !important;
	transition: color 0.3s ease !important;
}

.woocommerce-Address-title .edit:hover {
	color: var(--text-hover-color) !important;
}

.woocommerce-Address address {
	color: var(--text-color) !important;
	white-space: pre-line !important;
}

.wc-block-components-product-metadata__description {
	display: none !important;
}

@media (max-width: 768px) {
	.woocommerce-MyAccount-navigation {
		padding: 10px !important;
	}

	.woocommerce-MyAccount-navigation ul li a {
		padding: 10px 15px !important;
		font-size: 18px;
	}

	.woocommerce-Address {
		width: 100% !important;
		margin-bottom: 20px !important;
	}

	.woocommerce-MyAccount-content {
		padding: 0 !important;
	}
}

/* ----------------------------------------------------- style product slider -------------------------------------------------- */

.category-banner-content {
	padding: 10px;
}

.category-baner-inner {
	background-repeat: no-repeat;
	background-size: 130%;
	background-position: center;
	transition: all 0.5s;
}

.category-baner-inner>.primary-overlay {
	min-height: 400px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.category-baner-inner.right-inner>.primary-overlay {
	align-items: flex-end;
}

.category-baner-inner:hover {
	background-size: 150%;
}

@media(max-width: 760px) {
	.category-baner-inner {
		background-size: cover !important;
	}

	.category-baner-inner.right-inner>.primary-overlay {
		align-items: flex-start;
	}

	.category-baner-inner>.primary-overlay {
		background-color: var(--primary-overlay-color);
	}
}

.category-baner-inner>.primary-overlay>h3 {
	margin-bottom: 30px;
	text-transform: uppercase;
}

.category-baner-inner>.primary-overlay>p {
	margin-bottom: 20px;
	max-width: 250px;
}

.category-baner-inner>.primary-overlay>a.btn-primary {
	max-width: 150px;
	height: 40px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-zalety-glowne {
	background: #f4f4f4;
}

.category-banner-section {
	display: flex;
	padding-bottom: 30px;
	padding-top: 30px;
}

.products-list.loop-bnb {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.loop-product-bnb {
	max-width: 25%;
	margin-bottom: 20px;
}

@media(max-width: 992px) {
	.loop-product-bnb {
		max-width: 50%;
	}
}

@media(max-width: 500px) {
	.loop-product-bnb {
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.category-banner-section {
		display: block !important;
	}
}


.loop-product-bnb>div {
	position: relative;
}

.loop-product-bnb>div>a>span.onsale {
	position: absolute;
	left: 10px;
	top: 10px;
}

.slider-title-product {
	margin: 0 0 10px;
	padding-top: 10px;
}

.product-details-loop {
	background: #ffffff !important;
	border: 1px solid #DCDCDC !important;
	padding-bottom: 10px;
}

.category-title-product_slider {
	padding-left: 10px;
	margin-bottom: 20px;
}

.loop-product-bnb>div {
	position: relative;
}

.loop-product-bnb>div>a>span.onsale {
	position: absolute;
	left: 10px;
	top: 10px;
}

.slider-title-product {
	margin: 0 0 10px;
	padding-top: 10px;
}

.product-details-loop {
	background: #ffffff !important;
	border: 1px solid #DCDCDC !important;
	padding-bottom: 10px;
}

.category-title-product_slider {
	padding-left: 10px;
	margin-bottom: 20px;
}

/* ----------------------------------------------- nowe style bnb ------------------------------------------------ */
form.search_bnb {
	border: 1px solid #666666;
	border-radius: 21px;
	height: 42px;
	margin-top: 10px;
	min-width: 300px;
	display: flex;
	justify-content: space-between;
}

form.search_bnb>input {
	border: none;
	outline: none;
	height: 35px;
	border-radius: 20px;
	padding: 0;
	background: none;
	padding-right: 10px;
	padding-left: 10px;
}

form.mobile_show {
	display: none;
}

.search-form-container {
	background: #fff;
	padding: 10px;
	padding-bottom: 15px;
}

@media(max-width: 768px) {
	form.mobile_show {
		display: flex;
		margin: 0;
		background: #fff;
	}

	form.desktop_show {
		display: none;
	}
}

/* /////////////////////////////// sklep style //////////////////////// */
.archive .products>.product>a>img {
	width: auto !important;
	max-height: 300px;
	transform: scale(1);
	transition: all 0.5s ease;
}

.archive .products>.product>a>img:hover {
	transform: scale(.95);
}

.woocommerce div.product div.images img {
	height: auto !important;
	width: auto !important;
	max-height: 600px !important;
}



.head-sec-inner {
	padding: 0 10px;
}

p.filtry-close-bnb {
	margin: 0;
	font-weight: 500;
	font-size: 14px !important;
	line-height: 22px;
	text-align: center;
	/* height: 30px; */
	/* width: 30px; */
	/* border: 1px solid #000; */
	/* border-radius: 15px; */
	margin-top: 10px;
}

.shop-bar-bnb {
	height: 43px;
	width: 100%;
	background: var(--third-color);
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.shop-bar-bnb>p,
.shop-bar-bnb>form {
	margin-bottom: 0 !important;
}

.shop-bar-bnb>form>select {
	border-radius: 5px;
	cursor: pointer;
}


h3.secondary-cat {
	padding: 10px 15px;
	background-color: #EAEAF2;
	font-weight: 600;
	font-size: 20px;
}

.show-sidebar-bnb {
	left: 0 !important;
}

p.filtry-bnb {
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 15px;
	color: var(--primary-color);
	background: var(--secondary-color);
	border: 2px solid var(--primary-color);
	width: 150px;
	text-align: center;
	font-size: 16px;
	float: left;
	margin-right: 10px;
	display: none;
}

@media(max-width: 1200px) {
	main>.shop_content-inner>.row>.sidebar-shop {
		position: fixed;
		z-index: 99999999999 !important;
		background-color: #FFFFFF;
		border-right: 2px solid #003778;
		top: 0;
		left: -100%;
		height: 100vh;
		overflow-y: scroll;
		transition: all 0.5s !important;
	}

	main>.shop_content-inner>.row>.col-md-9.shop-content {
		width: 100% !important;
	}

	p.filtry-bnb {
		display: block;
	}
}

main>.shop_content-inner>.row>.sidebar-shop.show-sidebar-bnb {
	left: 0 !important;
}

.shop-header {
	/* height: 50px; */
	margin-bottom: 30px;
}

/*************sidebar shoppppp *******************************/
.sidebar-shop {
	padding: 20px !important;
}

/* .sidebar-shop h2,
.sidebar-shop h3 {
	color: var(--primary-color) !important;
	margin-bottom: 15px !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
} */

.filtry-close-bnb {
	font-size: 20px !important;
	color: var(--primary-color) !important;
	cursor: pointer !important;
	transition: color 0.3s ease !important;
	position: absolute !important;
	top: 20px !important;
	right: 20px !important;
}

.sidebar-shop-title {
	margin-top: 50px;
	display: block;
}

.filtry-close-bnb:hover {
	color: var(--secondary-color) !important;
}

.secondary-cat {
	color: var(--secondary-color) !important;
	font-size: 18px !important;
	margin-top: 20px !important;
	margin-bottom: 15px !important;
	font-weight: bold !important;
}

.bnb-back {
	display: inline-block !important;
	font-size: 14px !important;
	color: var(--link-color) !important;
	margin-bottom: 15px !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	transition: color 0.3s ease !important;
}

.bnb-back:hover {
	color: var(--primary-color) !important;
}

.product-cats {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.product-cats li {
	margin-bottom: 10px !important;
}

.product-cats li a {
	/* color: rgba(117, 117, 117, 1) !important; */
	font-size: 16px !important;
	padding: 0px 15px !important;
	display: block !important;
	/* background-color: var(--primary-bg-color) !important; */
	/* border: 1px solid rgba(117, 117, 117, 1) !important; */
	border-radius: 4px !important;
	text-decoration: none !important;
	transition: all .3s linear;
}

.product-cats li a:hover {
	/* background-color: var(--primary-color) !important; */
	color: var(--secondary-color) !important;
	padding-left: 20px !important;
}

.widget {
	padding: 15px !important;
	border-radius: 6px !important;
	margin-bottom: 20px !important;
	border: 1px solid var(--separator-color) !important;
}

#site-footer {
	background: var(--primary-color);
	border-top: 3px solid #ddd;
	font-size: 14px;
	padding: 40px 10px 10px;
}

@media only screen and (min-width:992px) and (max-width:1200px){
	.site-footer.container{
		flex-direction:column;
	}
}

.footer-menu>ul {
	list-style: none;
	padding-left: 0;
}

.footer-description {
	margin-top: 20px;
}

.logo-footer {
	width: 100%;
}

.logo-footer>a {
	width: 100%;
	/* position: relative; */
	display: block;
}

.logo-footer img {
	width: 100% !important;
}

.dane-kontaktowe p {
	margin-bottom: 10px !important;
}

@media only screen and (max-width: 768px) {
	#footer-row .logo-footer a img {
		width: 100% !important;
	}

	#footer-row {
		flex-direction: column-reverse;
	}
}

.border-top-footer {
	height: 1px;
	width: 100%;
	background: #fff;
	margin-top: 15px;
	margin-bottom: 10px;
}

.footer-bottom {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.autor-projektu-footer {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	margin-top: 5px;
	margin-bottom: 5px;

}

.autor-projektu-footer p {
	position: relative !important;
	align-items: center;
	display: flex;
	/* justify-content: center; */
	/* margin-right: 190px; */
	margin-bottom: 0px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.autor-projektu-footer .agencja {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	gap: 10px;
}

.autor-projektu-footer .agencja a {
	font-size: 14px;
}



@media only screen and (max-width: 1200px) {
	.footer-left {
		width: 100%;
	}

	.footer-right {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.autor-projektu-footer .agencja a {
		gap: 10px;
		display: flex;
		flex-wrap: wrap;

	}

	#site-footer {
		padding: 40px 10px 80px;
	}

	.footer-left,
	.footer-right {
		width: 100%;
	}

	.footer-right .col-md-4 {
		margin-bottom: 10px;
	}

	.footer-right .col-md-4:nth-child(1) {
		margin-bottom: 0px !important;
	}
}

@media only screen and (min-width:1200px) {
	.footer-left {
		padding-right: 80px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width:1200px){
	.logo-footer>a{
		text-align:center;
	}
	
	.logo-footer img{
		width:auto !important;
		max-height:300px !important;
	}
}

.footer-menu>ul {
	list-style: none;
	padding-left: 0;
	font-size: 14px !important;
}

footer .dane-kontaktowe p {
	font-size: 14px !important;
}



.footer-menu>ul>li {
	margin-bottom: 10px !important;
}

@media only screen and (max-width: 768px) {
	#footer-row .logo-footer a img {
		width: 100% !important;
	}
}



.footer-bottom {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/**************newsletter**************************/
.neswletter .wpcf7-response-output {
	display: none !important;
}

.neswletter {
	background: rgba(248, 248, 248, 1);
	padding: 3rem 0;
	margin-top: 5rem;
}

.container-neswletter {
	display: flex;
	width: 100%;
	gap: 20px;
	max-width: 1200px;
	padding-top: 40px;
	padding-bottom: 40px;
	justify-content: space-between;
	align-items: center;
}

.container-neswletter .newsletter-text,
.container-neswletter .newsletter-form {
	width: 100%;
	max-width: 480px;
}

.container.container-neswletter::before,
.container.container-neswletter::after {
	display: none !important;
}

.newsletter-text p {
	color: rgba(38, 38, 38, 1) !important;
	margin-bottom: 10px !important;
}

.placeholder-newsletter-left {
	position: relative;
	flex-grow: 1;
}

.placeholder-newsletter-left input.wpcf7-submit:hover {
	background-color: transparent !important;
	color: #262626 !important;
	border: 1px solid #262626 !important;
	text-decoration: none !important;
}

.single-post #newsletter {
	margin-top: 3rem !important;
}

.single-post .newsletter-left {
	width: 100%;
}

.single-newsletter,
.category #newsletter .container {
	display: flex !important;
}

.newsletter-container {
	border-radius: 5px;
	margin: 0 auto;
}

.newsletter-form {
	width: 100%;
}

.newsletter-form label {
	font-size: 16px;
	color: #007bff;
	margin-bottom: 10px;
	display: block;
}

.newsletter-form .twoj-adres-e-mail {
	font-size: 16px !important;
	color: var(--black-color) !important;
	padding-left: 15px !important;
	font-weight: 400;
}

.placeholder-newsletter {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.placeholder-newsletter-left .wpcf7-form-control.wpcf7-text {
	padding: 10px 15px;
	border: 1px solid var(--secondary-color) !important;
	border-radius: 10px !important;
	width: 100%;
	font-size: 16px;
	height: 50px !important;
}

.placeholder-newsletter-left .wpcf7-form-control.wpcf7-text:hover,
.placeholder-newsletter-left .wpcf7-form-control.wpcf7-text:focus {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

:focus-visible {
	outline: none;
}

.newsletter-mail-big-icon img {
	margin-top: 1rem;
	min-width: 80px !important;
	max-width: 80px !important;
	height: auto !important;
}

.placeholder-newsletter-left .wpcf7-form-control.wpcf7-submit {
	padding: 10px 20px;
	border: 1px solid #262626 !important;
	border-radius: 10px !important;
	background-color: #262626;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	height: 50px !important;
	justify-content: center !important;
	align-items: center !important;
	display: flex !important;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.newsletter-consent {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
}

.newsletter-consent .wpcf7-form-control-wrap {
	margin-right: 10px;
}

.newsletter-consent label {
	display: flex;
	/* align-items: center; */
	justify-content: center;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(38, 38, 38, 1);
}

.newsletter-consent a {
	color: #007bff;
	text-decoration: none;
}

.newsletter-consent a:hover {
	text-decoration: underline;
}

.placeholder-newsletter-left p {
	margin-bottom: 0px !important;
	align-items: center !important;
	justify-content: center;
}

.newsletter-consent .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
	margin: 0 !important;
}

.newsletter-consent .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input {
	margin-right: 1rem !important;
}

.newsletter-consent .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
	font-weight: 400 !important;
	color: rgba(117, 117, 117, 1);
	line-height: 21px;
	font-size: 14px;
}

.newsletter-consent .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
	margin-left: 3px;
}

.newsletter-text p,
.newsletter-consent p {
	margin-bottom: 0px !important;
}

.wpcf7-spinner {
	display: none !important;
}

#newsletter input[type=checkbox] {
	margin: 0px !important;
	top: -6px;
	position: absolute;
	left: 0px;
}

@media only screen and (max-width: 768px) {
	.placeholder-newsletter {
		flex-direction: column;
		align-items: flex-start;
	}

	.single-newsletter,
	.category #newsletter .container {
		display: block !important;
	}

	.placeholder-newsletter-left {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	.newsletter-consent {
		margin-top: 15px !important;
	}

	.newsletter-left .vc_column-inner .wpb_wrapper .wpb_text_column {
		margin-bottom: 0px !important;
	}

	.newsletter-text p {
		width: 100% !important;
	}

	.newsletter-right {
		margin-top: 0rem;
	}

	.container-neswletter {
		display: flex;
		width: 100%;
		gap: 20px;
		flex-direction: column;
		padding: 10px 0;
	}
}

.feature-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

@media only screen and (max-width: 440px) {
	#grey-boxes-main .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#grey-boxes-main .feature-box {
		margin-bottom: 1rem;
	}
}

.category-name-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* woocommerce */
.wc-block-components-product-badge.wc-block-components-sale-badge {
	display: none !important;
}

/* body.woocommerce-cart #main-column {
	margin-top: 5rem;
} */

.wc-block-cart-item__product {
	display: flex !important;
}

.wc-block-cart-item__product .wc-block-cart-item__wrap,
.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
	display: flex !important;
	gap: 20px !important;
}

@media only screen and (max-width: 992px) {
	.wc-block-cart-item__product .wc-block-cart-item__wrap {
		display: inline-block !important;
	}
}

table.wc-block-cart-items .wc-block-cart-items__row {
	border: 1px solid black !important;
	margin-bottom: 2rem !important;
}

.wc-block-components-product-name {
	max-width: 150px !important;
}

@media only screen and (max-width: 768px) {
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
		display: flex !important;
		flex-direction: column !important;
	}

	.wc-block-cart-item__image,
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
		padding: 0 !important;
	}

	.wc-block-cart-item__product,
	.wc-block-cart-item__total {
		padding: 15px !important;
	}

	.wc-block-components-product-name {
		max-width: 100% !important;
	}
}

.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
	font-size: 30px !important;
	justify-content: center !important;
	display: flex !important;
	align-items: center !important;
	text-align: center !important;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
	border: 1px solid black;
	padding: 15px !important;
}

.is-large.wc-block-cart .wc-block-cart-items {
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
	border-bottom: unset !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
	left: 0 !important;
	transform: translateY(-50%) !important;
}

.is-large.wc-block-cart .wc-block-cart-items td {
	border-top: unset !important;
	vertical-align: middle !important;
}

.wc-block-cart table.wc-block-cart-items td {
	margin: 0 0 0em !important;
}

body.woocommerce-checkout th.product-total,
body.woocommerce-checkout td.product-total,
body.woocommerce-checkout span.woocommerce-Price-amount {
	display: flex !important;
	justify-content: flex-end !important;
}

body.woocommerce-checkout .woocommerce-shipping-totals.shipping {
	display: flex !important;
	flex-direction: column !important;
}

body.woocommerce-checkout .woocommerce-shipping-methods>li {
	display: flex !important;
	align-items: center !important;
}

/* .woocommerce-shipping-methods>li label {
	display: flex !important;
	gap: 20px !important;
	justify-content: end !important;
} */

.cart-subtotal th,
.cart-subtotal td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce-shipping-totals.shipping th,
.woocommerce-shipping-totals.shipping td {
	border-top: unset !important;
}


.product-images-slider {
	width: 50%;
	float: left;
	padding-right: 20px;
}

.summary.entry-summary {
	width: 50%;
	float: right;
}


section.related.products {
	display: none !important;
}

body.single .product-details-section form.cart {
	display: flex !important;
	flex-direction: column;
	align-items: start !important;
}

.woocommerce div.product form.cart .variations th {
	display: none !important;
}

body.single .single_add_to_cart_button.button.alt {
	margin-top: 0 !important;
}

input.input-text.qty.text {
	width: 62px !important;
	border-radius: 5px;
}

.single-product input.input-text.qty.text {
	width: 64px !important;
	padding: 10px !important;
	font-size: 20px !important;
	background-color: transparent;
	border: none !important;
}

body.single .product-meta {
	/* border-top: 1px solid rgba(0, 0, 0, 0.2); */
	padding: 15px 0;
}

body.single .product-payment-methods {
	padding: 15px 0;
}

body.single .product-shipping {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 15px;
}

body.single .product-return-policy {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px;
	border-top: unset !important;
}

body.single .product-return-policy p,
p.standard-shipping-p,
.shipping-time {
	margin-bottom: 0px !important;
}

body.single .product-meta p {
	margin-bottom: 5px !important;
	font-size: 14px !important;
}

.product-layout-container {
	display: flex !important;
	width: 100% !important;
	gap: 100px !important;
	position: relative;
}

.product-layout-container::before,
.product-layout-container::after {
	display: none;
}

.product-details-section .wishlist-icon-wrapper {
	position: relative !important;
	padding: 15px 0 !important;
	top: 0 !important;
	right: 0 !important;
}

.product-details-section .wishlist-icon-wrapper .fa-heart-o:hover::before {
	font-weight: 700 !important;
}

.wishlist-icon-wrapper .yith-wcwl-add-button a {
	background-color: transparent !important;
	font-weight: 400 !important;
	transition: all 0.3s ease !important;
}

.wishlist-icon-wrapper .yith-wcwl-add-button a:hover .yith-wcwl-icon {
	color: var(--primary-color) !important;
	font-weight: 700 !important;
}

.yith-wcwl-wishlistexistsbrowse {
	display: flex !important;
	flex-direction: row-reverse !important;
	gap: 10px !important;
	align-items: center !important;
	justify-content: center !important;
}

.yith-wcwl-wishlistaddedbrowse .feedback .yith-wcwl-icon.fa-heart,
.yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon.fa-heart {
	color: var(--primary-color) !important;
	font-weight: 700 !important;
}

.product-images-section,
.product-details-section {
	width: 50% !important;
}

@media only screen and (max-width: 992px) {
	.product-layout-container {
		display: block !important;
		gap: 40px;
	}

	.product-images-section,
	.product-details-section {
		width: 100% !important;
	}
}

.product-shipping,
.product-return-policy {
	position: relative;
}

.shipping-time {
	position: relative;
	display: flex;
	padding-top: 50px;
}

.product-return-policy-p {
	position: relative;
	display: flex;
	padding-left: 40px;
}

.product-return-policy-p::before,
.shipping-time::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.shipping-time::before {
	background-image: url('/wp-content/uploads/2024/09/Group-480.svg');
	width: 50px;
	height: 50px;
}

.product-return-policy-p::before {
	background-image: url('/wp-content/uploads/2024/09/Group-481.svg');
	width: 30px;
	height: 30px;
}

/******************************************************************************************/
.product-main-image {
	width: 100%;
	/* height: 500px; */
	overflow: hidden;
	cursor: grab;
	margin-bottom: 10px;
}

.product-main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: grab;
	border: 2px solid #ddd;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.thumbnails-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden !important;
	/* padding-bottom: 60px !important; */
}

.thumbnails-wrapper {
	position: relative;
}

/* .swiper-slide {
	flex: 0 0 auto;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
} */

.product-main-image .swiper-slide {
	border: 1px solid #ddd;
	border-radius: 10px;
	height: auto !important;
}

.product-main-image .swiper-slide img {
	width: 100%;
	/* height: 500px; */
	object-fit: cover;
	border: none !important;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.thumbnails-wrapper .swiper-slide img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border: 1px solid #ddd;
	border-radius: 5px;
	transition: all 0.3s ease;
}



@media only screen and (max-width: 992px) {
	.product-main-image img {
		height: auto !important;
		min-height: 350px !important;
		max-height: 350px !important;
		object-fit: cover !important;
	}

	.product-main-image {
		width: 100%;
		height: 350px;
	}

	.thumbnails-wrapper .swiper-slide img {
		height: 90px !important;
	}
}

.swiper-button-prev {
	top: 95% !important;
	right: 0 !important;
	margin-right: 3.5rem !important;
	left: auto !important;
}

.swiper-button-next {
	top: 95% !important;
	right: 0px !important;
}

.swiper-button-next,
.swiper-button-prev {
	color: #000 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff !important;
	border: 2px solid #ddd !important;
	border-radius: 10px !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	position: absolute;
	transform: translateY(-50%) !important;
	z-index: 10;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 16px !important;
	font-weight: 700 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #f0f0f0 !important;
	border-color: #bbb !important;
	color: rgba(38, 38, 38, 1) !important;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important; */
}

.woocommerce table.shop_table,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.wc-block-checkout__payment-method .wc-block-components-radio-control {
	border: unset !important;
	box-shadow: unset !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: unset !important;
	z-index: 2;
	background-color: unset !important;
	transition: border-bottom 0.1s ease-in-out !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	border-bottom: 2px solid var(--primary-color) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent !important;
	color: #515151;
	z-index: 2;
	border-bottom: 2px solid var(--primary-color) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 2px solid #cfc8d8 !important;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 5em 0 1em !important;
	display: none;
}

.product-slider {
	margin-top: 20px;
}

@media only screen and (min-width:768px) {
	.product-slider .swiper {
		padding-left: 10px !important;
		padding-top: 10px;
		margin-top: -10px;
	}
}

#main-newest-products .card,
.product-row .col {
	flex: 1 1 100%;
}

@media (min-width: 650px) {

	#main-newest-products .card,
	.product-row .col {
		flex: 1 1 calc(50% - 20px);
	}
}

@media (min-width: 1024px) {

	#main-newest-products .card,
	.product-row .col {
		flex: 1 1 calc(25% - 20px);
	}
}

.product-slider .row.product-row .col,
.product-row .col {
	padding: 0 !important;
}

/**************/
.woocommerce ul.products::before {
	display: none !important;
}

.shop_content-inner .shop-content ul.products,
.row.product-row {
	display: grid;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.shop_content-inner .shop-content ul.products {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.row.product-row {
	grid-template-columns: repeat(4, minmax(300px, 1fr));
}

.card-body p.card-text {
	margin-top: auto !important;
}


.shop_content-inner .card .card-body,
.product-row .card a,
.add-to-wishlist-before_image .card a,
.add-to-wishlist-before_image .card .card-body,
.product-row .card .card-body {
	width: 100%;
	text-align: left;
}

.yith-wcwl-add-to-wishlist {
	margin-top: 0 !important;
}

.yith-wcwl-add-button a.button.alt {
	background-color: unset !important;
	padding: 0 !important;
	margin-top: unset !important;
}

.yith-wcwl-add-button a.button.alt:hover {
	border: none !important;
}

.yith-wcwl-add-button a.button.alt i {
	margin-right: 0 !important;
}

.shop_content-inner .shop-content .add-to-wishlist-before_image,
.col {
	height: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
}

.shop_content-inner .shop-content .add-to-wishlist-before_image .card-body,
.card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.card-img-top {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.card-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (max-width: 1440px) {
	.row.product-row {
		grid-template-columns: repeat(4, minmax(200px, 1fr));
	}
}

@media (max-width: 1024px) {
	.shop_content-inner .shop-content ul.products {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	}

	.row.product-row {
		grid-template-columns: repeat(2, minmax(250px, 1fr));
	}
}

@media (max-width: 650px) {

	.shop_content-inner .shop-content ul.products,
	.row.product-row {
		grid-template-columns: 1fr;
	}
}

.wishlist-icon-wrapper {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
}

.woocommerce tfoot td,
small.tax_label {
	/* display: flex !important; */
	justify-content: flex-end !important;
}

.custom-cart-line-total small.tax_label {
	display: none;
}

.row::before,
.row::after {
	display: none;
}



/* style max */



.page,
.archive {
	overflow-x: hidden;
	max-width: 100vw;
}

.site-logo {
	width: 200px;
}

.site-logo-heading {
	position: absolute;
	top: -54px;
	background: var(--primary-color);
	height: 130px;
	z-index: 99;
	width: 200px;
	border-radius: 0 0 10px 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: height 0.3s ease;
}

.site-logo-heading img {
	max-height: 100% !important;
	height: 85%;
	width: auto;
	margin: 0 auto;

}

@media only screen and (min-width: 768px) {
	.header-sticky-container .site-logo-heading {
		top: 0px !important;
	}
}

.header-beside-logo {
	margin-left: 220px;
}

.header-beside-logo-top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-bar-info {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.top-bar-info>span {
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
	gap: 20px !important;

}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
	padding: 0 !important;
}

.under-very-top-bar {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1), 0 0px 20px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 99;
	background-color: #fff;
}

@media only screen and (max-width: 992px) {
	.under-very-top-bar {
		width: 100%;
		box-shadow: none;
		padding: 5px 10px;
	}
}

.header-container {
	padding: 10px 15px !important;
}

.page-header-top-right {
	margin-top: 0 !important;
}

.custom-product-search {
	position: relative;
	max-width: 210px;
	width: 100%;
}

.custom-product-search .search-field {
	width: 100%;
	/* height: 68px; */
	padding: 0 70px 0 24px;
	border: 1px solid #d9d9d980;
	border-radius: 10px;
	font-size: 14px !important;
	color: rgba(38, 38, 38, 1);
	/* background: #f7f7f7; */
	outline: none;
	box-sizing: border-box;
}

.custom-product-search .search-field::placeholder {
	color: #8c8c8c;
}

.custom-product-search .search-submit {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border: 0;
	background: transparent;
	color: #2f2f2f;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-product-search .search-submit:hover {
	opacity: 0.8;
}


/**********************************/
.burger-btn-bnb,
.mobile-menu-close-btn {
	width: 36px;
	height: 24px;
	padding: 0;
	cursor: pointer;
	z-index: 1102;
	transition: opacity 0.3s, visibility 0.3s;
	align-items: end !important;
}

.burger-bar {
	height: 2px !important;
}

.burger-bar.burger-bar-bottom {
	width: 75% !important;
}

button.active .burger-bar.burger-bar-bottom {
	width: 100% !important;
}

.burger-btn-bnb {
	margin-left: 1.5rem;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	background-color: transparent;
	border-color: transparent;
}

.mobile-menu-close-btn {
	top: 28px;
	right: 14px;
	width: 28px;
	color: var(--white-color);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s, visibility 0.3s;
	background: transparent;
	border: none;
	margin-left: 0;
}



.burger-bar {
	display: block;
	width: 100%;
	height: 4px;
	background: #000;
	border-radius: 2px;
	transition: transform 0.3s, opacity 0.3s, background 0.3s;
	transform-origin: center;
}

.burger-btn-bnb:hover span,
.mobile-menu-close-btn:hover span {
	background: var(--primary-color) !important;
}

/* Animacja burgera w X */
.burger-btn-bnb.active .burger-bar:nth-child(1),
.mobile-menu-close-btn.active .burger-bar:nth-child(1) {
	transform: translateY(-2px) rotate(45deg);
}

.burger-btn-bnb.active .burger-bar:nth-child(2),
.mobile-menu-close-btn.active .burger-bar:nth-child(2) {
	opacity: 0;
	transform: scaleX(0.5);
}

.burger-btn-bnb.active .burger-bar:nth-child(3),
.mobile-menu-close-btn.active .burger-bar:nth-child(3) {
	transform: translateY(-24px) rotate(-225deg);
}

body.menu-open .burger-btn-bnb {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

body.menu-open .mobile-menu-close-btn {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 9999999;
}



.mobile-menu-bnb {
	z-index: 1100;
	visibility: hidden;
	transition: visibility 0.3s;
}

.mobile-menu-bnb.active {
	visibility: visible;
}

.mobile-menu-overlay {
	background: var(--full-black-color);
	opacity: 0;
	transition: opacity 0.3s;
}

.mobile-menu-bnb.active .mobile-menu-overlay {
	opacity: 0.45;
}

.mobile-menu-content {
	z-index: 999999 !important;
	height: 100dvh;
	background-color: #fff;
	max-width: 100%;
	transform: translateX(-100%);
	transition: transform 0.4s cubic-bezier(.77, 0, .175, 1);
	overflow-x: scroll;
}

.mobile-menu-bnb.active .mobile-menu-content {
	transform: translateX(0);
}

.mobile-menu-header {
	border-bottom: 1px solid var(--gray-200);
}

.mobile-main-menu {
	/* box-shadow: inset 0px -2px 10px #00000020; */

	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 60%;
}

.mobile-main-menu .menu-item:last-child>a {
	border-bottom: none;
}

.mobile-main-menu .sub-menu {
	padding-left: 1rem;
	display: none;
}

.mobile-menu-search {
	margin-top: 10px;
	display: flex;
	justify-content: end;
	padding: 20px;
}

.mobile-menu-search>.custom-product-search {
	max-width: 100%;
}


.mobile-menu-footer {
	border-top: 1px solid var(--gray-200);
	border-bottom: 1px solid var(--gray-200);
}

/* @media only screen and (max-width: 992px) {



} */



/* .mobile-main-menu .sub-menu .menu-item>a::before {
	content: "\f192";
	font-weight: 900;
	font-size: 14px;
	top: -2px;
} */

.mobile-main-menu .sub-menu .sub-menu .menu-item>a::before {
	content: "\f192";
	font-weight: 400;
	font-size: 14px;
	top: -3px;
}

.mobile-main-menu .sub-menu .menu-item>a::before,
.mobile-main-menu .sub-menu .sub-menu .menu-item>a::before {
	margin-right: 0.7em;
	display: inline-block;
	vertical-align: middle;
	transition: color 0.18s;
	position: relative;
	color: var(--primary-color);
	font-family: var(--font-fa);
}

.mobile-main-menu .menu-item {
	position: relative;
	width: 100%;
}

.mobile-main-menu .menu-item>a {
	display: block;
	width: 100%;
	padding: 10px 20px;
	color: var(--black-color);
	font-family: var(--font-main);
	font-size: 20px;
	font-weight: 500;
	/* text-transform: uppercase; */
	text-decoration: none;
	letter-spacing: 0.03em;
	background: transparent;
	border: none;
	transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), border-left-color 0.18s, background 0.18s;
	position: relative;
	z-index: 1;
	outline: none;
	border-left: 3px solid transparent;
	text-align: end;
}

.mobile-menu-contact-info {
	padding: 10px;
}

.mobile-menu-contact-info a {
	color: rgba(117, 117, 117, 1);
}

.mobile-menu-contact-info i {
	color: var(--text-secondary-color) !important;
}

.mobile-main-menu .menu-item.open>a,
.mobile-main-menu .menu-item>a:focus,
.mobile-main-menu .menu-item>a:hover {
	color: var(--primary-color);
	background: var(--light-grey-color);
	border-left: 3px solid var(--primary-color);
}

.mobile-main-menu .submenu-toggle {
	background: none;
	border: none;
	position: absolute;
	top: 0px;
	right: 4px;
	color: var(--black-color);
	font-size: 1.25rem;
	cursor: pointer;
	z-index: 2;
	padding: 5px;
	    transform: translateY(12px);
	transition: color 0.18s, transform 0.25s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-main-menu .menu-item.open>.submenu-toggle {
	color: var(--primary-color);
	transform:translateY(12px) rotate(360deg);
}

.mobile-main-menu .submenu-toggle i {
	transition: transform 0.25s;
}

.mobile-main-menu .menu-item.open>.submenu-toggle i {
	color: var(--primary-color);
}

.mobile-main-menu .sub-menu {
	display: none;
	padding-left: 0.7rem;
	margin: 0.1rem 0 0 0;
	animation: mobileSubmenuSlideIn 0.26s cubic-bezier(.77, 0, .175, 1);
	list-style: none;
	padding-left: 0;
}

.mobile-main-menu .menu-item.open>.sub-menu {
	margin: 0;
	display: block;
	animation: mobileSubmenuSlideIn 0.26s cubic-bezier(.77, 0, .175, 1);
}

.mobile-main-menu .menu-item.open .sub-menu .sub-menu a {
	padding-left: 1.5rem !important;
}

@keyframes mobileSubmenuSlideIn {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.mobile-main-menu .sub-menu .menu-item>a {
	font-size: 16px;
	padding: 15px;
	color: var(--black-color);
	background: transparent;
	text-transform: none;
/* 	border-bottom: 1px solid #00000017; */
	transition: border-left-color 0.18s, background 0.18s;
}

.mobile-main-menu .sub-menu .menu-item>a .mobile-main-menu .sub-menu .menu-item.open>a,
.mobile-main-menu .sub-menu .menu-item>a:focus,
.mobile-main-menu .sub-menu .menu-item>a:hover {
	color: var(--primary-color);
	background: var(--white-color);
	border-left: 3px solid var(--primary-color);
}

.mobile-main-menu .menu-item .submenu-toggle+.submenu-toggle {
	display: none !important;
}


@media only screen and (min-width:768px) {
	.nav>li.hidden-deskop {
		display: none !important;
	}
}

.navbar-primary-collapse .menu-item>a {
	font-size: 16px !important;

}

.navbar-primary-collapse>ul::before,
.navbar-primary-collapse>ul::after {
	display: none;
}

.navbar-primary-collapse>ul::before,
.navbar-primary-collapse .menu-item>a {
	padding: 10px 0 !important;
}

.site-logo-heading-sticky {
	height: 80px !important;
}

.site-logo-heading-sticky img {
	height: 74%;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent !important;
}

.nav>li>a:hover,
.main-header .nav>li>a:hover,
.top-bar-info>span:hover a {
	color: var(--secondary-color) !important;
}

.top-bar-info a {
	color: var(--text-secondary-color) !important;
}

.nav li>a>i {
	color: rgba(38, 38, 38, 1) !important;
	font-weight: 300 !important;
	font-size: 22px;
}

.nav li>a>i:hover {
	color: var(--secondary-color) !important;
}

@media only screen and (max-width: 768px) {

	.site-branding.header-beside-logo .custom-product-search,
	.page-header-top-right>.bnb-menu>ul>li:nth-child(1) {
		display: none !important;
	}

	.header-beside-logo {
		margin-left: 0px !important;
		justify-content: end !important;
	}

	.site-logo-heading {
		height: 115px;

		width: 140px;
	}

	.site-logo-heading-sticky {
		height: 60px !important;
		top: 0;
	}
}

.fab,
.fa-brands {
	font-family: 'Font Awesome 6 Brands' !important;
}

.footer-socials {
	width: 100%;
}

.footer-socials i {
	color: #fff !important;
	font-size: 30px;
}



.footer-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

#site-footer a,
#site-footer p,
#site-footer {
	color: #fff !important;
}

#site-footer a:hover {
	color: var(--third-color) !important;
}

.footer-right h5 {
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
	color: #fff !important;
}

.footer-right h5::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background-color: #fff;
	left: 0;
	bottom: -15px;
}

.footer-right>.row {
	gap: 100px;
	display: grid;
	grid-template-columns: 4fr 3fr 3fr 4fr;
	padding-left: 20px;
}

.footer-right>.row>div {
	padding: 0 !important;
}

@media only screen and (max-width:1200px) {
	.footer-right>.row {
		/* grid-template-columns: 1fr;
		padding-left: 0;
		gap: 40px;
		margin-top: 40px; */
		padding-left: 0;
		gap: 40px;
		/* margin-top: 40px; */
		display: flex;
		gap: 0;
		justify-content: space-between;
	}
}

.dane-kontaktowe .icon-row {
	display: flex;
	align-items: start;
	gap: 10px;
}

.dane-kontaktowe .icon-row>* {
	margin-bottom: 0;
}

.dane-kontaktowe .icon-row>img {
	margin-top: 6px;
}


#menu-footer-kolekcje {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;
}

#menu-footer-kolekcje a {
	text-transform: uppercase;
}

.wpcf7-form-control.wpcf7-submit {
	border-radius: 10px;
	color: #fff;
	background-color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	min-height: 50px;
	padding: 5px 20px;
}

.wpcf7-form-control.wpcf7-submit:hover {
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.placeholder-newsletter-left label {
	color: #000;
	padding-left: 10px;
}

.newsletter-consent a {
	color: var(--secondary-color);
}

ul.ul-check>li {
	position: relative;
	padding-left: 40px;
	line-height: 2;
	font-size: 16px;
	color: #262626;
}

ul.ul-check {
	margin-top: 5px;
	padding-left: 0;
}

ul.ul-check>li::marker {
	display: none !important;
	font-size: 0;
}

ul.ul-check>li::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 4px;
	width: 18px;
	height: 22px;
	background-image: url(/wp-content/uploads/2026/03/Vector-32.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

input[type=checkbox],
input[type=radio] {
	min-height: 10px !important;
	height: 14px !important;
}


/* 
 Styl slidera */

 



@media only screen and (min-width:1600px) {
	.bestsellers-wrapper>.row {
		margin-left: calc(50vw - 690px);

	}
}

@media only screen and (max-width:768px) {
	.bestsellers-wrapper>.row {
		flex-direction: column-reverse;
	}

	.bestsellers-slider,
	.promocje-slider,
	.related-products-slider {
		padding: 0 20px !important;
	}
}


/* Styl nawigacji */
.swiper-button-next,
.swiper-button-prev {
	background-color: #28a745;
	border-radius: 50%;
	color: white;
	padding: 10px;
}

.swiper-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}




.slide-content-grid .slide-left-img {
	flex: 1.3;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.slide-content-grid .slide-left-img>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height:730px
}

.slide-content-grid .slide-right .slide-right-top {

	background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%);
	background-color: var(--secondary-color);
	padding: 40px;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.slide-content-grid .slide-right .slide-right-nav {
	background: rgba(117, 117, 117, 1);
	padding: 40px;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.slide-right-nav .swiper-pagination,
.slide-right-nav .swiper-button-next,
.slide-right-nav .swiper-button-prev {
	position: unset;
	transform: none !important;

	width: fit-content;
}



.slide-right-nav .swiper-button-next,
.slide-right-nav .swiper-button-prev {
	/* display: inline; */
	margin-top: auto;
	background-color: transparent !important;
	border: 1px solid #fff !important;
	color: #fff !important;
	padding: 10px 15px;
}

.slide-right-nav .swiper-button-prev {
	margin-right: 10px !important;
}

.hero-section.home-page {
	margin-top: 20px;
	padding: 0 17px;
	overflow: hidden;
}

@media only screen and (min-width:1460px) {
	.slide-left-title {
		margin-left: calc((100vw - 1460px) / 2);
	}

	.hero-section.home-page {
		padding: 0 40px;
	}
}





/* .slide-right-nav {
  display: flex;
  align-items: center;
  gap: 20px;
} */

.slide-right-nav .swiper-pagination {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 30px;
}

/* .custom-bullet {
	width: 10px;
	height: 10px;
	background: #ccc;
	display: inline-block;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
} */



/* .hero-section .swiper-pagination {
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 20;
} */

.hero-section .custom-bullet {
	width: 18px;
	height: 6px;
	background: #fff;
	opacity: 1;
	border-radius: 5px;
}

.hero-section .custom-bullet.active {
	background: #ffffff;
	width: 60px;
	height: 6px;
}

.spacing-top {
	margin-top: 70px;
}

.spacing-bottom {
	margin-bottom: 70px;
}

.grid-4 {
	display: grid;
	grid-template-columns: 1fr;
}

@media only screen and (min-width:768px) {
	.spacing-top {
		margin-top: 120px;
	}

	.spacing-bottom {
		margin-bottom: 120px;
	}

	.grid-4 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media only screen and (min-width:1400px) {
	.spacing-top {
		margin-top: 140px;
	}

	.spacing-bottom {
		margin-bottom: 140px;
	}
}

.under-hero-banner {
	min-height: 208px;
	background-color: rgba(248, 248, 248, 1);
	display: flex;
	align-items: center;
}

.h1-green {
	color: var(--secondary-color);
	font-size: 44px;
	font-weight: bold;
}

.h1-green>img {
	margin-bottom: 15px;
}

.grid-item-inside {
	width: fit-content;
	/* margin: 0 auto; */
}

.under-hero-banner .grid-item {
	position: relative;
}

.under-hero-banner .grid-4 {
	grid-template-columns: 1fr .75fr 1fr .75fr 1fr .75fr 1fr;
}

@media only screen and (max-width:768px) {

	.h1-green {
		font-size: 28px !important;
	}

	.under-hero-banner .grid-4 {
		grid-template-columns: 1fr;
	}

	.grid-item-inside {
		margin: 0 auto;
	}

	.under-hero-banner .grid-item-inside {
		text-align: center;
		margin-bottom: 20px !important;
	}

	.under-hero-banner {
		padding: 40px 0;
	}

	.under-hero-banner .grid-4 .grid-spacer {
		display: none;
	}
}

@media only screen and (min-width:768px) {
	.under-hero-banner .grid-spacer {
		position: relative;
	}

	.under-hero-banner .grid-spacer::after {
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		top: 0;
		right: 50%;
		background-color: rgba(117, 117, 117, 1);
	}
}


.under-hero-banner .grid-item:nth-last-child(1):after {
	display: none;
}



.product-slider .swiper-slide>a,
.card.swiper-slide>a {
	display: block;
	width: 100%;
}

.product-slider .swiper-slide,
.shop_content-inner .shop-content ul.products .card,
.woocommerce ul.products .product .card {
	position: relative;
	height: 100%;
}

.product-slider .swiper-slide>a,
.shop_content-inner .shop-content ul.products .card>a,
.woocommerce ul.products .product .card>a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
	width: 100%;
}

.product-slider .swiper-slide>a>picture,
.shop_content-inner .shop-content ul.products .card>a>picture,
.woocommerce ul.products .product .card>a>picture {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.product-slider .swiper-slide>a>img,
.card.swiper-slide>a>img,
.product-slider .swiper-slide>a>picture>img,
.shop_content-inner .shop-content ul.products .card>a>picture>img,
.woocommerce ul.products .product .card>a>picture>img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 10px;
	border: 1px solid rgba(223, 223, 223, 1);
	transition: all .3s ease;
	padding:15px;
}

.product-slider .swiper-slide>a>img,
.product-slider .swiper-slide>a>picture>img {
	object-fit: contain !important;
}

.product-slider .product-info,
.shop_content-inner .shop-content ul.products .product-info,
.woocommerce ul.products .product .product-info {
	position: relative;
	width: 100%;
	min-height: 150px;
	padding-bottom: 58px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.bestseller-static {
	padding: 60px 40px;
	background-color: rgba(248, 248, 248, 1);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}



.bestseller-static>p {
	font-size: 18px;
}

.g-20.row {
	gap: 20px;
}

@media only screen and (min-width:768px) {
	.g-20.row>.col-md-3 {
		width: calc(25% - 10px);
	}

	.g-20.row>.col-md-9 {
		width: calc(75% - 10px);
	}

	.bestseller-static>p {
		font-size: 20px;
	}

	.product-slider .swiper-slide:hover>a>img {
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
		/* transition: all .3s ease; */
	}
}

@media only screen and (min-width:1400px) {

	.product-slider .swiper-slide>a>img,
	.card.swiper-slide>a>img,
	.product-slider .swiper-slide>a>picture>img,
	.card.swiper-slide>a>picture>img {
		height: 320px !important;
	}

	.product-slider .swiper-slide>a,
	.shop_content-inner .shop-content ul.products .card>a,
	.woocommerce ul.products .product .card>a {
		height: 320px;
	}
}

@media only screen and (max-width:767px) {

	.product-slider .swiper-slide>a,
	.shop_content-inner .shop-content ul.products .card>a,
	.woocommerce ul.products .product .card>a {
		height: 260px;
	}
}


.sliding-arrow-btn-container {
	margin-top: 30px;
	width: fit-content;
	position: relative;
}

.sliding-arrow-btn {
	text-decoration: none;
	overflow: hidden;
	height: 22px;
	font-size: 20px;
	display: flex !important;
	align-items: center;
	gap: 10px;
	position: relative;
	justify-content: end;
	width: fit-content;
	color: var(--secondary-color);

	font-weight: 500;
	/* margin-left: auto; */
}

.sliding-arrow-btn img {
	display: block;
	height: 16px;
	width: auto;
	transition: transform 0.3s ease;

}

.sliding-arrow-btn:hover img {
	transform: translateX(150%) translateY(-150%);
}

.sliding-arrow-btn::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/uploads/2026/03/Vector.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateX(-150%) translateY(150%);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.2s ease;
}

.sliding-arrow-btn:hover::after {
	transform: translateX(0) translateY(0);
	opacity: 1;
}

.sliding-arrow-btn-container::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -5px;
	height: 1px;
	width: 0;
	background-color: var(--secondary-color);
	transition: all .3s linear;
}

.sliding-arrow-btn-container:hover::before {
	width: 100%;
}

.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
	position: relative;
	transform: none !important;
	margin-top: 30px;
	top: 0 !important;
	background-color: rgba(223, 223, 223, 1) !important;
	border-color: rgba(223, 223, 223, 1) !important;
	border: 1px solid rgba(223, 223, 223, 1) !important;
	color: #fff !important;
	transition: all .3s ease;
}

.product-slider .swiper-button-prev {
	margin-right: 20px !important;
}

.product-slider .nav {
	align-self: end;
	margin-bottom: 20px;
	margin-top: auto;
}

.product-slider .swiper-button-next:hover,
.product-slider .swiper-button-prev:hover {
	background-color: #fff !important;
	border-color: rgba(117, 117, 117, 1) !important;
	box-shadow: none !important;
}

.product-slider div:hover>.swiper-navigation-icon {
	stroke: rgba(117, 117, 117, 1);
}

.grid-2-1,
.grid-1-1,
.grid-1-2,
.grid-3-1,
.grid-1,
.grid-1-1-1 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.grid-2-1-v {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	gap: 10px;
}

.gap-60 {
	gap: 30px;
}


@media only screen and (min-width:768px) {
	.grid-2-1 {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 20px;
	}

	.grid-3-1 {
		display: grid;
		grid-template-columns: 3fr 1fr;
		gap: 20px;
	}

	.grid-1-2 {
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 20px;
	}

	.grid-1-1 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.grid-1-1-1 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 60px;
	}

	.grid-2-1-v {

		grid-template-columns: 1fr;
		grid-template-rows: 2fr 1fr;
		gap: 20px;
	}

	.social-media .grid-2-1-v {
		grid-template-rows: 2.07fr 1fr;
	}

	.gap-60 {
		gap: 60px !important;
	}
}


/* .kolekcje-grid div {
	min-height: 390px;
} */

.kolekcje-grid .kolekcje-green {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
	background-color: var(--secondary-color);
	padding: 40px;
	transition: all .3s linear;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #fff;
}

.kolekcje-grid .kolekcje-img {
	min-height: 390px;
	position: relative;
	/* background-color: var(--secondary-color); */
	padding: 40px;
	transition: all .3s linear;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #fff;
}

.kolekcje-text>* {
	color: #fff !important;
}

.kolekcje-grid .kolekcje-img>* {
	z-index: 2;
}

.kolekcje-grid .kolekcje-img::after {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 20px;
}

.kolekcje-grid .kolekcje-img,
.kolekcje-grid .kolekcje-green {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: space-between;
}

.kolekcje-grid .kolekcje-green:hover,
.kolekcje-grid .kolekcje-img:hover {
	box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.75);

}

@media only screen and (max-width:1400px) and (min-width:768px) {
	.kolekcje-grid .kolekcje-img {
		min-height: 260px;
	}
}

.sliding-arrow-btn-white-container {
	position: relative;
	margin-top: 30px;
	width: fit-content;
}

.sliding-arrow-btn-white {
	text-decoration: none;
	overflow: hidden;
	height: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	justify-content: end;
	width: fit-content;
	color: #fff;

	font-weight: 500;
	/* margin-left: auto; */
}

.sliding-arrow-btn-white:hover {
	color: #fff !important;
}

.sliding-arrow-btn-white img {
	display: block;
	height: 16px;
	width: auto;
	transition: transform 0.3s ease;

}

.sliding-arrow-btn-white:hover img {
	transform: translateX(150%) translateY(-150%);
}

.sliding-arrow-btn-white::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/uploads/2026/03/Vector-1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateX(-150%) translateY(150%);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.2s ease;
}

.sliding-arrow-btn-white:hover::after {
	transform: translateX(0) translateY(0);
	opacity: 1;
}

.sliding-arrow-btn-white-container::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -5px;
	height: 1px;
	width: 0;
	background-color: #fff;
	transition: all .3s linear;
}

.sliding-arrow-btn-white-container:hover::before,
.kolekcje-img:hover .sliding-arrow-btn-white-container::before,
.kolekcje-green:hover .sliding-arrow-btn-white-container::before {
	width: 100%;
}

.kolekcje-img:hover .sliding-arrow-btn-white img,
.kolekcje-green:hover .sliding-arrow-btn-white img {
	transform: translateX(150%) translateY(-150%);
}

.kolekcje-img:hover .sliding-arrow-btn-white::after,
.kolekcje-green:hover .sliding-arrow-btn-white::after {
	transform: translateX(0) translateY(0);
	opacity: 1;
}



.kolekcje-text .h2 {
	text-transform: uppercase;
}

.container-big {
	/* width: 100%; */
	margin: 0 10px;
}

@media only screen and (min-width:768px) {
	.container-big {

		/* margin: 0 40px; */
		margin: 0 auto;
		max-width: 1840px;
		padding: 0 15px;
	}
}

@media only screen and (min-width:1600px) {
	.container-big {

		/* margin: 0 40px; */
		margin: 0 auto;
		max-width: 1840px;
		padding: 0 10px;
	}
}

.green-cta>.container-big {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
	background-color: var(--secondary-color);
	padding: 40px;
	transition: all .3s linear;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #fff;
	min-height: 296px;
	justify-content: center;
	box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
}

.green-cta .row>div>* {
	color: #fff;
}

.green-cta .row>div>p {
	font-size: 20px;
	line-height: 1.5;
}

.btn-transparent-white {
	background-color: transparent !important;
	color: #fff !important;
	border: 1px solid #fff;
	background-image: none !important;
	transition: all 0.5s;
	min-width: 230px;
	text-align: center;
	font-size: 20px;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center !important;
	align-content: center !important;
	min-height: 44px;
	padding: 10px 28px;
	border-radius: 10px;
}

.btn-transparent-white:hover {
	background-color: #fff !important;
	color: var(--primary-color) !important;
	box-shadow: 0 0px 20px 0px rgba(255, 255, 255, 0.4);

}

.btn-green-cta {
	position: relative;
}

@media only screen and (max-width:768px) {

	.btn-transparent-white {
		padding: 8px 20px;
	}

	.btn-green-cta {
		width: 100% !important;
	}

	.o-firmie img {
		width: 100%;
		max-height: 400px;
	}

	.green-cta>.container-big {
		padding: 40px 10px;
	}

	.o-firmie .mb-20 {
		margin-bottom: 10px;
	}

	.social-media .grid-item {
		gap: 10px !important;
	}
}

@media only screen and (min-width:1400px) {
	.btn-green-cta::after {
		content: "";
		position: absolute;
		right: 114%;
		top: -28px;
		background-image: url(/wp-content/uploads/2026/03/Vector-2.svg);
		width: 174px;
		height: 64px;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media only screen and (max-width:1400px) and (min-width:768px) {
	.btn-green-cta::after {
		content: "";
		position: absolute;
		right: 110%;
		top: -40px;
		background-image: url(/wp-content/uploads/2026/03/Vector-2.svg);
		width: 174px;
		height: 64px;
		background-repeat: no-repeat;
		background-position: center;
	}

	.green-cta>.container-big {
		min-height: 250px;
	}
}

.o-firmie {
	background-color: rgba(248, 248, 248, 1);
	padding: 60px 0;
	text-align: justify;
}

.o-firmie .grid-1-1 {
	align-items: center;
}

.o-firmie img {
	border-radius: 10px;
}

.o-firmie .text {
	padding: 20px 0;
}

.bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	border-radius: 20px;
}

@media only screen and (max-width:768px) {
	.bg-img {
		min-height: 300px;
	}

	.o-firmie {
		padding: 40px 0;
	}

	.container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}



/* Ensure that the testimonial swiper has a unique class */
.testimonial-swiper {
	width: 100%;
	padding: 20px;
}

.testimonial-slide {
	/* background-color: #f9f9f9; */
	padding: 20px;
	border-radius: 10px;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.testimonial-header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	gap: 20px;
}



.author-name {
	font-size: 16px;
	/* color: #555; */
	font-weight: bold;
}

.star-rating {
	display: flex;
}

.star {
	color: var(--secondary-color);
	/* Star color */
	font-size: 18px;
}

.testimonial-text {
	font-size: 16px;
	color: rgba(38, 38, 38, 1);
	margin-bottom: 10px;
	text-align: center;
	max-width: 800px;
	margin: 30px auto 60px;
	padding: 0 40px;
}

.view-all-btn {
	font-size: 14px;
	color: #FF6A00;
	text-decoration: none;
	border: 1px solid #FF6A00;
	padding: 5px 10px;
	border-radius: 5px;
}

.view-all-btn:hover {
	background-color: #FF6A00;
	color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
	color: #FF6A00;
}

.swiper-pagination {
	bottom: 10px;
	text-align: center;
}

/* Optional: Style the progressbar pagination */
.swiper-pagination-progressbar {
	background: #FF6A00;
}

.opinie-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
}

/* .opinie-nav::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	z-index: -1;
} */

@media only screen and (min-width:768px) {
	.opinie-nav>* {
		width: 33%;
	}
}

.opinie-nav .swiper-pagination {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	width: auto !important;
	margin: 0 auto;
}

.opinie-nav .swiper-button-prev,
.opinie-nav .swiper-button-next {
	position: relative;
	top: 0 !important;
	left: 0;
	transform: none !important;
}

.opinie-nav .strzalki-opinie {
	display: flex;
	justify-content: end;
}


.btn-transparent-green {
	background-color: transparent !important;
	color: var(--secondary-color) !important;
	border: 1px solid var(--secondary-color);
	background-image: none !important;
	transition: all 0.5s;
	min-width: 230px;
	text-align: center;
	/* text-transform: uppercase; */
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center !important;
	align-content: center !important;
	min-height: 45px;
	padding: 10px 28px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 20px;
}

.btn-transparent-green:hover {
	background-color: var(--secondary-color) !important;
	color: #fff !important;
}

.opinie-nav .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	background: rgba(223, 223, 223, 1);
	opacity: 1;
	border-radius: 5px;
}

.opinie-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--secondary-color);
	width: 46px;
	height: 5px;
}

.opinie-nav .swiper-button-next,
.opinie-nav .swiper-button-prev {
	position: relative;
	transform: none !important;
	margin-top: auto;
	top: 0 !important;
	background-color: rgba(223, 223, 223, 1) !important;
	border-color: rgba(223, 223, 223, 1) !important;
	color: #fff !important;
}

.opinie-nav .swiper-button-prev {
	margin-right: 20px !important;
}

.company-name {
	font-weight: bold;
	position: relative;
	/* color: #FF6A00; */

}

.right-col-testimonials {
	position: relative;
}

.right-col-testimonials::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	left: -10px;
	background-color: rgba(117, 117, 117, 1);
}




.social-media img {
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	border-radius: 20px;
}

@media only screen and (min-width:1440px) {
	.social-media-text {
		margin-left: calc(50vw - 734px);
	}
}

@media only screen and (min-width:768px) and (max-width:1400px) {
	.social-media .grid-item {
		min-height: 190px;

	}

	.social-media .grid-2-1-v {
		grid-template-rows: 2.11fr 1fr !important;
	}

	.social-media-icons-disp {
		margin-left: 20px;
		margin-right: 20px;
	}

	.blog-swiper .swiper-slide {
		min-height: 380px !important;
	}
}
@media only screen and (min-width:768px) and (max-width:992px){
	.social-media .grid-2-1-v {
		grid-template-rows: 2.46fr 1fr !important;
	}
}
@media only screen and (min-width:993px) and (max-width:1200px){
	.social-media .grid-2-1-v {
		grid-template-rows: 2.33fr 1fr !important;
	}
}

@media only screen and (min-width:1400px) {
	.social-media .grid-item {
		min-height: 300px;

	}
}

@media only screen and (max-width:768px) {
	.social-media .grid-item-contenet {
		width: 100%;

		height: 240px;
	}

	.opinie-nav {
		flex-direction: column;
		gap: 20px;
	}
}

.social-media-text {
	display: flex;
	gap: 20px;
	height: 100%;
}

.social-media-text-left {
	text-align: justify;

}

@media only screen and (min-width:1400px) {
	.social-media-icons-disp {
		margin-right: 60px;
		margin-left: 60px;
	}
}

.fa-facebook-f:before {
	content: "\f39e";
}

.social-media-icons-disp {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.social-media-icons-disp i {
	font-size: 35px;
	color: #000 !important;

}

.grid-item-contenet {
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
	background-size: cover;
}

.grid-item-contenet>i {
	color: #fff !important;
	font-size: 50px;
	opacity: 0;
	transition: all .3s ease;
}

.grid-item-contenet:hover {
	box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.75);

	z-index: 99;

}

.grid-item-contenet:hover>i {
	opacity: 1;
}

/* .social-media .grid-item:hover{
	border-radius: 20px;
box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
} */


.blog-swiper {
	position: relative;
}

.blog-swiper .category,
.mySwiperBlog p,
.mySwiperBlog span,
.mySwiperBlog .swiper-slide>div>* {
	color: #fff;
}

.mySwiperBlog .swiper-slide .h3 {
	margin-bottom: 20px;
	display: block;
}

/* Slider Container */
.wp-slider .swiper-container {
	width: 100%;
	height: 100%;
}

.wp-slider .swiper-wrapper {
	display: flex;
}

.wp-slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(33% - 30px);
	padding: 20px;
}

/* Post Item */
.post-item {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	width: 100%;
	max-width: 350px;
}

.post-image {
	height: 200px;
	background-size: cover;
	background-position: center;
}

.post-content {
	padding: 20px;
}

.post-date {
	font-size: 16px;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
}

.post-title {
	font-size: 20px;
	color: rgba(38, 38, 38, 1);
	margin-bottom: 15px;
}

.post-excerpt {
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
}

.read-more-btn {
	font-size: 14px;
	color: #0073e6;
	text-decoration: none;
	border: 1px solid #0073e6;
	padding: 8px 15px;
	border-radius: 5px;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
	color: rgba(38, 38, 38, 1);
}

.swiper-pagination {
	text-align: center;
	padding-top: 10px;
}

/* Responsive styles */
@media (max-width: 768px) {
	.wp-slider .swiper-slide {
		max-width: 100%;
	}

	.blog-swiper .btn-transparent-green,
	.blog-swiper .btn-transparent-white {
		width: 100%;
	}

	.blog-swiper .swiper-slide {
		padding: 40px 20px !important;
	}
}

.btn-slider {
	display: flex;
	/* gap: 20px; */
}

.mySwiperBlog {
	overflow: unset !important;
}

.blog-swiper {
	overflow: hidden;
}


.blog-swiper-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* max-width: 900px; */
	margin: 0 auto;
	gap: 20px;
}

/* .blog-swiper-nav::after{
	content: '';
} */

/* @media only screen and (min-width:768px) {
	.blog-swiper-nav>* {
		width: 33%;
	}
} */

.blog-swiper-nav .swiper-pagination {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	/* width: auto !important; */
	margin: 0 auto;
	max-width: 600px;
	margin: 0 auto;
	background-color: rgba(223, 223, 223, 1);
	padding-top: 5px !important;
}

.blog-swiper-nav .swiper-pagination>.swiper-pagination-progressbar-fill {
	background-color: var(--secondary-color);
	height: 5px;
}

.blog-swiper-nav .swiper-button-prev,
.blog-swiper-nav .swiper-button-next {
	position: relative;
	top: 0 !important;
	left: 0;
	transform: none !important;
}

.blog-swiper-nav .strzalki-opinie {
	display: flex;
	justify-content: end;
}

.blog-swiper-nav .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	background: rgba(223, 223, 223, 1);
	opacity: 1;
	border-radius: 5px;
}

.blog-swiper-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--secondary-color);
	width: 46px;
	height: 5px;
}

.blog-swiper-nav .swiper-button-next,
.blog-swiper-nav .swiper-button-prev {
	position: relative;
	transform: none !important;
	margin-top: auto;
	top: 0 !important;
	background-color: rgba(223, 223, 223, 1) !important;
	border-color: rgba(223, 223, 223, 1) !important;
	color: #fff !important;
}

.blog-swiper-nav .swiper-button-prev {
	margin-right: 20px !important;
}

@media only screen and (max-width:768px) {
	.blog-swiper-nav {
		flex-direction: column-reverse;
		gap: 20px;
	}
}

.post-info {
	display: flex;
	gap: 20px;
}

.mySwiperBlog {
	color: #fff !important;
}

.blog-swiper .swiper-slide {
	border-radius: 20px;
	padding: 40px;
	min-height: 580px;
	background-position: center;
	background-size: cover;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.3s ease;
}

.blog-swiper .swiper-slide:hover {
	box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
}

.btn-short {
	width: fit-content;
}

.post-date::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 16px;
	top: 5px;
	right: -10px;
	background-color: #fff;
}

.blog-zajawka-slider {
	max-width: 400px;
}

.product-info-badges {
	position: absolute;
	top: 0;
	left: 0;
}

.product-info-badges>.product-info-badge {
	/* display: inline-flex; */
	align-items: center;
	padding: 10px 20px;
	/* border-radius: 999px; */
	text-decoration: none;
	width: -webkit-fill-available;
	/* justify-content: end; */

	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	/* margin-bottom: 0; */
	margin-bottom: 3px;
}

.product-info-badge-bestseller {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.product-info-badge-nowosc {
	background: var(--third-color);
	color: #fff;
}

.product-info-badge-promocja {
	background: rgba(213, 4, 4, 0.8);
	color: #fff;
}

.product-info-badges>.product-info-badge:last-child {
	border-bottom-right-radius: 12px;
}

.product-info-badges>.product-info-badge:first-child {
	border-top-left-radius: 12px;
}

.product-title-slider {
	font-size: 16px !important;
	font-weight: bold;
	margin-top: 10px;
	min-height: 56px;
	color: rgba(38, 38, 38, 1);
}

.product-price-info .regular-price,
.product-price-info .regular-price>.woocommerce-Price-amount {
	font-size: 14px !important;
	color: rgba(117, 117, 117, 1);
}

.product-price>.woocommerce-Price-amount {
	font-size: 20px !important;
}

.product-price-info .regular-price.regular-price-big>.woocommerce-Price-amount {
	font-size: 20px !important;
	color: #000;
}


.discount-percentage {
	font-size: 14px;
	margin-left: 5px;
}

.product-price-info>.product-price {
	margin-bottom: 0;
}

.product-price-info>.product-price ins {
	color: var(--red-color) !important;
}

.btn-product {
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	padding: 8px 7px;
	border: 2px solid var(--secondary-color);
	background-color: var(--secondary-color);
	transition: all 0.3s ease;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 5px;
	border-radius: 10px;
	font-size: 20px;
}

.btn-product:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.product-btn-text {
	max-width: 0;
	opacity: 0;
	transition: max-width 0.3s ease;
	white-space: nowrap;
	color: #fff;
}

.swiper-slide:hover .btn-product .product-btn-text {
	max-width: 250px;
	/* Maksymalna szerokość po wysunięciu */
	transition: opacity 0.6s ease, max-width 0.3s ease;
	opacity: 1;
	margin-right: 10px;
	/* Odstęp od ikony */
}


.bestsellers-section .swiper-pagination-progressbar {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	/* width: auto !important; */
	margin: 0 auto;
	max-width: 600px;
	margin: 20px auto;
	background-color: rgba(223, 223, 223, 1);
	padding-top: 3px !important;
	height: 2px !important;
	margin-top: auto !important;
}

@media only screen and (min-width:768px) and (max-width:1600px) {
	.bestsellers-section {
		padding-left: 30px;
	}


}

@media only screen and (min-width:768px) and (max-width:1820px) {
	.green-cta {
		padding: 0 15px;
	}
}

.bestsellers-section .swiper-pagination-progressbar-fill {
	background-color: var(--secondary-color) !important;
	height: 5px !important;
	top: -1px !important;
	border-radius: 20px !important;
}

.swiper-slide.card {
	border: none !important;
	;
}

#breadcrumbs a {
	font-weight: normal;
	color: var(--text-secondary-color);
}

#breadcrumbs a,
#breadcrumbs p,
#breadcrumbs span {
	font-size: 14px;
}

#breadcrumbs span {
	color: var(--secondary-color);
}

.woocommerce-result-count {
	display: flex;
	width: 100%;
	margin-bottom: 60px !important;
}



.product-search-bar {
	height: fit-content;
	display: flex;
	align-items: center;
	width: 400px;
	position: relative;
	max-width: 100%;
}

.product-search-bar>.product-search-bar-input {
	width: 100%;
	border: 1px solid rgba(223, 223, 223, 1);
	padding: 10px;
	border-radius: 10px;
}

.product-search-bar>button {
	position: absolute;
	right: 5px;
	top: 44%;
	transform: translateY(-50%);
	border: 0;
	background-color: transparent;
	font-size: 20px;
	width: 40px;
}

.woocommerce-ordering>select {
	width: 100%;
	border: 1px solid rgba(223, 223, 223, 1);
	padding: 10px;
	border-radius: 10px;
}

form.woocommerce-ordering {
	display: none !important;
}

.woocommerce-ordering-bnb form.woocommerce-ordering {
	margin-bottom: 0 !important;
	display: block !important;
}

@media only screen and (min-width:768px) {
	.woocommerce-ordering-bnb {
		display: flex;
		flex-direction: column;
		width: fit-content;
		position: absolute;
		right: 0;
		bottom: 0;
	}
}


.shop-content>.shop-header {
	position: relative;
}


.woocommerce nav.woocommerce-pagination {
	margin-top: 60px !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: var(--secondary-color) !important;
	border: 1px solid var(--secondary-color) !important;
	border-radius: 5px !important;
	background-color: transparent !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	border: 1px solid transparent !important;
	/* border-radius: 10px !important; */
	background-color: transparent !important;
	color: rgba(38, 38, 38, 1) !important;
	font-size: 20px;
	padding: 11px 15px !important;
	margin-right: 4px !important;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none !important;
}

.productThumbnailsSwiper>.swiper-wrapper>.swiper-slide {
	height: 90px !important;
}

@media only screen and (min-width:768px) {
	.product-layout-container>.col-lg-6.position-relative {
		display: flex;
		position: sticky !important;
		top: 100px;
	}
}

@media only screen and (max-width:768px) {
	.col-lg-6.position-relative {
		flex-direction: column !important;

	}

	.thumbnails-wrapper {
		width: 100% !important;
		flex: 0 0 auto !important;
		height: 100px !important;
	}

	.productThumbnailsSwiper>.swiper-wrapper>.swiper-slide {
		width: 90px !important;
	}
}

.product-layout-container {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.col-lg-6.position-relative {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	flex-direction: row-reverse;
}

.thumbnails-wrapper {
	position: relative;
	width: 90px;
	flex: 0 0 90px;
	height: 500px;
	overflow: hidden;
}

.productThumbnailsSwiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.productThumbnailsSwiper .swiper-wrapper {
	height: 100%;
}

.productThumbnailsSwiper .swiper-slide {
	width: 100% !important;
	height: auto !important;
	cursor: pointer;
	box-sizing: border-box;
}

.productThumbnailsSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 90px;
	object-fit: cover;
	border-radius: 10px;
	opacity: .5;
}

.product-main-image {
	flex: 1;
	min-width: 0;
}

.product-main-image .productSwiper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	max-height: 500px;
	border-radius: 10px;
}

.thumbnails-wrapper .swiper-button-prev,
.thumbnails-wrapper .swiper-button-next {
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 28px;
}

.thumbnails-wrapper .swiper-button-prev {
	top: 5px;
}

.thumbnails-wrapper .swiper-button-next {
	bottom: 5px;
	top: auto;
}

.thumbnails-wrapper .swiper-button-prev::after,
.thumbnails-wrapper .swiper-button-next::after {
	font-size: 14px;
}

.thumbnails-wrapper .swiper-slide.swiper-slide-thumb-active img {
	border-color: var(--secondary-color) !important;
	opacity: 1;
}

.product-details-section h1.product-title {
	font-weight: bold;
	font-size: 44px;
	margin-top: 0 !important;
}

.product-collection {
	font-size: 16px;
}

@media only screen and (max-width:768px) {
	.mb-none {
		display: none !important;
	}

	.woocommerce-result-count {
		margin-bottom: 30px !important;
	}

	.woocommerce-ordering-bnb form.woocommerce-ordering {
		width: 100%;
		margin-bottom: 30px !important;
		margin-top: 10px;
	}
}



.custom-color-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
}

.custom-color-swatch {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 8px;
	border-radius: 8px;
/* 	min-width: 90px; */
	transition: 0.2s ease;
}

.custom-color-swatch input {
	display: none;
}

.custom-color-swatch .swatch-image {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 6px;
	overflow: hidden;
}

.custom-color-swatch .swatch-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.custom-color-swatch .swatch-label {
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
}

.custom-color-swatch.active {
	border-color: var(--secondary-color);
	box-shadow: 0 0 0 1px var(--secondary-color) inset;
}

.custom-size-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 10px;
}

.custom-size-swatch {
	cursor: pointer;
}

.custom-size-swatch input {
	display: none;
}

.custom-size-swatch .size-label {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	height: 50px;
	padding: 0 18px;
	border: 1px solid #d9d9d9;
	border-radius: 12px;
	background: #fff;
	font-size: 20px;
	line-height: 1;
	transition: all 0.2s ease;
}

.custom-size-swatch:hover .size-label {
	border-color: #999;
}

.custom-size-swatch.active .size-label {
	border-color: #0d7c66;
	box-shadow: inset 0 0 0 1px #0d7c66;
}


.custom-variation-label {
	margin-top: 30px;
	font-size: 16px;
}

.custom-color-swatch>.swatch-label {
	display: none !important;
}

.variation-label-title {
	font-weight: bold;
}

.custom-buy-box {
	/* border: 1px solid #d9d9d9; */
	/* border-radius: 28px; */
	background: #fff;
	overflow: hidden;
	margin-top: 30px;
	border-top: none;
	width: 100%;
}

.custom-buy-tabs {
	display: flex;
	align-items: flex-end;
}

.custom-buy-tab {
	flex: 1;
	height: 74px;
	border: 1px solid transparent;
	background: #fff;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	/* border-radius: 28px 28px 0 0; */
	position: relative;
	z-index: 1;
	/* border-bottom: transparent; */
	border-bottom-color: rgba(223, 223, 223, 1);
}

.custom-buy-tab:first-child {
	border-radius: 20px 0 0 0 !important;
}

.custom-buy-tab:nth-child(2) {
	border-radius: 0 20px 0 0 !important;
}

.custom-buy-tab.active {
	background-color: rgba(248, 248, 248, 1);
	border-radius: 20px 20px 0 0;
	border: 1px solid rgba(223, 223, 223, 1);
	border-bottom: none;
}

.custom-buy-tab.active::after {
	content: "";
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: -1px;
	height: 2px;
	background: #d8bc73;
}

.custom-buy-content {
	padding: 32px 36px 36px;
	background-color: rgba(248, 248, 248, 1);
	border: 1px solid rgba(223, 223, 223, 1);
	border-top: none;
	border-radius: 0 0 20px 20px;
}

.custom-tab-panel {
	display: none;
}

.custom-tab-panel.active {
	display: block;
}

.custom-buy-price-row,
.custom-paypo-row {
	display: flex;
	align-items: flex-start;
	gap: 28px;
	margin-bottom: 34px;
	flex-wrap: wrap;
}

.custom-main-price {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: var(--red-color);
}

.custom-old-price {
	font-size: 20px;
	color: #7d7d7d;
	text-decoration: line-through;
	line-height: 1.1;
}

.custom-paypo-total-price {
	font-size: 28px;
	line-height: 1.1;
	color: rgba(38, 38, 38, 1);
}

.custom-paypo-math {
	font-size: 34px;
	line-height: 1;
	color: rgba(38, 38, 38, 1);
	padding-top: 14px;
}

.custom-price-caption {
	margin-top: 8px;
	font-size: 14px;
	color: #7a7a7a;
}

.custom-payment-row {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	margin-bottom: 34px;
}

.custom-payment-label {
	font-size: 14px;
	color: #2d2d2d;
}

.custom-payment-icons {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.custom-payment-icons img {
	max-height: 28px;
	width: auto;
	display: block;
}

.custom-paypo-note {
	font-size: 16px;
	line-height: 1.5;
	color: #2d2d2d;
	margin-bottom: 34px;
}

.custom-paypo-inline-logo {
	display: inline-block;
	vertical-align: middle;
	max-height: 34px;
	margin-left: 6px;
}



.custom-shipping-line {
	font-size: 16px;
	line-height: 1.5;
	color: #2d2d2d;
}

.custom-stock-line {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 6px;
	font-size: 16px;
}

.custom-stock-line .dot {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #15C006;
	flex: 0 0 18px;
}

.custom-stock-line.low-stock .dot{
	background:#e9b10d;
}
.custom-stock-line.low-stock {
	color:#e9b10d;
}

.custom-stock-line.in-stock {
	color: #15C006;
}

.custom-stock-line.out-of-stock {
	color: #d40000;
}

.custom-stock-line.out-of-stock .dot {
	background: #d40000;
}

.custom-buy-actions .variations_form,
.custom-buy-actions form.cart {
	margin: 0;
}

.custom-buy-actions .single_variation_wrap,
.custom-buy-actions .woocommerce-variation-add-to-cart,
.custom-buy-actions .cart {
	display: flex;
	align-items: center;
	gap: 18px;
	/* flex-wrap: wrap; */
}

.custom-buy-actions .quantity {
	display: flex;
	align-items: center;
}

.custom-buy-actions .qty {
	width: 88px;
	height: 62px;
	text-align: center;
	border-radius: 999px;
	border: 1px solid #d9d9d9;
	font-size: 28px;
}

.custom-buy-actions .single_add_to_cart_button {

	text-transform: none !important;
	border-radius: 10px;
	background: var(--secondary-color);
	font-size: 20px !important;
	font-weight: 500 !important;
}

@media (max-width: 767px) {
	.custom-buy-tab {
		font-size: 18px;
		height: 84px;
		padding: 15px 25px;
	}

	.custom-buy-content {
		padding: 24px 20px 24px;
	}

	.custom-main-price {
		font-size: 28px;
	}

	.custom-buy-price-row,
	.custom-paypo-row {
		gap: 10px;
	}

	.custom-paypo-math {
		font-size: 18px;
	}

	.custom-old-price,
	.custom-paypo-total-price {
		font-size: 24px;
	}

	.custom-buy-actions .single_variation_wrap,
	.custom-buy-actions .woocommerce-variation-add-to-cart,
	.custom-buy-actions .cart {
		flex-direction: column;
		align-items: stretch;
	}

	.custom-buy-actions .single_add_to_cart_button {
		width: 100%;
		min-width: 0;
	}
}

.single_variation_wrap .woocommerce-variation-price {
	display: none;
}

.custom-quantity-add-to-cart {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 24px;
	width: 100%;
}

.custom-quantity-box {
	display: flex;
	align-items: center;
	gap: 10px;
}

.custom-quantity-box .quantity {
	margin: 0;
}

.custom-quantity-box .qty {
	width: 48px;
	height: 48px;
	border: 0;
	text-align: center;
	font-size: 32px;
	background: transparent;
	padding: 0;
}

.qty-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #d9d9d9;
	background: #fff;
	font-size: 40px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
}

.qty-btn:hover {
	background: #f7f7f7;
}

.custom-quantity-add-to-cart .single_add_to_cart_button {
	flex: 1;
	min-height: 50px;
	border-radius: 16px;
}

.woocommerce button.button.alt {
	height: auto;
	min-height: 50px;
	border-radius: 10px;

}

/* @media only screen and (min-width:1400px) {

	.single-product .product-single-slider,
	.single-product .green-cta {
		width: 100vw;
		position: relative;
		left: 0;
		margin-left: calc(670px - 50vw);
	}
} */

.up-sells.upsells.products {
	display: none;
}

.product>.yith-wcwl-add-to-wishlist {
	display: none !important;
}

.accordion-tab {
	border-color: transparent !important;
	position: relative;
	margin-bottom: 0 !important;
}

.accordion-tab::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;

	background-color: var(--third-color);
	/* opacity: 0; */
	transition: opacity 0.3s ease;
	z-index: 1;
}

.woocommerce-tabs .accordion-tab:nth-last-child(1)::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;

	background-color: var(--third-color);
	/* opacity: 0; */
	transition: opacity 0.3s ease;
	z-index: 1;
}

.accordion-tab .accordion-tab-title {
	background-color: transparent !important;
	font-size: 22px;
	font-weight: 600;
}

.accordion-tab .accordion-tab-title {
	padding: 20px 0;
}

.accordion-tab .accordion-panel {
	border-top: none !important;
	background-color: transparent !important;
}

.woocommerce-tabs {
	margin-top: 60px !important;
	background-color: rgba(248, 248, 248, 1) !important;
	padding: 60px 0 !important;
}

#primary {
	padding: 0 !important;
}

.acf-pdf-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
	padding: 40px 20px;
}

.acf-pdf-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	max-width: 200px;

	padding: 10px 30px;
	border-radius: 10px;
}

.acf-pdf-item:hover {
	background: #fff;
}

.acf-pdf-icon {
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}

.acf-pdf-title {
	font-size: 16px;
	line-height: 1.4;
}

.top-bar-info a,
#menu-very-top-menu.nav>li>a {
	color: var(--text-secondary-color);
}

.bnb-menu>.nav::before,
.bnb-menu>.nav::after {
	display: none !important;
}

/* Kontener sekcji bloga z scrollbar */
.blog-swiper .swiper-wrapper {
	display: flex;
	/* Używamy flex, aby elementy były ustawione w jednym wierszu */
	/* overflow-x: auto; */
	padding-bottom: 20px;
	/* Dajemy trochę miejsca, aby scrollbar nie nachodził na zawartość */
	-webkit-overflow-scrolling: touch;
	/* Włączamy płynne przewijanie na urządzeniach dotykowych */
}

/* Stylizacja paska przewijania */
.blog-swiper .swiper-wrapper::-webkit-scrollbar {
	height: 8px;
	/* Wysokość paska przewijania */
}

.blog-swiper .swiper-wrapper::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* Kolor tła paska przewijania */
}

.blog-swiper .swiper-wrapper::-webkit-scrollbar-thumb {
	background: #888;
	/* Kolor uchwytu paska */
}

.blog-swiper .swiper-wrapper::-webkit-scrollbar-thumb:hover {
	background: #555;
	/* Kolor uchwytu paska po najechaniu */
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
	width: 100% !important;
	max-width: 400px !important;
	position: relative !important;
	left: 0 !important;
	height: 2px !important;
}

.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
	background: var(--secondary-color) !important;
	height: 6px !important;
	border-radius: 20px !important;
	top: -2px !important;
}

@media only screen and (max-width:1199px) {
	.ver-top-bar-mobile>.container {
		background-color: rgba(248, 248, 248, 1);
		width: 100%;
/* 		padding-top: 10px; */
	}

	.ver-top-bar-mobile p {
		color: var(--secondary-color);
		font-weight: 600 !important;
		font-size: 14px !important;
		text-align: end;
	}

	.ver-top-bar-mobile {
		width: 100%;
	}

	.mobile-top-bar-content {
		margin-left: 160px;
	}

	

	.product-btn-text {
		max-width: fit-content;
		opacity: 1;
		font-size: 18px;
	}

	.btn-product {
		width: 100%;
		justify-content: center;
		gap: 20px;
		margin-top: 20px;
		position: relative;
		padding: 5px 7px;
	}

	.product-slider .nav {
		align-self: auto;
	}

	.mobile-only-tekst {
		margin-bottom: 20px;
	}

	.mobile-only-tekst>p {
		font-size: 18px;
		font-weight: 500;
		line-height: 30px;
		margin-bottom: 0px;
		color: rgba(38, 38, 38, 1);
	}

	.mobile-only-tekst>h4 {
		color: var(--secondary-color);
	}

	.mobile-only-tekst>span {
		color: var(--secondary-color);
		font-size: 18px;
		font-weight: 600;
		line-height: 27px;
	}


	.product-slider .swiper-slide>a>img,
	.card.swiper-slide>a>img {
		height: 300px;
	}

	.sliding-arrow-btn-container {
		margin-top: 0 !important;
	}


	.sliding-arrow-btn::after,
	.sliding-arrow-btn img,
	.sliding-arrow-btn-container::before {
		display: none !important;
	}

	.sliding-arrow-btn {
		height: 50px;
		border: 1px solid var(--secondary-color);
		border-radius: 10px;
		padding: 20px;
		width: 100%;
		justify-content: center;
		margin-top: 20px;
	}

	.sliding-arrow-btn-container {
		width: 100%;
	}

	.bestseller-static {
		flex-direction: column-reverse;
	}

	.kolekcje-grid .kolekcje-img,
	.kolekcje-grid .kolekcje-green {
		min-height: 300px;
	}

	.green-cta .row>div>p {
		margin-bottom: 30px;
	}

	.o-firmie .grid-1-1 .grid-1-1 {
		grid-template-columns: 1fr 1fr !important;
	}

	.o-firmie .grid-1-1 .grid-1-1 .bg-img {
		min-height: 150px;
	}

	.testimonial-text {
		padding: 0 !important;
		margin-bottom: 0 !important;
	}

	.social-media-text {
		flex-direction: column;
	}

	.social-media-icons-disp {
		flex-direction: row;
		margin-bottom: 10px;
	}

	.grid-item-contenet>i {
		opacity: 1;
	}

	.grid-item-contenet {
		box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
		z-index: 99;
	}

	.blog-swiper .swiper-slide {
		min-height: 380px !important;
	}

	.wpcf7-form-control.wpcf7-submit {
		width: 100%;
		font-size: 18px !important;
	}

	.footer-right>.row>div:nth-child(2),
	.footer-right>.row>div:nth-child(3) {
		width: calc(50% - 10px);
	}

	.footer-right>.row>div {
		margin-bottom: 40px;
	}

	.autor-projektu-footer {
		flex-direction: column;
		gap: 10px;
	}

	.autor-projektu-footer .agencja {
		flex-direction: column;
		gap: 10px;
		align-items: start;
	}
}

@media only screen and (max-width:992px){
	.bestseller-static {
		background-color: transparent !important;
		padding: 20px !important;
	}
}

@media only screen and (min-width:768px) {


	.mobile-only-tekst {
		display: none !important;
	}
}

@media only screen and (min-width:1199px) {
	.ver-top-bar-mobile {
		display: none !important;
	}


}


@media (max-width: 768px) {
	.sidebar-shop {
		position: fixed;
		top: 0;
		left: -100%;
		width: 320px;
		max-width: 90vw;
		height: 100vh;
		background: #fff;
		z-index: 9999;
		overflow-y: auto;
		transition: left .3s ease;
		padding: 20px;
		box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	}

	.sidebar-shop.show-sidebar-bnb {
		left: 0;
	}

	/* .product-filter-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 10px 16px;
		border: 1px solid #ddd;
		background: #fff;
		cursor: pointer;
	} */

	.bestseller-static>.h3,
	.bestseller-static>.h2,
	.bestseller-static>p {
		display: none;
	}
}

#sidebar-shop {
	left: -100%;
}

#sidebar-shop.show-sidebar-bnb {
	left: 0;
}


#sidebar-shop {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 320px;
	max-width: 90vw;
	height: 100vh;
	background: #fff;
	z-index: 99999;
	overflow-y: auto;
	padding: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);

	transform: translateX(-100%);
	transition: transform .3s ease;
}

#sidebar-shop.show-sidebar-bnb {
	transform: translateX(0);
}

@media (max-width: 991px) {
	.shop-filters-overlay {
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, .35);
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s ease, visibility .3s ease;
		z-index: 99998;
	}

	.shop-filters-overlay.active {
		opacity: 1;
		visibility: visible;
	}
}

.product-filter-btn {
	background-color: transparent;
	color: rgba(117, 117, 117, 1);
	padding: 10px 20px;
	height: 50px;
	border: 1px solid rgba(223, 223, 223, 1);
	border-radius: 10px;
	min-width: 300px;
	text-align: start;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	justify-content: space-between;
	width: fit-content;
	transition: transform 0.3s ease, opacity 0.2s ease, box-shadow .3s ease;
	font-weight: 500;
}

.product-filter-btn:hover img {
	transform: translateX(70px) translateY(-70px);
	transition: transform 0.3s ease, opacity 0.2s ease;
}


.product-filter-btn:hover {
	box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);

}


.product-filter-btn::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	width: 10px;
	height: 10px;
	background-image: url(/wp-content/uploads/2026/04/Vector-8.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateX(-70px) translateY(70px);
	opacity: 0;

}

.product-filter-btn:hover::after {
	transform: translateX(0) translateY(0);
	opacity: 1;
	transition: transform 0.3s ease, opacity 0.2s ease;
}



/* .shop-filters-bnb {
	margin-top: 20px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e5e5e5;
} */

.shop-filters-bnb .filter-box {
	margin-bottom: 15px;
}

.shop-filters-bnb label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 14px;
}

.shop-filters-bnb select,
.shop-filters-bnb input[type="number"] {
	width: 100%;
	height: 42px;
	padding: 0 12px;
	border: 1px solid #dcdcdc;
	background: #fff;
	box-sizing: border-box;
}

.shop-filters-bnb .filter-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 10px;
}

.shop-filters-bnb button {

	cursor: pointer;

	height: 50px;
	border: 1px solid var(--secondary-color);
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	justify-content: center;
	/* margin-top: 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	background-color: transparent;
	color: var(--secondary-color);
}

.shop-filters-bnb .clear-filters {
	text-align: center;
	text-decoration: none;
}



/* instrukcje */
.instructions-page {
	padding: 40px 0 80px;
}

.instructions-page,
section.first-section {
	padding: 40px 0 0;
}


.instructions-top {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 60px;
	align-items: end;
}

.instructions-top-left {
	flex: 1 1 auto;
	max-width: 700px;
}

.instructions-top-right {
	flex: 0 0 320px;
}

.instructions-top h1 {
	margin: 0 0 20px;
	font-size: 42px;
	line-height: 1.1;
}

.instructions-intro {
	font-size: 15px;
	line-height: 1.7;
}

.instructions-search label {
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}

.instructions-search-row {
	display: flex;
	align-items: center;
	/* border-bottom: 1px solid #222; */
}

.instructions-search-row input {
	flex: 1;
	border: 0;
	outline: 0;
	padding: 8px 0;
	background: transparent;
	width: 100%;
	/* height: 68px; */
	padding: 0 70px 0 24px;
	border: 1px solid #d9d9d980;
	border-radius: 10px;
	font-size: 18px;
	color: rgba(38, 38, 38, 1);
	/* background: #f7f7f7; */
	outline: none;
	box-sizing: border-box;
}

.instructions-search-row button {
	border: 0;
	background: transparent;
	cursor: pointer;
	padding: 8px 0 8px 12px;
}

.instructions-collection {
	margin-bottom: 70px;
}

.instructions-collection h2 {
	font-size: 36px;
	margin: 0 0 30px;
}

.instructions-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(120px, 1fr));
	gap: 40px 30px;
}

.instruction-card {
	text-decoration: none;
	color: inherit;
	display: block;
	text-align: center;
}

.instruction-card-icon {
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.instruction-card-icon img {
	max-height: 72px;
	width: auto;
}

.instruction-card-title {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 4px;
	word-break: break-word;
}

.instruction-card-meta {
	font-size: 14px;
	opacity: 0.7;
}

@media (max-width: 991px) {
	.instructions-top {
		flex-direction: column;
	}

	.instructions-top-right {
		flex: none;
		width: 100%;
	}

	.instructions-grid {
		grid-template-columns: repeat(3, minmax(120px, 1fr));
	}

	.custom-checkout-btn,
	.custom-continue-btn {
		min-height: 44px !important;
		padding: 7px 20px !important;
	}


}

.pay-logo>img {
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: auto;
	max-height: 100%;
}

@media (max-width: 575px) {
	.instructions-grid {
		grid-template-columns: repeat(2, minmax(120px, 1fr));
		gap: 25px 20px;
	}

	.instructions-top h1 {
		font-size: 30px;
	}

	.instructions-collection h2 {
		font-size: 26px;
	}
}


.custom-cart-page {
	padding-top: 30px;
	padding-bottom: 60px;
}

.custom-cart-header {
	margin-bottom: 30px;
}

.custom-cart-title {
	font-size: 44px;
	line-height: 1.1;
	margin: 15px 0 10px;
	font-weight: 700;
}

.custom-cart-count {
	color: #666;
	font-size: 16px;
}

.custom-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 40px;
	align-items: start;
}

.custom-cart-left {
	min-width: 0;
}

.custom-cart-table-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 150px 150px 60px;
	gap: 20px;
	padding: 0 0 14px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 16px;
	color: #222;
	font-weight: 600;
}

.custom-clear-cart {
	background: transparent;
	border: 0;
	color: #d93025;
	padding: 0;
	cursor: pointer;
	font-size: 14px;
	text-align: right;
}

.custom-cart-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 150px 150px 60px;
	gap: 20px;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid #ececec;
}

.custom-cart-product {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.custom-cart-thumb {
	width: 88px;
	min-width: 88px;
	border: 1px solid #ececec;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.custom-cart-thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.custom-cart-product-title {
	margin: 0 0 8px;
	/* font-size: 22px; */
	line-height: 1.3;
	font-weight: 500;
}

.custom-cart-product-title a {
	text-decoration: none;
	color: #222;
}

.custom-cart-meta {
	font-size: 14px;
	color: #555;
	line-height: 1.7;
}

.custom-cart-meta dl.variation {
	margin: 0 0 6px;
}

.custom-cart-meta dl.variation dt,
.custom-cart-meta dl.variation dd {
	display: inline;
	float: none;
	margin: 0;
}

.custom-cart-meta dl.variation dd p {
	display: inline;
	margin: 0 12px 0 4px;
}

.custom-cart-qty {
	display: flex;
	justify-content: center;
}

.custom-qty-box {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.custom-qty-box .qty-btn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #d9d9d9;
	background: #fff;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
	padding: 0;
}

.custom-qty-box input.qty {
	width: 34px;
	text-align: center;
	border: 0;
	background: transparent;
	font-size: 16px;
	padding: 0;
	box-shadow: none;
}

.custom-cart-line-total {
	font-size: 20px;
	color: #222;
	white-space: nowrap;
}

.custom-cart-remove {
	text-align: right;
}

.custom-cart-remove a.remove {
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	width: auto;
	height: auto;
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
	border: 0;
	color: #d93025 !important;

}

.woocommerce a.remove:hover {
	color: #a61c1c !important;
	background-color: transparent !important;
}

.custom-cart-actions-bottom {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
}

.woocommerce-cart .quantity .qty {
	font-size: 20px !important;
}

.custom-cart-coupon details summary {
	cursor: pointer;
	font-weight: 500;
}

.custom-cart-coupon-form {
	margin-top: 12px;
	display: flex;
	gap: 10px;
}

.custom-cart-coupon-form input {
	min-width: 220px;
	height: 44px;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	padding: 0 14px;
}

.custom-cart-coupon-form .button,
.custom-update-cart-btn {
	height: 44px;
	border-radius: 8px;
}

.custom-cart-right {
	position: relative;
}

.custom-cart-summary-box {
	position: sticky;
	top: 30px;
	/* border: 1px solid #e8e8e8; */
	border-radius: 14px;
	padding: 28px;
	/* background: #fafafa; */
}

.custom-cart-summary-box h2 {
	margin: 0 0 24px;
	font-size: 28px;
	line-height: 1.2;
}

.custom-summary-row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid #e3e3e3;
	font-size: 15px;
}

.custom-summary-row strong {
	font-weight: 600;
	text-align: right;
}

.custom-summary-total {
	font-size: 18px;
	font-weight: 700;
}

.custom-summary-total strong span,
.custom-summary-total strong {
	font-weight: 500 !important;
}

.woocommerce-shipping-destination,
.shipping-calculator-button {
	font-size: 14px;
}

.custom-summary-raty {
	padding-top: 18px;
}

.custom-summary-raty-label {
	color: #1b7f5a;
	font-weight: 600;
	margin-bottom: 8px;
}

.custom-summary-installments {
	padding-top: 6px;
}

.custom-summary-raty p {
	margin: 10px 0 0;
	font-size: 14px;
	color: #777;
	line-height: 1.5;
	text-align: right;
}

.custom-summary-buttons {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.custom-checkout-btn,
.custom-continue-btn {
	width: 100%;
	min-height: 50px;
	border-radius: 10px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 20px !important;
	font-weight: 400 !important;
	border: 1px solid transparent !important;
}

.custom-checkout-btn {
	background: var(--secondary-color) !important;
	color: #fff !important;
	border-color: var(--secondary-color) !important;
}

.custom-checkout-btn:hover {
	background: #fff !important;
	color: var(--secondary-color) !important;
	border-color: var(--secondary-color) !important;
}


.custom-summary-buttons a.custom-continue-btn {
	background: transparent !important;
	color: var(--secondary-color) !important;
	border: 1px solid var(--secondary-color) !important;
}

.custom-summary-buttons a.custom-continue-btn:hover {
	background: var(--secondary-color) !important;
	color: #fff !important;
	border: 1px solid var(--secondary-color) !important;
}

.custom-summary-payments {
	margin-top: 22px;
}

.custom-summary-payments-label {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.custom-summary-payments-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.custom-summary-payments-icons img {
	max-height: 20px;
	width: auto;
	display: block;
}

@media (max-width: 1200px) {
	.custom-cart-layout {
		grid-template-columns: 1fr;
	}

	.custom-cart-summary-box {
		position: static;
		padding: 0 !important;
	}

	.custom-cart-page {
		padding: 0 !important;
	}
}

@media (max-width: 767px) {
	.custom-cart-title {
		font-size: 32px;
	}

	.custom-cart-table-head {
		display: none;
	}

	.custom-cart-item {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.custom-cart-product {
		gap: 14px;
		flex-direction: column;
	}

	.custom-cart-thumb {
		width: 100px;
		min-width: 72px;
	}

	.custom-summary-total strong span {
		font-size: 16px;
	}

	.custom-summary-total .includes_tax {
		font-size: 14px;
	}

	.custom-cart-product-title {
		font-size: 18px;
	}

	.custom-cart-qty,
	.custom-cart-line-total,
	.custom-cart-remove {
		justify-content: start;
		text-align: start;
	}

	.custom-cart-actions-bottom {
		flex-direction: column;
		align-items: stretch;
	}

	.custom-cart-coupon-form {
		flex-direction: column;
	}

	.custom-cart-coupon-form input {
		min-width: 100%;
	}
}

@media only screen and (min-width:991px) {
	.custom-cart-page {
		padding-top: 0 !important;
		padding-left: 0 !important;
	}
}

#content>.col-md-9.content-area {
	width: 100% !important;
}

#main-column .post,
#main-column .page {
	border: none;
}

.woocommerce-cart .site-container-content-bnb,
.woocommerce-checkout .site-container-content-bnb {
	background: #ffffff;
	/* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 66%, rgba(248, 248, 248, 1) 66%); */
	/* z-index: -1; */
	position: relative;
	margin-bottom: -22px;
}

@media only screen and (min-width:1660px) {

	.woocommerce-cart .site-container-content-bnb,
	.woocommerce-checkout .site-container-content-bnb {
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 66%, rgba(248, 248, 248, 1) 66%);
	}
}

.woocommerce-cart .site-container-content-bnb>* {
	position: relative;
	z-index: 2;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #f8f8f8;
}


.woocommerce-cart .neswletter,
.woocommerce-checkout .neswletter {
	display: none !important;
}

.custom-cart-meta strong {
	color: rgba(38, 38, 38, 1);
}

.custom-summary-row span,
.custom-summary-row details summary {
	font-weight: bold;
}




/* ===== Checkout layout ===== */
/* .custom-checkout {
	max-width: 1280px;
	margin: 0 auto;
	padding: 28px 24px 48px;
} */

.custom-checkout__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 375px;
	gap: 48px;
	align-items: start;
	position: relative;
}

.custom-checkout__main {
	min-width: 0;
}

@media only screen and (min-width:991px) {
	.custom-checkout__sidebar {
		min-width: 0;
		position: sticky;
		top: 100px;
	}
}




.checkout-section {
	margin-bottom: 36px;
}

.checkout-section__title {
	margin: 0 0 16px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	color: #111;
}

.checkout-section__title--sidebar {
	font-size: 16px;
	margin-bottom: 18px;
}

/* ===== Woo columns reset ===== */
.woocommerce-checkout .col2-set,
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
	float: none;
	width: 100%;
	margin: 0;
}

/* ===== Headings in default WC templates ===== */
.woocommerce-checkout h3 {
	/* font-size: 22px; */
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 18px;
	color: #111;
}

/* ===== Form rows ===== */
.woocommerce form .form-row {
	padding: 0;
	margin: 0 0 14px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
	width: calc(50% - 8px);
}

.woocommerce form .form-row-first {
	float: left;
}

.woocommerce form .form-row-last {
	float: right;
}

.woocommerce form .form-row-wide {
	clear: both;
	width: 100%;
}

.woocommerce form .form-row label {
	display: block;
	margin: 0 0 7px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 600;
	color: #111;
	padding-left: 20px;
}

.woocommerce form .form-row label .optional {
	color: #7d7d7d;
	font-weight: 400;
}

.woocommerce input.input-text,
.woocommerce select,
.woocommerce textarea {
	width: 100%;
	min-height: 44px;
	padding: 11px 14px;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	background: #fff;
	font-size: 16px;
	line-height: 1.4;
	color: rgba(117, 117, 117, 1);
	box-shadow: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.woocommerce textarea {
	min-height: 92px;
	resize: vertical;
	padding-top: 12px;
}

.woocommerce input.input-text::placeholder,
.woocommerce textarea::placeholder {
	color: #9d9d9d;
}

.woocommerce input.input-text:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
	border-color: var(--secondary-color);
	outline: none;
	box-shadow: 0 0 0 1px var(--secondary-color);
}

/* ===== Checkbox / account / ship to different address ===== */
.woocommerce-form__label-for-checkbox,
#ship-to-different-address label,
.woocommerce .create-account {
	font-size: 14px;
	color: #111;
}

.woocommerce-form__label-for-checkbox input,
#ship-to-different-address input {
	margin-right: 8px;
}

/* ===== Shipping methods ===== */
.custom-shipping-methods ul#shipping_method {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.custom-shipping-methods ul#shipping_method li {
	position: relative;
	margin: 0 0 10px;
	padding: 14px 16px;
	border: 1px solid #DFDFDF;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
}

.custom-shipping-methods ul#shipping_method li label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	color: #111;
}

.custom-shipping-methods ul#shipping_method li input {
	margin-right: 10px;
}

.custom-shipping-methods .woocommerce-shipping-destination,
.custom-shipping-methods .woocommerce-shipping-calculator {
	display: none;
}

/* ===== Payment box ===== */
.woocommerce-checkout #payment {
	background: transparent;
	border: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
	margin: 0;
	padding: 0;
	border: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods li>label {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 52px;
	padding: 0 16px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	color: #111;
}

.custom-payment-method>.input-radio[type=radio] {
	display: none !important;
}

li.wc_payment_method[class*=payment_method_]>input[type=radio] {
	display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li>input[type="radio"] {
	position: relative;
	top: 1px;
	margin-right: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal>label,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_bacs>label,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_cod>label,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe>label {
	transition: border-color .2s ease, box-shadow .2s ease;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked+label {
	border-color: #1f7a5a;
	box-shadow: 0 0 0 1px #1f7a5a;
}

.woocommerce-checkout #payment div.payment_box {
	margin: 8px 0 12px;
	padding: 12px 14px;
	background: #f7f7f7;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}

.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

/* ===== Place order area ===== */
.woocommerce-checkout #payment .form-row.place-order {
	padding: 14px 0 0;
	margin: 0;
}

.woocommerce-checkout #payment #place_order {
	float: none;
	width: 100%;
	min-height: 44px;
	padding: 12px 16px;
	border: 0;
	border-radius: 6px;
	background: #1f7a5a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}

.woocommerce-checkout #payment #place_order:hover {
	opacity: .95;
}

/* ===== Terms / privacy ===== */
.woocommerce-terms-and-conditions-wrapper,
.woocommerce-privacy-policy-text {
	font-size: 14px;
	line-height: 1.55;
	color: #666;
}

.woocommerce-terms-and-conditions-wrapper a,
.woocommerce-privacy-policy-text a {
	color: #1f7a5a;
	text-decoration: none;
}

/* ===== Sidebar review ===== */
#order_review {
	background: transparent;
}

.custom-review-order-table,
.woocommerce-checkout-review-order-table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: transparent;
}

.custom-review-order-table thead,
.woocommerce-checkout-review-order-table thead {
	display: none;
}

.custom-review-order-table tbody tr,
.woocommerce-checkout-review-order-table tbody tr {
	border-bottom: 1px solid #efefef;
}

.custom-review-order-table tbody td,
.woocommerce-checkout-review-order-table tbody td {
	padding: 12px 0;
	border: 0;
}

.custom-review-order-table tfoot th,
.custom-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
	padding: 8px 0;
	border: 0;
	font-size: 14px;
	color: #111;
}

.custom-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot th {
	font-weight: 500;
	text-align: left;
}

.custom-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
	font-weight: 500;
}

.custom-review-order-table .order-total th,
.custom-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
	padding-top: 12px;
	font-size: 14px;
	font-weight: 700;
}

.review-order-product {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.review-order-product__name-wrap {
	min-width: 0;
	flex: 1;
}

.review-order-product__name {
	font-size: 14px;
	line-height: 1.45;
	font-weight: 600;
	color: #111;
}

.review-order-product__meta {
	margin-top: 4px;
	font-size: 11px;
	line-height: 1.4;
	color: #777;
}

.review-order-product__total {
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	color: #111;
}

/* ===== Notices ===== */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-radius: 8px;
	font-size: 14px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
	.custom-checkout {
		padding: 0;
	}

	.custom-checkout__grid {
		gap: 24px;
		display: flex;
		flex-direction: column-reverse;
	}

	.custom-checkout__sidebar-box {
		position: static;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last {
		float: none;
		width: 100%;
	}
}

.custom-checkout__sidebar-box {


	padding: 24px;
	min-height: 100%;
}

.checkout-sidebar__title {
	margin: 0 0 24px;
	font-size: 16px;
	font-weight: 700;
	color: #1d1d1d;
}

.checkout-sidebar__summary {
	padding-bottom: 18px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 18px;
}

.checkout-sidebar__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 0;
	font-size: 16px;
	color: #1d1d1d;
}

.checkout-sidebar__row--total span:first-child,
.checkout-sidebar__row--shipping span:first-child {
	font-weight: 600;
}

.checkout-sidebar__row--total span:last-child,
.checkout-sidebar__row--shipping span:last-child {
	font-weight: 500;
	text-align: right;
}

.checkout-sidebar__installments {
	margin: 0 0 16px;
	font-size: 14px;
	font-weight: 600;
	color: var(--secondary-color);
}

.checkout-sidebar__go-payment {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin-bottom: 18px;
	border-radius: 8px;
	background: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
	transition: all .3s ease;
}

.checkout-sidebar__go-payment:hover {
	color: var(--secondary-color);
	background: #fff;

}

.checkout-sidebar__payments {
	margin-bottom: 24px;
}

.checkout-sidebar__payments-label {
	margin-bottom: 10px;
	font-size: 14px;
	color: #444;
}

.checkout-sidebar__payments-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.pay-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 18px;
	padding: 0px 4px;
	font-size: 11px;
	font-weight: 700;
	color: #222;
}

.checkout-sidebar__cart-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.checkout-sidebar__cart-head h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #1d1d1d;
}

.checkout-sidebar__cart-head span {
	font-size: 14px;
	color: #666;
}

.checkout-sidebar__products {
	max-height: 420px;
	overflow-y: auto;
	padding-right: 8px;
}

/* .checkout-sidebar__products::-webkit-scrollbar {
	width: 6px;
} */

.checkout-sidebar__products::-webkit-scrollbar-thumb {
	background: #17805d;
	border-radius: 10px;
}

.checkout-sidebar__products::-webkit-scrollbar-track {
	background: #ececec;
	border-radius: 10px;
}

.checkout-sidebar__product {
	display: grid;
	grid-template-columns: 65px minmax(0, 1fr);
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid #e4e4e4;
}

.checkout-sidebar__qty {
	font-size: 14px;
	font-weight: 600;
	color: #1d1d1d;
	padding-top: 2px;
}

.checkout-sidebar__thumb img {
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.checkout-sidebar__content {
	min-width: 0;
}

.checkout-sidebar__name {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: rgba(38, 38, 38, 1);
}

.checkout-sidebar__meta {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.5;
	color: #444;
}

.checkout-sidebar__meta dl {
	margin: 0;
}

.checkout-sidebar__meta dt,
.checkout-sidebar__meta dd {
	display: inline;
	margin: 0;
}

.checkout-sidebar__meta dt::after {
	content: ": ";
}

.checkout-sidebar__meta dd::after {
	content: "";
	display: block;
}

.checkout-sidebar__price {
	font-size: 14px;
	line-height: 1.4;
	color: rgba(38, 38, 38, 1);
	display: flex;
	/* justify-content: space-between; */
	gap: 3px;
	font-weight: bold;
}

.checkout-sidebar__price>span {
	font-weight: normal;
}

@media (max-width: 991px) {
	.custom-checkout__sidebar-box {
		position: static;
		border-left: 0;
		padding: 20px 16px;
	}
}

.woocommerce-checkout .page {
	overflow-x: unset;
}



.checkout-sidebar__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	font-size: 14px;
	line-height: 1.5;
	color: #444;
}

.checkout-sidebar__meta-label {
	font-weight: 600;
	color: #222;
}

.checkout-sidebar__meta-value {
	color: #555;
}

a:focus {
	outline: none !important;

}

/* ===== Payment section ===== */
.checkout-section--payment {
	margin-top: 8px;
}

.checkout-section--payment .checkout-section__title {
	margin-bottom: 22px;
	/* font-size: 18px; */
	font-weight: 700;
	color: #111;
}

.custom-payment-section {
	background: transparent !important;
	border: 0 !important;
}

.custom-payment-methods {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.custom-payment-method {
	list-style: none;
	margin: 0 0 12px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.custom-payment-method>.input-radio {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.custom-payment-method__label {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 50px;
	padding: 0 16px;
	border: 1px solid #d8d8d8;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.custom-payment-method__left {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.custom-payment-method__check {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background: #fff;
	flex: 0 0 20px;
}

.custom-payment-method__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	color: #222;
}

.custom-payment-method__logo {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	max-width: 120px;
}

.custom-payment-method__logo img {
	display: block;
	max-height: 24px;
	width: auto;
}

.custom-payment-method>.input-radio:checked+.custom-payment-method__label {
	border-color: #198260;
	box-shadow: 0 0 0 1px #198260;
}

.custom-payment-method>.input-radio:checked+.custom-payment-method__label .custom-payment-method__check::after {
	content: "✓";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	color: #198260;
}

.custom-payment-method .payment_box {
	margin: 10px 0 14px 0 !important;
	padding: 16px 18px !important;
	background: #f7f7f7 !important;
	border: 1px solid #ececec;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}

.custom-payment-method .payment_box::before {
	display: none !important;
}

/* ===== Inputs inside payment boxes ===== */
.custom-payment-method .payment_box input.input-text,
.custom-payment-method .payment_box select,
.custom-payment-method .payment_box textarea {
	min-height: 44px;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	padding: 10px 12px;
	background: #fff;
}

/* ===== Place order ===== */
.custom-payment-section .place-order {
	margin-top: 20px !important;
	padding: 0 !important;
}

.custom-payment-section #place_order {
	width: 100%;
	min-height: 46px;
	border: 0;
	border-radius: 8px;
	background: #198260;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.custom-payment-section #place_order:hover {
	opacity: .96;
}

/* ===== Terms ===== */
.custom-payment-section .woocommerce-privacy-policy-text,
.custom-payment-section .woocommerce-terms-and-conditions-wrapper {
	font-size: 14px;
	line-height: 1.55;
	color: #666;
}

.custom-payment-section .woocommerce-privacy-policy-text a,
.custom-payment-section .woocommerce-terms-and-conditions-wrapper a {
	color: #198260;
	text-decoration: none;
}

/* ===== Hide default gateway icons if plugin duplicates them ===== */
/* .custom-payment-method__title img,
.woocommerce-checkout #payment .payment_method_paypal label img,
.woocommerce-checkout #payment .payment_method_stripe label img,
.woocommerce-checkout #payment label img {
	display: none !important;
} */

.custom-payment-method__logo {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	max-width: 140px;
}

.custom-payment-method__logo img {
	display: block;
	max-height: 24px;
	width: auto;
	height: auto;
	max-width: 100%;
}

.custom-payment-method__logo .woocommerce-credit-card-icons,
.custom-payment-method__logo .wc_payment_method_icon {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.checkout-actions-row {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.checkout-back-to-cart {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: var(--secondary-color);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

.checkout-back-to-cart:hover {
	color: var(--secondary-color);
	opacity: .9;
}

.checkout-back-to-cart__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 1;
	transform: translateY(-3px);
	font-weight: 800;
}


.custom-payment-section .place-order {
	margin-top: 28px !important;
	padding: 0 !important;
}

.custom-place-order__top {
	margin-bottom: 32px;
}

.custom-place-order__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 8px;
}

.checkout-back-to-cart {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #177c5b;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	flex-shrink: 0;
}

.checkout-back-to-cart:hover {
	color: #177c5b;
	opacity: .9;
}

.checkout-back-to-cart__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
	transform: translateY(-1px);
}

.custom-place-order__submit {
	margin-left: auto;
	width: 100%;
	max-width: 360px;
}

.custom-payment-section #place_order {
	width: 100%;
	min-height: 42px;
	border: 0;
	border-radius: 6px;
	background: #1c7c5b;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.custom-payment-section #place_order:hover {
	opacity: .96;
}

@media (max-width: 767px) {
	.custom-place-order__bottom {
		flex-direction: column;
		align-items: stretch;
	}

	.custom-place-order__submit {
		max-width: 100%;
	}

	.checkout-back-to-cart {
		order: 2;
	}

	.custom-place-order__submit {
		order: 1;
	}
}

.kolekcje-page-header {
	max-width: 520px;
	margin-bottom: 40px;
}

.kolekcje-grid--single {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.kolekcje-img {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 280px;
	padding: 22px;
	border-radius: 18px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	text-decoration: none;
	color: #fff;
}

.kolekcje-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .15) 45%, rgba(0, 0, 0, .45) 100%);
	z-index: 1;
}

.kolekcje-text,
.kolekcje-btn {
	position: relative;
	z-index: 2;
}

.kolekcje-text p {
	margin: 0 0 6px;
	font-size: 20px;
	color: #fff;
}

.kolekcje-text h2 {
	margin: 0;
	font-size: 36px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.kolekcje-btn {
	margin-top: 24px;
}

.sliding-arrow-btn-white {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.sliding-arrow-btn-white img {
	width: 14px;
	height: auto;
}

@media (max-width: 991px) {
	.kolekcje-grid {
		grid-template-columns: 1fr;
	}

	.kolekcje-img {
		min-height: 220px;
	}

	.kolekcje-text h2 {
		font-size: 28px;
	}

	.kolekcje-text p {
		font-size: 18px;
	}
}

.kolekcja-opis,
.kolekcja-opis>* {
	color: #fff !important;
}

.kolekcja-opis li {
	margin-bottom: 5px;
}

@media only screen and (min-width:768px) {
	.kolekcje-tile-end {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.kolekcje-content-card-bottom {
		text-align: end;
		max-width: 500px;
		margin-left: auto;
	}

	.kolekcja-opis {
		opacity: 0;
		transition: all .3s ease;
	}

	.kolekcje-grid .kolekcje-green:hover .kolekcja-opis,
	.kolekcje-grid .kolekcje-img:hover .kolekcja-opis {
		opacity: 1;
	}
}

.map-container {
	margin-top: 60px;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .Num_of_store {
	background-color: transparent !important;
	color: rgba(38, 38, 38, 1) !important;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .Num_of_store span {
	color: rgba(38, 38, 38, 1) !important;
}

#asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .search_filter {
	background-color: transparent !important;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel {
	border-color: transparent !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .btn.btn-asl.s-direction {
	background-color: transparent !important;
	color: var(--secondary-color);
	border-color: transparent !important;
}

.asl-map-canv {
	border-radius: 20px !important;
}

.asl-search-address>.input-group-append,
#asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .search_filter .asl-store-search .input-group-append {
	position: absolute;
	right: 0;
	top: 54%;
	z-index: 9;
	transform: translateY(-50%);
}

.asl-search-address>.input-group-append>.asl-search-event,
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .search_filter .asl-store-search .span-geo {
	background-color: transparent !important;
	border-color: transparent !important;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .sl-act-btns {
	justify-content: space-between !important;
	flex-direction: row-reverse !important;
}

#asl-storelocator.asl-cont .infoBox #style_0 .asl-buttons a:last-child {
	display: none !important;
}

#asl-storelocator.asl-cont .agile-modal .sl-form-group .checkbox-inline input[type=radio]:checked:before {
	left: 0;
	top: -3px;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box {
	margin-right: 10px;
}

.hero-banner-right img {
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.hero-banner-right img {
		margin-top: 20px;
	}
}

#asl-storelocator.asl-cont .agile-modal-backdrop-in {
	border-radius: 20px;
}

@media only screen and (min-width:1440px) {
	.container-to-right {
		margin-right: 20px !important;
		max-width: 1630px !important;
		margin-left: calc((100vw - 1400px) / 2) !important;
	}

	.container-to-right .hero-banner-right {
		margin-left: 40px;
	}

	.container-to-right .sliding-arrow-btn {
		margin-top: 60px !important;
	}
}





.wc-auth-tabs {
	max-width: 600px;
	margin: 60px auto;
}

.wc-auth-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 28px;
}

.wc-auth-title {
	margin: 0;
	font-size: 44px;
	line-height: 1.1;
	font-weight: 700;
}

.wc-auth-switch {
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	margin-top: 10px;
}

.wc-auth-tab-link {
	background: none;
	border: 0;
	padding: 0;
	margin-left: 4px;
	cursor: pointer;
	color: #1d7a5d;
	font-weight: 600;
}

.wc-auth-panel {
	display: none;
}

.wc-auth-panel.is-active {
	display: block;
}

.wc-auth-tabs label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}

.wc-auth-tabs input.input-text {
	width: 100%;
	height: 48px;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 0 14px;
	box-sizing: border-box;
}

.wc-auth-tabs .button {
	width: 100%;
	height: 50px;
	border-radius: 10px !important;
	background-color: var(--secondary-color) !important;
	color: #fff !important;
	border: 1px solid var(--secondary-color) !important;
	font-weight: 600;
	text-transform: none !important;
	transition: all .3s ease;
}


.wc-auth-tabs .button:hover {
	/* opacity: .95; */
	background-color: #fff !important;
	color: var(--secondary-color) !important;
}

.wc-auth-tabs .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
}

.wc-auth-tabs .lost_password {
	margin-top: 12px;
	font-size: 16px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	top: 13px;
}

form.login,
.woocommerce form.register {
	border-color: transparent !important;
	padding: 0 !important;
}

.woocommerce-account form .form-row input.input-text {
	padding: 14px 20px !important;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	transform: none !important;
}

@media only screen and (min-width:1640px) {
	.woocommerce-account .site-container-content-bnb {
		background: linear-gradient(90deg, rgba(248, 248, 248, 1) 36%, rgba(255, 255, 255, 1) 36%);
		padding-bottom: 80px;
		margin-bottom: -50px;
	}


}

.kontakt-dane {
	margin-top: 30px;
}

.kontakt-dane p>b {
	color: var(--secondary-color);
}

@media only screen and (min-width:768px) {
	.kontakt-dane {
		margin-top: 60px;
	}
}

.container-formularz-form .form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	/* margin-bottom: 16px; */
}

.form-group.half-width {
	flex: 1 1 calc(50% - 8px);
	margin-bottom: 0 !important;
}

.container-formularz-form .form-group .wpcf7-form-control-wrap {
	width: 100%;
}

.form-control,
.container-formularz-form .form-group .wpcf7-form-control-wrap .form-control-textarea {
	display: block;
	width: 100%;

	padding: 15px 12px;

	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	border: 1px solid #d9d9d980 !important;
	border-radius: 10px !important;
	padding-left: 20px !important;
	min-height: 45px !important;
	font-size: 16px !important;
}


.container-formularz-form {
	padding: 20px 20px;
	background-color: rgba(248, 248, 248, 1);
	border-radius: 20px;
}

.form-control-textarea:focus,
.form-control-textarea:focus-visible {

	outline: none !important;
}

.form-control-textarea:focus,
.form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(27, 115, 87, 0.5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(27, 115, 87, 0.5) !important;
}

.btn-wide {
	width: 100%;
}

.wpcf7-acceptance span {
	font-weight: normal !important;
}

.wpcf7-acceptance a {
	color: var(--secondary-color);
}

.wpcf7-acceptance a:hover {
	color: var(--primary-color);
}

.dane-kontaktowe-kontakt {
	padding: 40px 0;
	background-color: rgba(248, 248, 248, 1);
}

.dane-kontaktowe-kontakt .icon-row {
	display: flex;
	align-items: start;
	gap: 10px;
}

.dane-kontaktowe-kontakt .icon-row>img {
	margin-top: 4px;
}

.dane-kontaktowe-kontakt a:hover,
.dane-kontaktowe-kontakt a:hover p {
	color: var(--secondary-color);
}



.history-grid {
	display: grid;
	grid-template-columns: 420px 1fr;
	gap: 100px;
	align-items: start;
}

/* LEWA */
.history-intro h2 {
	font-size: 48px;
	margin-bottom: 32px;
}

.history-intro p {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(38, 38, 38, 1);
	margin-bottom: 20px;
}

.kontakt-dane p {
	margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
	.history-intro {
		position: sticky;
		top: 120px;
	}
}

/* PRAWA */
.timeline {
	position: relative;
	padding-left: 40px;
}

.timeline::before {
	content: "";
	position: absolute;
	left: 135px;
	top: 14px;
	bottom: 0;
	width: 1px;
	background: var(--secondary-color);
	height: calc(100% - 155px);
}

.timeline-item {
	display: grid;
	grid-template-columns: 70px 30px 1fr;
	gap: 20px;
	margin-bottom: 55px;
	position: relative;
}

.timeline-year {
	font-size: 22px;
	color: rgba(38, 38, 38, 1);
	text-align: right;
	padding-top: 2px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
}

.timeline-year>.timeline-month p {
	font-weight: normal;
	color: rgba(38, 38, 38, 1);
}

.timeline-dot {
	width: 12px;
	height: 12px;
	background: var(--secondary-color);
	border-radius: 50%;
	margin-top: 12px;
	position: relative;
	z-index: 2;
}

.timeline-content h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

.timeline-content p {
	font-size: 15px;
	line-height: 1.7;
	color: #444;
}

/* MOBILE */
@media (max-width: 992px) {

	.history-grid {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.timeline {
		padding-left: 0;
	}

	.timeline::before {
		left: 95px;
	}
}


.brand-values-section {
	padding: 80px 0 120px;
	/* background: #f5f5f3; */
}

.brand-values-grid {
	display: grid;
	grid-template-columns: 2fr 1.6fr;
	gap: 28px 32px;
	align-items: stretch;
}

.brand-values-grid-reverse {
	display: grid;
	grid-template-columns: 1.6fr 2fr;
	gap: 30px 30px;
	align-items: stretch;
	margin-top: 30px;
}

.brand-value-card {
	border-radius: 14px;
	/* overflow: hidden; */
}

.brand-value-card--image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 290px;
	object-fit: cover;
	border-radius: 14px;
}

.brand-value-card--text {
	display: flex;
	align-items: center;
	background: transparent;
}

@media only screen and (min-width:1440px) and (max-width:1940px){
	.brand-values-grid-reverse .brand-value-card--text {
		margin-right: 20px !important;
		margin-left: calc((100vw - 1400px) / 2) !important;
	}

	.brand-values-grid .brand-value-card--text {
		margin-left: 20px !important;
		margin-right: calc((100vw - 1400px) / 2) !important;
	}
}

@media only screen and (min-width:1900px) {
	.brand-values-grid-reverse .brand-value-card--text>.brand-value-content {
		margin-left: -30px !important;
	}
}

/* .brand-value-content {
	max-width: 420px;
	padding: 10px 8px;
} */

.brand-value-content h2 {
	margin: 0 0 22px;
	font-size: 42px;
	line-height: 1.08;
	font-weight: 600;
	color: #1d2430;
}

.brand-value-content p {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: #2f3440;
}

.brand-value-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
	font-size: 15px;
	font-weight: 500;
	color: #0f6b4b;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.brand-value-link:hover {
	opacity: 0.8;
}

.brand-value-link span {
	font-size: 18px;
	line-height: 1;
}

.brand-value-card--top {
	padding-left: 28px;
}

/* .brand-value-card--bottom {
	padding-left: 52px;
	padding-right: 12px;
} */

@media (max-width: 1199px) {
	.brand-value-content h2 {
		font-size: 34px;
	}

	.brand-value-card--top,
	.brand-value-card--bottom {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.brand-values-section {
		padding: 60px 0 80px;
	}

	.brand-values-grid,
	.brand-values-grid-reverse {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.brand-value-card--image img {
		min-height: 240px;
	}

	.brand-value-content {
		max-width: none;
		padding: 0;
	}

	.brand-value-content h2 {
		font-size: 30px;
		margin-bottom: 18px;
	}
}


.values-points-section {
	padding: 90px 0 110px;
	background: #f5f5f3;
}

.values-points-header {
	margin-bottom: 42px;
}

.values-points-header h2 {
	margin: 0;
	font-size: 38px;
	line-height: 1.1;
	font-weight: 600;
	color: #1f2430;
}

.values-points-layout {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) 400px minmax(220px, 1fr);
	align-items: center;
	gap: 24px;
}

.values-side {
	display: flex;
	flex-direction: column;
	gap: 44px;
}

.values-image {
	position: relative;
	z-index: 1;
}

.values-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 10px;
}

.value-point {
	display: flex;
	align-items: center;
	gap: 18px;
}

.value-point__content h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	color: #232833;
}

.value-point__content p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #4b525d;
}

.value-point__number {
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	border: 2px solid rgba(117, 117, 117, 1);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	font-size: 36px;
	line-height: 1;
	color: rgba(117, 117, 117, 1);
	position: relative;
	z-index: 2;
}

.value-point--left {
	justify-content: flex-end;
	text-align: right;
}

.value-point--left .value-point__content {
	max-width: 260px;
}

.value-point--right .value-point__content {
	max-width: 260px;
}

.value-point--1 {
	margin-right: -67px;
}

.value-point--2 {
	margin-right: -67px;
}

.value-point--3 {
	margin-left: -67px;
}

.value-point--4 {
	margin-left: -67px;
}

@media (max-width: 1199px) {
	.values-points-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.values-image {
		order: 1;
		max-width: 450px;
		margin: 0 auto;
	}

	.values-side--left {
		order: 2;
	}

	.values-side--right {
		order: 3;
	}

	.value-point,
	.value-point--left,
	.value-point--right {
		justify-content: flex-start;
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	}

	.value-point--left .value-point__content,
	.value-point--right .value-point__content {
		max-width: none;
	}

	.value-point--right {
		flex-direction: row;
	}

	.value-point--left {
		flex-direction: row-reverse;
	}
}

@media (max-width: 767px) {
	.values-points-section {
		padding: 70px 0 80px;
	}

	.values-points-header h2 {
		font-size: 30px;
	}

	.values-side {
		gap: 24px;
	}

	.value-point {
		gap: 14px;
	}

	.value-point__number {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
		font-size: 16px;
	}



}



.team-layout {
	display: grid;
	grid-template-columns: 420px minmax(0, 1fr);
	gap: 72px;
	align-items: start;
}

@media only screen and (min-width:768px) {
	.team-intro {
		position: sticky;
		top: 120px;
	}
}

.team-intro h2 {
	margin: 0 0 28px;
	font-size: 42px;
	line-height: 1.08;
	font-weight: 600;
	color: #1f2430;
}

.team-intro p {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.75;
	color: #313640;
}

.team-members {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.team-member {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

.team-member__image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1.15;
	object-fit: cover;
	border-radius: 12px;
	background: #ddd;
}

.team-member__content h3 {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #1f2430;
}

.team-member__role {
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 1.4;
	color: #0f6b4b;
}

.team-member__content p {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.75;
	color: #414853;
}

.team-member__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 8px;
	font-size: 14px;
	font-weight: 500;
	color: var(--secondary-color);
	text-decoration: none;
	transition: opacity .2s ease;
}

.team-member__link:hover {
	opacity: .8;
}

.team-member__link span {
	font-size: 16px;
	line-height: 1;
}

@media (max-width: 1199px) {
	.team-layout {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.team-intro {
		position: static;
		max-width: 720px;
	}
}

@media (max-width: 767px) {


	.team-intro h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.team-member {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.team-member__image {
		max-width: 240px;
	}

	.team-member__content h3 {
		font-size: 22px;
	}
}




.awards-section__title {
	margin: 0 0 42px;
	font-size: 34px;
	line-height: 1.1;
	font-weight: 600;
	color: #1f2430;
}

.awards-logos {
	display: grid;
	grid-template-columns: repeat(4, minmax(120px, 1fr));
	gap: 48px;
	align-items: center;
}

.awards-logos__item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 90px;
}

.awards-logos__item img {
	display: block;
	max-width: 100%;
	max-height: 160px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(0);
	opacity: 1;
	transition: opacity .2s ease, transform .2s ease;
}



@media (max-width: 991px) {
	.awards-logos {
		grid-template-columns: repeat(2, minmax(140px, 1fr));
		gap: 32px 28px;
	}

	.awards-section__title {
		font-size: 28px;
		margin-bottom: 32px;
	}
}

@media (max-width: 575px) {
	.awards-section {
		padding: 70px 0 80px;
	}

	.awards-logos {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.awards-logos__item {
		min-height: 72px;
	}

	.awards-logos__item img {
		max-height: 60px;
	}
}

/* blog */


.blog-archive-page {
	padding: 40px 0 100px;
}

.blog-archive-top {
	margin-bottom: 100px;
}

.blog-breadcrumbs {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 28px;
	font-size: 14px;
	color: #6b6f76;
}

.blog-breadcrumbs a {
	color: #6b6f76;
	text-decoration: none;
}

.blog-breadcrumbs a:hover {
	color: #0f6b4b;
}







.blog-filters {
	display: grid;
	grid-template-columns: 400px 400px;
	gap: 28px 36px;
	align-items: end;
	margin-bottom: 34px;
	justify-content: space-between;
}

.blog-filters__group label {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #232833;
}

.blog-select-wrap,
.blog-search-wrap {
	position: relative;
}

.blog-select-wrap select,
.blog-search-wrap input {
	width: 100%;
	height: 50px;
	border: 1px solid #d9dcd9;
	border-radius: 10px;
	background: #fff;
	padding: 0 16px;
	font-size: 14px;
	color: #232833;
	outline: none;
}

.blog-select-wrap select {
	appearance: none;
	padding-right: 44px;
	cursor: pointer;
}

.blog-select-wrap::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 1.5px solid #232833;
	border-bottom: 1.5px solid #232833;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
}

.blog-search-wrap input {
	padding-right: 54px;
}

.blog-search-wrap button {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	color: #232833;
}

.blog-posts-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.blog-card {
	position: relative;
	min-height: 340px;
	border-radius: 18px;
	overflow: hidden;
	background: #ddd;
	isolation: isolate;
}

/* .blog-card__link {
	position: absolute;
	inset: 0;
	z-index: 4;
} */

.blog-card__image,
.blog-card__placeholder {
	position: absolute;
	inset: 0;
}

.blog-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.blog-card__placeholder {
	background: linear-gradient(135deg, #cfcfcf, #bdbdbd);
}

.blog-card__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.22) 35%, rgba(0, 0, 0, 0.40) 100%);
}

.blog-card__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	min-height: 340px;
	padding: 26px 20px 20px;
	color: #fff;
}

.blog-card__meta {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 1.4;
	opacity: 0.95;
}

.blog-card__title {
	margin-bottom: 30px;
	color: #fff;
}

.blog-card__excerpt {
	max-width: 440px;
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
}

.blog-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 172px;
	height: 50px;
	padding: 0 22px;
	margin-top: auto;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	width: fit-content;
	transition: all 0.3s ease;
	/* background: rgba(255, 255, 255, 0.04); */

}

.blog-card .blog-card__button:hover {
	background: #fff;
	color: rgba(38, 38, 38, 1);
	box-shadow: 0 0px 20px 0px rgba(255, 255, 255, 0.4);
}

.blog-pagination {
	display: flex;
	justify-content: center;
	margin-top: 42px;
}

.blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	margin: 0 4px;
	padding: 0 12px;
	border: 1px solid #d9dcd9;
	border-radius: 10px;
	background: #fff;
	color: #232833;
	text-decoration: none;
}

.blog-pagination .page-numbers.current {
	border-color: #0f6b4b;
	color: #0f6b4b;
}

.blog-empty-state {
	padding: 70px 20px;
	text-align: center;
	border: 1px solid #d9dcd9;
	border-radius: 18px;
	background: #fff;
}

.blog-empty-state h2 {
	margin: 0 0 12px;
	font-size: 28px;
	color: #232833;
}

.blog-empty-state p {
	margin: 0 0 18px;
	color: #4b525d;
}

.blog-empty-state a {
	color: #0f6b4b;
	text-decoration: none;
	font-weight: 500;
}

@media (max-width: 1199px) {


	.blog-card__title {
		font-size: 24px;
	}
}

@media (max-width: 991px) {

	.blog-archive-top {
		margin-bottom: 40px;
	}

	.blog-filters {
		grid-template-columns: 1fr;
	}

	.blog-posts-grid {
		grid-template-columns: 1fr;
	}

	.blog-card,
	.blog-card__content {
		min-height: 300px;
	}
}

@media (max-width: 767px) {
	.blog-archive-page {
		padding: 24px 0 70px;
	}

	.blog-archive-heading h1 {
		font-size: 34px;
	}



	.blog-card__content {
		padding: 20px 16px 16px;
	}

	.blog-card__title {
		font-size: 22px;
	}

	.blog-card__button {
		min-width: 150px;
		height: 40px;
		font-size: 14px;
	}
}

.single-blog-page {
	padding: 40px 0 100px;

}

.single-blog-top {
	margin-bottom: 26px;
}



.single-blog-lead {
	max-width: 980px;
	font-size: 15px;
	line-height: 1.7;
	color: #4b525d;
}

.single-blog-hero {
	margin-bottom: 34px;
}

.single-blog-hero__media {
	position: relative;
	min-height: 520px;
	border-radius: 18px;
	overflow: hidden;
	background: #ddd;
	isolation: isolate;
}

.single-blog-hero__media img,
.single-blog-hero__placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.single-blog-hero__media img {
	object-fit: cover;
	display: block;
}

.single-blog-hero__placeholder {
	background: linear-gradient(135deg, #cfcfcf, #bdbdbd);
}

.single-blog-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.18) 100%);
}

.single-blog-hero__meta {
	position: absolute;
	top: 18px;
	z-index: 2;
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
}

.single-blog-hero__meta--left {
	left: 18px;
}

.single-blog-hero__meta--right {
	right: 18px;
}

.single-blog-content-wrap {
	margin-top: 6px;
}

.single-blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 34px;
	align-items: start;
	position: relative;
}

.single-blog-content {
	min-width: 0;
	color: #2f3440;
	font-size: 16px;
	line-height: 1.8;
}

.single-blog-content h2 {
	margin: 0 0 18px;
	font-size: 48px;
	line-height: 1.08;
	font-weight: 600;
	color: #232833;
}

.single-blog-content h3 {
	margin: 40px 0 16px;
	font-size: 30px;
	line-height: 1.16;
	font-weight: 600;
	color: #232833;
}

.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
	margin: 28px 0 14px;
	color: #232833;
}

.single-blog-content p {
	margin: 0 0 18px;
	color: #414853;
}

.single-blog-content ul,
.single-blog-content ol {
	margin: 0 0 22px;
	padding-left: 22px;
}

.single-blog-content li {
	margin-bottom: 8px;
}

.single-blog-content img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 14px;
}

.single-blog-content figure {
	margin: 28px 0;
}

.single-blog-content a {
	color: #0f6b4b;
	text-decoration: underline;
}

.single-blog-content blockquote {
	margin: 28px 0;
	padding: 20px 24px;
	border-left: 3px solid var(--secondary-color);
	background: rgba(15, 107, 75, 0.05);
	border-radius: 10px;
}

.single-blog-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0;
}

.single-blog-content table td,
.single-blog-content table th {
	padding: 12px 14px;
	border: 1px solid rgba(223, 223, 223, 1);
}

.single-blog-sidebar {
	position: relative;
}

.single-blog-sidebar {
	position: sticky;
	top: 120px;
	padding: 18px 18px 16px;
	border: 1px solid rgba(223, 223, 223, 1);
	border-radius: 14px;

}

.single-blog-toc__title {
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: 600;
	color: #232833;
}

.single-blog-toc__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-blog-toc__item {
	margin-bottom: 8px;
}

.single-blog-toc__item:last-child {
	margin-bottom: 0;
}

.single-blog-toc__item a {
	font-size: 14px;
	line-height: 1.5;
	color: #4b525d;
	text-decoration: none;
}

.single-blog-toc__item a:hover {
	color: var(--secondary-color);
}

.single-blog-toc__item--h3 {
	padding-left: 10px;
}

@media (max-width: 1199px) {
	.single-blog-header h1 {
		font-size: 44px;
	}

	.single-blog-content h2 {
		font-size: 38px;
	}

	.single-blog-content h3 {
		font-size: 26px;
	}

	.single-blog-layout {
		grid-template-columns: 1fr 240px;
	}
}

@media (max-width: 991px) {
	.single-blog-hero__media {
		min-height: 360px;
	}

	.single-blog-layout {
		grid-template-columns: 1fr;
	}

	.single-blog-sidebar {
		order: -1;
	}

	.single-blog-toc {
		position: static;
	}
}

@media (max-width: 767px) {
	.single-blog-page {
		padding: 24px 0 70px;
	}

	.single-blog-header h1 {
		font-size: 34px;
	}

	.single-blog-hero__media {
		min-height: 260px;
		border-radius: 14px;
	}

	.single-blog-hero__meta {
		top: 14px;
		font-size: 14px;
	}

	.single-blog-hero__meta--left {
		left: 14px;
	}

	.single-blog-hero__meta--right {
		right: 14px;
	}

	.single-blog-content {
		font-size: 15px;
	}

	.single-blog-content h2 {
		font-size: 30px;
	}

	.single-blog-content h3 {
		font-size: 24px;
	}
}

.default-page-template {
	padding: 40px 0 110px;

}

.partner-values-header {
	display: flex;
	justify-content: space-between;
}

.partner-values-header .sliding-arrow-btn-container {
	margin-top: 0;
	height: fit-content;
}

.values-points-section.values-points-section--zostan-partnerem {
	background-color: transparent !important;
}

.values-points-section.values-points-section--zostan-partnerem img,
.values-points-section.values-points-section--zostan-partnerem .values-image {
	height: 100%;
}

.private-label-section {
	padding: 90px 0 110px;
	background: #f5f5f3;
}

.private-label-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	/* align-items: center; */
}

.private-label-content {
	text-align: justify;
}





.private-label-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	font-size: 15px;
	font-weight: 500;
	color: #0f6b4b;
	text-decoration: none;
	transition: opacity .2s ease;
}

.private-label-link:hover {
	opacity: .8;
}

.private-label-link span {
	font-size: 18px;
	line-height: 1;
}

.private-label-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
}

@media (max-width: 1199px) {
	.private-label-grid {
		grid-template-columns: 1fr 1fr;
		gap: 36px;
	}

	.private-label-content h2 {
		font-size: 40px;
	}
}

@media (max-width: 991px) {

	.partner-values-header {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.private-label-section {
		padding: 70px 0 80px;
	}

	.private-label-grid {
		grid-template-columns: 1fr;
		gap: 28px;
		align-items: start;
	}

	.private-label-content {
		max-width: none;
	}

	.private-label-image {
		order: -1;
	}

	.private-label-content h2 {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.private-label-content h2 {
		font-size: 28px;
	}

	.private-label-content p,
	.private-label-link {
		font-size: 14px;
	}
}

.grid-green-cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	/* align-items: center; */
}

.grid-green-cta-item>* {
	color: #fff;
}

.grid-green-cta-item>h2 {
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	.grid-green-cta {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

.ul-check-yellow {
	padding-left: 0;
}

ul.ul-check-yellow>li {
	position: relative;
	padding-left: 40px;
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 6px;
}

ul.ul-check-yellow>li::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 0px;
	width: 18px;
	height: 22px;
	background-image: url(/wp-content/uploads/2026/04/Vector-11.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

ul.ul-check-yellow>li::marker {
	display: none !important;
	font-size: 0;
}

@media only screen and (min-width: 768px) {
	.green-cta.green-cta-partner>.container-big {
		padding: 100px 40px;
	}
}


.faq-section {
	padding: 0 0 120px;

}

.faq-section__inner {
	max-width: 820px;
	margin: 0 auto;
}

.faq-section__header {
	text-align: center;
	margin-bottom: 34px;
}

.faq-section__header h2 {
	margin: 0 0 18px;
	font-size: 46px;
	line-height: 1.08;
	font-weight: 600;
	color: #232833;
}

.faq-section__header p {
	max-width: 760px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(38, 38, 38, 1);
}

.faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.faq-item {
	border: 1px solid rgba(223, 223, 223, 1);
	border-radius: 10px;
	background: transparent;
	overflow: hidden;
	transition: border-color .2s ease, background-color .2s ease;
}

.faq-item.is-open {
	border-color: #7faf95;
	background: rgba(255, 255, 255, 0.35);
}

.faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 18px;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	color: rgba(117, 117, 117, 1);
	font-weight: bold;
}

.faq-icon {
	position: relative;
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
}

.faq-icon::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	border-right: 1.5px solid #5f666f;
	border-bottom: 1.5px solid #5f666f;
	transform: translate(-50%, -65%) rotate(45deg);
	transition: transform .2s ease;
}

.faq-item.is-open .faq-icon::before {
	transform: translate(-50%, -35%) rotate(-135deg);
}

.faq-item.is-open .faq-question {
	color: rgba(38, 38, 38, 1);
}

.faq-item.is-open .faq-icon::after {
	opacity: 0;
}

.faq-answer {
	display: none;
	padding: 0 18px 18px;
}

.faq-answer__content {
	max-width: 95%;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(38, 38, 38, 1);
}

@media (max-width: 767px) {
	.faq-section {
		padding: 70px 0 80px;
	}

	.faq-section__header h2 {
		font-size: 32px;
	}

	.faq-section__header p {
		font-size: 14px;
	}

	.faq-question {
		padding: 14px 16px;
		font-size: 14px;
	}

	.faq-answer {
		padding: 0 16px 16px;
	}

	.faq-answer__content {
		max-width: 100%;
		font-size: 14px;
	}
}


/* wishlist */
.custom-wishlist-page .container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 20px;
}

.wishlist-page-header {
	margin-bottom: 30px;
}

.wishlist-breadcrumbs {
	font-size: 14px;
	color: #777;
	margin-bottom: 20px;
}

.wishlist-breadcrumbs a {
	color: #777;
	text-decoration: none;
}



.wishlist-count {
	font-size: 14px;
	color: #666;
}

.my-wishlist-wrap {
	width: 100%;
	background: #fff;
}

.my-wishlist-head,
.my-wishlist-row {
	display: grid;
	grid-template-columns: 36px 36px minmax(380px, 1.8fr) 140px 150px 130px 200px 40px;
	align-items: center;
	column-gap: 16px;
}

.my-wishlist-row .qty-input {
	border-color: transparent !important;
}

.my-wishlist-head {
	padding: 16px 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
	color: #666;
	font-weight: 500;
}

.my-wishlist-row {
	padding: 18px 0;
	border-bottom: 1px solid #efefef;
}

.product-box {
	display: flex;
	align-items: center;
	gap: 18px;
}

.product-thumb img {
	width: 78px;
	height: 78px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #ececec;
	display: block;
}

.product-title {
	display: inline-block;
	/* font-size: 19px; */
	font-weight: 500;
	color: #222;
	text-decoration: none;
	margin-bottom: 8px;
	line-height: 1.35;
}



.product-meta {
	font-size: 14px;
	color: #666;
	line-height: 1.7;
}

.col-product,
.col-price,
.col-stock,
.col-qty,
.col-cart,
.col-move {
	font-size: 16px;
	font-weight: 600;
	color: rgba(38, 38, 38, 1);
}

.stock-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	white-space: nowrap;
	flex-direction: column;
}

.stock-badge .dot {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: inline-block;
}

.stock-badge.in-stock .dot {
	background: #18b535;
}

.stock-badge.low-stock .dot {
	background: #f4a51c;
}

.stock-badge.last-items .dot {
	background: #f44336;
}

.stock-badge.out-of-stock .dot {
	background: #888;
}

.stock-badge.in-stock .text {
	color: #18b535;
}

.stock-badge.low-stock .text {
	color: #d28b10;
}

.stock-badge.last-items .text {
	color: #e53935;
}

.stock-badge.out-of-stock .text {
	color: #666;
}

.qty-box {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.qty-btn {
	width: 28px;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
}

.qty-input {
	width: 34px;
	text-align: center;
	border: none;
	background: transparent;
	font-size: 14px;
	padding: 0 !important;

}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wishlist-add-cart,
.wishlist-disabled-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	height: 44px;
	padding: 0 18px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 14px;
}

.wishlist-add-cart {
	background: #0f7b5b;
	color: #fff;
	border: none;
}

.wishlist-add-cart:hover {
	background: #0c694d;
	color: #fff;
}

.wishlist-disabled-btn {
	background: #eaeaea;
	color: #777;
}

.col-remove .remove {
	color: #ff4d4f;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.my-wishlist-empty {
	padding: 24px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
}



.my-wishlist-head,
.my-wishlist-row {
	display: grid;
	grid-template-columns: 36px 36px minmax(380px, 1.8fr) 140px 170px 130px 180px 40px;
	align-items: center;
	column-gap: 16px;
}

.my-wishlist-head {
	padding: 14px 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
	color: #666;
}

.my-wishlist-row {
	padding: 18px 0;
	border-bottom: 1px solid #efefef;
}

.col-move {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.product-box {
	display: flex;
	align-items: center;
	gap: 18px;
	width: 100%;
}

.product-thumb {
	flex: 0 0 auto;
}

.product-thumb img {
	width: 78px;
	height: 78px;
	object-fit: cover;
	border: 1px solid #ececec;
	border-radius: 8px;
	display: block;
}

.product-info {
	flex: 1 1 auto;
	min-width: 0;
	margin-top: 20px;
}

.product-title {
	display: inline-block;
	color: #222;
	text-decoration: none;
	margin-bottom: 5px;
	line-height: 1.35;
}

.product-meta {
	font-size: 14px;
	color: #666;
	line-height: 1.7;
}

.move-handle {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	cursor: grab;
	color: #8f8f8f;
	padding: 0;
}

.move-handle:active {
	cursor: grabbing;
}

.my-wishlist-row.is-dragging {
	opacity: 0.55;
}

.my-wishlist-row.drag-over-top {
	border-top: 2px solid #0f7b5b;
}

.my-wishlist-row.drag-over-bottom {
	border-bottom: 2px solid #0f7b5b;
}

@media (max-width: 1024px) {
	.my-wishlist-head {
		display: none;
	}

	.my-wishlist-row,
	.my-wishlist-head {
		grid-template-columns: 1fr !important;
		gap: 12px;
		padding: 18px 16px;
		border: 1px solid #eee;
		border-radius: 12px;
		margin-bottom: 14px;
	}

	.wishlist-page-header h1 {
		font-size: 30px;
	}

	.my-wishlist-body .col-check,
	.my-wishlist-body .col-move {
		display: none !important;
	}
}

.bulk-remove-btn,
.wishlist-remove-btn {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: #ff4d4f;
	cursor: pointer;
	padding: 0;
	text-decoration: none;
}

.bulk-remove-btn[disabled] {
	opacity: .35;
	cursor: not-allowed;
}

.qty-box {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.qty-btn {
	width: 28px;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	line-height: 1;
}

.qty-input {
	width: 34px;
	text-align: center;
	border: 0;
	background: transparent;
}

.my-wishlist-form .my-wishlist-row>.col-cart>a {
	border-radius: 10px;
	color: #fff;
	background-color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	min-height: 50px;
	padding: 5px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: normal;
}

.col-cart>a:hover {
	background-color: #fff;
	color: var(--secondary-color);
}


.container-small {
	max-width: 1000px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
	margin-right: auto !important;
	margin-left: auto !important;
}

.zwrot-produktu-form label {
	color: rgba(38, 38, 38, 1);
}



.cart-widget {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	max-width: 400px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	height: 100%;
	/* Koszyk zajmuje 100% wysokości ekranu */
}

.cart-widget-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: white;
	padding: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	color: rgba(38, 38, 38, 1);
	/* Kolor tekstu rgba(38, 38, 38, 1) */
	overflow-y: auto;
	/* Pozwoli na przewijanie, jeśli koszyk będzie zbyt długi */
}

.cart-widget-content h3 {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: rgba(38, 38, 38, 1);
}

.cart-widget-content .cart-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	color: rgba(38, 38, 38, 1);
}

.cart-widget-content .cart-item img {
	max-width: 60px;
	margin-right: 10px;
}

.cart-widget-content .product-price {
	font-size: 1rem;
	color: rgba(38, 38, 38, 1);
}

.cart-widget-content .cart-summary {
	margin-top: 20px;
}

.cart-widget-content .cart-summary .btn {
	background-color: var(--secondary-color);
	color: white;
	padding: 10px;
	width: 100%;
	margin: 5px 0;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.cart-widget-content .cart-summary .btn:hover {
	background-color: darken(var(--secondary-color), 10%);
}

#close-cart {
	background-color: transparent;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	color: rgba(38, 38, 38, 1);
}

.cart-icon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
	cursor: pointer;
}

.cart-icon img {
	width: 40px;
	height: 40px;
}

#cart-widget .cart-item p {
	color: rgba(38, 38, 38, 1) !important;
}

.productSwiper .swiper-button-next,
.productSwiper .swiper-button-prev {
	background-color: transparent !important;
	border-color: transparent !important;
	transform: translate(0) !important;
}

.productSwiper .swiper-button-prev {
	left: 0 !important;
	top: 50% !important;
}

.productSwiper .swiper-button-next {
	right: 0 !important;
	top: 50% !important;
}

.productSwiper .swiper-button-next svg>path,
.productSwiper .swiper-button-prev svg>path {
	stroke: rgba(38, 38, 38, 1) !important;
}

.gallery-loading {
	opacity: 0;
	visibility: hidden;
}

.gallery-ready {
	opacity: 1;
	visibility: visible;
	transition: opacity .2s ease;
}

.custom-summary-coupons-list {
	margin: 12px 0;
	padding: 12px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.custom-summary-row-coupon {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	padding: 8px 0;
}

.custom-summary-coupon-left {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.custom-summary-coupon-label {
	font-size: 14px;
	color: #262626;
}

.custom-summary-coupon-remove {
	font-size: 14px;
	color: #c00;
	text-decoration: underline;
	width: fit-content;
}

.custom-summary-coupon-remove:hover {
	color: #900;
}

.custom-summary-coupon-discount {
	color: #1a7f37;
	white-space: nowrap;
}

.custom-summary-coupon-row:hover {
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.checkout-sidebar__go-payment {
		display: none !important;
	}

	.hero-h1-style {
		margin-bottom: 10px !important;
		font-size: 32px;
		font-weight: bold;
		line-height: 48px;
		min-height: 80px;
	}

	.slide-content-grid .slide-right .slide-right-nav {
		background-color: transparent;
		box-shadow: none;
	}

	.swiperHome .swiper-button-next,
	.swiperHome .swiper-button-prev {
		background-color: rgba(223, 223, 223, 1) !important;
		border-color: rgba(223, 223, 223, 1) !important;
		border: 1px solid rgba(223, 223, 223, 1) !important;
	}

	.swiperHome .swiper-button-next:hover,
	.swiperHome .swiper-button-prev:hover {
		background-color: #fff !important;
		border-color: rgba(117, 117, 117, 1) !important;
		box-shadow: none !important;
	}

	.swiperHome div:hover>.swiper-navigation-icon {
		stroke: rgba(117, 117, 117, 1);
	}

	.hero-section .custom-bullet {
		background: rgb(223 223 223);
	}

	.hero-section .custom-bullet.active {
		background: var(--secondary-color);
	}
}


.container .container {
	padding-left: 0 !important;
	padding-left: 0 !important;
}

.breadcrumb_last {
	font-weight: bold;
}

span>a,
p>a {
	font-weight: bold;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,
.yith-wcwl-add-button .add_to_wishlist img {
	background-color: #fff;
	border-radius: 5px;
}


@media only screen and (min-width:768px) {
	.mobile-only {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	.desktop-only {
		display: none;
	}

	.woocommerce-products-header__title {
		margin-bottom: 20px !important;
	}

	.product-filter-btn,
	.woocommerce .woocommerce-ordering select {
		width: 100%;
		min-height: 44px;
		height: 44px;
	}

	.product-info {
		width: 100%;
	}
}

.product-filter-btn,
.woocommerce .woocommerce-ordering select {
	border-radius: 10px !important;
}

.woocommerce-products-header .term-description {
	display: none;
}

.filtry-ceny-inside {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.filtry-ceny-inside input {
	width: 100%;
}

@media only screen and (min-width:1400px) {

	.product-filter-btn,
	.woocommerce .woocommerce-ordering select {
		min-width: 400px;
	}
}

.woocommerce .woocommerce-ordering select:hover {
	box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.woocommerce-Reviews-title,
.woocommerce-Tabs-panel--additional_information>h2,
.woocommerce-Tabs-panel--description>h2 {
	display: none !important;
}

li {
	font-size: 16px;
}

/* Kontener sekcji opinii */
#reviews {
	background-color: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
/* 	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
}

/* Nagłówek sekcji opinii */
#reviews h2 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 20px;
}

/* Gwiazdki oceny produktu */
.woocommerce .star-rating {
	font-size: 20px;
	color: #ffb600;
	font-family: WooCommerce !important;
}

.woocommerce .star-rating span {
	font-family: WooCommerce !important;
}

/* Ocena (średnia) */
.average-rating {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.average-rating .stars {
	margin-right: 10px;
}

/* Stylowanie każdej opinii */
#reviews .commentlist .review {
	padding: 15px;
	background-color: #ffffff;
	margin-bottom: 15px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

/* Stylowanie autora opinii */
#reviews .commentlist .review .author {
	font-weight: 600;
	font-size: 1.1rem;
	color: #333;
}

/* Stylowanie treści opinii */
#reviews .commentlist .review .description {
	font-size: 1rem;
	color: #555;
	margin-top: 10px;
}

/* Formularz dodawania opinii */


#reviews #review_form_wrapper input[type="submit"] {
	background-color: #0071a1;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}

#reviews #review_form_wrapper input[type="submit"]:hover {
	background-color: #005b79;
}

@media only screen and (min-width:768px) and (max-width:1400px) {
	.swiper.productSwiper {
		max-width: 440px;
	}

	.productThumbnailsSwiper .swiper-slide img,
	.productThumbnailsSwiper>.swiper-wrapper>.swiper-slide {
		height: 80px !important;
	}
}

@media only screen and (max-width:768px) {
	.product-details-section h1.product-title {
		font-size: 32px;
	}

	.acf-pdf-grid {
		justify-content: center;
	}

	.custom-size-swatch .size-label,
	.custom-size-swatch .size-label {
		font-size: 18px;
	}
}

/* Ukryj nagłówek dla mobilnych urządzeń */
.mobile-title {
	display: block;
}

.desktop-title {
	display: none;
}

/* Pokaż nagłówek dla desktopów */
@media (min-width: 768px) {
	.mobile-title {
		display: none;
	}

	.product-collection {
		display: none;
	}

	.desktop-title {
		display: block;
	}



	.custom-color-swatch {
		max-width: 90px;
	}


}

.variations option.variation-out-of-stock,
.variations option.is-disabled,
.variations option.is-out-of-stock,
.variations option[data-stock-status="out-of-stock"] {
	color: #999 !important;
	background-color: #f2f2f2 !important;
}

.custom-color-swatch.is-out-of-stock,
.custom-size-swatch.is-out-of-stock {
	opacity: 0.35;
	pointer-events: none;
	cursor: not-allowed;
}

.woocommerce-cart .default-page-template__header {
	display: none !important;
}

.woocommerce-form-coupon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.woocommerce-form-coupon>.form-row {
	margin-bottom: 0 !important;
}

#asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .search_filter .asl-store-search .asl-search-address.form-control {
	height: 50px !important;
	margin-top: 4px;
}

@media only screen and (max-width:768px) {
	.woocommerce-form-coupon {
		flex-direction: column;
		gap: 20px;
	}

	#asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .search_filter .asl-store-search .asl-search-address.form-control {
		height: 44px !important;
		margin-top: 2px;
	}

	.wc-auth-title {
		font-size: 32px;
	}
}

@media only screen and (min-width:1400px) {
	.custom-checkout__top-info {
		margin-right: 424px;
	}

	.custom-checkout__sidebar {
		margin-top: -185px;
	}

	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row textarea,
	input,
	span.select2-selection.select2-selection--single>span.select2-selection__rendered {
		min-height: 50px !important;
	}

	#asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .search_filter {
		padding: 10px 10px 10px 0 !important;
	}

	#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item {
		padding: 15px 20px 15px 0 !important;
	}

	#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .Num_of_store {
		padding: 12.5px 20px 12.5px 0 !important;
	}

	.wc-auth-tabs {
		margin-top: 120px;
	}
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li span,
#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li a {
	font-size: 14px !important;
}

.asl-cluster-1 {
	--cluster-color: var(--secondary-color) !important;
}

.asl-cluster {
	background: var(--secondary-color) !important;
}

.includes_tax {
	display: none;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .Num_of_store span {
	font-size: 16px !important;
}

.woocommerce-account .default-page-template__top {
	display: none;
}









.side-cart-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	z-index: 9998;
}

.side-cart-container {
	position: fixed;
	top: 0;
	right: -420px;
	width: 400px;
	max-width: 90%;
	height: 100vh;
	background: #fff;
	z-index: 9999;
	padding: 24px;
	overflow-y: auto;
	transition: right .3s ease;
	box-shadow: -5px 0 25px rgba(0, 0, 0, .2);
}

body.side-cart-open .side-cart-container {
	right: 0;
}

body.side-cart-open .side-cart-overlay {
	display: block;
}

.side-cart-close {
	position: absolute;
	top: 12px;
	right: 16px;
	border: 0;
	background: none;
	font-size: 32px;
	cursor: pointer;
}


.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 90px;
	max-height: 150px;
	object-fit: contain;
}

.widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
	min-height: calc(100% - 100px);
	/* height: 100%; */
	/* justify-content: space-between; */
	gap: 20px;
}

.woocommerce-mini-cart__buttons {
	align-self: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	text-align: center;
}

.woocommerce-mini-cart__buttons a {
	background-color: var(--secondary-color) !important;
	color: var(--primary-btn-text-color) !important;
	border: 1px solid var(--secondary-color);
	background-image: none !important;
	transition: all 0.5s;
	min-width: 230px;
	text-align: center;
	text-transform: uppercase;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center !important;
	align-content: center !important;
	height: 45px;
}

.woocommerce-mini-cart__buttons a:hover {
	background-color: white !important;
	color: var(--secondary-color) !important;
	border: 1px solid var(--secondary-color) !important;
	text-decoration: none !important;
}

.product_list_widget{
	list-style:none !important;
}

.woocommerce-mini-cart.cart_list.product_list_widget {
	padding-left:15px !important;
}

.mini-cart-variation-data > .variation{
	    display: grid;
    grid-template-columns: 1fr 1fr;
}

.woocommerce-mini-cart-item {
	position: relative;
	padding-left: 10px !important;
}

.woocommerce-mini-cart-item>a {
	font-size: 18px;
	    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-mini-cart-item>.remove_from_cart_button {
	position: absolute;
	left: -18px;

}

.woocommerce-mini-cart__total>* {
	font-size: 20px;
}

.woocommerce-mini-cart__total {
	margin-top: auto;
}

.mini-cart-variation-data {
	margin: 6px 0;
	font-size: 13px;
	line-height: 1.5;
}

.mini-cart-variation-data dl,
.mini-cart-variation-data dt,
.mini-cart-variation-data dd {
	margin: 0;
}

.mini-cart-variation-data dt,
.mini-cart-variation-data dd {
	display: inline;
}

.mini-cart-variation-data dd {
	margin-right: 8px;
}

.mini-cart-variation-row strong,
.mini-cart-variation-data dt {
	font-weight: 700;
}

.Input,
.p-Input-input,
.p-Input>input,
.payment_box input {
	min-height: 45px !important;
	padding: 20px !important;
}

i,
.fa-light {
	font-family: 'Font Awesome 6 Pro' !important;
}

.woocommerce-account .woocommerce-privacy-policy-text {
	display: none !important;
}

.more-toggle {
	border-color: transparent;
	background-color: transparent;
	color: #262626;

}
.more-toggle:hover{
	color: var(--secondary-color);
}

 option.force-hidden,
    .force-hidden {
        display: none !important;
    }



/* opinie */

.custom-product-reviews {
	background: #f7f7f7;
	padding: 28px 32px;
	border-radius: 10px;
}

.custom-reviews-top {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 30px;
	align-items: start;
	margin-bottom: 35px;
}

.comment-form-cookies-consent {
grid-column: 1 / -1 !important;
    width: 100% !important;
    /* display: block !important; */
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.4;
    color: #777;
    display: flex;
    justify-content: start;
    align-items: center;
	
}

 .comment-form-rodan-privacy {
grid-column: 1 / -1 !important;
    width: 100% !important;
    /* display: block !important; */
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.4;
    color: #777;
    display: flex;
    justify-content: start;
    align-items: center;
	 flex-direction:column;
}

.comment-form-cookies-consent input,
.comment-form-rodan-privacy input{
	width: auto !important;
}

.custom-review-form-wrapper .comment-form-cookies-consent label,
.custom-review-form-wrapper .comment-form-rodan-privacy label {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	font-weight: 400;
}

.custom-review-form-wrapper .comment-form-cookies-consent input,
.custom-review-form-wrapper .comment-form-rodan-privacy input {
	width: auto !important;
	margin-top: 3px;
	flex: 0 0 auto;
}

.custom-reviews-summary {
	text-align: center;
	border-right: 1px solid #178263;
	padding: 38px 26px 38px 0;
}

.custom-rating-number {
	font-size: 52px;
	font-weight: 700;
	line-height: 1;
	color: #222;
}

.custom-rating-count {
	font-size: 12px;
	color: #444;
	white-space: nowrap;
	margin-top:40px;
}

/* FORMULARZ */
.custom-review-form-wrapper form {
	display: grid !important;
	grid-template-columns: 270px 1fr;
	gap: 12px 24px;
	align-items: start;
}

.custom-review-form-wrapper .custom-rating-field {
	    grid-column: 1;
    grid-row: 1;
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.custom-review-form-wrapper .comment-form-author {
	grid-column: 1;
	grid-row: 2;
	margin: 0;
}

.custom-review-form-wrapper .comment-form-email {
	grid-column: 1;
	grid-row: 3;
	margin: 0;
}

.custom-review-form-wrapper .comment-form-comment {
	grid-column: 2;
	grid-row: 1 / span 3;
	margin: 0;
}



.custom-review-form-wrapper .form-submit {
	grid-column: 1;
	margin: 10px 0 0;
}

.custom-review-form-wrapper label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
}

.custom-review-form-wrapper input[type="text"],
.custom-review-form-wrapper input[type="email"],
.custom-review-form-wrapper textarea {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 11px 14px;
	background: #fff;
	box-shadow: none;
}

.custom-review-form-wrapper textarea {
	min-height: 84px;
	resize: vertical;
}

.custom-review-form-wrapper #submit {
	background: #178263 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 7px;
	padding: 13px 28px;
	font-weight: 600;
	text-transform: none;
	width: auto;
	min-width: 184px;
}

/* GWIAZDKI */
.custom-product-reviews .star-rating,
.custom-product-reviews .star-rating span,
.custom-product-reviews p.stars a,
.custom-product-reviews p.stars a::before {
	color: #178263 !important;
}

.custom-product-reviews p.stars {
	margin: 0;
	font-size: 20px;
}

/* LISTA OPINII */
.custom-reviews-list ol.commentlist {
	padding: 0;
	margin: 0;
}

.custom-reviews-list ol.commentlist li.review {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 12px;
	padding: 22px 28px;
	margin-bottom: 16px;
	list-style: none;
}

.custom-reviews-list img.avatar {
	display: none;
}

.custom-reviews-list .comment-text {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 25px;
}

.custom-reviews-list .meta {
	grid-column: 1;
	border-right: 1px solid #178263;
	padding-right: 25px;
	text-align: center;
	font-weight: 600;
	margin: 0 !important;
}

.custom-reviews-list .star-rating {
	grid-column: 1;
	float: none;
	margin: 8px auto 0;
}

.custom-reviews-list .description {
	grid-column: 2;
/* 	grid-row: 1 / span 2; */
	line-height: 1.7;
	color: #333;
}

.custom-reviews-list .description p {
	margin: 0;
}

.woocommerce-noreviews {
	margin-top: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
	.custom-reviews-top,
	.custom-review-form-wrapper form,
	.custom-reviews-list .comment-text {
		display: block !important;
	}

	.custom-reviews-summary {
		border-right: 0;
		border-bottom: 1px solid #178263;
		padding: 0 0 25px;
		margin-bottom: 25px;
	}

	.custom-review-form-wrapper .comment-form-author,
	.custom-review-form-wrapper .comment-form-email,
	.custom-review-form-wrapper .comment-form-comment,
	.custom-review-form-wrapper .custom-rating-field {
		margin-bottom: 12px;
	}

	.custom-reviews-list .meta {
		border-right: 0;
		border-bottom: 1px solid #178263;
		padding: 0 0 12px;
		margin-bottom: 12px !important;
	}
}

@media only screen and (min-width:768px){
	.woocommerce #reviews #comment{
		    height: 140px;
	}
}

.woocommerce-Tabs-panel--description img{
/* 	    max-height: 400px; */
/*     object-fit: cover; */
    border-radius: 20px !important;
	
}

img.img-400 {
	    max-height: 400px;
    object-fit: cover;
    border-radius: 20px;
	
}

/* Add an indicator for menu items with submenus */
@media only screen and (min-width:1200px){
	li.menu-item-has-children::after {
    content: '▼';  /* You can change the arrow symbol or use an icon */
    font-size: 12px;
    margin-left: 5px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
	transition: .3s all linear
}
}


/* Add hover effect to rotate the indicator */
li.menu-item-has-children:hover::after {
  transform: rotate(180deg) translateY(50%);
}

/* Styling for the sub-menu */
ul.sub-menu {
    list-style: none;
    padding-left: 0;
    position: absolute;
    display: none;
    background: var(--primary-bg-color);
    z-index: 9999999;
    opacity: 0;
    transition: all .3s linear;
    top: 24px;
}

.menu-item:hover > ul.sub-menu {
    opacity: 1;
    top: 42px;
}

ul.sub-menu > li {
    min-height: 30px;
    padding: 10px;
    padding-top: 5px;
}

/* Responsive adjustments */
@media(max-width: 1200px) {
    .navbar-collapse {
        position: absolute;
        z-index: 99999999;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-collapse,
    .navbar-collapse ul {
        width: 100%;
    }

    .navbar-collapse > ul {
        justify-content: flex-start;
        flex-direction: column;
    }

    .navbar-collapse > ul li {
        background: var(--nav-menu-bg-color);
    }

    .navbar-collapse > ul li > a {
        width: max-content;
    }
	
	ul.nav ul.sub-menu{
		width:100% !important;
		top:0 !important;
		position:relative !important;
		padding:20px 5px !important;
		box-shadow:none !important;
	}
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt{
	font-size:16px !important;
}

/* .variation-out-of-stock,
.is-disabled,
.is-out-of-stock,
option.variation-out-of-stock {
    display: none !important;
} */
.variation-out-of-stock,
.variation-not-existing,
.variation-unavailable,
.is-disabled,
.is-out-of-stock,
.unavailable {
    display: inline-flex !important;
    opacity: 0.35;
    cursor: not-allowed !important;
    filter: grayscale(1);
    position: relative;
}

.variation-out-of-stock *,
.variation-not-existing *,
.variation-unavailable *,
.is-disabled *,
.is-out-of-stock *,
.unavailable * {
    pointer-events: none;
}

.variation-out-of-stock::after,
.variation-not-existing::after,
.variation-unavailable::after,
.is-disabled::after,
.is-out-of-stock::after,
.unavailable::after {
content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: 50%;
    height: 2px;
    background: currentColor;
    transform: rotate(-20deg);
    opacity: 0.7;
   
}

.product-config-row option.variation-out-of-stock,
.product-config-row option.variation-not-existing,
.product-config-row option.variation-unavailable {
    color: #999;
} 


.reset-product-config {
    margin-top: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #666;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.reset-product-config:hover {
    color: #000;
}

.payment_method_woocommerce_payments {
	display: none !important;
}

.custom-cart-remove img{
	min-height:18px !important;
}

.header-cart-icon {
    position: relative;
    display: inline-flex;
}

.cart-count-badge {
    position: absolute;
    top: -4px;
    right: 0px;
    background-color: var(--primary-color, #2d6a4f);
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 3px;
}

/* Ukryj gdy koszyk pusty (opcjonalnie) */
.cart-count-badge:empty,
.cart-count-badge[data-count="0"] {
    display: none;
}

@media only screen and (min-width:1000px) and (max-width:1600px){
	.slide-content-grid .slide-right{
	    grid-template-rows: 2fr 1fr;
}
	.slide-content-grid .slide-left{
		 grid-template-rows: 1fr 4fr;
	}
	.slide-container-bnb{
		min-height:500px !important
			
	}
}


.mini-cart-variation-data .woocommerce ul.cart_list li::after, .mini-cart-variation-data .woocommerce ul.product_list_widget li::after, .mini-cart-variation-data .variation::before{
	display:none !important;
}

.product-price-info ins{
	border-bottom: none !important;
    text-decoration: none;
    font-size: 20px;
}
.custom-main-price > del{
	font-size:22px !important;
	color:#333 !important;
}

.custom-main-price > ins{
	text-decoration: none;
}

ul#menu-very-top-menu>li.menu-item {
	padding: 0 0px 0 20px;
}

@media only screen and (min-width: 1200px) and (max-width:1400px) {
	ul#menu-very-top-menu>li.menu-item {
		padding: 0 0px 0 0px;
	}
}

.very-top-bar {
	/* background-color: var(--third-color); */
	padding: 5px 0;
}

.very-top-bar .container {
	padding-right: 0px !important;
}

.very-top-bar .nav {
	display: flex;
	justify-content: flex-end;
}

.header-container {
	padding: 0px 0 10px;
}

.site-title h1.site-title-heading {
	margin-bottom: 0px !important;
}


.site-logo-heading img {
	max-height: 60px;
	width: auto;
	opacity: 1;
	transition: opacity .2s ease, max-height .25s ease, margin-top .25s ease;
	will-change: opacity;
}


@media only screen and (max-width:1199px) {
	.site-logo-heading img {
		width: 95%;
		height: auto;

	}
	.site-logo-heading img{
		max-height: 60px !important;
		margin-top: 40px !important;
	}
	.main-header.hide-topbar .site-logo-heading img {
		margin-top: 40px !important;
		max-height:100%;
	}

	.mobile-menu-bnb .site-logo-heading img {
		margin-top: 50px !important;
		max-height: 60px !important;
	}
}

/* .main-header.hide-topbar .site-logo-heading {
top: 0;
height: 80px;
} */

.main-header.hide-topbar .site-logo-heading img {
	max-height: 60px !important;
	margin-top: 40px;
}

.page-header-top-right .nav {
	display: flex;
	align-items: center;
	gap: 20px;
}

.page-header-top-right .nav li a {
	display: flex;
	align-items: center;
	color: var(--primary-color);
	transition: color 0.3s;
}

.page-header-top-right .nav li a:hover {
	color: var(--secondary-color);
}

@media only screen and (min-width:1200px) {
	.page-header-top-right .nav {
		margin-right: -15px;
		margin-left: 15px;
	}
}

.main-navigation {
	background-color: var(--primary-bg-color);
}

.main-navigation .navbar {
	padding: 0;
}

.main-navigation .navbar-nav {
	flex-wrap: nowrap;
}

.main-navigation .navbar-nav>li {
	padding: 10px 20px;
	position: relative;
}

.main-navigation .navbar-nav>li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: var(--separator-color);
}

a.mega-menu-link {
	align-items: center !important;
	display: flex !important;
	justify-content: center !important;
}

@media only screen and (min-width: 769px) {

	#mega-menu-wrap-middle-main-menu #mega-menu-middle-main-menu>li.mega-menu-item>a.mega-menu-link,
	#mega-menu-wrap-middle-main-menu #mega-menu-middle-main-menu>li.mega-menu-item>a.mega-menu-link:focus {
		background: white !important;
		color: black !important;
	}

	#mega-menu-wrap-middle-main-menu #mega-menu-middle-main-menu>li.mega-menu-item>a.mega-menu-link:hover {
		color: var(--primary) !important;
	}
}

#mega-menu-wrap-middle-main-menu #mega-menu-middle-main-menu>li.mega-menu-item>a.mega-menu-link {
	padding: 0px 0px 0px 10px !important;
}

.navbar-menu {
	position: relative !important;
}

i {
	font-family: 'Font Awesome 5 Pro' !important;
	color: var(--primary-color) !important;
	font-size: 16px;
	margin-right: .5rem;
}

.navbar-collapse>ul {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
	display: flex !important;
	justify-content: space-between !important;
	background: white !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
	background: white !important;
	color: #262626 !important;
}

@media only screen and (min-width: 1200px) {
	.mega-hidden-deskop {
		display: none !important;
	}
}

@media only screen and (max-width: 1199px) {
	a.mega-menu-link {
		justify-content: start !important;
	}

	.main-menu-bnb {
		display: none !important;
	}

	.burger-btn-bnb {
		display: flex !important;
	}

	.under-very-top-bar {
		width: 100%;
		box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1), 0 0px 20px 0px rgba(0, 0, 0, 0.1);
	}

	.page-header-top-right .nav {
		gap: 5px;
	}

	.very-top-bar,
	#menu-main-menu,
	#mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open:after {
		display: none !important;
	}

	.header-container {
		padding: 0px;
	}

	.logo-img-bnb {
		max-width: 240px;
	}

	.header-container {
		padding: 10px 5px !important;
		display: flex;
		align-items: center;
	}

	.header-beside-logo {
		width: 100% !important;
	}

	.hero-section.home-page {
		padding: 0 10px;
	}

	.header-sticky-container .header-container {
		padding: 12px 15px !important;
	}

	.page-header-top-right>.bnb-menu>ul>li>a {
		padding: 0 15px !important;
	}

	.site-logo {
		width: 160px !important;
	}

	.header-beside-logo>.main-navigation {
		display: none !important;
	}

	#header-sticky-container-id {
		display: none !important;
	}



	#mega-menu-wrap-main-menu #mega-menu-main-menu {
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important;
		background: white !important;
	}

	.mega-menu-toggle {
		position: absolute;
		top: 50%;
		right: 0px;
		transform: translateY(-50%);
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before,
	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
		background-color: #262626 !important;
	}

	.slide-right-nav {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}

	.slide-right-nav .swiper-pagination {
		margin-top: 0 !important;
	}
}

.ver-top-bar-mobile {
	overflow: hidden;
	max-height: 50px;
	opacity: 1;
	transition: max-height .25s ease, opacity .25s ease, padding .25s ease;
}

.main-header.hide-topbar .ver-top-bar-mobile {
	max-height: 0;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}

.very-top-bar {
	overflow: hidden;
	max-height: 60px;
	opacity: 1;
	padding: 5px 0;
	transition: max-height .25s ease, opacity .25s ease, padding .25s ease;
}

.main-header.hide-topbar .very-top-bar {
	max-height: 0;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.page-container {
	margin-top: 100px;
}


@media only screen and (min-width:1200px) {
	.burger-btn-bnb {
		display: none !important;
	}

	.mobile-menu-bnb {
		display: none !important;
	}

	.page-container {
		margin-top: 115px;
	}
}



.page-container>header.main-header {
	/* border-bottom: 2px solid var(--primary-color); */
	/* -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); */
}

.sale-badge-hero {
	position: absolute;
	left: 10%;
	top: 10%;
	max-width: 250px !important;
	width: 100% !important;
	max-height: 250px !important;
	height: 100% !important;
	object-fit: contain !important;
}

@media only screen and (max-width: 768px) {
	.sale-badge-hero {
		left: 0 !important;
		top: 0 !important;
		max-width: 200px !important;
		max-height: 200px !important;
	}
}