@font-face {
	font-family: 'Lora', serif;
	src: url('../font/Lora-Regular.woff2') format('woff2'), url('../font/Lora-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lora', serif;
	src: url('../font/Lora-Bold.woff2') format('woff2'), url('../font/Lora-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	scroll-padding-top: 100px;
}

body {
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
}

body.woocommerce-wishlist {
	height: 100%;
}

html {
	overflow-x: hidden;
	height: 100%;
}

img {
	max-width: 100%;
	object-fit: cover;
	height: auto;
}

h1 {
	margin: 0;
}

a:hover {
	color: #c2961c;
}

a {
	overflow-wrap: break-word;
	color: #c2961c;
}

.wp-block-button__link {
	height: 40px;
	display: flex;
	align-items: center;
}

.woocommerce-wishlist .page-preview {
	flex: 1 0 auto;
}

.navbar-follow .container-follow .nav-box {
	margin-left: 40px;
}

.show {
	display: block;
	transition: 400ms;
}

.icon-heart {
	font-size: 20px;
}

/* global */
.hide-on-mobile {
	display: flex;
}

.swiper-nav {
	position: absolute;
	width: 100%;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.about-link {
	margin-top: 10px;
}

.my-10 {
	margin-block: 100px;
}

.border-bottom {
	border-bottom: 1px solid #3d3d3d;
}

/* advantages */

.advantages {
	margin-top: 40px;
}

.advantages-wrapper {
	margin-bottom: 100px;
}

.section-advantages {
	position: relative;
	background-color: rgb(0, 0, 0);
	margin-bottom: 100px;
}

.section-advantages::before,
.ps-partners::before {
	position: absolute;
	top: -5px;
	left: 0;
	width: 51%;
	height: 130px;
	content: '';
	clip-path: polygon(0 0, 100% 0, 60% 80%, 0 80%);
	background-color: #fff;
}

@media (max-width: 1300px) {
	.section-advantages::before {
		clip-path: polygon(0 0, 85% 0, 50% 80%, 0 80%);
	}
}

@media (max-width: 992px) {
	.section-advantages::before {
		width: 0;
		height: 0;
	}
}

.advantages-title {
	letter-spacing: 3px;
	color: #f1f1f1;
	background-color: #000;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 40px;
	border-bottom: 1px solid #828282;
	padding: 25px 0 0;
	transform: translateX(100px);
	margin-top: 25px;
}

@media (max-width: 1300px) {
	.advantages-title {
		transform: translateX(0px);
	}
}

@media (max-width: 992px) {
	.advantages-title {
		width: 100%;
		font-size: 24px;
	}
}

.advantages-wrapper {
	max-width: 900px;
	margin: 0 auto;
}

.advantagesBox {
	align-items: center;
	justify-content: center;
	color: #7d7272;
}

.advantagesBox h3 {
	font-size: 1rem;
	color: #fff;

	margin: auto 30px 10px 20px;
}

.advantagesBox__content {
	flex-direction: column;
}

.advantages-advantages {
	padding-bottom: 80px;
}

.advantages-text {
	line-height: 1.2;
	margin: auto 30px auto 20px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}

.advantages-image {
	max-width: 80px;
}

/* contakt page*/
.contact-content__title {
	font-size: 20px;
	position: relative;
	margin-bottom: 0.5em;
}

.contact-content__title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 1px;
	background-color: #000;
}

.b-bottom {
	border-bottom: 1px solid #000;
}

.page-title__section {
	background-color: #000;
	padding: 50px 0;
}

.page-title__section h1 {
	color: #fff;
}

.nf-form-wrap .nf-form-layout {
	background: #fff !important;
	padding: 40px 0 !important;
	margin: 0 !important;
}

.nf-field-element textarea {
	border: 1px solid rgb(84, 70, 47);
	border-radius: 3px;
}

@media (max-width: 576px) {
	.contact-info {
		flex-direction: column;
		gap: 20px;
	}
}

/* Strona Produktu */
.woocommerce div.product form.cart .variations select {
	width: 100%;
	padding: 8px 10px;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	position: relative;
	font-size: 14px;
}

.woocommerce div.product form.cart .button {
	width: 100%;
	background-color: #c2961c;
	padding: 20px;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	text-align: center;
	margin-inline: auto;
	float: none;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.3s ease box-shadow;
	-webkit-transition: 0.3s ease box-shadow;
	-moz-transition: 0.3s ease box-shadow;
	-ms-transition: 0.3s ease box-shadow;
	-o-transition: 0.3s ease box-shadow;
	letter-spacing: 2px;
	font-size: 0.875rem;
}

.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style) {
	border: none !important;
	background-color: transparent;
	border-radius: 3px;
}

/*about us*/
.about-content {
	padding-left: 4% !important;
}

.people-building-our-projects {
	position: absolute;
	right: -30%;
	bottom: 75px;
	width: 187px;
	opacity: 0;
	transition: 1s all ease;
	transform: translateX(-150px);
	animation: showUp 3s ease-in;
	-webkit-animation: showUp 3s ease-in;
	-webkit-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
	-ms-transform: translateX(-150px);
	-o-transform: translateX(-150px);
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	-ms-transition: 1s all ease;
	-o-transition: 1s all ease;
}

.about {
	padding: 100px 20px;
}

.about-wrapper,
.section-newsletter-wrapper {
	max-width: 900px;
	margin: 0 auto;
}

.about-content {
	padding: 0;
	transform: translateX(300px);
	opacity: 0;
	transition: 1s all ease;
}

.about-content-active {
	transform: translateX(100px);
	opacity: 1;
}

.about-wrapper .about-photo-active {
	transform: translateX(0) !important;
	opacity: 1 !important;
}

.about-title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 40px;
	border-bottom: 1px solid #ccc;
	padding: 0;
}

.about-text {
	margin-top: 36px;
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 1.2;
	color: #7d7272;
}

.about-link,
.projects-link {
	display: inline-block;
	padding: 12px 20px;
	text-decoration: none;
	font-size: 14px;
	color: #d8d8d8;
	background-color: #000;
	text-transform: uppercase;
}

.about-link svg,
.projects-link svg {
	margin-top: -3px;
}

.about-link:hover svg path,
.projects-link:hover svg path {
	fill: #c2961c;
}

.about-wrapper .about-photo {
	min-width: 320px;
	height: 320px;
	object-fit: cover;
	border-radius: 50%;
	object-position: left;
	animation: showUp 3s ease-in;
	transform: translateX(-150px);
	opacity: 0;
	transition: 1s all ease;
}

.about-quoted {
	margin-left: 65px;
	font-size: 24px;
	margin-top: 20px;
	font-weight: 300;
	font-style: italic;
}

.icon-quote {
	color: #c2961c;
	margin-right: 12px;
	font-size: 26px;
}

.ps-partners {
	background-color: #fff !important;
	position: relative;
	padding: 110px 0 !important;
}

.ps-partners::before {
	background-color: #000;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 67% 100%, 44% 50%, 0 50%);
	width: 100%;
}

/*Projects*/

.projects-link {
	position: relative;
	margin-top: 25px;
	left: 50%;
	transform: translateX(-50%);
}

.projects-content-heading {
	height: 40px;
}

.projects-paragraph {
	color: #7d7272;
	font-size: 14px;
}

.projects-subSlider {
	overflow: hidden;
}

.projects-slider .slick-slide {
	margin: 0 15px;
}

.projects-slider .slick-list {
	margin: 0 -15px 0px -15px;
	padding-bottom: 20px;
}

.projects-slider {
	position: relative;
	margin-top: 80px;
	transform: translateX(90px);
}

.projects-slider .slick-slide {
	display: flex;
	flex-direction: column;
}

.projects-subSlider {
	height: 100%;
}

.projects-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.projects-content-show {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	width: 100%;
}

.projects-content-show:hover path {
	fill: #c2961c !important;
}

.projects .yith-wcwl-add-button a.button.alt:not(.theme-button-style) {
	background-color: #fff;
	border-radius: 100% !important;
}

/* how it work */
.how-it-work {
	padding-block: 100px;
}

.how-it-work img {
	aspect-ratio: 16/9;
}

/*Newsletter*/

.newsletter-in-touch,
.newsletter-sign-in {
	font-family: 'Lora', serif;
	margin-bottom: 0px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}

.newsletter-in-touch {
	font-size: 12px;
}

.newsletter-sign-in {
	font-size: 15px;
}

.newsletter-in-touch::after {
	position: absolute;
	content: '';
	top: 8px;
	right: 15px;
	height: 1px;
	width: 10px;
	background-color: #070707;
}

.newsletter-in-touch::before {
	position: absolute;
	content: '';
	top: 8px;
	left: 15px;
	height: 1px;
	width: 10px;
	background-color: #070707;
}

.newsletter-sign-in::after {
	position: absolute;
	content: '';
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 60px;
	background-color: #070707;
}

.formBox {
	margin: 0 50px;
	padding: 20px 30px;
	background-color: #f7f7f7;
}

.newsletter {
	margin-top: 50px;
}

.newsletter-input {
	height: 45px;
	margin-bottom: 10px;
	background-color: #f7f7f7;
	border: 1px solid;
	border-radius: 3px;
	text-indent: 10px;
}

.newsletter-input::placeholder {
	color: #b6b6b6;
	text-indent: 10px;
}

.newsletter-button {
	border: 0;
	height: 45px;
	background-color: #c2961c;
	color: #fff;
	border-radius: 3px;
	font-size: 18px;
}

.section-newsletter-content-block {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.newsletter-image {
	max-width: 120%;
	height: 230px;
	transform: rotate(10deg);
	opacity: 0;
	transition: 1s ease opacity, 1s ease right;
	right: -300%;
	position: absolute;
	object-fit: contain;
	-webkit-transition: 1s ease opacity, 1s ease right;
	-moz-transition: 1s ease opacity, 1s ease right;
	-ms-transition: 1s ease opacity, 1s ease right;
	-o-transition: 1s ease opacity, 1s ease right;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
}

.section-newsletter-image {
	position: relative;
	width: 100%;
}

.newsletter-image-active {
	opacity: 1;
	right: 0;
}

#breadcrumbs {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
}

#breadcrumbs a {
	color: #757575;
	margin: 0 10px;
	font-weight: 400;
}

.breadcrumb_last {
	font-weight: 700;
}

/**/
.archive-head h1 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.archive-page-custom .woocommerce-breadcrumb {
	text-align: center;
	font-size: 14px;
	color: #c2961c;
	font-weight: 600;
}

.archive-page-custom {
	background-color: #fafafa;
	text-transform: uppercase;
	padding: 20px 0;
}

.nav-brand button.button {
	background-color: transparent;
}

.archive blockquote:before {
	content: '\201c';
	float: left;
	margin-top: 18px;
	margin-left: -45px;
	font-family: 'Georgia', serif;
	font-size: 60px;
	line-height: 0.41;
	color: #c2961c;
}

#sb_instagram .sbi_photo {
	height: 225px !important;
}

.archive-quote-all {
	max-width: 900px;
}

.archive hr {
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin: 25px 0;
}

.archive blockquote strong {
	font-weight: 800;
}

.archive blockquote {
	padding-left: 45px;
	color: #252525;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.7;
	font-family: 'Lora', serif;
	text-transform: none;
	text-align: center;
}

.archive.woocommerce .woocommerce-ordering select,
.archive.woocommerce .search-and-sort .filter select,
.select2-container--default .select2-selection--single {
	padding: 10px 15px !important;
	text-transform: uppercase;
	font-size: 12px;
	color: #161616;
	font-weight: 500;
	margin-right: 15px;
	border: 1px solid #ebebeb !important;
	line-height: 1 !important;
	height: 39px !important;
	border-radius: 0 !important;
	margin: 0 !important;
}

.select2-container--default .select2-selection--single {
	display: flex !important;
	align-items: center;
	gap: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px !important;
}

.woocommerce-breadcrumb span {
	font-weight: 700;
}

.woocommerce ul.products li.product .onsale,
.single-product.woocommerce span.onsale {
	padding: 0 15px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background-color: #c2961c;
	font-size: 11px;
	font-weight: 600;
	line-height: 27px;
	text-transform: uppercase;
	position: absolute;
	max-height: 27px;
	letter-spacing: 1px;
	top: 10px;
	margin: 0;
	min-height: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 0;
	height: 38px;
	font-size: 11px;
	line-height: 38px;
	background-color: #c2961c !important;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	transition: 0.3s ease box-shadow;
	-webkit-transition: 0.3s ease box-shadow;
	-moz-transition: 0.3s ease box-shadow;
	-ms-transition: 0.3s ease box-shadow;
	-o-transition: 0.3s ease box-shadow;
}

.single-product.woocommerce span.onsale {
	top: 5px;
	left: 5px;
}

.archive.woocommerce .woocommerce-ordering,
.archive.woocommerce-page .woocommerce-ordering {
	float: none;
	margin: 0;
}

.archive.woocommerce ul.products li.product a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #161616;
	text-decoration: none;
	overflow: hidden;
}

.archive.woocommerce ul.products li.product:hover .button {
	opacity: 1;
}

.archive.woocommerce ul.products li.product .button {
	margin-top: auto;
	position: absolute;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	width: 100%;
	bottom: 25%;
	color: #fff;
	background-color: #c2961c;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 23px;
	opacity: 0;
	transition: 0.3s opacity;
	-webkit-transition: 0.3s opacity;
	-moz-transition: 0.3s opacity;
	-ms-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.archive.woocommerce ul.products li.product .button::before {
	content: '\e802';
	display: inline-block;
	font-family: 'fontello';
	font-size: 12px;
	margin-right: 10px;
}

.star-rating {
	color: #f4da0d;
}

.single-product .category-after-title-product {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.woocommerce-Price-amount.amount {
	color: #161616;
	text-decoration: none;
}

ins {
	text-decoration: none;
}

.archive-page-custom ul.products.columns-4 {
	display: flex;
	flex-wrap: wrap;
}

.archive.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	display: flex;
	flex-direction: column;
}

.spec-description-product a {
	text-align: right;
	display: block;
	font-size: 11px;
	color: #000;
	font-weight: 600;
}

.single-product .woocommerce-product-details__short-description h2 {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Lato', serif;
}

.single-product .woocommerce-product-details__short-description ul li,
.single-product .woocommerce-product-details__short-description p {
	font-family: 'Lora', serif;
	list-style: none;
	font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: '';
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #d3ced2;
	z-index: -1;
	border-color: #ebebeb;
	top: 50%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background-color: #fafafa;
	color: #b4b4b4;
	border-bottom-color: #d3ced2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	text-transform: uppercase;
	background-color: #fff;
	color: #b4b4b4;
	font-size: 11px;
	padding: 0 20px;
	font-family: 'Lato', serif;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-post-banner img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}

/* stodoly po zminach*/
.changes-header {
	background-image: url('https://woocommerce-542486-2660883.cloudwaysapps.com/wp-content/uploads/2021/06/Projekt-Stodola-S-Premium-elewacja-boczna-scaled.jpg');
	background-size: cover;
	background-position: center;
	padding: 25em 0;
	position: relative;
	width: 100%;
}

.changes-header .shadows {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.changes-header .shadows .inner-block {
	color: #fff;
	font-size: 25px;
	padding: 30px;
	width: 70%;
}

.changes-header .section-title {
	font-weight: bold;
	font-size: 25px;
}

.changes-header p {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 26px;
	font-family: 'Lora', 'Georgia', serif;
}

.changes-section {
	padding: 80px 35px 0;
	max-width: 720px;
	font-family: 'Lora', 'Georgia', serif;
}

.changes-section div.col-6 {
	padding: 0 5px;
}

.changes-section ul {
	margin: 40px 0;
}

.changes-section li {
	margin-bottom: 0.5em;
}

.changes-section h2,
h3,
h4,
h5 {
	font-weight: bold;
	margin-bottom: 23px;
}

.seo-section h2,
.seo-section h3,
.seo-section h4,
.seo-section h5 {
	font-weight: normal;
	margin-bottom: 0.5em;
}

.changes-section h2 {
	font-size: 23px;
}

.changes-section h3 {
	font-size: 20px;
}

.changes-section h4 {
	font-size: 18px;
}

.changes-section h5 {
	font-size: 16px;
}

.changes-section p {
	font-size: 14px;
	margin-bottom: 23px;
	line-height: 1.8em;
}

.changes-section .underline {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #e1e1e1;
	max-width: 180px;
	height: 4px;
	margin: 40px auto;
}

.changes-section .shadow-img {
	margin-bottom: 20px;
}

.changes-section img {
	width: 100%;
	height: 100%;
}

.changes-section .shadow-img img {
	width: 100%;
	height: 100%;
}

.changes-section .shadow-img a {
	position: relative;
	display: block;
	height: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.changes-section .shadow-img a::before {
	content: attr(title);
	background-color: rgba(0, 0, 0, 0.9);
	padding: 1em 1.5em;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	color: #fff;
	transition: 0.7s;

	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}

.changes-section .shadow-img a:hover::before {
	cursor: pointer;
	opacity: 1;
}

a {
	text-decoration: none;
}

.link {
	color: #c2961c;
}

.link-color {
	display: inline-block;
	background-color: #c2961c;
	color: #fff;
	font-size: 11px;
	padding: 13px 20px;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	transition: 0.6s;
	margin-right: 0.8em;
}

.link-color:hover {
	background-color: #000;
	color: white;
	cursor: pointer;
}

.quote {
	padding: 25px;
}

.quote p {
	font-family: 'Lora', 'Georgia', serif;
	font-size: 20px;
}

.dots {
	margin: 40px 0;
	text-align: center;
}

.dots::before {
	content: '\00b7 \00b7 \00b7';
	padding-left: 21px;
	color: inherit;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 21px;
	font-family: georgia, serif;
}

@media (max-width: 600px) {
	.changes-header {
		padding: 20px;
		min-height: 400px;
	}

	.changes-header .shadows .inner-block {
		width: 80%;
	}

	.link-color {
		margin-right: 0.2em;
		margin-top: 0.3em;
	}
}

@media (min-width: 600px) and (max-width: 960px) {
	.changes-header {
		padding: 40px;
		min-height: 600px;
	}
}

.home .slick-track,
.related-products .slick-track {
	display: flex !important;
}

.slick-slide {
	height: inherit !important;
}

.single-product .related-products {
	background-color: #000;
}

.single-product .related-products .projects-content {
	background: #fff;
}

.single-product .related-products .project-slider-wrapper {
	box-shadow: unset;
}

.single-product .related-products .projects-slider {
	transform: unset;
	-webkit-transform: unset;
	-moz-transform: unset;
	-ms-transform: unset;
	-o-transform: unset;
}

.your-realization-content {
	position: relative;
	box-shadow: 0px 0px 18px 2px rgb(235 235 235);
}

.your-realization-content h3 {
	font-size: 16px;
	font-weight: 400;
}

.your-realization-content .projects-content-icons {
	margin-bottom: 10px;
}

.your-realization-content .yith-wcwl-add-button {
	top: -15%;
	right: 5%;
}

.archive-product-breadcrums {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.products-count {
	font-weight: 700;
}

.projects-sliderr .your-realization .post-image {
	max-width: unset;
	display: block;
	margin-inline: auto;
}

.projects-sliderr .project-slider-wrapper {
	box-shadow: unset;
	padding: 0 10px;
}

.product_cat-dodatkowe-budynki .icons-under-summary-content:nth-child(2),
.product_cat-dodatkowe-budynki .icons-under-summary-content:nth-child(3) {
	display: none;
}

.product_cat-dodatkowe-budynki .icons-under-summary-all {
	justify-content: center;
	gap: 20px;
}

.product_cat-dodatkowe-budynki .icons-under-summary-content:nth-child(1) .icons-under-summary-text p {
	max-width: 40ch;
}

@media (max-width: 575px) {
	.projects-sliderr .row {
		flex-direction: column;
	}

	.project-slider-wrapper:hover,
	.your-realization:hover {
		transform: none;
	}

	.projects {
		width: 100%;
	}

	.slick-slider .slick-track {
		width: 100%;
	}
}

ol.commentlist {
	list-style: none !important;
	margin: 0 !important;
	margin-top: 20px;
	padding: 0 !important;
}

.comment-body {
	border: 1px solid #0000003d;
}

.commentlist ul.children {
	list-style: none !important;
}

.comment-author {
	background: rgba(239, 239, 239, 1);
	padding: 8px;
}

.comment-author img {
	margin-bottom: 0 !important;
	border-radius: 50%;
}

.comment-body p {
	padding: 10px !important;
}

.comment-body .reply {
	padding: 3px;
}

.comment-meta {
	padding: 0 5px !important;
	background: rgba(0, 0, 0, 0.02);
}

.your-realization.interested .your-realization-content {
	max-height: inherit !important;
}

.product-tab-custom-content.rzuty-i-przekroje iframe {
	width: 100%;
	height: auto;
	min-height: 500px !important;
}

.filter-mobile-toggle {
	display: none;
}

@media (max-width: 992px) {
	.filter-mobile-toggle {
		display: block;
	}

	.search-and-sort .filter {
		flex-direction: column;
		display: none;
	}
}

#nf-form-3-cont .nf-form-content label {
	font-weight: 400;
	font-size: 16px;
}

#nf-form-3-cont .checkbox-container.label-right label:before {
	top: 3px;
}

#nf-form-3-cont .checkbox-container.label-right label:after {
	top: 4px;
}

.post-content a:hover,
.textwidget a:hover {
	opacity: 1 !important;
}

.cart-product-addons-btn {
	max-width: 120px;
}

.addon-title.in-cart {
	color: #c2961c; /* Kolor dla produktów w koszyku */
	font-weight: bold;
}

.cart-product-addons-btn {
	display: inline-block;
}

.cart-product-addons-content .cart-product-addons-btn.invisible {
	display: none; /* Ukrycie przycisku, jeśli produkt jest w koszyku */
}

.info-pops {
	border: 1px solid #c2961c;
	border-radius: 12px;
	padding: 10px;
	z-index: 111111;
}

.info-pops p {
	margin-bottom: 0px;
}

.cart-product-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.cart-product-addons-content {
	position: relative;
	flex-direction: column;
}

.info-about-realization {
	position: absolute !important;
	top: 10px;
	right: 10px;
}

.addon-title {
	margin-block: 10px !important;
}

.additional-product__img img {
	width: 80px;
	height: auto !important;
	margin-right: 0px;
}

.cart-product-addons-btn[disabled] {
	background-color: #ccc;
	color: #666;
	cursor: not-allowed;
	pointer-events: none;
}

.addon-title img {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.cart-product-addons-content h4 {
	justify-content: center;
	margin-block: 10px !;
}

.cart-product-addons-content .projects-content-price {
	margin-bottom: 0.5rem;
}

.in-carts {
	background: #000 !important;
	opacity: 0.3;
	pointer-events: none !important;
}

/* .woocommerce-cart .icons-under-summary-content,
.single-product .icons-under-summary-content {
	flex-direction: column;
} */

.woocommerce-cart .cart-product-addons-content img,
.single-product .cart-product-addons-content img {
	width: 80px;
	height: 100%;
}

.woocommerce-cart .icons-under-summary-text p,
.single-product .icons-under-summary-text p {
	font-size: 11px;
}

@media (max-width: 992px) {
	.cart-product-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.woocommerce-cart .icons-under-summary-content {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.addon-title img {
		position: absolute;
		left: -20px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media (max-width: 576px) {
	.cart-product-grid {
		grid-template-columns: auto;
	}
}

/* Stylowanie dla ikony */
.info-about-realization img {
	cursor: pointer;
	width: 20px;
	height: 20px;
}

/* Styl dla ikonki info */
.info-about-realization {
	position: absolute;
	top: 10px;
	right: 10px;
}

.info-about-realization .info-icon {
	cursor: pointer;
	width: 20px !important;
	height: 20px;
}

.info-realization-pop p {
	margin: 0;
	font-size: 14px;
}

/* Stylowanie przycisku zamknięcia */
.info-realization-pop .close-info-pop {
	background: none;
	border: none;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 0;
}

/* Styl dla kontenera ikonki */
.info-about-realization {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* Styl dla ikonki */
.info-icon {
	cursor: pointer;
	width: 20px;
	height: 20px;
}

/* Dymek informacyjny */
.info-realization-pop {
	display: none; /* Ukryty na starcie */
	position: absolute !important;
	/*top: 100% !important;*/
	right: 0;
	background: #fff;
	border: 1px solid #c2961c;
	border-radius: 12px;
	padding: 10px !important;
	min-width: 300px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	z-index: 2147483647;
	font-size: 12px;
	opacity: 1 !important;
}

/* Styl dla przycisku X */
.close-info-pop {
	background: none;
	border: none;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}

.cart-product-addons-content .addon-title {
	text-align: center;
}

/* section-blog */

.section-blog {
	padding: 40px 0 50px;
	background-color: #000;
}

.section-blog .projects-content-wrapper {
	justify-content: center;
	margin-bottom: 20px;
}

.projects-content-wrapper {
	position: relative;
}

.heading.blog-heading-title {
	text-transform: capitalize;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}

.main-header-breadcrumbs {
	padding: 40px 0;
}

.yith-wcwl-icon::before {
	content: '\e80c';
	font-family: 'fontello';
}

.yith-wcwl-icon {
	margin-right: 0 !important;
}

.section-blog-image {
	max-width: 300px;
	width: 100%;
}

.section-blog .heading {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.section-blog .blog-info {
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-blog .blog-category,
.section-blog .blog-date {
	font-size: 10px;
	color: #c2961c;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.section-blog .blog-date {
	color: #b4b4b4;
}

.section-blog .blog-separator {
	display: inline-block;
	margin: 0 5px;
	color: #b4b4b4;
}

.section-blog .projects-paragraph {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}

.section-blog .project-icon-left {
	background-color: #fff;
	color: #000;
	border-color: #000;
	transition: 300ms;
}

.section-blog .project-icon-left:hover {
	background-color: rgb(240, 240, 240);
}

.section-blog .project-icon-right {
	background-color: #fff;
	color: #000;
	border-color: #000;
	transition: 300ms;
}

.section-blog .project-icon-right:hover {
	background-color: rgb(240, 240, 240);
}

.section-blog .projects-content {
	background-color: #fff;
	align-items: center;
	text-align: center;
}

.section-blog .projects-slider .slick-slide {
	margin: 0 15px;
}

.section-blog .projects-slider .slick-list {
	margin: 0 -15px;
}

.section-blog .projects-link {
	background-color: #fff;
	color: #000;
	transition: 300ms;
}

.section-blog .projects-link:hover {
	background-color: rgb(240, 240, 240);
}

.section-blog .project-slider-wrapper {
	box-shadow: none;
}

.article-body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.article {
	padding: 20px;
}

.imageBox {
	position: relative;
}

.image {
	max-width: 100%;
	height: 250px;
	object-fit: cover;
}

.image-heading {
	position: absolute;
	margin: 0;
	left: 10px;
	bottom: 10px;
	background-color: #161616;
	color: #fff;
	padding: 15px 22px;
	font-size: 14px;
	text-transform: uppercase;
}

.has-text-align-left {
	margin-right: auto;
}
.ps-introduce-video .ps-introduce-video-content-all {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background-color: #000;
}

.ps-introduce-video-content-all .ps-introduce-video-content {
	width: 100%;
	display: grid;
	place-content: center;
	max-width: 600px;
	margin-inline: auto;
	color: #fff;
}

.ps-introduce-video-content-all .ps-introduce-video-content .heading {
	color: #fff;
	font-size: 48px;
	margin-bottom: 40px;
}

.ps-introduce-video-content-all iframe {
	width: 100%;
	max-height: 540px;
}

.article-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 40px;
	padding-right: 20px;
	margin-top: 30px;
	flex-grow: 1;
}

.article-heading {
	font-size: 18px;
	font-weight: bold;
}

.article-data {
	font-weight: bold;
}

.article-short-description {
	font-size: 14px;
	color: #7d7272;
	margin-bottom: 60px;
}

.article-button {
	margin-top: auto;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 14px;
	max-width: 200px;
	width: 100%;
	text-align: center;
	color: #161616;
	background-color: #fff;
	border: 1px solid #7d7272;
	transition: 300ms;
}

.article-button:hover {
	color: #fff;
	background-color: #161616;
}

.wishlist-items-wrapper .product-name a {
	margin-left: 10px;
	color: #000;
}

.woocommerce-wishlist .saleprice .woocommerce-Price-amount.amount {
	margin-right: 5px;
}

.wishlist_table .product-add-to-cart a {
	color: #000;
	transition: 0.3s ease color;
	-webkit-transition: 0.3s ease color;
	-moz-transition: 0.3s ease color;
	-ms-transition: 0.3s ease color;
	-o-transition: 0.3s ease color;
}

.wishlist_table {
	margin: 0 0 50px 0 !important;
}

.wishlist_table .product-add-to-cart a:hover {
	color: #c2961c;
}

/* section-newsletter */

.section-newsletter {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #000;
}

.section-newsletter-form {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #c2961c;
	border-radius: 50%;
	overflow: hidden;
	aspect-ratio: 1/1;
}

.section-newsletter-newsletter {
	padding: 24px;
}

.section-newsletter-input {
	height: 45px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	border: 1px solid #535353;
	border-radius: 3px;
	text-indent: 10px;
}

.section-newsletter-input::placeholder {
	color: #535353;
	text-indent: 10px;
}

.section-newsletter-text {
	max-width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.2;
	color: #7d7272;
	font-family: 'Lora', serif;
}

.section-newsletter-wrapper {
	max-width: 980px;
	transform: translateX(100px);
	margin-bottom: 50px;
}

.section-newsletter-content {
	padding: 0;
	transform: translateX(0px);
}

.section-newsletter-title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 40px;
	color: #fff;
	border-bottom: 1px solid rgb(255, 255, 255);
	padding: 0;
}

/* realization */

.realization {
	padding-bottom: 100px;
}

.realization-heading {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.realizationWrapper {
	margin-bottom: 50px;
}

.more {
	text-align: center;
}

.border {
	position: relative;
}

.border::after {
	position: absolute;
	content: '';
	top: 0;
	width: 2px;
	height: 20px;
	background-color: #7d7272;
}

.moreInfo {
	margin-top: 8px;
}

.more-link {
	color: #7d7272;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	transition: 300ms;
}

.more-link:hover {
	color: #161616;
}

/* footer */

.footer {
	padding: 20px;
	color: #b6b6b6;
	background-color: #161616;
	flex-shrink: 0;
}

.bottom-menu,
.footer-footer {
	text-transform: uppercase;
}

.bottom-menu-list {
	list-style: none;
	margin-bottom: 30px;
	padding: 0;
	width: 100%;
}

.bottom-menu-title {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.bottom-menu-list .menu-item {
	padding: 7px 0px;
	width: fit-content;
}

.bottom-menu-link,
.bottom-menu-list .menu-item a,
.address {
	font-size: 14px;
	color: #b6b6b6;
	text-decoration: none;
	transition: 0.3s ease color;
	-webkit-transition: 0.3s ease color;
	-moz-transition: 0.3s ease color;
	-ms-transition: 0.3s ease color;
	-o-transition: 0.3s ease color;
	text-transform: capitalize;
	display: block;
	width: fit-content;
}

.bottom-menu-list .menu-item a:hover {
	color: #c2961c;
}

.featured-footer-title h2 {
	color: #c2961c;
	position: relative;
}

.featured-footer-title h2::after {
	content: '';
	width: 80%;
	height: 1px;
	background-color: #c2961c;
	display: block;
	position: absolute;
	margin-top: 5px;
}

.featured-footer-title a {
	font-weight: 600;
}

.bottom-menu-linkSmall {
	text-transform: none;
}

.address {
	display: flex;
	align-items: center;
}

.address-text {
	margin: 0;
}

.icon-location {
	font-size: 12px;
	margin-right: 10px;
}

.bottom-link {
	color: #fff;
	text-decoration: none;
}

.bottom-link > i,
.bottom-link > i,
.bottom-link > i {
	color: #c2961c;
}

.footer-footer {
	margin-top: 30px;
	font-size: 14px;
}

.slash {
	color: #c2961c;
	margin-left: 10px;
}

.topList .menu-item a:hover {
	color: #c2961c !important;
}

.contentBox {
	margin-bottom: 50px;
}

.single-product .btn-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist span {
	line-height: 1.5;
}

@media (min-width: 2000px) {
	.single-post-banner img {
		max-height: 800px;
	}
}

@media (max-width: 768px) {
	.single-product .info-about-realization .info-realization-pop {
		left: 0 !important;
	}

	.cart-product-grid {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.single-product .info-about-realization {
		position: unset !important;
	}

	.single-product .info-about-realization img {
		position: absolute;
		top: 10px;
		right: 10px;
		height: auto;
	}

	.single-product .info-about-realization .info-realization-pop {
		top: 30% !important;
		padding: 20px !important;
	}

	.single-product .close-info-pop {
		background-color: #fff !important;
		right: 20px;
		width: 20px !important;
	}

	.single-product .info-realization-pop {
		min-height: 115px;
		height: max-content;
	}
}

.icons-under-summary-content {
	flex-direction: column;
}
/**/
@media (max-width: 1300px) {
	.about-content {
		margin-top: 30px;
		transform: translateX(100px);
	}

	.about-content-active {
		transform: translateX(0px);
		opacity: 1;
	}

	.section-newsletter-wrapper {
		transform: translateX(0px);
	}
}

@media (max-width: 1200px) {
	.single-product .variation-change button {
		font-size: 11px;
	}

	.bottom-menu-link,
	.address {
		font-size: 13px;
	}

	.bottom-menu-item > i,
	.bottom-menu-link > i {
		font-size: 16px;
	}

	.single-product .info-about-realization {
		font-size: 14px;
	}

	.single-product .info-about-realization img {
		width: 16px;
		height: 16px;
	}
}

@media (max-width: 992px) {
	.advantagesBox {
		padding-top: 16px;
	}

	.advantages-wrapper .advantages-headerBox {
		max-width: 720px;
		margin-inline: auto;
	}

	.advantages-wrapper {
		margin-bottom: 50px;
	}

	.article-content {
		padding-left: 0;
		padding-right: 0;
	}

	.article-body {
		margin: 0 auto;
		max-width: 440px;
	}

	.bottom-menu-list--last {
		padding: 0 12px;
	}

	.follow-header {
		justify-content: space-evenly;
	}

	.single-product .info-about-realization .info-realization-pop {
		left: 0 !important;
		top: unset !important;
		bottom: 105%;
	}

	.slider {
		padding: 0;
	}

	.single-product .variation-change button {
		font-size: 14px;
	}

	.staticMenu .navbar-nav .dropdown-menu {
		position: relative;
		overflow: scroll;
	}

	.displayNav .navbar-nav .dropdown-menu {
		position: fixed;
		overflow: scroll;
		height: 100%;
	}

	.toggle-nav {
		display: block;
		background: black;
		border: 1px solid gray;
		border-radius: 2px;
		margin-right: 10px;
	}

	.slider-nav {
		width: 90% !important;
	}

	.heading {
		font-size: 24px;
	}

	.about-title {
		font-size: 24px;
	}
	.about-wrapper {
		max-width: 100%;
	}

	.about-wrapper .about-image {
		padding: 0;
	}

	.people-building-our-projects {
		left: unset;
		width: 150px;
		top: -10%;
		right: 0;
	}

	.about-quoted {
		margin-left: 10px;
	}

	.about-wrapper .about-photo {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}

	.socialsList {
		margin-left: 0px;
	}

	#menu-item-7237.menu-item-has-children:hover .sub-menu {
		position: unset;
		min-width: unset;
		display: none;
	}

	#menu-item-7237.menu-item-has-children .sub-menu {
		list-style: none;
		width: 100%;
		padding: 0 20px;
		height: 100%;
	}

	#menu-item-7237.menu-item-has-children .sub-menu li {
		border-bottom: 0 !important;
		padding: 5px 0;
	}

	#menu-item-7237.menu-item-has-children:hover .sub-menu::before,
	#menu-item-7237.menu-item-has-children:hover .new-post-menu::before,
	.hidden-with-sidebar::before {
		display: none;
	}

	.collapse.navbar-collapse.show {
		padding: 10px 0;
	}

	#menu-menu-glowne-1,
	#menu-menu-glowne {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 0 20px 20px 20px;
		margin: 0;
	}

	#menu-menu-glowne-1 .menu-item,
	#menu-menu-glowne .menu-item {
		border-bottom: 1px solid #424242;
		padding: 15px 0;
	}

	.top-bar.hide-on-desktop .top-email {
		text-transform: lowercase;
	}

	.lp-grid {
		display: block;
	}

	.lp-products {
		margin: 20px 0;
	}

	.otter-masonry > figure img {
		height: 200px !important;
	}

	.product-tab-custom {
		display: none;
	}

	.category-btn-filter {
		display: block;
	}

	.woocommerce-cart table.cart .product-remove,
	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		margin-top: 25px !important;
	}

	.navbar .nav-item .dropdown-menu {
		columns: auto;
		padding-inline: unset;
		column-rule: unset;
	}

	form.checkout.woocommerce-checkout {
		flex-wrap: wrap;
	}

	.most-popular-badge {
		left: -4%;
		top: 24%;
		padding: 3px 5px;
		transform: rotate(320deg);
	}

	#defaultButtonSearch {
		position: inherit;
		right: unset;
		padding: 0;
	}

	form.widget-search {
		position: inherit;
	}

	.navbar-top-icons .search-overlay {
		width: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 90%;
		z-index: 9;
	}

	.navbar-top-icons {
		display: flex;
		align-items: center;
		padding: 10px;
	}

	.navbar-top-icons .icon-heart,
	.navbar-top-icons .form-icon,
	.follow-header .form-input::placeholder {
		color: #fff;
	}

	.follow-header .form-input {
		padding: 10px;
		border: unset;
		top: 6.9%;
		background-color: #424242;
		color: #fff;
	}

	.top-bar {
		background-color: #000;
		justify-content: center;
		padding: 20px 20px 0 20px !important;
	}

	.follow-header .search-overlay {
		background-color: #fff;
		height: auto;
	}

	.container-follow .navbar-image {
		max-width: 170px !important;
	}

	.navbar-top-icons .search-overlay input {
		width: 100%;
	}

	.navbar-top-icons .search-overlay .icon-search-1 {
		color: #000;
	}

	.your-realization-filters {
		position: fixed;
		background-color: #fff;
		width: 70%;
		left: -100%;
		top: 0;
		z-index: 99991;
		transition: 0.7s ease left;
		-webkit-transition: 0.7s ease left;
		-moz-transition: 0.7s ease left;
		-ms-transition: 0.7s ease left;
		-o-transition: 0.7s ease left;
		bottom: 0;
		overflow: scroll;
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		text-align: unset !important;
	}

	.your-realization-filters ul li {
		padding: 7px 0;
	}

	#menu-menu-glowne {
		margin: 0;
	}

	.top-contact {
		display: block;
		text-align: center;
		margin-right: 0;
	}

	.top-bar {
		display: flex;
		flex-direction: column;
		gap: 25px;
		padding: 20px 0;
	}

	.navbar-expand-lg,
	.navbar-dark,
	.main-navigation {
		padding: 10px 0;
		z-index: 55555;
	}

	.container-nav .toggle-nav {
		margin: 10px;
	}

	.container-nav {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.topList {
		text-align: center;
		justify-content: center;
	}

	.socialList .top-link,
	.social-icon,
	a.top-contact,
	.topList .menu-item a {
		color: #fff;
	}

	.sd-mobile-contact-info-menu {
		display: flex;
		flex-direction: column;
		gap: 25px;
		position: relative;
	}

	.sd-mobile-contact-info-menu,
	.top-bar.hide-on-desktop .topNavigation {
		padding-bottom: 1em;
		border-bottom: 1px solid #424242;
		width: 100%;
		justify-content: center;
	}

	.icon-mail,
	.icon-phone,
	.social-icon {
		font-size: 16px;
	}

	.topList .menu-item {
		padding: 0px 10px;
		border-right: 2px solid #fff;
		text-transform: capitalize;
		line-height: 1;
		margin-bottom: 10px;
	}

	.topList .menu-item:last-child {
		border-right: 0;
	}

	.hide-on-mobile {
		display: none !important;
	}

	.hide-on-desktop {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.socialsList {
		display: flex;
		justify-content: center;
	}

	.aboutUs-heading {
		padding: 170px 0;
	}

	.ps-introduce-video-content-video {
		border-top: 2px solid #fff;
		padding-top: 20px;
	}

	.ps-introduce-video-content-all .ps-introduce-video-content {
		padding: 20px;
	}

	.ps-introduce-video .ps-introduce-video-content-all {
		grid-template-columns: 1fr;
	}

	.ps-introduce-video-content-all iframe {
		max-height: 350px;
	}

	.navigation-submenu.navbar-open {
		display: flex;
		flex-direction: column;
	}

	.menu-item {
		padding: 10px 0;
	}

	.icon-down-open-big:before {
		right: 0;
		top: 15px;
	}

	.product-content-all .variation-images-left {
		max-width: 100%;
	}

	.single-product.woocommerce div.product div.summary {
		width: 100%;
	}

	.icons-under-summary-content {
		flex: 45%;
	}

	.icons-under-summary-all {
		flex-wrap: wrap;
		gap: 20px;
	}

	.product-tabs-custom-content {
		flex-wrap: wrap;
	}

	.product-tabs-custom-content button:first-child {
		border-left: 0;
	}

	.product-tabs-custom-content button {
		border-left: 0;
		border-right: 0;
		padding: 15px;
		border-bottom: 1px solid #000;
	}

	.product-tabs-custom-content button:last-child {
		border-bottom: 0;
	}
}

@media all and (min-width: 992px) {
	.navbar .nav-item .sub-menu {
		display: none;
	}

	.sub-menu.dropdown-menu.navbar-open {
		display: grid;
		margin-top: 8px;
		grid-template-columns: repeat(2, 1fr);
		min-width: 600px;
	}

	.navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.advantages-wrapper .advantages-headerBox {
		max-width: 540px;
	}

	.footer-footer {
		font-size: 12px;
	}

	.most-popular-badge {
		transform: rotate(0) !important;
		top: 0 !important;
		left: 0 !important;
		right: 0;
		text-align: center;
		margin-inline: auto;
	}

	.projects-slider {
		transform: unset;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
	}

	.project-icon-right {
		top: -16%;
		left: 15%;
	}

	.project-icon-left {
		top: -16%;
		left: 0;
	}

	.projects-content-icons {
		gap: unset !important;
		justify-content: space-between;
	}

	.projects-content-show {
		margin-inline: unset !important;
	}

	.project-price {
		flex-wrap: wrap;
	}

	.section-newsletter-wrapper {
		transform: unset;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
		max-width: 540px;
		padding: 0 40px;
	}

	.section-newsletter-title {
		margin-top: 15px;
		font-size: 32px;
	}

	.additional-content {
		flex-direction: column;
	}

	.single-additional-bordered {
		border-top: 2px solid #111;
		border-bottom: 2px solid #111;
		border-left: 0;
		border-right: 0;
	}

	.container-brand {
		padding: 20px 12px;
	}
	.slider-content {
		padding: 130px 20px;
	}

	.single-product .summary.entry-summary h1 {
		font-size: 24px;
		margin-top: 20px;
	}

	.cart-product-addons-content {
		gap: 20px;
		flex-wrap: wrap;
	}

	.cart-product-package-price {
		text-align: left;
	}

	.download-pdf-archive {
		margin-left: unset;
		order: -1;
		text-align: center;
	}

	.search-and-sort {
		flex-direction: column;
		gap: 20px;
	}

	.cart-product-package-content {
		flex-wrap: wrap;
		gap: 20px;
	}

	.cart-product-package-content img {
		margin-inline: auto;
	}

	.cart-product-addons-desc {
		max-width: 65%;
	}

	.woocommerce-checkout .woocommerce-customer-details .woocommerce-column--2 h2 {
		margin-top: 25px;
	}

	.woocommerce-cart-form__cart-item.cart_item td {
		width: 100% !important;
		padding: 20px !important;
		display: flex !important;
		justify-content: space-between;
	}

	.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
		display: none !important;
	}

	.post-content table {
		width: 100%;
	}

	.post-content table tbody tr {
		border-bottom: 1px solid #ccc;
	}

	.barns-image {
		height: 400px;
	}
}

@media (max-width: 575.98px) {
	.advantages-text {
		display: flex;
		align-self: center;
	}

	.about,
	.how-it-work {
		padding-block: 50px;
	}

	.projects {
		padding-block: 50px;
	}

	.ps-partners .slick-slide img {
		width: 100% !important;
		max-width: 300px;
		margin-inline: auto;
	}

	.toggle-nav {
		padding: 5px 10px;
	}

	.projects-content-icons {
		gap: 15px !important;
		justify-content: flex-start;
	}

	.slider-text {
		font-size: 13px;
	}

	.icons-under-summary-content {
		flex: 100%;
	}

	.single-product .variation-change-arrows::after {
		height: 80%;
	}

	.ps-introduce-video-content-all .ps-introduce-video-content .heading {
		font-size: 32px;
	}

	.single-product .variation-change-arrows img {
		width: 30px;
		height: 30px;
	}

	.single-product .variation-change button {
		font-size: 13px;
	}

	.wishlist-with-download-card {
		flex-wrap: wrap;
		gap: unset;
	}

	.btn-add-to-wishlist,
	.product-cart-download-btn,
	.product-cart-download-disabled {
		width: 100%;
	}
	.slider-content {
		padding: 80px 20px;
	}

	.promo-slider-badage {
		max-width: 90px;
	}

	.people-building-our-projects {
		width: 120px;
	}

	.about-wrapper .about-photo {
		min-width: unset;
	}

	.page-id-5607 h2.wp-block-heading {
		font-size: 35px !important;
	}

	.cart-product-addons-content img {
		margin: 0 5px;
		position: static;
	}

	.cart-product-addons-desc {
		max-width: 100%;
	}

	.container-follow .navbar-image {
		max-width: 120px !important;
	}

	.sd-mobile-contact-info-menu::after {
		position: absolute;
		bottom: -10px;
	}

	.sd-mobile-contact-info-menu {
		flex-direction: row;
	}

	.top-bar {
		padding: 0;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		background-color: #000;
	}

	.menu-item {
		border-top: 0;
	}

	.navbar-follow .container-follow .nav-box {
		margin-left: auto;
	}

	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message {
		padding: 1rem 1.5rem;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
		margin: 0;
	}

	.archive .projects {
		padding-block: 50px;
	}

	.projects-promo-info {
		left: 5px;
	}
}

@media (max-width: 500px) {
	.topNavigation {
		flex-wrap: wrap;
	}

	.aboutUs-heading {
		padding: 115px 0;
	}

	.faq-summary {
		font-size: 16px;
	}
}

@media (max-width: 450px) {
	.barns-image {
		height: 300px;
	}
}

@media (max-width: 400px) {
	.footer-footer {
		font-size: 10px;
	}
}

.top-bar__language {
	z-index: 1 !important;
}

.accordion-item {
	border: 0 !important;
	padding-bottom: 10px;
}

.accordion-item h4 a {
	color: #000;
	font-size: 1.125rem;
}

.accordion-collapse {
	margin-left: 40px;
	margin-top: 20px;
}

.product-info-accordion {
	position: relative;
	padding-left: 28px; /* odstęp na ikonkę */
	display: inline-block;
}

.product-info-accordion::before {
	content: '+';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 20px;
	color: #c2961c;
	transition: transform 0.3s ease, opacity 0.3s ease, content 0.3s ease;
}

/* Po otwarciu akordeonu (klasa .collapsed znika) */
.product-info-accordion:not(.collapsed)::before {
	content: '–'; /* minus */
}

.product-info-accordion::before {
	opacity: 0.8;
}
.product-info-accordion:hover::before {
	opacity: 1;
}

.page-id-104 .page-title__section {
	border-top: 1px solid #fff;
}

.fancybox-container {
	z-index: 99999 !important;
}
.fancybox-is-closing .fancybox-bg,
.fancybox-is-closing .fancybox-inner,
.fancybox-is-closing .fancybox-stage,
.fancybox-is-closing .fancybox-slide {
	opacity: 0 !important;
	visibility: hidden !important;
}
