/**
 * NEW MAIN CSS - Consolidated Styles
 *
 * This file consolidates styles from:
 * - style.css
 * - new.css
 * - header.css
 * - slider-hero.css
 * - main.css
 * - style_cheerup.css (key variables and base styles)
 *
 * Organized by sections for better maintainability
 */

/* ============================================================================
   CSS VARIABLES (from style_cheerup.css)
   ============================================================================ */

:root {
	--body-font: Lora, Georgia, serif;
	--ui-font: Lato, Arial, sans-serif;
	--title-font: TexGyreAdventor, Futura, Arial, sans-serif;
	--base-aa: antialiased;
	--main-color: #c2961c;
	--main-color-rgb: 7, 163, 204;
	--main-width: 1170px;
	--wrap-padding: 35px;
	--grid-gutter: 30px;
	--text-font: var(--body-font);
	--h-font: var(--ui-font);
	--blockquote-font: Lora, Georgia, serif;
	--text-color: #535353;
	--text-tracking: 0;
	--text-size: 14px;
	--text-lh: 1.8;
	--black-900: #000;
	--black-800: #161616;
	--black-700: #333;
	--black-color: var(--black-700);
	--share-icons-color: var(--black-color);
	--topbar-height: 52px;
	--topbar-social-color: var(--share-icons-color);
	--nav-items-space: 20px;
	--nav-active-color: var(--main-color);
	--nav-hover-color: var(--nav-active-color);
	--nav-drop-active-color: var(--nav-active-color);
	--nav-blip-color: #a0a0a0;
	--nav-blip-hover-color: var(--nav-hover-color);
	--nav-drop-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.08), 0px 4px 11px -2px rgba(0, 0, 0, 0.06);
	--title-size-xs: 14px;
	--title-size-s: 16px;
	--title-size-n: 17px;
	--title-size-m: 19px;
	--title-size-l: 24px;
	--title-size-xl: 28px;
	--post-title-size: var(--title-size-l);
	--large-post-title: var(--post-title-size);
	--grid-post-title: var(--title-size-m);
	--grid-post-title-c2: var(--grid-post-title);
	--grid-post-title-c3: var(--grid-post-title);
	--list-post-title: var(--title-size-m);
	--list-post-title-b: var(--title-size-m);
	--overlay-post-title: var(--title-size-l);
	--carousel-post-title: calc(var(--title-size-n) + 1px);
	--w-posts-title-large: var(--title-size-s);
	--excerpt-size: var(--text-size);
	--single-content-size: 15px;
	--single-title-size: 26px;
	--post-content-size: var(--single-content-size);
	--p-media-margin: 2em;
	--related-posts-title: var(--title-size-s);
	--related-posts-2-title: var(--title-size-n);
	--block-head-bc: #ebebeb;
	--block-head-bw: 1px;
	--feat-grid-title-s: var(--title-size-n);
	--feat-grid-title-m: calc(var(--title-size-m) * 1.10526);
	--feat-grid-title-l: var(--title-size-xl);
	--rmore-btn-fs: 11px;
	--widget-boxed-pad: 30px;
	scroll-padding-top: 100px;
}

/* ============================================================================
   BASE STYLES (from new.css)
   ============================================================================ */

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;
	text-decoration: none;
}

.wp-block-button__link {
	height: 40px;
	display: flex;
	align-items: center;
}

.woocommerce-wishlist .page-preview {
	flex: 1 0 auto;
}

/* ============================================================================
   HEADER & NAVIGATION (from header.css)
   ============================================================================ */

.relative {
	position: relative;
}

.top-bar {
	background-color: rgb(0, 0, 0);
	padding: 5px 0px;
	font-size: 0.75rem;
	position: relative;
	z-index: 5;
}

.top-contact {
	text-decoration: none;
	color: #fff;
	margin-right: 30px;
}

.topList .menu-item a {
	color: #fff;
}

.mega-sub-menu .latest-post__title {
	font-size: 1rem;
}

.mega-sub-menu .latest-post__title a {
	color: #fff;
	text-decoration: underline;
}

.latest-post__meta {
	margin: 10px 0;
}

.logo-image.logo-white {
	max-height: 41px;
}

.mega-sub-menu .latest-post__thumbnail,
.mega-sub-menu .latest-post__thumbnail a,
.mega-sub-menu .latest-post__thumbnail img {
	width: 100%;
	max-height: 260px;
	object-fit: cover;
}

.home .nav-brand {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 4;
	border-bottom: 1px solid #fff;
	transition:
		top 0.3s ease,
		background-color 0.3s ease,
		padding 0.3s ease;
	will-change: top, background-color;
}

.nav-brand svg path {
	fill: #fff;
	stroke: #fff;
}

.scrolled-up svg path {
	fill: #fff;
	stroke: #fff;
}

.mega-menu-header-menu-mobile-open .top-bar {
	z-index: 2;
}

.nav-brand.hidden {
	transform: translateY(-200%);
}

.nav-brand {
	background-color: #000;
	border-top: 1px solid #fff;
}

.home .nav-brand {
	background-color: transparent;
	border-top: 0px solid #fff;
}

.swiper {
	z-index: 0 !important;
}

.nav-brand.scrolled-up {
	background-color: #000;
	border-bottom-color: #000;
	top: 0 !important;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 777;
	border-bottom: 1px solid #fff;
	transition:
		top 0.3s ease,
		background-color 0.3s ease,
		padding 0.3s ease;
	will-change: top, background-color;
}

.nav-brand.at-top {
	top: auto;
	background-color: transparent;
	border-bottom-color: #fff;
}

#mega-menu-wrap-header-menu {
	background-color: transparent;
}

.scrolled-up #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	color: #fff;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	color: #fff;
}

@media (min-width: 576px) {
	.scrolled-up #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
		color: #fff;
	}
}

.mobile-box__info {
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding-top: 10px;
}

.mobile-box__info a {
	text-align: left;
	padding: 0 10px;
	margin-bottom: 10px;
}

.gt-current-lang {
	font-size: 0.875rem;
}

.gt_float_switcher img {
	width: 15px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
	padding: 0 !important;
	background-color: #000 !important;
	color: #fff !important;
}

#gt_float_wrapper {
	margin-right: 10px;
}

#unitForm {
	display: flex;
	gap: 0.2rem;
	border-left: 1px solid #cea525;
	padding-left: 0.5rem;
}

#unitForm button.selected {
	background-color: #fff;
}

#unitForm button {
	width: 30px;
	height: 30px;
	padding: 8px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out background-color;
	font-size: 0.875rem;
	color: #cea525;
}

@media only screen and (min-width: 769px) {
	.home #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover,
	.home #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus {
		background: transparent;
		color: #cea525;
		font-weight: normal;
		text-decoration: none;
		border: none;
	}
}

@media (max-width: 992px) {
	.top-bar {
		background-color: #000;
		justify-content: center;
		padding: 10px !important;
	}
}

.gtranslate_wrapper {
	z-index: 1;
}

.home .logo-image.logo-dark {
	display: none;
}

.logo-image.logo-dark {
	display: none !important;
}

.logo-image.logo-white {
	display: block;
}

.home .logo-image.logo-white {
	display: inline;
}

.nav-brand.scrolled-up .logo-image.logo-dark {
	display: none;
}

.nav-brand.scrolled-up .logo-image.logo-white {
	display: block;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu {
	text-align: right;
}

@media (max-width: 992px) {
	.top-bar__language {
		justify-content: center;
	}

	#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
		padding-top: 20px;
	}
}

/* Kontener przełącznika */
.gtranslate_wrapper,
.gtranslate,
.gtranslate .switcher {
	position: relative;
	display: inline-block;
	z-index: 99;
}

/* Wyświetlany aktualnie język (trigger) */
.gtranslate .switcher .selected {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.4rem 0.6rem;
	cursor: pointer;
	white-space: nowrap;
}

/* Lista języków – ukryta i WYJĘTA z normalnego flow */
.gtranslate .switcher .option {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	display: none;
	min-width: 180px;
	width: max-content;
	white-space: nowrap;
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
	z-index: 9999;
}

/* Pokaż listę po najechaniu/aktywacji */
.gtranslate .switcher:hover .option,
.gtranslate .switcher:focus-within .option {
	display: block;
}

/* Elementy w liście */
.gtranslate .switcher .option a {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.5rem 0.75rem;
	text-decoration: none;
}

.header .gtranslate_wrapper {
	max-width: max-content;
}

.gt_float_switcher .gt_options {
	position: absolute !important;
	top: 39px !important;
	background-color: #fff;
	z-index: 2 !important;
}

.gt_float_switcher .gt_options a {
	text-align: left;
	width: 150px;
	padding: 6px 8px !important;
}

/* navigation */
.topNavigation {
	line-height: 30px;
}

.navbar {
	padding: 10px;
}

.navbar-follow {
	position: fixed;
	top: -80%;
	width: 100%;
	transition: 0.5s;
	opacity: 0;
}

.navbar-follow .container-follow .nav-box .dgwt-wcas-ico-magnifier-handler,
.navbar-top-icons.hide-on-desktop .dgwt-wcas-ico-magnifier-handler {
	fill: #fff !important;
}

.navbar-follow .container-follow .nav-box {
	gap: 20px;
}

.before-menu-icons {
	display: flex;
	align-items: center;
	gap: 20px;
}

.navbar-image {
	max-width: 250px !important;
	width: 100%;
}

.toggle-nav {
	display: none;
}

.displayNav {
	display: block !important;
	top: 0px;
	z-index: 99999;
	transition: 0.5s;
	opacity: 1;
}

.topNavigation .topList {
	text-transform: uppercase;
}

.topList,
.socialsList,
.navigation-list,
.products-list,
.posts-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topList .menu-item {
	padding: 0px 10px;
	font-size: 0.75rem;
}

.socialsList {
	margin-left: 15px;
	flex-wrap: wrap;
}

.socials-item-bordered > .social-icon {
	padding: 0;
}

.social-icon {
	padding: 0 5px;
}

.scrolled-up .logo-image {
	height: 48px;
}

@media (max-width: 767.98px) {
	.mobile-order-1 {
		order: 1;
	}

	.mobile-order-2 {
		order: 2;
	}

	.mobile-order-3 {
		order: 3;
	}

	.scrolled-up .logo-image {
		height: auto;
	}
}

.nav-brand.scrolled-up .logo-image {
	height: auto;
}

.nav-brand.scrolled-up .container-brand {
	padding: 10px 12px;
}

.nav-brand.scrolled-up #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	height: 48px;
}

/* ============================================================================
   SLIDER & HERO (from slider-hero.css)
   ============================================================================ */

.slider-content {
	height: calc(100vh - 70px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
	padding: 0 20px 40px;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.slider-content .container {
	position: relative;
	z-index: 10;
}

.slider-subtitle {
	text-transform: uppercase;
}

.contentBox {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: flex-start;
}

.slider-heading {
	padding: 10px 0;
	text-align: left;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.3;
}

.archive .slider-heading {
	font-size: 2rem;
}

.slider-buttons {
	display: flex;
	gap: 20px;
}

.swiper-archive-price {
	display: flex;
	gap: 8px;
}

.swiper-archive-pric .ps-sufiks {
	color: #fff;
}

.slider-button {
	display: flex;
	max-width: max-content;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	border: 1px solid #fff;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 20px;
	transition: 400ms;
	color: #000;
	background-color: #fff;
}

.slider-button:hover path {
	fill: #c2961c;
}

.slider-button path {
	transition: 400ms;
}

.slider-button--secondary {
	background-color: transparent;
	color: #fff;
}

.slider-button:hover {
	color: #c2961c;
}

@media (max-width: 576px) {
	.contentBox {
		padding: 0 20px;
	}

	.slider-heading {
		font-size: 1.8rem;
	}

	.slider-buttons {
		flex-direction: column;
		width: 100%;
	}

	.slider-button {
		width: 100%;
		max-width: 100%;
	}

	.contentBox .projects-content-icons {
		width: 100%;
		justify-content: space-around;
	}
}

/* ============================================================================
   MAIN STYLES (from style.css)
   ============================================================================ */

.main-menu-content {
	display: flex;
	flex-direction: column;
}

.hidden-with-sidebar::before {
	left: -50px;
}

.socials-item-bordered {
	border: 1px solid #ebebeb;
	border-radius: 50%;
	padding: 10px 8px;
	margin: 10px;
}

.icon-mail,
.icon-phone {
	font-size: 0.75rem;
	margin-right: 10px;
}

.container-brand {
	padding: 20px 12px;
}

.logo-image,
.woocommerce-page img .logo-image {
	max-width: 290px;
	width: 100%;
}

.logo-image {
	max-width: 290px !important;
}

.form-input {
	text-indent: 10px;
	padding: 5px;
	border: none;
	border: 2px solid rgb(150, 150, 150);
	margin-right: 20px;
	width: 220px;
	font-size: 1rem;
}

.button {
	position: relative;
	background-color: transparent;
	border: none;
}

.button-count {
	border-radius: 50%;
	width: 20px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #c2961c;
	color: #fff;
	font-size: 0.75rem;
}

.form-icon {
	color: #161616;
	font-size: 1.25rem;
}

.container-follow {
	background-color: #000000;
}

.white {
	color: #fff;
}

.dropdown-toggle::after {
	display: none;
}

.bg-primary {
	background-color: transparent !important;
}

/* slider */
.slider {
	position: relative;
	background-color: #000000;
}

.top-slider {
	position: relative;
}

.slider-link {
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: 400ms;
}

.slider-link:hover {
	color: #fff;
	filter: brightness(1.2);
}

.slick-dots {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 30px 0;
	margin: 0;
}

.slick-dots li {
	width: 100%;
}

.slick-dots li button {
	background-color: #000;
	color: transparent;
	border: none;
	height: 2px;
	width: 100%;
}

.slick-dots .slick-active button {
	background-color: rgb(255, 255, 255);
}

.gt_float_switcher .gt-selected {
	z-index: 1 !important;
}

.disable-overlay .slider-content::after {
	display: none;
}

.slider-content::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.slider-title {
	background-color: transparent;
	color: #fff;
	padding: 3px 7px;
	font-size: 0.625rem;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	max-width: 200px;
	width: 100%;
}

.projects-content-heading {
	margin-bottom: unset;
}

.project-short-description p,
.projects-blog-excerpt p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 5px auto;
	font-size: 0.75rem;
	color: #7d7272;
}

.projects-content-stars.star-rating {
	font-size: 0.625rem;
	margin: 10px 0 !important;
}

.icon-left-open-big,
.icon-right-open-big {
	background-color: transparent;
	z-index: 20;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 6px;
	transition: 300ms;
}

.icon-left-open-big:hover,
.icon-right-open-big:hover {
	background-color: #fff;
	color: #000;
}

.ps-partners .icon-left-open-big:hover,
.ps-partners .icon-right-open-big:hover {
	background-color: #000;
	color: #fff;
}

.ps-partners .icon-left-open-big,
.ps-partners .icon-right-open-big {
	color: #000;
}

/* projects */
.projects {
	padding-block: 100px;
}

.heading {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #3b3b3b;
	font-size: 2.5rem;
	font-weight: bold;
}

.woocommerce a.add_to_wishlist.button.alt {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
}

.yith-wcwl-add-button {
	position: absolute;
	top: -180% !important;
	z-index: 999;
	right: 0;
	width: 36px;
	height: 36px;
}

.projects .yith-wcwl-add-to-wishlist {
	position: unset !important;
}

.projects .yith-wcwl-add-button {
	position: absolute;
	top: -68px !important;
	z-index: 2;
	right: 0;
	width: 36px;
	height: 36px;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,
.yith-wcwl-add-button .add_to_wishlist img {
	margin-right: 0 !important;
}

.swiper-scrollbar {
	margin-bottom: 35px;
	bottom: 0px !important;
}

.swiper-scrollbar-drag {
	background: #fff !important;
	height: 2px;
}

.swiper-scrollbar-drag:hover {
	cursor: grab;
}

.swiper-scrollbar-drag:active {
	cursor: grabbing;
}

.swiper-button-next,
.swiper-button-prev {
	height: auto;
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 16px;
	transition: 300ms;
	background-color: rgba(0, 0, 0, 0.7);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #fff;
	color: #000;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 1.25rem;
}

.project-icon-left,
.project-icon-right {
	position: absolute;
	left: -90px;
	top: 0;
	padding: 15px;
	background-color: #000;
	transition: 300ms;
}

.project-icon-left:hover,
.project-icon-right:hover {
	background-color: #3b3b3b;
	color: #fff;
}

.project-icon-right {
	top: 55px;
}

.project-slider-wrapper {
	position: relative;
	transition: 300ms;
}

.project-slider-wrapper:hover {
	transform: scale(102%);
}

.projects-slider-link img {
	max-width: 100%;
	max-height: 220px;
	min-height: 220px;
	object-fit: cover;
	z-index: -1;
}

.projects-promo-info {
	position: absolute;
	top: 15px;
	left: -10px;
	font-size: 0.75rem;
	text-transform: uppercase;
	background-color: #ff9100;
	padding: 5px 10px;
	z-index: 2;
	color: #000;
}

.projects-promo-info.second-badage {
	background-color: #ffff00;
	top: 45px;
}

.projects-promo-info.third-badage {
	background-color: #000;
	top: 75px;
	color: #fff;
}

.project-sub-left-icon,
.project-sub-right-icon {
	border: none;
	position: absolute;
	border: none;
	top: 50%;
	transform: translateY(-50%);
}

.project-sub-left-icon:hover,
.project-sub-right-icon:hover {
	background-color: transparent;
	color: #fff;
}

.project-sub-right-icon {
	right: 0;
}

.projects-content-link,
.projects-content-link:hover {
	color: #000;
}

.related-products .projects-slider .slick-list {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.projects-content {
	padding: 15px 15px 15px 15px;
}

.projects-content-heading {
	font-size: 1rem;
	font-weight: 400;
	position: relative;
}

.project-footage {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.projects-content-meters {
	font-weight: 700;
}

#kl_newsletter_checkbox_field {
	order: 8;
}

.projects-content-show {
	color: #000;
	border: 1px solid #000;
	padding: 5px 12px;
	text-transform: uppercase;
	font-size: 0.75rem;
	text-align: center;
	margin-inline: auto;
	max-width: max-content;
}

.category .project-short-description,
.page-template-your-projects-page .project-short-description {
	margin-bottom: 50px;
	text-align: center;
}

.page-template-your-projects-page .your-realization-content {
	max-height: unset;
}

.section-blog .projects-slider {
	padding-bottom: 20px !important;
}

/* Continue with more styles from style.css... */

/* ============================================================================
   ADDITIONAL STYLES (from new.css, main.css, and other files)
   ============================================================================ */

.show {
	display: block;
	transition: 400ms;
}

.icon-heart {
	font-size: 1.25rem;
}

/* 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;
	max-width: 900px;
	margin: 0 auto;
}

.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: 2.5rem;
	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: 1.5rem;
	}
}

.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: 0.875rem;
	font-weight: 300;
	color: #fff;
}

.advantages-image {
	max-width: 80px;
}

/* ============================================================================
   MAIN STYLES CONTINUED (from style.css)
   ============================================================================ */

.main-menu-content {
	display: flex;
	flex-direction: column;
}

.hidden-with-sidebar::before {
	left: -50px;
}

.socials-item-bordered {
	border: 1px solid #ebebeb;
	border-radius: 50%;
	padding: 10px 8px;
	margin: 10px;
}

.icon-mail,
.icon-phone {
	font-size: 0.75rem;
	margin-right: 10px;
}

.container-brand {
	padding: 20px 12px;
}

.logo-image,
.woocommerce-page img .logo-image {
	max-width: 290px;
	width: 100%;
}

.logo-image {
	max-width: 290px !important;
}

.form-input {
	text-indent: 10px;
	padding: 5px;
	border: none;
	border: 2px solid rgb(150, 150, 150);
	margin-right: 20px;
	width: 220px;
	font-size: 1rem;
}

.button {
	position: relative;
	background-color: transparent;
	border: none;
}

.button-count {
	border-radius: 50%;
	width: 20px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #c2961c;
	color: #fff;
	font-size: 0.75rem;
}

.form-icon {
	color: #161616;
	font-size: 1.25rem;
}

.container-follow {
	background-color: #000000;
}

.white {
	color: #fff;
}

.dropdown-toggle::after {
	display: none;
}

.bg-primary {
	background-color: transparent !important;
}

/* slider */
.slider {
	position: relative;
	background-color: #000000;
}

.top-slider {
	position: relative;
}

.slider-link {
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: 400ms;
}

.slider-link:hover {
	color: #fff;
	filter: brightness(1.2);
}

.slick-dots {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 30px 0;
	margin: 0;
}

.slick-dots li {
	width: 100%;
}

.slick-dots li button {
	background-color: #000;
	color: transparent;
	border: none;
	height: 2px;
	width: 100%;
}

.slick-dots .slick-active button {
	background-color: rgb(255, 255, 255);
}

.gt_float_switcher .gt-selected {
	z-index: 1 !important;
}

.disable-overlay .slider-content::after {
	display: none;
}

.slider-content::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.slider-title {
	background-color: transparent;
	color: #fff;
	padding: 3px 7px;
	font-size: 0.625rem;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	max-width: 200px;
	width: 100%;
}

.projects-content-heading {
	margin-bottom: unset;
}

.project-short-description p,
.projects-blog-excerpt p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 5px auto;
	font-size: 0.75rem;
	color: #7d7272;
}

.projects-content-stars.star-rating {
	font-size: 0.625rem;
	margin: 10px 0 !important;
}

.icon-left-open-big,
.icon-right-open-big {
	background-color: transparent;
	z-index: 20;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 6px;
	transition: 300ms;
}

.icon-left-open-big:hover,
.icon-right-open-big:hover {
	background-color: #fff;
	color: #000;
}

.ps-partners .icon-left-open-big:hover,
.ps-partners .icon-right-open-big:hover {
	background-color: #000;
	color: #fff;
}

.ps-partners .icon-left-open-big,
.ps-partners .icon-right-open-big {
	color: #000;
}

/* projects */
.projects {
	padding-block: 100px;
}

.heading {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #3b3b3b;
	font-size: 2.5rem;
	font-weight: bold;
}

.woocommerce a.add_to_wishlist.button.alt {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
}

.yith-wcwl-add-button {
	position: absolute;
	top: -180% !important;
	z-index: 999;
	right: 0;
	width: 36px;
	height: 36px;
}

.projects .yith-wcwl-add-to-wishlist {
	position: unset !important;
}

.projects .yith-wcwl-add-button {
	position: absolute;
	top: -68px !important;
	z-index: 2;
	right: 0;
	width: 36px;
	height: 36px;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,
.yith-wcwl-add-button .add_to_wishlist img {
	margin-right: 0 !important;
}

.swiper-scrollbar {
	margin-bottom: 35px;
	bottom: 0px !important;
}

.swiper-scrollbar-drag {
	background: #fff !important;
	height: 2px;
}

.swiper-scrollbar-drag:hover {
	cursor: grab;
}

.swiper-scrollbar-drag:active {
	cursor: grabbing;
}

.swiper-button-next,
.swiper-button-prev {
	height: auto;
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 16px;
	transition: 300ms;
	background-color: rgba(0, 0, 0, 0.7);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #fff;
	color: #000;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 1.25rem;
}

.project-icon-left,
.project-icon-right {
	position: absolute;
	left: -90px;
	top: 0;
	padding: 15px;
	background-color: #000;
	transition: 300ms;
}

.project-icon-left:hover,
.project-icon-right:hover {
	background-color: #3b3b3b;
	color: #fff;
}

.project-icon-right {
	top: 55px;
}

.project-slider-wrapper {
	position: relative;
	transition: 300ms;
	/* -webkit-box-shadow: 0px 0px 18px 2px rgba(235, 235, 235, 1);
	-moz-box-shadow: 0px 0px 18px 2px rgba(235, 235, 235, 1);
	box-shadow: 0px 0px 18px 2px rgba(235, 235, 235, 1); */
}

.project-slider-wrapper:hover {
	transform: scale(102%);
}

.projects-slider-link img {
	max-width: 100%;
	max-height: 220px;
	min-height: 220px;
	object-fit: cover;
	z-index: -1;
}

.projects-promo-info {
	position: absolute;
	top: 15px;
	left: -10px;
	font-size: 0.75rem;
	text-transform: uppercase;
	background-color: #ff9100;
	padding: 5px 10px;
	z-index: 2;
	color: #000;
}

.projects-promo-info.second-badage {
	background-color: #ffff00;
	top: 45px;
}

.projects-promo-info.third-badage {
	background-color: #000;
	top: 75px;
	color: #fff;
}

.project-sub-left-icon,
.project-sub-right-icon {
	border: none;
	position: absolute;
	border: none;
	top: 50%;
	transform: translateY(-50%);
}

.project-sub-left-icon:hover,
.project-sub-right-icon:hover {
	background-color: transparent;
	color: #fff;
}

.project-sub-right-icon {
	right: 0;
}

.projects-content-link,
.projects-content-link:hover {
	color: #000;
}

.related-products .projects-slider .slick-list {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.projects-content {
	padding: 15px 15px 15px 15px;
}

.ewd-ufaq-faqs h4 {
	font-size: 1.125rem;
}

.projects-content-heading {
	font-size: 1rem;
	font-weight: 400;
	position: relative;
}

.project-footage {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.projects-content-meters {
	font-weight: 700;
}

#kl_newsletter_checkbox_field {
	order: 8;
}

.projects-content-show {
	color: #000;
	border: 1px solid #000;
	padding: 5px 12px;
	text-transform: uppercase;
	font-size: 0.75rem;
	text-align: center;
	margin-inline: auto;
	max-width: max-content;
}

.category .project-short-description,
.page-template-your-projects-page .project-short-description {
	margin-bottom: 50px;
	text-align: center;
}

.page-template-your-projects-page .your-realization-content {
	max-height: unset;
}

.section-blog .projects-slider {
	padding-bottom: 20px !important;
}

/* Articles-Page */

.post-section {
	margin-bottom: 100px;
	margin-top: 10px;
}

.post-meta {
	font-size: 0.75rem;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.post-category {
	font-weight: 900;
	text-transform: uppercase;
	color: #c2961c;
}

.post-date {
	font-weight: bold;
	color: #b4bbce;
}

.post-image {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.post-heading {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.post-link {
	text-decoration: none;
	color: #000;
}

.post-short {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #535353;
}

.sidebar {
	max-width: 500px;
	margin-inline: auto;
}

.sidebar-title {
	font-size: 0.875rem;
	padding: 8px;
	margin-bottom: 30px;
	color: #fff;
	background-color: #000;
}

.about-us-photo {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 0;
	padding: 0 30px;
}

.about-us-image {
	padding-top: 0px;
}

.sidebar-section {
	text-align: center;
	border: 1px solid #ebebeb;
	padding-bottom: 30px;
}

.sidebar-text {
	padding: 30px;
	font-size: 0.875rem;
	color: #535353;
}

.sidebar-text-span {
	display: inline-block;
	margin-top: 15px;
}

.product-image,
.sidebar-post-image {
	max-width: 120px;
	height: 120px;
	object-fit: cover;
	flex-shrink: 0;
}

.posts-list-item:last-child .single-post,
.products-list-item:last-child .single-product {
	border-bottom: 0;
}

.products-list,
.posts-list {
	padding: 0 40px;
}

.product-title,
.post-title {
	font-size: 1rem;
	font-weight: bold;
}

.post-title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.product-content,
.sidebar-post-content {
	margin-left: 40px;
	text-align: left;
}

.product-price,
.post-date {
	color: #b4bbce;
}

.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: 0.75rem;
}

.newsletter-sign-in {
	font-size: 0.9375rem;
}

.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: 1.125rem;
}

/* kontakt */

.contact-section {
	margin: 100px auto;
	font-family: 'Lora', serif;
}

.contact-content {
	padding-right: 75px;
}

.contact-heading,
.barns-heading {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 36px;
}

.contact-paragraph,
.privacy-paragraph,
.responsibility-paragraph,
.cooperation-paragraph,
.services-paragraph,
.statute-paragraph,
.list-detail-paragraph,
.project-paragraph,
.faq-paragraph,
.barns-paragraph,
.barns-quoted-paragraph,
.aboutUs-paragraph {
	margin-bottom: 26px;
	color: #535353;
	font-size: 0.875rem;
}

.contact-quoted .contact-paragraph {
	color: #000;
	font-size: 1.125rem;
	padding-left: 40px;
}

.contact-span,
.list-span,
.barns-span,
.responsibility-span,
.aboutUs-span,
.contact-paragraph-bolded {
	font-weight: bold;
}

.contact-span-underline {
	text-decoration: underline;
	font-weight: bold;
}

.contact-link {
	text-transform: uppercase;
	color: #c2961c;
	text-decoration: none;
}

.contact-email,
.contact-list-link,
.privacy-link,
.cooperation-link,
.services-link,
.statute-link,
.faq-link,
.barns-link,
.aboutUs-link {
	color: #c2961c;
	text-decoration: none;
}

.contact-quoted::before,
.barns-quoted::before,
.aboutUs-quoted-bottom::before {
	content: '\e805';
	transform: rotate(180deg);
	font-family: 'fontello';
	font-size: 1.5rem;
	color: #c2961c;
	float: left;
}

.contact-subheading {
	font-weight: bold;
	font-size: 0.875rem;
	margin-bottom: 28px;
}

.contact-list,
.faq-list {
	margin-bottom: 20px;
}

.contact-list-item,
.faq-list-item,
.sublist-faq-list-item {
	font-size: 0.875rem;
	margin-bottom: 10px;
}

/* polityka prywatności */

.privacy-section {
	margin: 100px auto;
	font-family: 'Lora', serif;
}

.privacy-heading {
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 36px;
}

.privacy-list {
	padding: 0;
	list-style: none;
}

.privacy-list-item,
.privacy-sublist-item,
.responsibility-list-item {
	font-size: 0.875rem;
	margin-bottom: 24px;
	color: #535353;
}

.privacy-sublist-item,
.responsibility-list-item {
	margin-bottom: 18px;
}

.privacy-list-item::before {
	content: '#';
	color: #c2961c;
}

.privacy-list-link {
	text-decoration: none;
	color: #c2961c;
}

.privacy-title {
	font-weight: bold;
	font-size: 1.375rem;
	padding-top: 65px;
}

.privacy-title::before {
	content: '#';
}

.privacy-sublist {
	margin-bottom: 35px;
}

/* ograniczenie odpowiedzialności */

.responsibility-section {
	max-width: 800px;
	margin: 100px auto;
}

.responsibility-heading,
.cooperation-heading {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.375rem;
	text-align: center;
	margin-bottom: 36px;
}

/* współpraca */

.cooperation-section,
.statute-section,
.project-section,
.faq-section,
.barns-section,
.aboutUs-section {
	margin: 100px auto;
}

.cooperation-content,
.faq-content {
	max-width: 800px;
	margin: 50px auto;
}

.cooperation-image {
	display: block;
	text-align: center;
	object-fit: cover;
	margin-inline: auto;
}

/* usługi */

.services-header {
	position: relative;
	background-image: url(https://www.projektstodola.pl/wp-content/uploads/2022/05/7_Dom-ukryty-perspektywa-z-boku-mala.jpg)
		center/cover no-repeat;
	font-family: 'Lora', serif;
	z-index: 1;
}

.services-header::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 0%, 0.3);
	z-index: -1;
}

.services {
	max-width: 850px;
	margin-inline: auto;
	padding: 80px 15px 160px;
	color: #fff;
}

.services-heading,
.statute-heading,
.faq-heading {
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 25px;
}

.services .services-paragraph {
	line-height: 30px;
	font-size: 0.9375rem;
	color: #fff;
}

.services-paragraph {
	margin-bottom: 26px;
}

.services-buttons {
	position: relative;
	padding-bottom: 40px;
}

.services-buttons::after {
	position: absolute;
	content: '';
	width: 180px;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #e1e1e1;
}

.services-button {
	background-color: #c2961c;
	color: #fff;
	text-decoration: none;
	padding: 13px 20px;
	text-transform: uppercase;
	font-size: 0.6875rem;
	font-weight: bold;
	margin-right: 6px;
	transition: 300ms;
}

.services-button::before {
	content: '\e809';
	font-family: 'Fontello';
	margin-right: 10px;
}

.services-button-clear::before {
	content: '';
	margin: auto;
}

.services-button:hover {
	background-color: #000;
	color: #fff;
}

.services-services {
	gap: 40px;
}

.services-section {
	position: relative;
	z-index: 1;
	margin-top: -90px;
	margin-bottom: 150px;
}

.services-single-service {
	margin-inline: auto;
	padding: 25px;
	padding-bottom: 50px;
	border: 1px solid #000;
	background-color: #fff;
	max-width: 350px;
	box-shadow: 0 0 40px 1px#00000026;
}

.single-service-shadowless {
	box-shadow: none;
}

.services-title {
	margin: 25px auto;
	font-weight: bold;
	font-size: 1.375rem;
}

.services-subtitle {
	margin: 25px auto;
}

.services-bordered {
	position: relative;
	padding-bottom: 40px;
}

.services-bordered::after {
	position: absolute;
	content: '';
	width: 180px;
	height: 4px;
	bottom: 0;
	left: 50%;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	transform: translateX(-50%);
	background-color: #e1e1e1;
}

.services-span {
	font-size: 1.125rem;
	font-weight: bold;
}

.services-link {
	font-weight: bold;
}

.additional-content {
	margin-top: 150px;
	max-width: 750px;
	border: 1px dotted #111;
	margin-inline: auto;
	padding: 10px;
}

.icon-plus {
	font-size: 5rem;
}

.services-title-bordered {
	position: relative;
	padding-bottom: 20px;
}

.services-title-bordered::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 40px;
	background-color: #000;
}

.single-additional {
	padding: 20px;
}

.single-additional-bordered {
	border-left: 2px solid #111;
	border-right: 2px solid #111;
}

.additional-button {
	display: inline-block;
	margin-top: 30px;
	margin-right: 0;
}

/* Regulamin */

.statute-section,
.faq-section,
.barns-section,
.aboutUs-section {
	font-family: 'Lora', serif;
}

.statute-title {
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 26px;
}

.statute-list {
	color: #535353;
	font-size: 0.875rem;
}

.statute-list-item {
	margin-bottom: 10px;
}

.statute-list-item > .statute-list {
	margin: 15px auto;
	list-style-type: disc;
}

.statute-list-item > .statute-list-numeric {
	list-style-type: decimal;
}

/* co zawiera projekt */

.project-content {
	max-width: 720px;
	margin-inline: auto;
	font-family: 'Lora', serif;
}

.project-heading {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 26px;
}

.project-list-box {
	padding: 40px 0;
	margin-bottom: 30px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.project-list-title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.project-single-list {
	list-style-type: upper-roman;
}

.ordered-list-item {
	padding: 40px 0;
	border-top: 1px solid #e9e9e9;
}

.ordered-heading-bordered {
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 30px;
}

.details-heading {
	display: inline-block;
	font-weight: bold;
	margin: 30px auto;
}

.ordered-heading {
	display: inline-block;
	margin-bottom: 20px;
	font-weight: bold;
}

.ordered-list-subheading {
	font-size: 0.875rem;
	font-weight: bold;
	margin: 20px auto;
}

.list-image {
	max-width: 250px;
	width: 100%;
}

/* faq */

.faq-summary {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 26px;
}

.faq-summary::marker {
	font-size: 0;
	margin: 0;
	padding: 0;
}

.faq-summary::before {
	content: '\e80a';
	font-family: 'fontello';
	margin-right: 18px;
	color: #c2961c;
	font-size: 1.5rem;
}

details[open] .faq-summary::before {
	content: '\e80b';
	font-family: 'fontello';
	margin-right: 18px;
	color: #c2961c;
	font-size: 1.5rem;
}

.faq-list-item {
	font-size: 0.875rem;
	color: #535353;
}

.sublist-faq-list {
	margin: 20px auto;
}

.faq-paragraph {
	padding-left: 32px;
}

.faq-paragraph-paddingless {
	padding-left: 0;
}

.faq-span {
	font-weight: bold;
}

/* wasze stodoły - realizacje */

.barns-image {
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.barns-heading {
	margin-top: 36px;
}

.barns-paragraph {
	line-height: 25px;
}

.barns-quoted-paragraph,
.aboutUs-quoted-paragraph {
	font-size: 1.125rem;
	padding-left: 50px;
	font-style: italic;
}

.barns-your-realization-heading {
	font-weight: bold;
	font-size: 1.25rem;
	margin: 24px auto 50px;
}

/* o nas - podstrona */

.aboutUs-header {
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
	background-image: url(https://www.projektstodola.pl/wp-content/uploads/2017/01/Adam-i-Patrycja-zdjecie-o-nas-skompresowane-scaled.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 565px;
	display: flex;
	align-items: flex-end;
}

.aboutUs-header::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(128, 128, 128, 0) 50%,
		rgba(0, 0, 0, 0.35) 100%
	);
	z-index: -1;
}

.aboutUs-heading {
	text-transform: uppercase;
	font-size: 2.25rem;
	color: #fff;
	margin: 30px 40px;
}

.aboutUs-list {
	color: #535353;
	font-size: 0.875rem;
}

.aboutUs-list-item {
	margin-bottom: 14px;
}

.aboutUs-quoted {
	margin-left: 0;
	font-size: 1.125rem;
}

.aboutUs-paragraph-underImage {
	margin-top: 26px;
}

/* .navbar-nav li a {
	font-family: 'Lato';
	font-weight: 600;
	font-size: 0.8125rem;
	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;
} */

.choose-addons-href-mobile {
	text-align: center;
	color: #000;
	font-weight: 700;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
	position: absolute;
	left: 0;
	right: 0;
}

.choose-addons-href-mobile img {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	max-width: 20px;
}

.sub-menu li a {
	color: #e6e6e6;
	font-size: 0.75rem !important;
	text-transform: initial;
}

.sub-menu {
	display: none;
}

/* .container-follow .navbar-nav li a {
	font-size: 0.8125rem;
}

.navbar-nav li a:hover {
	color: #c2961c;
	background-color: transparent;
} */

.dropdown-collapse {
	display: block;
}

form .form-button.button {
	background-color: transparent;
}

form .form-button.button:hover {
	background: transparent;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 33px;
	width: 170px;
	margin-right: 22px;
	padding: 0px 15px;
	color: #b4b4b4;
	font-size: 0.8125rem;
	border: 1px solid #ebebeb;
}

.wishlist_table.images_grid li .item-details table.item-details-table td,
.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td,
.wishlist_table.modern_grid li .item-details table.item-details-table td {
	font-size: 0.875rem;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
	max-width: 180px;
}

.woocommerce-wishlist .content-spacious-full {
	max-width: unset;
}

.regularprice .woocommerce-Price-amount.amount {
	color: #c2961c;
}

.saleprice .woocommerce-Price-amount.amount {
	color: #b4b4b4;
}

.woocommerce ul.products li.product .price,
.projects-content-price,
.woocommerce div.product p.price {
	display: flex;
	gap: 10px !important;
}

.projects-content-icons .a {
	fill: none;
	stroke: #000;
	stroke-miterlimit: 10;
}

.projects-content-icons {
	display: flex;
	gap: 15px;
}

.project-content-icons-block {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.625rem;
}

.project-content-icons-block img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.project-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
	flex-direction: column;
	gap: 10px;
}

.project-price .projects-content-price {
	margin: 0;
	gap: unset;
	flex-wrap: wrap;
}

.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;
}

.sbi.sbi_mob_col_1.sbi_tab_col_2.sbi_col_3.sbi_width_resp {
	margin-top: 100px !important;
}

.woocommerce div.product p.stock {
	display: none;
}

.spec-description-product ul li {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

.category-after-title-product {
	font-size: 0.75rem;
	color: #757575;
}

.spec-description-product ul {
	padding: 0;
	margin: 0;
}

.single-product .variation-change {
	display: flex;
	justify-content: space-evenly;
	border-top: 1px solid #d3ced2;
	padding: 10px 0;
}

.single-product .variation-change button {
	appearance: none;
	border: 0;
	background-color: transparent;
	padding: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.75rem;
	color: #757575;
	cursor: default;
	user-select: none;
	width: 100%;
}

.product-content-all .variation-images-left {
	max-width: 60%;
	position: relative;
}

.single-product.woocommerce div.product div.summary {
	float: none;
	width: 35%;
}

.woocommerce-message {
	border-top-color: #c2961c;
}

.woocommerce-message a.button.wc-forward {
	background-color: #c2961c;
	color: #fff;
	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;
}

.woocommerce-message::before {
	color: #c2961c;
}

.woocommerce-message a.button.wc-forward:hover {
	box-shadow: 0px 0px 8px 0px #c2961c;
}

.rtwpvg-images {
	float: none;
	width: 100%;
	max-width: unset;
}

.single-product .btn-add-to-wishlist .yith-wcwl-add-button {
	position: relative;
	top: unset;
	right: unset;
	left: unset;
	width: 100%;
	height: auto;
	z-index: 98;
}

.single-product .btn-add-to-wishlist .yith-wcwl-add-button .delete_item {
	width: 100%;
	height: auto;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	font-size: 0.75rem !important;
	padding: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single-product .btn-add-to-wishlist .yith-wcwl-add-button .delete_item i {
	margin-right: 10px !important;
}

.single-product .yith-wcwl-add-button .separator,
.single-product .yith-wcwl-add-button .view-wishlist {
	display: none;
}

.add_to_wishlist span {
	visibility: hidden;
	position: absolute;
	font-size: 0;
}

.yith-wcwl-add-button .delete_item {
	margin-top: 0 !important;
	width: 36px;
	height: 36px;
	justify-content: center;
	display: flex !important;
	align-items: center;
	font-size: 0 !important;

	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	color: #c2961c !important;
}

.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
	color: #c2961c !important;
}
.yith-wcwl-add-button .delete_item .yith-wcwl-icon {
	font-size: initial !important;
}

.project-version-info {
	position: absolute;
	border: 1px solid #c2961c;
	background-color: #fff;
	padding: 20px;
	max-width: 350px;
	bottom: 60%;
	right: 7%;
	opacity: 0;
	transition: 0.3s ease opacity;
	-webkit-transition: 0.3s ease opacity;
	-moz-transition: 0.3s ease opacity;
	-ms-transition: 0.3s ease opacity;
	-o-transition: 0.3s ease opacity;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	z-index: -1;
}

.single-product .btn-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	order: 1;
	gap: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 10px;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #d3ced2;
	transition:
		0.3s ease background,
		0.3s ease color;
	-webkit-transition:
		0.3s ease background,
		0.3s ease color;
	-moz-transition:
		0.3s ease background,
		0.3s ease color;
	-ms-transition:
		0.3s ease background,
		0.3s ease color;
	-o-transition:
		0.3s ease background,
		0.3s ease color;
	max-height: 45px;
	align-items: center;
	font-size: 0.75rem;
	min-height: 40px;
}

.btn-add-to-wishlist {
	width: 50%;
}

.single-product .btn-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist i {
	order: 2;
}

.single-product .info-about-realization {
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-bottom: 10px;
}

.single-product .info-about-realization span {
	font-weight: 600;
}

.single-product .info-about-realization img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.single-product.woocommerce div.product form.cart {
	margin-bottom: 0;
	position: relative;
}

.project-vesrion-info-icon {
	position: absolute;
	bottom: 62%;
	right: 2%;
}

.project-vesrion-info-icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.single-product .btn-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist span {
	visibility: visible;
	position: static;
	font-size: 0.75rem;
}

.single-product .product-content-all {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.single-product .yith-wcwl-add-button {
	position: absolute;
	top: 20px;
	right: 10px;
}

.single-product .variation-change-arrows {
	display: flex;
	gap: 20px;
	position: relative;
}

.product-tab-custom-content .alignleft {
	float: none;
}

.single-product .variation-change-arrows img:first-child {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.single-product .variation-change-arrows img {
	width: 20px;
	height: 30px;
	object-fit: contain;
	cursor: pointer;
	transition: 0.3s ease opacity;
	-webkit-transition: 0.3s ease opacity;
	-moz-transition: 0.3s ease opacity;
	-ms-transition: 0.3s ease opacity;
	-o-transition: 0.3s ease opacity;
	max-width: 290px;
}

.single-product .variation-change-arrows img:hover {
	opacity: 0.6;
}

.single-product .variation-change-arrows::after {
	display: block;
	content: '';
	border-left: 2px dotted #000;
	width: 2px;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	margin-inline: auto;
}

.woocommerce-checkout .woocommerce-order-details .wc-item-meta {
	padding: 0;
}

.woocommerce-checkout .woocommerce ul.order_details {
	margin-top: 25px;
	padding: 0;
}

.woocommerce-checkout .woocommerce .wc-bacs-bank-details-account-name {
	font-size: 1rem;
}

.spec-description-product {
	padding: 20px 0;
	border-top: 1px solid #d3ced2;
	border-bottom: 1px solid #d3ced2;
}

.pewc-group-heading-wrapper {
	display: none;
}

ul.pewc-product-extra-groups {
	padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 0;
	color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 5px 10px;
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: #000;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #dabc5c;
	color: #fff;
	border: 1px solid #000;
}

.woocommerce-checkout .woocommerce table.shop_table {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.woocommerce-checkout .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	padding: 1em 2em;
	background-color: #c2961c;
	color: #fff;
	width: 100%;
	max-width: 220px;
	text-align: center;
	float: left;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.woocommerce div.product form.cart div.quantity {
	display: none !important;
}

.pewc-item-field-wrapper {
	display: flex;
	flex-direction: column;
}

.pewc-form-field {
	padding: 15px 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	margin-top: 10px;
}

.woocommerce div.product form.cart .variations {
	margin: 10px 0;
	margin-top: 0;
	position: relative;
}

.pewc-item-field-wrapper span,
.pewc-total-field-wrapper span,
ul.pewc-product-extra-groups label {
	font-weight: 600 !important;
}

.pewc-total-field-wrapper,
.single-product .woocommerce-product-details__short-description ul {
	padding: 0;
}

.single-product .woocommerce-product-details__short-description ul li {
	display: flex;
	justify-content: space-between;
}

.single-product .woocommerce-product-details__short-description ul li span {
	font-weight: 600;
}

.single-product .info-about-realization .info-realization-pop {
	position: absolute;
	top: 5px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #c2961c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	left: -65%;
	max-width: 350px;
	opacity: 0;
	transition: 0.3s ease opacity;
	-webkit-transition: 0.3s ease opacity;
	-moz-transition: 0.3s ease opacity;
	-ms-transition: 0.3s ease opacity;
	-o-transition: 0.3s ease opacity;
}

.woocommerce div.product form.cart .variations select {
	width: 100%;
	padding: 15px 10px;
	text-transform: uppercase;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	position: relative;
	font-size: 0.875rem;
}

.product-cart-download-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #d3ced2;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: #000;
	transition:
		0.3s ease background,
		0.3s ease color;
	-webkit-transition:
		0.3s ease background,
		0.3s ease color;
	-moz-transition:
		0.3s ease background,
		0.3s ease color;
	-ms-transition:
		0.3s ease background,
		0.3s ease color;
	-o-transition:
		0.3s ease background,
		0.3s ease color;
	position: relative;
	max-height: 45px;
	gap: 15px;
	font-size: 0.75rem;
	background-color: #fff;
}

.product-cart-download-btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
	width: 100%;
}

.product-cart-download-disabled {
	position: relative;
	display: inline-block;
}

.product-cart-download-disabled .product-cart-tooltip {
	visibility: hidden;
	width: 230px;
	background-color: #fff;
	border: 1px solid #f4da0d;
	color: #000;
	text-align: center;
	position: absolute;
	z-index: 111;
	bottom: 100%;
	left: 50%;
	margin-left: -115px;
	padding: 0.5rem;
}

.product-cart-download-disabled .product-cart-tooltip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #f4da0d transparent transparent transparent;
}

.product-cart-download-disabled:hover .product-cart-tooltip {
	visibility: visible;
}

.wishlist-with-download-card {
	display: flex;
	gap: 20px;
}

.product-cart-download-btn::after {
	content: '';
	background-image: url('../img/download.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	transition: 0.3s ease background-image;
	-webkit-transition: 0.3s ease background-image;
	-moz-transition: 0.3s ease background-image;
	-ms-transition: 0.3s ease background-image;
	-o-transition: 0.3s ease background-image;
}

.product-cart-download-btn:hover {
	color: #fff;
	background: #333333;
	border-color: #333333;
}

.product-cart-download-btn:hover::after {
	background-image: url('../img/download-white.png');
}

.product-cart-download-btn img {
	width: 56px;
	height: 50px;
	object-fit: contain;
}

.wp-caption {
	max-width: 100%;
}

.single-post .wp-caption img {
	width: 100%;
}

.single-post h3 {
	font-size: 1.25rem;
	margin: 15px 0;
}

.single-post .wp-caption-text strong {
	font-style: italic;
	color: #999;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.single-post p {
	font-size: 0.875rem;
	margin-bottom: 26px;
}

.woocommerce select:after {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	display: inline-block;
	content: 'v';
	width: 0;
	height: 0;
	margin-top: -0.15rem;
	pointer-events: none;
	border-top: 0.35rem solid;
	border-right: 0.35rem solid transparent;
	border-bottom: 0.35rem solid transparent;
	border-left: 0.35rem solid transparent;
}

.woocommerce div.product form.cart .reset_variations {
	display: none !important;
}

.variations tr {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.woocommerce-checkout .woocommerce-checkout-payment {
	margin-bottom: 50px;
}

.woocommerce-checkout a {
	color: #c2961c;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot th {
	margin-top: 25px;
	border-top: 0;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead tr {
	border-bottom: 1px solid #eaeaea;
	display: flex;
	justify-content: space-between;
}

.woocommerce-order-received .woocommerce {
	margin: 50px 0;
}

.woocommerce-order-received
	.woocommerce
	.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 2rem;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item {
	display: flex;
	justify-content: space-between;
}

.woocommerce-checkout .woocommerce table.shop_table td,
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
	border-top: 0;
}

.woocommerce-checkout .woocommerce ul#shipping_method li {
	display: flex;
	align-items: center;
}

.woocommerce-checkout .woocommerce table.shop_table th {
	padding: 0;
}

.woocommerce-checkout .cart-subtotal th,
.woocommerce-checkout .cart-subtotal td {
	border-bottom: 0 !important;
}

.single-product form.cart .pewc-product-extra-groups li input[type='checkbox'] {
	position: relative;
}

.single-product form.cart .pewc-product-extra-groups li input[type='checkbox']::before {
	content: '';
	display: block;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	position: absolute;
	left: -2px;
	top: -1px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #fff;
}

.single-product .related-products .heading {
	font-size: 1.375rem;
	color: #fff;
	padding-top: 25px;
}

.single-product form.cart .pewc-product-extra-groups .pewc-active-field input[type='checkbox']::before {
	background-color: #2a4bfa;
	content: '✔';
	color: #fff;
	font-size: 0.8125rem;
	text-align: center;
}

.woocommerce #review_form #respond p {
	margin-top: 5px;
	font-size: 1rem;
}

.comment-form-rating label[for='rating'] {
	display: none;
}

.woocommerce #review_form #respond textarea {
	height: 40px;
	border: 0;
	border-bottom: 1px solid #c2961c;
	outline: none;
}

.comment_container {
	position: relative;
}

.woocommerce #review_form #respond .form-submit input {
	width: 100%;
	max-width: 210px;
	padding: 15px 20px;
	color: #fff;
	background-color: #c2961c;
	font-size: 1rem;
	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;
	font-weight: 600;
	letter-spacing: 2px;
}

.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce div.product form.cart .button:hover {
	box-shadow: 0px 0px 8px 0px #c2961c;
}

.woocommerce #reviews #comments ol.commentlist {
	position: relative;
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
	position: unset;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	background: transparent;
	width: auto;
	height: auto;
	margin: 0;
	object-fit: contain;
	border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 0;
	border-bottom: 1px solid #c2961c;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 80px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.search-image img {
	height: auto;
	object-fit: contain;
	width: 100%;
	display: block;
	margin-inline: auto;
	transition: 0.3s ease opacity;
	-webkit-transition: 0.3s ease opacity;
	-moz-transition: 0.3s ease opacity;
	-ms-transition: 0.3s ease opacity;
	-o-transition: 0.3s ease opacity;
	max-height: 515px;
}

.search-image img:hover,
.search-title a:hover {
	cursor: pointer;
	opacity: 0.7;
}

.search-separator::before {
	content: '-';
	padding: 0 5px;
	color: #b4b4b4;
}

.search-category-and-date {
	display: flex;
	gap: 5px;
	justify-content: center;
	font-size: 0.625rem;
	text-transform: uppercase;
}

.icon-quote:before {
	content: '\e805';
	transform: rotate(180deg);
}

.search-title a {
	font-weight: 600;
	color: #000;
	font-size: 1.4375rem;
	transition: 0.3s ease opacity;
	-webkit-transition: 0.3s ease opacity;
	-moz-transition: 0.3s ease opacity;
	-ms-transition: 0.3s ease opacity;
	-o-transition: 0.3s ease opacity;
}

.search-content {
	color: #535353;
	text-align: justify;
	font-size: 0.875rem;
}

.search-links {
	display: flex;
	justify-content: space-around;
}

.search-read-more,
.search-social-links {
	border: 1px solid #ebebeb;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.search-read-more a,
.search-social-links a {
	color: #535353;
	font-size: 0.6875rem;
	text-transform: uppercase;
	font-weight: 600;
}

.search-social-links a {
	font-size: 0.8125rem;
}

.follow-header .form-input {
	padding: 20px;
	width: 100%;
	position: fixed;
	right: 0;
	left: 0%;
	top: 7%;
	z-index: 999;
	display: block;
	margin-inline: auto;
}

.follow-header .search-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	margin-inline: auto;
	right: 0;
	left: 0;
	z-index: 23;
}

form.widget-search {
	display: flex;
	align-items: center;
	position: relative;
}

#defaultButtonSearch {
	position: absolute;
	right: 10%;
}

.search-overlay .form-button.button {
	position: absolute;
	right: 5%;
	top: 7%;
	z-index: 999;
	padding: 0;
}

#checkbox_trigger_field {
	order: 2;
}

#comments .woocommerce-Reviews-title {
	font-size: 1.25rem;
	margin-bottom: 25px;
}

.woocommerce table.shop_table {
	border: 0;
	margin: 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 118px;
	height: auto;
}

.actions button.button {
	background-color: transparent !important;
	padding: 11px 22px !important;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #000 !important;
	font-weight: 600;
	font-size: 0.6875rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: 1px solid;
}

.coupon button.button:hover {
	background-color: #c2961c;
	color: #fff;
}

.woocommerce a.remove {
	color: #707070 !important;
	transition: 0.3s ease background-color;
	-webkit-transition: 0.3s ease background-color;
	-moz-transition: 0.3s ease background-color;
	-ms-transition: 0.3s ease background-color;
	-o-transition: 0.3s ease background-color;
	height: 1.1em;
	width: 1.1em;
}

.woocommerce a.remove:hover {
	background-color: #000;
}

.woocommerce-cart table.cart .product-remove {
	width: 9%;
	padding-left: 10px;
}

.woocommerce-cart table.cart .product-thumbnail {
	padding: 30px 0;
	width: 25%;
	min-width: 60px;
}

.woocommerce-cart table.cart img {
	width: 100%;
	max-width: 100px;
}

.woocommerce-cart table.cart .product-name {
	padding: 30px;
	width: 26%;
	min-width: 80px;
	color: #000;
}

.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-quantity {
	width: 100%;
	text-align: center;
}

.woocommerce-cart table.cart .product-subtotal {
	text-align: right;
	padding-right: 30px;
}

.woocommerce-cart table.cart .label {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: -2px;
	vertical-align: middle;
	color: #b4b4b4;
	font-size: 0.6875rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce-cart table.cart .product-name > a {
	color: #535353;
	font-weight: 600;
}

#billing_faktura_field_field {
	order: 2;
}

#menu-item-7237.menu-item-has-children:hover .sub-menu li,
.navbar .nav-item .dropdown-menu li {
	padding: 5px 0;
}

#menu-item-7237 .dropdown-item {
	display: initial;
}

.woocommerce-checkout input {
	height: 2.84615em;
	padding: 0 10px;
	color: #000;
}

.woocommerce form h3 {
	margin-top: 0;
	font-size: 1.0625rem;
}

.woocommerce-info::before {
	display: none;
}

.woocommerce-info a.showcoupon {
	color: #c2961c;
	margin-left: 10px;
}

.woocommerce-info {
	border: 1px solid #ebebeb;
	padding: 10px 25px;
	font-size: 1rem;
	margin-top: 25px;
	line-height: 1.9;
}

.woocommerce form .form-row label {
	line-height: 2;
	color: #535353;
	font-size: 0.8125rem;
	margin-bottom: 2px;
}

.woocommerce form .form-row textarea {
	height: 115px;
}

.woocommerce-checkout textarea {
	color: #b4b4b4;
	font-size: 0.8125rem;
	background-color: #fff;
	padding: 10px;
}

.woocommerce .woocommerce-breadcrumb {
	padding: 20px 0;
	text-align: center;
}

.woocommerce-review-link {
	color: #757575;
	font-size: 0.5625rem;
}

.single-product .summary.entry-summary h1 {
	font-weight: 700;
	font-size: 2rem;
	margin-top: -6px;
}

.single-product.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 10px;
	display: flex;
	align-items: end;
	line-height: 1;
}

.single-product .regularprice .woocommerce-Price-amount.amount {
	font-size: 1.375rem;
}

.icons-under-summary-all {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.icons-under-summary-content {
	display: flex;
	align-items: center;
	gap: 20px;
}

.icons-under-summary h2 {
	text-transform: uppercase;
	margin: 50px 0;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 1px;
}

.icons-under-summary {
	margin-bottom: 60px;
}

.icons-under-summary-content img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.icons-under-summary-text p span {
	text-decoration: line-through;
	margin-right: 10px;
}

.icons-under-summary-text p {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.75rem;
}

.product-tab-custom-content {
	display: none;
}

.product-tab-custom-content img {
	width: auto;
}

.product-tabs-custom {
	background-color: #f3f3f3;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.product-tab-custom {
	margin: 50px;
}

.product-tabs-custom-content button {
	appearance: none;
	padding: 5px 15px;
	width: 100%;
	border: 0;
	border-right: 1px solid #000;
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #57514c;
	background-color: #eaeaea;
}

.product-tabs-custom-content button:first-child {
	border-left: 1px solid #000;
}

.product-tabs-custom-content {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1320px;
	margin-inline: auto;
	background-color: #fff;
}

.text-collapse {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ps-opinions-block-text {
	font-size: 0.875rem;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger {
	display: none;
}

/**
 * Comments list
 */
.comments-area .section-head .number {
	color: var(--main-color);
}

.comments-area .no-comments {
	margin-top: 25px;
}

.comments-list {
	position: relative;
}

.comments-list > .comment,
.comments-list > li {
	padding: 50px 0px;
	border-bottom: 1px solid #f2f2f2;
}

.comments-list .pingback {
	padding: 30px 50px;
}

.comments-list .pingback p {
	margin: 0;
}

.comments-list .comment-avatar {
	float: left;
	margin-right: 22px;
}

.comments-list .comment-avatar img {
	border-radius: 50%;
}

.comments-list .comment-content {
	overflow: hidden;
	font-family: var(--ui-font);
}

.comments-list .comment-meta {
	overflow: hidden;
	vertical-align: top;
	display: flex;
	flex-direction: column;
}

.comments-list .comment-author,
.comments-list .comment-author a {
	display: block;
	margin-top: 4px;
	margin-bottom: 3px;
	color: #161616;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1;
}

.comments-list .bypostauthor .post-author {
	display: inline-block;
	padding: 5px 7px;
	margin-top: -3px;
	margin-left: 10px;
	vertical-align: top;
	border-radius: 2px;
	background: var(--main-color);
	color: #fff;
	font-size: 0.625rem;
	font-weight: 600;
}

.comments-list .comment-time,
.comments-list .comment .edit-link {
	color: #b4b4b4;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.comments-list .comment-reply-link {
	float: right;
	margin-top: -22px;
	color: #c2961c;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.comments-list .comment-reply-link:before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	font-size: 0.4375rem;
	background: url('../img/reply.png') contain no-repeat;
	width: 7px;
	height: 7px;
}

.comment-respond .logged-in-as a,
.edit-link 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;
	font-weight: 600;
}

.edit-link a {
	margin-left: 5px;
}

.comments-list .star-rating {
	float: left;
	margin: 10px 0;
}

.comment-respond .logged-in-as a:hover,
.edit-link a:hover {
	color: #c2961c;
}

.comments-list ul.children {
	margin-top: 50px;
}

.comments-list .comment-text {
	margin-top: 6px;
}

.comments-list .comment .children {
	margin-top: 50px;
}

.comments-list .comment p:last-child {
	margin-bottom: 0;
}

.comments-list .children li.comment {
	position: relative;
	margin-top: 50px;
	padding-top: 50px;
	padding-left: 50px;
	border-top: 1px solid #f2f2f2;
}

.comments-list .children .comment:before,
.comments-list .children .comment:after {
	content: '';
	position: absolute;
	top: 50px;
	left: 0px;
	height: 65px;
	width: 1px;
	background: #f2f2f2;
}

.comments-list .children .comment:after {
	top: 90px;
	width: 18px;
	height: 1px;
}

.bypostauthor > .comment .comment-avatar img {
	box-shadow:
		0 0 0 2px #fff,
		0 0 0 3px var(--main-color);
}

.comments-list > .comment:last-child {
	border: 0;
	padding-bottom: 10px;
}

.comment-nav {
	margin: 0 -50px;
	padding: 35px 60px;
	border-top: 1px solid #efefef;
}

/**
   * Comment Form
   */
.comment-respond .section-head {
	display: block;
}

.comment-form {
	margin: 50px 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	/* 3 fields side by side */
}

.comment-form > * {
	width: 100%;
}

.comment-form .required {
	color: #efa4a4;
}

.comment-form .fields > div {
	padding: 0 13px;
	margin-bottom: 25px;
}

.comment-form .reply-field {
	margin-bottom: 25px;
}

.comment-form .inline-field {
	flex: 1 1 30%;
	width: 33.3333%;
	margin-bottom: 25px;
	font-size: 0.8125rem;
	color: #c0c0c0;
	box-sizing: border-box;
	order: -1;
}

.comment-form input[type='checkbox'] {
	vertical-align: middle;
	margin-top: -3px;
	padding: 0;
	border: 1px solid #e5e5e5;
	color: var(--main-color);
	width: 16px;
	height: 16px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.12);
}

.comment-form input[type='checkbox']:checked:before {
	content: '\2713';
	display: inline-block;
	color: currentColor;
	line-height: 15px;
	font-family: Arial, sans-serif;
	font-size: 0.8125rem;
	vertical-align: text-top;
}

.comment-form input[type='checkbox'] + label {
	margin-left: 7px;
}

.comment-form label {
	color: #505050;
	-webkit-font-smoothing: antialiased;
}

.comment-form .inline-field:first-child {
	margin-left: 0;
}

.comment-form .inline-field input {
	width: 100%;
	color: inherit;
	height: 2.8em;
	padding: 0 10px;
}

.comment-form textarea {
	display: block;
	padding: 18px 14px;
	color: #c0c0c0;
	box-sizing: border-box;
}

.comment-form .inline-field input:focus,
.comment-form textarea:focus {
	color: #777;
}

.comment-form .form-submit {
	display: block;
	margin: 0;
	order: 6;
}

.wpgdprc-checkbox {
	order: 5;
}

.comments-rating-all {
	order: 3;
}

.comment-form-cookies-consent {
	order: 4;
}

.comment-form .submit {
	display: inline-block;
}

.comments-list .wprm-comment-rating {
	margin-bottom: 15px;
}

.wprm-rating-stars {
	margin-left: 10px;
}

.comment-form-wprm-rating {
	font-weight: 600;
}

/* Nested respone form */
.children .comment-form {
	margin-bottom: 0;
}

#cancel-comment-reply-link {
	position: relative;
	float: right;
	margin-top: -22px;
	background: #fff;
	padding-left: 22px;
	color: #b4b4b4;
	font-size: 0;
}

#cancel-comment-reply-link:before {
	content: '';
	font-size: 0.8125rem;
	background: url('../img/close-comment.png') contain no-repeat;
	width: 13px;
	height: 13px;
	display: block;
}

.comment-respond .comment-subscription-form {
	margin-top: -12px;
}

.comment-respond .comment-subscription-form .subscribe-label {
	margin-left: 7px;
}

.comment-subscription-form input[type='checkbox'] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	width: 16px !important;
}

.section-head {
	position: relative;
	margin-top: 55px;
	text-align: center;
	font-family: var(--ui-font);
	font-size: 0;
	line-height: 28px;
}

.section-head:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	height: 1px;
	background: #ebebeb;
}

.section-head .title {
	position: relative;
	display: inline-block;
	padding: 0 22px;
	z-index: 1;
	background: #fff;
	text-transform: uppercase;
	font-size: var(--section-head-size, 0.8125rem);
	font-weight: 600;
	letter-spacing: var(--section-head-ls, 0.075em);
	vertical-align: middle;
}

/* Common Post Titles */
.post-title-alt {
	position: relative;
	margin-top: 9px;
	margin-bottom: 22px;
	font-family: var(--title-font);
	font-size: var(--post-title-size);
	font-weight: 600;
	line-height: 1.35;
	text-transform: none;
}

.post-title-alt a,
.post-title a {
	color: inherit;
}

.post-title {
	font-family: var(--title-font);
	font-size: var(--post-title-size);
	font-weight: 600;
	line-height: 1.35;
	text-transform: none;
}

.post-title a:hover,
a.post-title:hover,
.post-title-alt a:hover {
	opacity: 0.7;
}

.post-title:hover:after {
	width: 50px;
}

textarea#comment,
.comment-form .inline-field input {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	max-width: 100%;
	outline: 0;
	font-size: 0.8125rem;
	width: 100%;
}

.review::marker {
	font-size: 0;
}

.comment-form #comment-submit {
	appearance: none;
	background-color: #c2961c;
	color: #fff;
	padding: 13px 20px;
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1;
	height: auto;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	border: 0;
	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;
}

.comment-form #comment-submit:hover {
	box-shadow: 0px 0px 8px 0px #c2961c;
}

.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
	margin-bottom: 15px;
}

.comments-rating label {
	display: inline-block;
}

.rating-container {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
}

.rating-container * {
	font-size: 1.2rem;
}

.rating-container > input {
	display: none;
}

.rating-container > input + label {
	/* only enough room for the star */
	font-family: 'dashicons';
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}

.rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: '\f154';
	color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
	content: '\f155';
	color: #f4da0d;
	text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: 0.5em;
	margin-left: -0.5em;
}

.rating-container > .star-cb-clear + label:before {
	width: 0.5em;
}

.rating-container:hover > input + label:before {
	content: '\f154';
	color: #888;
	text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: '\f155';
	color: #f4da0d;
	text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label,
.comment-respond .rating-container > input + label:before {
	text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
	text-indent: -9999px;
}

.product-tabs-custom-content div {
	padding: 10px;
}

.your-realization .projects-subSliderr,
.your-realization {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.your-realization {
	transition: 0.3s ease transform;
	-webkit-transition: 0.3s ease transform;
	-moz-transition: 0.3s ease transform;
	-ms-transition: 0.3s ease transform;
	-o-transition: 0.3s ease transform;
	position: relative;
}

.breadcrumb_last {
	margin: 0 10px;
}

.your-realization:hover {
	transform: scale(102%);
	-webkit-transform: scale(102%);
	-moz-transform: scale(102%);
	-ms-transform: scale(102%);
	-o-transform: scale(102%);
}

.your-realization .projects-subSliderr h3 {
	font-size: 0.9375rem;
	font-weight: 400;
	margin: 12px 0;
	color: #000;
	text-align: center;
}

.your-realization .blog-category,
.your-realization .blog-date,
.new-post-menu-category {
	font-size: 0.625rem;
	color: #c2961c;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.your-realization .blog-separator {
	display: inline-block;
	margin: 0 5px;
	color: #b4b4b4;
}

.your-realization .blog-info {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.your-realization .blog-date {
	color: #b4b4b4;
}

.your-realization-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 15px 15px 15px;
}

.your-realization .projects-subSliderr {
	box-shadow: 0px 0px 18px 2px rgb(235 235 235);
}

.ps-sufiks {
	color: #757575;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	margin-left: 5px;
}

.your-realization .post-image {
	height: 100%;
	min-height: 220px;
	max-height: 220px;
	object-fit: cover;
}

.your-realization-filters p,
.your-realization-filters h2 {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}

.your-realization-filters ul {
	list-style: none;
}

.your-realization-filters ul li a {
	color: #000;
	font-weight: 400;
	font-size: 0.75rem;
	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;
}

.your-realization-filters ul li a.blog {
	font-weight: 600;
}

.your-realization-filters ul li a:hover,
.js-table-list .active a {
	color: #c2961c;
}

.search-and-sort {
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
}

.search-and-sort .filter {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-left: 15px;
}

.dgwt-wcas-search-wrapp {
	margin: 0;
	padding: 0;
}

.download-pdf-archive {
	margin-left: auto;
	text-align: right;
}

.download-pdf-archive img {
	width: 45%;
	height: auto;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	display: none;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	background-color: transparent;
}

.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill: #000;
}

.dgwt-wcas-preloader.dgwt-wcas-close,
.dgwt-wcas-preloader {
	right: 0 !important;
}

.category .your-realization-content {
	max-height: unset;
}

.category-btn-filter,
.category-btn-filter-close {
	width: 100%;
	appearance: none;
	border: 0;
	position: fixed;
	bottom: 0;
	padding: 10px 0;
	background-color: #c2961c;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	display: none;
	z-index: 99999;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	flex-direction: row-reverse;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	font-size: 1rem;
	margin-left: 0.5rem;
	border: 1px solid #c2961c;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-product-addons-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
	border-top: 2px solid #e5e5e5;
}

.cart-product-addons-btn {
	max-width: 160px;
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 7px 12px;
	text-transform: uppercase;
	font-size: 0.75rem;
	text-align: center;
}

.cart-product-addons-content h4 {
	font-weight: 400;
	font-size: 1rem;
	text-transform: none;
	max-width: 500px;
	width: 100%;
	margin: 0;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

.cart-product-addons,
.cart-product-package {
	margin-bottom: 50px;
}

.cart-product-addons-content .projects-content-price {
	font-weight: 600;
	margin: 0 10px;
}

.cart-product-addons h2,
.cart-product-package h2,
.cart-cross-sell h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5625rem;
	margin-bottom: 50px;
	letter-spacing: 1.4px;
}

.cart-cross-sell .project-slider-wrapper {
	box-shadow: unset;
}

.cart-product-package-price {
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: center;
}

.cart-product-package-desc {
	width: 100%;
}

.cart-product-package-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
	border-top: 2px solid #e5e5e5;
	padding: 10px;
	position: relative;
	gap: 10px;
}

.cart-product-package-desc ul {
	list-style-type: decimal;
	margin: 0;
	padding: 0 17px;
	text-transform: uppercase;
}

.cart-product-package-desc h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3125rem;
}

/* .cart-product-package-content:last-child,
.cart-product-addons-content:last-child {
	border-bottom: 2px solid #e5e5e5;
} */

.cart-how-much-save {
	color: #878787;
	font-size: 0.75rem;
	text-transform: lowercase;
	font-weight: 600;
}

.cart-product-package-content img {
	width: 100%;
	height: 140px;
	object-fit: contain;
}

.cross-sells .products {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cart_totals {
	background-color: #000;
	width: 100% !important;
	padding: 20px;
}

.cart-subtotal {
	display: flex;
	flex-wrap: wrap;
}

.cart-subtotal th {
	border-bottom: 1px solid #eaeaea !important;
	width: 100% !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	display: flex !important;
}

.cart-discount .woocommerce-Price-amount.amount {
	color: #fff !important;
}

.cart-subtotal td {
	display: flex !important;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #eaeaea !important;
}

.shop_table.shop_table_responsive {
	display: flex;
	flex-direction: column;
}

.single-post-banner-content {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 40px;
	z-index: 1;
}

.post-published-time {
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 600;
}

.single-post-banner-content h1 {
	font-size: 1.6875rem;
	margin: 12px 0;
}

.post-category-list-banner a {
	padding: 3px 7px;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 600;
	margin-right: 5px;
	background-color: #c2961c;
	transition: 0.3s ease background-color;
	-webkit-transition: 0.3s ease background-color;
	-moz-transition: 0.3s ease background-color;
	-ms-transition: 0.3s ease background-color;
	-o-transition: 0.3s ease background-color;
	letter-spacing: 1.3px;
}

.cart-product-package-desc li {
	font-weight: 400;
	color: #161616;
	font-size: 0.6875rem;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-next-arrow,
.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-prev-arrow {
	height: 100%;
	font-size: 1.5rem;
	top: 0;
	margin-top: 0;
}

.dashicons-arrow-left-alt2:before {
	top: 50%;
	color: #fff;
	position: absolute;
	left: 0;
	transform: translate(50%, -50%);
}

.dashicons-arrow-right-alt2:before {
	color: #fff;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
}

.post-category-list-banner a:hover {
	background-color: #000;
}

.single-post-banner {
	position: relative;
}

.woocommerce-shipping-totals.shipping {
	display: flex;
	flex-wrap: wrap;
}

.fancybox-content {
	height: 100% !important;
}

.single-product .fancybox-content {
	height: auto !important;
}

.woocommerce-shipping-totals.shipping th {
	width: 100% !important;
	border-top: 2px solid #fff !important;
}

.order-total {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	border-top: 1px solid #fff;
	align-items: baseline;
}

.order-total th {
	text-transform: uppercase;
	font-weight: 600 !important;
	display: block !important;
}

.cart_totals .saleprice,
.cart_totals td::before {
	display: none;
}

/* Bia�e teksty w podsumowaniu koszyka */
.cart_totals {
	color: #fff !important;
}

.cart_totals h2,
.cart_totals h2 * {
	color: #fff !important;
}

.cart_totals th,
.cart_totals td,
.cart_totals th *,
.cart_totals td * {
	color: #fff !important;
}

.cart_totals .woocommerce-Price-amount,
.cart_totals .woocommerce-Price-amount *,
.cart_totals .amount,
.cart_totals .amount * {
	color: #fff !important;
}

.cart-subtotal th,
.cart-subtotal td,
.cart-subtotal th *,
.cart-subtotal td * {
	color: #fff !important;
}

.order-total th,
.order-total td,
.order-total th *,
.order-total td * {
	color: #fff !important;
}

.red-dot {
	position: absolute;
	top: 0px;
	height: 16px;
	left: 15px;
	padding: 2px;
	width: 16px;
	background-color: #c2961c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	color: #fff;
	font-weight: 800;
	border-radius: 9999px;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
	-ms-border-radius: 9999px;
	-o-border-radius: 9999px;
}

#get_cart_total {
	margin-left: 20px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
}

.addon-badge-product {
	position: absolute;
	font-size: 0.75rem;
	color: #c2961c;
	font-weight: 700;
	margin-left: 5px;
	top: -5px;
}

.most-popular-badge {
	position: absolute;
	font-size: 0.75rem;
	background-color: #c2961c;
	color: #000;
	font-weight: 700;
	top: 6%;
	left: 2%;
	text-transform: uppercase;
	padding: 3px 16px;
}

.cart-product-addons-content img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	/*cursor: pointer;*/
	margin-right: 15px;
}

.cart-product-addons h3,
.cart-product-package h3 {
	margin-block: 0 20px;
	font-size: 1.3125rem;
}

.cart-product-addons-desc {
	position: fixed;
	left: -300%;
	top: 0;
	background-color: #fff;
	z-index: 999999;
	max-width: 40%;
	padding: 20px;
	overflow-y: scroll;
	height: 100%;
	transition: 0.3s ease left;
	-webkit-transition: 0.3s ease left;
	-moz-transition: 0.3s ease left;
	-ms-transition: 0.3s ease left;
	-o-transition: 0.3s ease left;
}

.cart-product-addons-desc-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	left: -300%;
	top: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.4);
	transition: 0.3s ease left;
	-webkit-transition: 0.3s ease left;
	-moz-transition: 0.3s ease left;
	-ms-transition: 0.3s ease left;
	-o-transition: 0.3s ease left;
}

.cart-product-addons-desc h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.3125rem;
}

.cart-product-addons-desc h3 {
	font-size: 1rem;
	margin-bottom: 0;
}

.cart-product-addons-desc img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	cursor: pointer;
}

.filter select {
	padding: 8px 16px;
	margin-bottom: 15px;
}

.cart_totals .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cart_totals .coupon label {
	display: none;
}

.cart_totals .coupon input {
	width: 100%;
	padding: 1px 16px;
}

.cart_totals .coupon input::placeholder {
	font-size: 0.6875rem;
	text-transform: uppercase;
	text-align: center;
}

.cart_totals .coupon button {
	background-color: #c3c3c3 !important;
	width: 100%;
	color: #000 !important;
	font-size: 0.875rem;
	text-align: center;
	text-transform: uppercase;
	height: 30px;
}

.ps-opinions,
.ps-partners {
	background-color: #000;
	color: #fff;
	padding: 70px 0;
}

.ps-partners .slick-slide img {
	width: 230px;
	height: 230px;
	object-fit: contain;
}

.missing-dream-home a {
	max-width: max-content;
	font-size: 0.875rem;
	padding: 12px 20px;
	background-color: #dabc5c;
	color: #fff;
	border: 1px solid #dabc5c;
	transition:
		0.3s ease color,
		0.3s ease background-color,
		0.3s ease border;
}

.missing-dream-home a:hover {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}

.archive .projects {
	padding-block: 50px;
}

.missing-dream-home {
	padding-bottom: 50px;
}

.missing-dream-home h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1875rem;
	color: #000;
	font-weight: 400;
	margin-bottom: 20px;
}

.ps-partners .partners-btn {
	color: #000;
	padding: 5px 12px;
	text-transform: uppercase;
	text-align: center;
	margin-inline: auto;
	background-color: var(--main-color);
	font-weight: 400;
	display: block;
	max-width: 220px;
	margin-top: 25px;
	font-size: 0.875rem;
}

.ps-opinions-block-all {
	display: flex;
	align-items: center;
}

.ps-opinions-block-meta-date {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.75rem;
}

.ps-opinions-block-meta .ps-opinions-block-meta-date img {
	width: 12px;
	height: 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.ps-opinions-block-meta-stars {
	color: #c2961c;
}

.ps-opinions-block-meta h3 {
	margin-bottom: 0;
	margin: 10px 0;
	font-size: 1.3125rem;
}

.opinion-heading {
	margin-bottom: 50px;
	color: #fff;
	font-size: 2rem;
	position: relative;
	display: inline-block;
}

.partners-heading {
	color: #000;
}

.rzut-odbicie {
	display: none;
}

.ps-opinions-block {
	align-items: center;
}

.opinion-heading::after,
.partners-heading::after {
	content: '';
	position: absolute;
	display: block;
	width: 100vw;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #fff;
}

.partners-heading::after {
	background-color: #000;
}

.ps-opinions-block-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.ps-opinions-block-meta img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.hide-on-desktop {
	display: none;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0 !important;
}

.sd-coupon-accordion p {
	display: flex;
	align-items: self-end;
	justify-content: space-evenly;
	color: #fff;
	cursor: pointer;
	font-size: 0.8125rem;
}

.go3176171171,
.go3176171171 span {
	color: #fff;
}

.sd-coupon-accordion p img {
	max-width: 20px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	cursor: pointer;
}

.sd-coupon-accordion .coupon {
	display: none;
}

.navbar .nav-item .dropdown-menu {
	columns: 1;
	padding-inline: 1em;
	column-rule: 1px dashed;
	gap: 0;
	cursor: default;
}

#ship-to-different-address {
	margin-bottom: 0;
}

#ship-to-different-address label.woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout .col2-set {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout .woocommerce-checkout-review-order {
	width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-direction: column;
}

#billing_company_field {
	order: 3;
	display: none;
}

#billing_country_field {
	order: 1;
}

#billing_faktura_field {
	order: 2;
}

#billing_nip_field {
	order: 7;
	display: none;
}

.single-post-comment-btn {
	display: block;
	margin: 20px 0;
	margin-inline: auto;
}

.wp-block-comments {
	display: none;
}

.pagination-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.pagination-list li {
	padding: 0 5px;
}

ol.commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-id-5607 h2 {
	margin: 0 !important;
	margin-bottom: 20px !important;
}

.page-id-5607 .wp-block-themeisle-blocks-advanced-column .wp-block-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-id-5607 h2.wp-block-heading {
	font-size: 2.5rem !important;
}

body.woocommerce-cart {
	overflow: unset;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	position: sticky;
	top: 65px;
	margin-top: 120px;
}

.woocommerce-cart-form,
.cart-product-addons,
.cart-product-package {
	box-shadow: 0 0 20px 0 #e3e3e3;
	padding: 20px;
}

.cart-product-package h2 {
	text-transform: none;
}

.products-in-desc .projects-content {
	box-shadow: 0 0 20px 0 #000;
	padding: 20px;
}

.projects.products-in-desc {
	padding-bottom: 0;
}

.product-tabs-custom-content iframe {
	width: 100%;
}

.products-in-desc .product-in-desc-img {
	width: 100%;
	max-height: 150px;
	object-fit: cover;
}

.products-in-desc .heading {
	font-size: 1.5rem;
	margin: 25px 0;
}

.products-in-desc div {
	padding: unset;
}

.products-in-desc .missing-dream-home {
	margin-top: 5rem;
}

.products-in-desc .row > * {
	padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
	padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
	margin-top: var(--bs-gutter-y) !important;
}

.single-product .products-in-desc .regularprice .woocommerce-Price-amount.amount {
	font-size: 0.875rem;
}

.otter-masonry {
	display: block !important;
}

.otter-masonry > figure > figure {
	width: 100% !important;
	height: 500px !important;
	position: static !important;
}

/* .otter-masonry > figure {
	height: auto!important;
	display: flex!important;
  gap: 10px!important;
	align-items: stretch!important;
	align-content: stretch!important;
} */

.otter-masonry > figure img {
	width: 100% !important;
	height: 500px !important;
	position: relative !important;
	left: initial !important;
	right: initial !important;
	top: initial !important;
	bottom: initial !important;
	object-fit: cover !important;
}

.lp-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.lp-categories {
	grid-area: 1 / 1 / 1 / 2;
}

.lp-products {
	grid-area: 1 / 2 / 1 / 7;
}

.lp-cat-list a {
	color: #000 !important;
}

.lp-header {
	display: block;
	margin: 20px 0;
}

.lp-header h1 {
	border-left: 5px solid #c2961c;
	color: #c2961c;
	padding: 8px 12px;
	font-weight: 600;
	font-size: 1.1875rem;
}

.lp-blog .projects-paragraph {
	font-size: 2rem;
	text-transform: uppercase;
}

.lp-header .lp-short-desc {
	padding: 17px;
	color: rgb(119, 119, 119);
}

.lp-categories {
	margin: 20px 0;
}

.lp-categories-title {
	font-weight: 600;
	font-size: 1.125rem;
	margin-bottom: 5px;
}

.lp-cat-list-title {
	font-size: 1rem;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 5px;
}

.lp-cat-list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 5px 0;
}

.lp-cat-list li {
	margin-right: 15px;
}

.lp-cat-list li::marker {
	position: relative;
	color: #72bf44;
}

.lp-products .projects {
	padding-bottom: 0;
}

.lp-content {
	margin: 30px 0;
	padding: 30px 0;
	border-top: 2px solid #ccc;
	color: #fff;
	font-size: 0.875rem;
}

.lp-content .read-more {
	color: #fff;
	transition: 0.3s ease-in-out border;
	border: 1px solid transparent;
}

.lp-content .read-more:hover {
	border: 1px solid #fff;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	backdrop-filter: blur(4px);
}

.fancybox-toolbar {
	background-color: #f4da0d;
	opacity: 1;
	visibility: visible;
	margin-top: 2.5rem;
}

.fancybox-toolbar .fancybox-button--zoom::before {
	content: '';
	background-image: url('../img/zoom.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
}

.fancybox-toolbar .fancybox-button--zoom svg {
	display: none;
}

.promo-slider-badage {
	position: absolute;
	z-index: 3;
	max-width: 210px;
	right: 2%;
	top: 2%;
}

#nf-form-4-cont {
	position: fixed;
	top: 25%;
	left: 0;
	right: 0;
	margin-inline: auto;
	max-width: 450px;
	width: 100%;
	display: none;
	background-color: #fff;
	padding: 2rem;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
	z-index: 100;
}

body.overlay::before {
	content: '';
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 99;
}

body.overlay {
	overflow: hidden;
}

#nf-form-4-cont .ninja-forms-field {
	border-radius: 8px;
	background-color: transparent;
	padding: 10px 12px;
}

#nf-form-title-4 {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}

#nf-form-title-4 h3 {
	margin-bottom: 0;
	pointer-events: none;
}

#nf-form-4-cont .ninja-forms-req-symbol,
#nf-field-27-container .nf-field-label,
#nf-field-26-container .nf-field-label,
#nf-field-18-container .nf-field-label {
	display: none;
}

#nf-form-4-cont .nf-form-fields-required {
	margin-bottom: 1rem;
}

#nf-form-title-4::after {
	content: '';
	background-image: url('../img/close-circle.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	padding: 1rem;
}

#nf-form-4-cont .ninja-forms-field.product-cart-download-btn {
	width: 100%;
	display: block;
	border-radius: 8px;
	color: #000;
	/*background-color: #c2961c;
    color: #fff;*/
}

#nf-form-4-cont .checkbox-container.label-right label:before {
	font-size: 0.875rem;
	left: -25px;
	top: -8px;
}

#nf-form-4-cont .checkbox-container.label-right label:after {
	top: -8px;
}

.checkbox-container.label-right .field-wrap > div {
	width: auto !important;
}

.label-right .nf-field-description {
	margin-right: 0 !important;
}

.cart-product-grid {
	grid-template-columns: repeat(3, 1fr) !important;
}

.addon-in-cart {
	border-color: #c2961c;
}

.cart-product-addons-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px;
	border: 2px solid #000;
	border-radius: 16px;
}

.cart-product-addons-content .addon-title {
	text-align: center;
}

.addon-in-cart {
	border-color: #c2961c;
}

.addon-title.in-cart {
	color: #c2961c;
	font-weight: bold;
}

.info-realization .info-icon-wrapper:hover .info-realization-pop {
	display: block;
}

.page-template-page-partnerzy .post-header {
	display: none !important;
}

.wp-block-heading {
	margin: 0 !important;
	padding-block: 50px;
	padding-inline: 0 !important;
}

.btn-100 {
	width: 100%;
}

/* ============================================================================
   ADDITIONAL STYLES FROM style.css
   ============================================================================ */

.main-menu-content {
	display: flex;
	flex-direction: column;
}

.hidden-with-sidebar::before {
	left: -50px;
}

.socials-item-bordered {
	border: 1px solid #ebebeb;
	border-radius: 50%;
	padding: 10px 8px;
	margin: 10px;
}

.icon-mail,
.icon-phone {
	font-size: 0.75rem;
	margin-right: 10px;
}

.container-brand {
	padding: 20px 12px;
}

.logo-image,
.woocommerce-page img .logo-image {
	max-width: 290px;
	width: 100%;
}

.logo-image {
	max-width: 290px !important;
}

.form-input {
	text-indent: 10px;
	padding: 5px;
	border: none;
	border: 2px solid rgb(150, 150, 150);
	margin-right: 20px;
	width: 220px;
	font-size: 1rem;
}

.button {
	position: relative;
	background-color: transparent;
	border: none;
}

.button-count {
	border-radius: 50%;
	width: 20px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #c2961c;
	color: #fff;
	font-size: 0.75rem;
}

.form-icon {
	color: #161616;
	font-size: 1.25rem;
}

.container-follow {
	background-color: #000000;
}

.white {
	color: #fff;
}

.dropdown-toggle::after {
	display: none;
}

.bg-primary {
	background-color: transparent !important;
}

/* slider */
.slider {
	position: relative;
	background-color: #000000;
}

.top-slider {
	position: relative;
}

.slider-link {
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: 400ms;
}

.slider-link:hover {
	color: #fff;
	filter: brightness(1.2);
}

.slick-dots {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 30px 0;
	margin: 0;
}

.slick-dots li {
	width: 100%;
}

.slick-dots li button {
	background-color: #000;
	color: transparent;
	border: none;
	height: 2px;
	width: 100%;
}

.slick-dots .slick-active button {
	background-color: rgb(255, 255, 255);
}

.gt_float_switcher .gt-selected {
	z-index: 1 !important;
}

.disable-overlay .slider-content::after {
	display: none;
}

.slider-content::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.slider-title {
	background-color: transparent;
	color: #fff;
	padding: 3px 7px;
	font-size: 0.625rem;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	max-width: 200px;
	width: 100%;
}

.projects-content-heading {
	margin-bottom: unset;
}

.project-short-description p,
.projects-blog-excerpt p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 5px auto;
	font-size: 0.75rem;
	color: #7d7272;
}

.projects-content-stars.star-rating {
	font-size: 0.625rem;
	margin: 10px 0 !important;
}

.icon-left-open-big,
.icon-right-open-big {
	background-color: transparent;
	z-index: 20;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 6px;
	transition: 300ms;
}

.icon-left-open-big:hover,
.icon-right-open-big:hover {
	background-color: #fff;
	color: #000;
}

.ps-partners .icon-left-open-big:hover,
.ps-partners .icon-right-open-big:hover {
	background-color: #000;
	color: #fff;
}

.ps-partners .icon-left-open-big,
.ps-partners .icon-right-open-big {
	color: #000;
}

/* projects */
.projects {
	padding-block: 100px;
}

.heading {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #3b3b3b;
	font-size: 2.5rem;
	font-weight: bold;
}

.woocommerce a.add_to_wishlist.button.alt {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
}

.yith-wcwl-add-button {
	position: absolute;
	top: -180% !important;
	z-index: 999;
	right: 0;
	width: 36px;
	height: 36px;
}

.projects .yith-wcwl-add-to-wishlist {
	position: unset !important;
}

.projects .yith-wcwl-add-button {
	position: absolute;
	top: -68px !important;
	z-index: 2;
	right: 0;
	width: 36px;
	height: 36px;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,
.yith-wcwl-add-button .add_to_wishlist img {
	margin-right: 0 !important;
}

.swiper-scrollbar {
	margin-bottom: 35px;
	bottom: 0px !important;
}

.swiper-scrollbar-drag {
	background: #fff !important;
	height: 2px;
}

.swiper-scrollbar-drag:hover {
	cursor: grab;
}

.swiper-scrollbar-drag:active {
	cursor: grabbing;
}

.swiper-button-next,
.swiper-button-prev {
	height: auto;
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 16px;
	transition: 300ms;
	background-color: rgba(0, 0, 0, 0.7);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #fff;
	color: #000;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 1.25rem;
}

.project-icon-left,
.project-icon-right {
	position: absolute;
	left: -90px;
	top: 0;
	padding: 15px;
	background-color: #000;
	transition: 300ms;
}

.project-icon-left:hover,
.project-icon-right:hover {
	background-color: #3b3b3b;
	color: #fff;
}

.project-icon-right {
	top: 55px;
}

.project-slider-wrapper {
	position: relative;
	transition: 300ms;
	/* -webkit-box-shadow: 0px 0px 18px 2px rgba(235, 235, 235, 1);
	-moz-box-shadow: 0px 0px 18px 2px rgba(235, 235, 235, 1);
	box-shadow: 0px 0px 18px 2px rgba(235, 235, 235, 1); */
}

.project-slider-wrapper:hover {
	transform: scale(102%);
}

.projects-slider-link img {
	max-width: 100%;
	max-height: 220px;
	min-height: 220px;
	object-fit: cover;
	z-index: -1;
}

.projects-promo-info {
	position: absolute;
	top: 15px;
	left: -10px;
	font-size: 0.75rem;
	text-transform: uppercase;
	background-color: #ff9100;
	padding: 5px 10px;
	z-index: 2;
	color: #000;
}

.projects-promo-info.second-badage {
	background-color: #ffff00;
	top: 45px;
}

.projects-promo-info.third-badage {
	background-color: #000;
	top: 75px;
	color: #fff;
}

.project-sub-left-icon,
.project-sub-right-icon {
	border: none;
	position: absolute;
	border: none;
	top: 50%;
	transform: translateY(-50%);
}

.project-sub-left-icon:hover,
.project-sub-right-icon:hover {
	background-color: transparent;
	color: #fff;
}

.project-sub-right-icon {
	right: 0;
}

.projects-content-link,
.projects-content-link:hover {
	color: #000;
}

.related-products .projects-slider .slick-list {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.projects-content {
	padding: 15px 15px 15px 15px;
}

.ewd-ufaq-faqs h4 {
	font-size: 1.125rem;
}

.projects-content-heading {
	font-size: 1rem;
	font-weight: 400;
	position: relative;
}

.project-footage {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.projects-content-meters {
	font-weight: 700;
}

#kl_newsletter_checkbox_field {
	order: 8;
}

.projects-content-show {
	color: #000;
	border: 1px solid #000;
	padding: 5px 12px;
	text-transform: uppercase;
	font-size: 0.75rem;
	text-align: center;
	margin-inline: auto;
	max-width: max-content;
}

.category .project-short-description,
.page-template-your-projects-page .project-short-description {
	margin-bottom: 50px;
	text-align: center;
}

.page-template-your-projects-page .your-realization-content {
	max-height: unset;
}

.section-blog .projects-slider {
	padding-bottom: 20px !important;
}

/* Articles-Page */

.post-section {
	margin-bottom: 100px;
	margin-top: 10px;
}

.post-meta {
	font-size: 0.75rem;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.post-category {
	font-weight: 900;
	text-transform: uppercase;
	color: #c2961c;
}

.post-date {
	font-weight: bold;
	color: #b4bbce;
}

.post-image {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.post-heading {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.post-link {
	text-decoration: none;
	color: #000;
}

.post-short {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #535353;
}

.sidebar {
	max-width: 500px;
	margin-inline: auto;
}

.sidebar-title {
	font-size: 0.875rem;
	padding: 8px;
	margin-bottom: 30px;
	color: #fff;
	background-color: #000;
}

.about-us-photo {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 0;
	padding: 0 30px;
}

.about-us-image {
	padding-top: 0px;
}

.sidebar-section {
	text-align: center;
	border: 1px solid #ebebeb;
	padding-bottom: 30px;
}

.sidebar-text {
	padding: 30px;
	font-size: 0.85;
	color: #535353;
}

.sidebar-text-span {
	display: inline-block;
	margin-top: 15px;
}

.product-image,
.sidebar-post-image {
	max-width: 120px;
	height: 120px;
	object-fit: cover;
	flex-shrink: 0;
}

.posts-list-item:last-child .single-post,
.products-list-item:last-child .single-product {
	border-bottom: 0;
}

.products-list,
.posts-list {
	padding: 0 40px;
}

.product-title,
.post-title {
	font-size: 1rem;
	font-weight: bold;
}

.post-title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.product-content,
.sidebar-post-content {
	margin-left: 40px;
	text-align: left;
}

.product-price,
.post-date {
	color: #b4bbce;
}

.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: 0.75rem;
}

.newsletter-sign-in {
	font-size: 0.9375rem;
}

.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: 1.125rem;
}

/* kontakt */

.contact-section {
	margin: 100px auto;
	font-family: 'Lora', serif;
}

.contact-content {
	padding-right: 75px;
}

.contact-heading,
.barns-heading {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 36px;
}

.contact-paragraph,
.privacy-paragraph,
.responsibility-paragraph,
.cooperation-paragraph,
.services-paragraph,
.statute-paragraph,
.list-detail-paragraph,
.project-paragraph,
.faq-paragraph,
.barns-paragraph,
.barns-quoted-paragraph,
.aboutUs-paragraph {
	margin-bottom: 26px;
	color: #535353;
	font-size: 0.875rem;
}

.contact-quoted .contact-paragraph {
	color: #000;
	font-size: 1.125rem;
	padding-left: 40px;
}

.contact-span,
.list-span,
.barns-span,
.responsibility-span,
.aboutUs-span,
.contact-paragraph-bolded {
	font-weight: bold;
}

.contact-span-underline {
	text-decoration: underline;
	font-weight: bold;
}

.contact-link {
	text-transform: uppercase;
	color: #c2961c;
	text-decoration: none;
}

.contact-email,
.contact-list-link,
.privacy-link,
.cooperation-link,
.services-link,
.statute-link,
.faq-link,
.barns-link,
.aboutUs-link {
	color: #c2961c;
	text-decoration: none;
}

.contact-quoted::before,
.barns-quoted::before,
.aboutUs-quoted-bottom::before {
	content: '\e805';
	transform: rotate(180deg);
	font-family: 'fontello';
	font-size: 1.5rem;
	color: #c2961c;
	float: left;
}

.contact-subheading {
	font-weight: bold;
	font-size: 0.875rem;
	margin-bottom: 28px;
}

.contact-list,
.faq-list {
	margin-bottom: 20px;
}

.contact-list-item,
.faq-list-item,
.sublist-faq-list-item {
	font-size: 0.875rem;
	margin-bottom: 10px;
}

/* polityka prywatności */

.privacy-section {
	margin: 100px auto;
	font-family: 'Lora', serif;
}

.privacy-heading {
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 36px;
}

.privacy-list {
	padding: 0;
	list-style: none;
}

.privacy-list-item,
.privacy-sublist-item,
.responsibility-list-item {
	font-size: 0.875rem;
	margin-bottom: 24px;
	color: #535353;
}

.privacy-sublist-item,
.responsibility-list-item {
	margin-bottom: 18px;
}

.privacy-list-item::before {
	content: '#';
	color: #c2961c;
}

.privacy-list-link {
	text-decoration: none;
	color: #c2961c;
}

.privacy-title {
	font-weight: bold;
	font-size: 1.375rem;
	padding-top: 65px;
}

.privacy-title::before {
	content: '#';
}

.privacy-sublist {
	margin-bottom: 35px;
}

/* ograniczenie odpowiedzialności */

.responsibility-section {
	max-width: 800px;
	margin: 100px auto;
}

.responsibility-heading,
.cooperation-heading {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.375rem;
	text-align: center;
	margin-bottom: 36px;
}

/* współpraca */

.cooperation-section,
.statute-section,
.project-section,
.faq-section,
.barns-section,
.aboutUs-section {
	margin: 100px auto;
}

.cooperation-content,
.faq-content {
	max-width: 800px;
	margin: 50px auto;
}

.cooperation-image {
	display: block;
	text-align: center;
	object-fit: cover;
	margin-inline: auto;
}

/* usługi */

.services-header {
	position: relative;
	background-image: url(https://www.projektstodola.pl/wp-content/uploads/2022/05/7_Dom-ukryty-perspektywa-z-boku-mala.jpg)
		center/cover no-repeat;
	font-family: 'Lora', serif;
	z-index: 1;
}

.services-header::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 0%, 0.3);
	z-index: -1;
}

.services {
	max-width: 850px;
	margin-inline: auto;
	padding: 80px 15px 160px;
	color: #fff;
}

.services-heading,
.statute-heading,
.faq-heading {
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 25px;
}

.services .services-paragraph {
	line-height: 30px;
	font-size: 0.9375rem;
	color: #fff;
}

.services-paragraph {
	margin-bottom: 26px;
}

.services-buttons {
	position: relative;
	padding-bottom: 40px;
}

.services-buttons::after {
	position: absolute;
	content: '';
	width: 180px;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #e1e1e1;
}

.services-button {
	background-color: #c2961c;
	color: #fff;
	text-decoration: none;
	padding: 13px 20px;
	text-transform: uppercase;
	font-size: 0.6875rem;
	font-weight: bold;
	margin-right: 6px;
	transition: 300ms;
}

.services-button::before {
	content: '\e809';
	font-family: 'Fontello';
	margin-right: 10px;
}

.services-button-clear::before {
	content: '';
	margin: auto;
}

.services-button:hover {
	background-color: #000;
	color: #fff;
}

.services-services {
	gap: 40px;
}

.services-section {
	position: relative;
	z-index: 1;
	margin-top: -90px;
	margin-bottom: 150px;
}

.services-single-service {
	margin-inline: auto;
	padding: 25px;
	padding-bottom: 50px;
	border: 1px solid #000;
	background-color: #fff;
	max-width: 350px;
	box-shadow: 0 0 40px 1px#00000026;
}

.single-service-shadowless {
	box-shadow: none;
}

.services-title {
	margin: 25px auto;
	font-weight: bold;
	font-size: 1.375rem;
}

.services-subtitle {
	margin: 25px auto;
}

.services-bordered {
	position: relative;
	padding-bottom: 40px;
}

.services-bordered::after {
	position: absolute;
	content: '';
	width: 180px;
	height: 4px;
	bottom: 0;
	left: 50%;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	transform: translateX(-50%);
	background-color: #e1e1e1;
}

.services-span {
	font-size: 1.125rem;
	font-weight: bold;
}

.services-link {
	font-weight: bold;
}

.additional-content {
	margin-top: 150px;
	max-width: 750px;
	border: 1px dotted #111;
	margin-inline: auto;
	padding: 10px;
}

.icon-plus {
	font-size: 5rem;
}

.services-title-bordered {
	position: relative;
	padding-bottom: 20px;
}

.services-title-bordered::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 40px;
	background-color: #000;
}

.single-additional {
	padding: 20px;
}

.single-additional-bordered {
	border-left: 2px solid #111;
	border-right: 2px solid #111;
}

.additional-button {
	display: inline-block;
	margin-top: 30px;
	margin-right: 0;
}

/* Regulamin */

.statute-section,
.faq-section,
.barns-section,
.aboutUs-section {
	font-family: 'Lora', serif;
}

.statute-title {
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 26px;
}

.statute-list {
	color: #535353;
	font-size: 0.875rem;
}

.statute-list-item {
	margin-bottom: 10px;
}

.statute-list-item > .statute-list {
	margin: 15px auto;
	list-style-type: disc;
}

.statute-list-item > .statute-list-numeric {
	list-style-type: decimal;
}

/* co zawiera projekt */

.project-content {
	max-width: 720px;
	margin-inline: auto;
	font-family: 'Lora', serif;
}

.project-heading {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 26px;
}

.project-list-box {
	padding: 40px 0;
	margin-bottom: 30px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.project-list-title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.project-single-list {
	list-style-type: upper-roman;
}

.ordered-list-item {
	padding: 40px 0;
	border-top: 1px solid #e9e9e9;
}

.ordered-heading-bordered {
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 30px;
}

.details-heading {
	display: inline-block;
	font-weight: bold;
	margin: 30px auto;
}

.ordered-heading {
	display: inline-block;
	margin-bottom: 20px;
	font-weight: bold;
}

.ordered-list-subheading {
	font-size: 0.875rem;
	font-weight: bold;
	margin: 20px auto;
}

.list-image {
	max-width: 250px;
	width: 100%;
}

/* faq */

.faq-summary {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 26px;
}

.faq-summary::marker {
	font-size: 0;
	margin: 0;
	padding: 0;
}

.faq-summary::before {
	content: '\e80a';
	font-family: 'fontello';
	margin-right: 18px;
	color: #c2961c;
	font-size: 1.5rem;
}

details[open] .faq-summary::before {
	content: '\e80b';
	font-family: 'fontello';
	margin-right: 18px;
	color: #c2961c;
	font-size: 1.5rem;
}

.faq-list-item {
	font-size: 0.875rem;
	color: #535353;
}

.sublist-faq-list {
	margin: 20px auto;
}

.faq-paragraph {
	padding-left: 32px;
}

.faq-paragraph-paddingless {
	padding-left: 0;
}

.faq-span {
	font-weight: bold;
}

/* wasze stodoły - realizacje */

.barns-image {
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.barns-heading {
	margin-top: 36px;
}

.barns-paragraph {
	line-height: 25px;
}

.barns-quoted-paragraph,
.aboutUs-quoted-paragraph {
	font-size: 1.125rem;
	padding-left: 50px;
	font-style: italic;
}

.barns-your-realization-heading {
	font-weight: bold;
	font-size: 1.25rem;
	margin: 24px auto 50px;
}

/* o nas - podstrona */

.aboutUs-header {
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
	background-image: url(https://www.projektstodola.pl/wp-content/uploads/2017/01/Adam-i-Patrycja-zdjecie-o-nas-skompresowane-scaled.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 565px;
	display: flex;
	align-items: flex-end;
}

.aboutUs-header::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(128, 128, 128, 0) 50%,
		rgba(0, 0, 0, 0.35) 100%
	);
	z-index: -1;
}

.aboutUs-heading {
	text-transform: uppercase;
	font-size: 2.25rem;
	color: #fff;
	margin: 30px 40px;
}

.aboutUs-list {
	color: #535353;
	font-size: 0.875rem;
}

.aboutUs-list-item {
	margin-bottom: 14px;
}

.aboutUs-quoted {
	margin-left: 0;
	font-size: 1.125rem;
}

.aboutUs-paragraph-underImage {
	margin-top: 26px;
}

/* .navbar-nav li a {
	font-family: 'Lato';
	font-weight: 600;
	font-size: 0.8125rem;
	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;
} */

.choose-addons-href-mobile {
	text-align: center;
	color: #000;
	font-weight: 700;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
	position: absolute;
	left: 0;
	right: 0;
}

.choose-addons-href-mobile img {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	max-width: 20px;
}

.sub-menu li a {
	color: #e6e6e6;
	font-size: 0.75rem !important;
	text-transform: initial;
}

.sub-menu {
	display: none;
}

/* .container-follow .navbar-nav li a {
	font-size: 0.8125rem;
}

.navbar-nav li a:hover {
	color: #c2961c;
	background-color: transparent;
} */

.dropdown-collapse {
	display: block;
}

form .form-button.button {
	background-color: transparent;
}

form .form-button.button:hover {
	background: transparent;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 33px;
	width: 170px;
	margin-right: 22px;
	padding: 0px 15px;
	color: #b4b4b4;
	font-size: 0.8125rem;
	border: 1px solid #ebebeb;
}

.wishlist_table.images_grid li .item-details table.item-details-table td,
.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td,
.wishlist_table.modern_grid li .item-details table.item-details-table td {
	font-size: 0.875rem;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
	max-width: 180px;
}

.woocommerce-wishlist .content-spacious-full {
	max-width: unset;
}

.regularprice .woocommerce-Price-amount.amount {
	color: #c2961c;
}

.saleprice .woocommerce-Price-amount.amount {
	color: #b4b4b4;
}

.woocommerce ul.products li.product .price,
.projects-content-price,
.woocommerce div.product p.price {
	display: flex;
	gap: 10px;
}

.projects-content-icons .a {
	fill: none;
	stroke: #000;
	stroke-miterlimit: 10;
}

.projects-content-icons {
	display: flex;
	gap: 15px;
}

.project-content-icons-block {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.625rem;
}

.project-content-icons-block img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.project-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
	flex-direction: column;
	gap: 10px;
}

.project-price .projects-content-price {
	margin: 0;
	flex-wrap: wrap;
}

.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;
}

.sbi.sbi_mob_col_1.sbi_tab_col_2.sbi_col_3.sbi_width_resp {
	margin-top: 100px !important;
}

.woocommerce div.product p.stock {
	display: none;
}

.spec-description-product ul li {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

.category-after-title-product {
	font-size: 0.75rem;
	color: #757575;
}

.spec-description-product ul {
	padding: 0;
	margin: 0;
}

.single-product .variation-change {
	display: flex;
	justify-content: space-evenly;
	border-top: 1px solid #d3ced2;
	padding: 10px 0;
}

.single-product .variation-change button {
	appearance: none;
	border: 0;
	background-color: transparent;
	padding: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.75rem;
	color: #757575;
	cursor: default;
	user-select: none;
	width: 100%;
}

.product-content-all .variation-images-left {
	max-width: 60%;
	position: relative;
}

.single-product.woocommerce div.product div.summary {
	float: none;
	width: 35%;
}

.woocommerce-message {
	border-top-color: #c2961c;
}

.woocommerce-message a.button.wc-forward {
	background-color: #c2961c;
	color: #fff;
	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;
}

.woocommerce-message::before {
	color: #c2961c;
}

.woocommerce-message a.button.wc-forward:hover {
	box-shadow: 0px 0px 8px 0px #c2961c;
}

.rtwpvg-images {
	float: none;
	width: 100%;
	max-width: unset;
}

.single-product .btn-add-to-wishlist .yith-wcwl-add-button {
	position: relative;
	top: unset;
	right: unset;
	left: unset;
	width: 100%;
	height: auto;
	z-index: 98;
}

.single-product .btn-add-to-wishlist .yith-wcwl-add-button .delete_item {
	width: 100%;
	height: auto;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	font-size: 0.75rem !important;
	padding: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single-product .btn-add-to-wishlist .yith-wcwl-add-button .delete_item i {
	margin-right: 10px !important;
}

.single-product .yith-wcwl-add-button .separator,
.single-product .yith-wcwl-add-button .view-wishlist {
	display: none;
}

.add_to_wishlist span {
	visibility: hidden;
	position: absolute;
	font-size: 0;
}

.yith-wcwl-add-button .delete_item {
	margin-top: 0 !important;
	width: 36px;
	height: 36px;
	justify-content: center;
	display: flex !important;
	align-items: center;
	font-size: 0 !important;

	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	color: #c2961c !important;
}

.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
	color: #c2961c !important;
}
.yith-wcwl-add-button .delete_item .yith-wcwl-icon {
	font-size: initial !important;
}

.project-version-info {
	position: absolute;
	border: 1px solid #c2961c;
	background-color: #fff;
	padding: 20px;
	max-width: 350px;
	bottom: 60%;
	right: 7%;
	opacity: 0;
	transition: 0.3s ease opacity;
	-webkit-transition: 0.3s ease opacity;
	-moz-transition: 0.3s ease opacity;
	-ms-transition: 0.3s ease opacity;
	-o-transition: 0.3s ease opacity;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	z-index: -1;
}

.single-product .btn-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	order: 1;
	gap: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 10px;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #d3ced2;
	transition:
		0.3s ease background,
		0.3s ease color;
	-webkit-transition:
		0.3s ease background,
		0.3s ease color;
	-moz-transition:
		0.3s ease background,
		0.3s ease color;
	-ms-transition:
		0.3s ease background,
		0.3s ease color;
	-o-transition:
		0.3s ease background,
		0.3s ease color;
	max-height: 45px;
	align-items: center;
	font-size: 0.75rem;
	min-height: 40px;
}

.btn-add-to-wishlist {
	width: 50%;
}

.single-product .btn-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist i {
	order: 2;
}

.single-product .info-about-realization {
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-bottom: 10px;
}

.single-product .info-about-realization span {
	font-weight: 600;
}

.single-product .info-about-realization img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.single-product.woocommerce div.product form.cart {
	margin-bottom: 0;
	position: relative;
}

.project-vesrion-info-icon {
	position: absolute;
	bottom: 62%;
	right: 2%;
}

.project-vesrion-info-icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.single-product .btn-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist span {
	visibility: visible;
	position: static;
	font-size: 0.75rem;
}

.single-product .product-content-all {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.single-product .yith-wcwl-add-button {
	position: absolute;
	top: 20px;
	right: 10px;
}

.single-product .variation-change-arrows {
	display: flex;
	gap: 20px;
	position: relative;
}

.product-tab-custom-content .alignleft {
	float: none;
}

.single-product .variation-change-arrows img:first-child {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.single-product .variation-change-arrows img {
	width: 20px;
	height: 30px;
	object-fit: contain;
	cursor: pointer;
	transition: 0.3s ease opacity;
	-webkit-transition: 0.3s ease opacity;
	-moz-transition: 0.3s ease opacity;
	-ms-transition: 0.3s ease opacity;
	-o-transition: 0.3s ease opacity;
	max-width: 290px;
}

.single-product .variation-change-arrows img:hover {
	opacity: 0.6;
}

.single-product .variation-change-arrows::after {
	display: block;
	content: '';
	border-left: 2px dotted #000;
	width: 2px;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	margin-inline: auto;
}

.woocommerce-checkout .woocommerce-order-details .wc-item-meta {
	padding: 0;
}

.woocommerce-checkout .woocommerce ul.order_details {
	margin-top: 25px;
	padding: 0;
}

.woocommerce-checkout .woocommerce .wc-bacs-bank-details-account-name {
	font-size: 1rem;
}

.spec-description-product {
	padding: 20px 0;
	border-top: 1px solid #d3ced2;
	border-bottom: 1px solid #d3ced2;
}

.pewc-group-heading-wrapper {
	display: none;
}

ul.pewc-product-extra-groups {
	padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 0;
	color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 5px 10px;
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: #000;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #dabc5c;
	color: #fff;
	border: 1px solid #000;
}

.woocommerce-checkout .woocommerce table.shop_table {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.woocommerce-checkout .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	padding: 1em 2em;
	background-color: #c2961c;
	color: #fff;
	width: 100%;
	max-width: 220px;
	text-align: center;
	float: left;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.woocommerce div.product form.cart div.quantity {
	display: none !important;
}

.pewc-item-field-wrapper {
	display: flex;
	flex-direction: column;
}

.pewc-form-field {
	padding: 15px 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	margin-top: 10px;
}

.woocommerce div.product form.cart .variations {
	margin: 10px 0;
	margin-top: 0;
	position: relative;
}

.pewc-item-field-wrapper span,
.pewc-total-field-wrapper span,
ul.pewc-product-extra-groups label {
	font-weight: 600 !important;
}

.pewc-total-field-wrapper,
.single-product .woocommerce-product-details__short-description ul {
	padding: 0;
}

.single-product .woocommerce-product-details__short-description ul li {
	display: flex;
	justify-content: space-between;
}

.single-product .woocommerce-product-details__short-description ul li span {
	font-weight: 600;
}

.single-product .info-about-realization .info-realization-pop {
	position: absolute;
	top: 5px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #c2961c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	left: -65%;
	max-width: 350px;
	opacity: 0;
	transition: 0.3s ease opacity;
	-webkit-transition: 0.3s ease opacity;
	-moz-transition: 0.3s ease opacity;
	-ms-transition: 0.3s ease opacity;
	-o-transition: 0.3s ease opacity;
}

.woocommerce div.product form.cart .variations select {
	width: 100%;
	padding: 15px 10px;
	text-transform: uppercase;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	position: relative;
	font-size: 0.875rem;
}

.product-cart-download-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #d3ced2;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: #000;
	transition:
		0.3s ease background,
		0.3s ease color;
	-webkit-transition:
		0.3s ease background,
		0.3s ease color;
	-moz-transition:
		0.3s ease background,
		0.3s ease color;
	-ms-transition:
		0.3s ease background,
		0.3s ease color;
	-o-transition:
		0.3s ease background,
		0.3s ease color;
	position: relative;
	max-height: 45px;
	gap: 15px;
	font-size: 0.75rem;
	background-color: #fff;
}

.product-cart-download-btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
	width: 100%;
}

.product-cart-download-disabled {
	position: relative;
	display: inline-block;
}

.product-cart-download-disabled .product-cart-tooltip {
	visibility: hidden;
	width: 230px;
	background-color: #fff;
	border: 1px solid #f4da0d;
	color: #000;
	text-align: center;
	position: absolute;
	z-index: 111;
	bottom: 100%;
	left: 50%;
	margin-left: -115px;
	padding: 0.5rem;
}

.product-cart-download-disabled .product-cart-tooltip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #f4da0d transparent transparent transparent;
}

.product-cart-download-disabled:hover .product-cart-tooltip {
	visibility: visible;
}

.wishlist-with-download-card {
	display: flex;
	gap: 20px;
}

.product-cart-download-btn::after {
	content: '';
	background-image: url('../img/download.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	transition: 0.3s ease background-image;
	-webkit-transition: 0.3s ease background-image;
	-moz-transition: 0.3s ease background-image;
	-ms-transition: 0.3s ease background-image;
	-o-transition: 0.3s ease background-image;
}

.product-cart-download-btn:hover {
	color: #fff;
	background: #333333;
	border-color: #333333;
}

.product-cart-download-btn:hover::after {
	background-image: url('../img/download-white.png');
}

.product-cart-download-btn img {
	width: 56px;
	height: 50px;
	object-fit: contain;
}

.wp-caption {
	max-width: 100%;
}

.single-post .wp-caption img {
	width: 100%;
}

.single-post h3 {
	font-size: 1.25rem;
	margin: 15px 0;
}

.single-post .wp-caption-text strong {
	font-style: italic;
	color: #999;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.single-post p {
	font-size: 0.875rem;
	margin-bottom: 26px;
}

.woocommerce select:after {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	display: inline-block;
	content: 'v';
	width: 0;
	height: 0;
	margin-top: -0.15rem;
	pointer-events: none;
	border-top: 0.35rem solid;
	border-right: 0.35rem solid transparent;
	border-bottom: 0.35rem solid transparent;
	border-left: 0.35rem solid transparent;
}

.woocommerce div.product form.cart .reset_variations {
	display: none !important;
}

.variations tr {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.woocommerce-checkout .woocommerce-checkout-payment {
	margin-bottom: 50px;
}

.woocommerce-checkout a {
	color: #c2961c;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot th {
	margin-top: 25px;
	border-top: 0;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead tr {
	border-bottom: 1px solid #eaeaea;
	display: flex;
	justify-content: space-between;
}

.woocommerce-order-received .woocommerce {
	margin: 50px 0;
}

.woocommerce-order-received
	.woocommerce
	.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 2rem;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item {
	display: flex;
	justify-content: space-between;
}

.woocommerce-checkout .woocommerce table.shop_table td,
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
	border-top: 0;
}

.woocommerce-checkout .woocommerce ul#shipping_method li {
	display: flex;
	align-items: center;
}

.woocommerce-checkout .woocommerce table.shop_table th {
	padding: 0;
}

.woocommerce-checkout .cart-subtotal th,
.woocommerce-checkout .cart-subtotal td {
	border-bottom: 0 !important;
}

.single-product form.cart .pewc-product-extra-groups li input[type='checkbox'] {
	position: relative;
}

.single-product form.cart .pewc-product-extra-groups li input[type='checkbox']::before {
	content: '';
	display: block;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	position: absolute;
	left: -2px;
	top: -1px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #fff;
}

.single-product .related-products .heading {
	font-size: 1.375rem;
	color: #fff;
	padding-top: 25px;
}

.single-product form.cart .pewc-product-extra-groups .pewc-active-field input[type='checkbox']::before {
	background-color: #2a4bfa;
	content: '✔';
	color: #fff;
	font-size: 0.8125rem;
	text-align: center;
}

.woocommerce #review_form #respond p {
	margin-top: 5px;
	font-size: 1rem;
}

.comment-form-rating label[for='rating'] {
	display: none;
}

.woocommerce #review_form #respond textarea {
	height: 40px;
	border: 0;
	border-bottom: 1px solid #c2961c;
	outline: none;
}

.comment_container {
	position: relative;
}

.woocommerce #review_form #respond .form-submit input {
	width: 100%;
	max-width: 210px;
	padding: 15px 20px;
	color: #fff;
	background-color: #c2961c;
	font-size: 1rem;
	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;
	font-weight: 600;
	letter-spacing: 2px;
}

.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce div.product form.cart .button:hover {
	box-shadow: 0px 0px 8px 0px #c2961c;
}

.woocommerce #reviews #comments ol.commentlist {
	position: relative;
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
	position: unset;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	background: transparent;
	width: auto;
	height: auto;
	margin: 0;
	object-fit: contain;
	border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 0;
	border-bottom: 1px solid #c2961c;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 80px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.search-image img {
	height: auto;
	object-fit: contain;
	width: 100%;
	display: block;
	margin-inline: auto;
	transition: 0.3s ease opacity;
	-webkit-transition: 0.3s ease opacity;
	-moz-transition: 0.3s ease opacity;
	-ms-transition: 0.3s ease opacity;
	-o-transition: 0.3s ease opacity;
	max-height: 515px;
}

.search-image img:hover,
.search-title a:hover {
	cursor: pointer;
	opacity: 0.7;
}

.search-separator::before {
	content: '-';
	padding: 0 5px;
	color: #b4b4b4;
}

.search-category-and-date {
	display: flex;
	gap: 5px;
	justify-content: center;
	font-size: 0.625rem;
	text-transform: uppercase;
}

.icon-quote:before {
	content: '\e805';
	transform: rotate(180deg);
}

.search-title a {
	font-weight: 600;
	color: #000;
	font-size: 1.4375rem;
	transition: 0.3s ease opacity;
	-webkit-transition: 0.3s ease opacity;
	-moz-transition: 0.3s ease opacity;
	-ms-transition: 0.3s ease opacity;
	-o-transition: 0.3s ease opacity;
}

.search-content {
	color: #535353;
	text-align: justify;
	font-size: 0.875rem;
}

.search-links {
	display: flex;
	justify-content: space-around;
}

.search-read-more,
.search-social-links {
	border: 1px solid #ebebeb;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.search-read-more a,
.search-social-links a {
	color: #535353;
	font-size: 0.6875rem;
	text-transform: uppercase;
	font-weight: 600;
}

.search-social-links a {
	font-size: 0.8125rem;
}

.follow-header .form-input {
	padding: 20px;
	width: 100%;
	position: fixed;
	right: 0;
	left: 0%;
	top: 7%;
	z-index: 999;
	display: block;
	margin-inline: auto;
}

.follow-header .search-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	margin-inline: auto;
	right: 0;
	left: 0;
	z-index: 23;
}

form.widget-search {
	display: flex;
	align-items: center;
	position: relative;
}

#defaultButtonSearch {
	position: absolute;
	right: 10%;
}

.search-overlay .form-button.button {
	position: absolute;
	right: 5%;
	top: 7%;
	z-index: 999;
	padding: 0;
}

#checkbox_trigger_field {
	order: 2;
}

#comments .woocommerce-Reviews-title {
	font-size: 1.25rem;
	margin-bottom: 25px;
}

.woocommerce table.shop_table {
	border: 0;
	margin: 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 118px;
	height: auto;
}

.actions button.button {
	background-color: transparent !important;
	padding: 11px 22px !important;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #000 !important;
	font-weight: 600;
	font-size: 0.6875rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: 1px solid;
}

.coupon button.button:hover {
	background-color: #c2961c;
	color: #fff;
}

.woocommerce a.remove {
	color: #707070 !important;
	transition: 0.3s ease background-color;
	-webkit-transition: 0.3s ease background-color;
	-moz-transition: 0.3s ease background-color;
	-ms-transition: 0.3s ease background-color;
	-o-transition: 0.3s ease background-color;
	height: 1.1em;
	width: 1.1em;
}

.woocommerce a.remove:hover {
	background-color: #000;
}

.woocommerce-cart table.cart .product-remove {
	width: 9%;
	padding-left: 10px;
}

.woocommerce-cart table.cart .product-thumbnail {
	padding: 30px 0;
	width: 25%;
	min-width: 60px;
}

.woocommerce-cart table.cart img {
	width: 100%;
	max-width: 100px;
}

.woocommerce-cart table.cart .product-name {
	padding: 30px;
	width: 26%;
	min-width: 80px;
	color: #000;
}

.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-quantity {
	width: 100%;
	text-align: center;
}

.woocommerce-cart table.cart .product-subtotal {
	text-align: right;
	padding-right: 30px;
}

.woocommerce-cart table.cart .label {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: -2px;
	vertical-align: middle;
	color: #b4b4b4;
	font-size: 0.6875rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce-cart table.cart .product-name > a {
	color: #535353;
	font-weight: 600;
}

#billing_faktura_field_field {
	order: 2;
}

#menu-item-7237.menu-item-has-children:hover .sub-menu li,
.navbar .nav-item .dropdown-menu li {
	padding: 5px 0;
}

#menu-item-7237 .dropdown-item {
	display: initial;
}

.woocommerce-checkout input {
	height: 2.84615em;
	padding: 0 10px;
	color: #000;
}

.woocommerce form h3 {
	margin-top: 0;
	font-size: 1.0625rem;
}

.woocommerce-info::before {
	display: none;
}

.woocommerce-info a.showcoupon {
	color: #c2961c;
	margin-left: 10px;
}

.woocommerce-info {
	border: 1px solid #ebebeb;
	padding: 10px 25px;
	font-size: 1rem;
	margin-top: 25px;
	line-height: 1.9;
}

.woocommerce form .form-row label {
	line-height: 2;
	color: #535353;
	font-size: 0.8125rem;
	margin-bottom: 2px;
}

.woocommerce form .form-row textarea {
	height: 115px;
}

.woocommerce-checkout textarea {
	color: #b4b4b4;
	font-size: 0.8125rem;
	background-color: #fff;
	padding: 10px;
}

.woocommerce .woocommerce-breadcrumb {
	padding: 20px 0;
	text-align: center;
}

.woocommerce-review-link {
	color: #757575;
	font-size: 0.5625rem;
}

.single-product .summary.entry-summary h1 {
	font-weight: 700;
	font-size: 2rem;
	margin-top: -6px;
}

.single-product.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 10px;
	display: flex;
	align-items: end;
	line-height: 1;
}

.single-product .regularprice .woocommerce-Price-amount.amount {
	font-size: 1.375rem;
}

.icons-under-summary-all {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.icons-under-summary-content {
	display: flex;
	align-items: center;
	gap: 20px;
}

.icons-under-summary h2 {
	text-transform: uppercase;
	margin: 50px 0;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 1px;
}

.icons-under-summary {
	margin-bottom: 60px;
}

.icons-under-summary-content img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.icons-under-summary-text p span {
	text-decoration: line-through;
	margin-right: 10px;
}

.icons-under-summary-text p {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.75rem;
}

.product-tab-custom-content {
	display: none;
}

.product-tab-custom-content img {
	width: auto;
}

.product-tabs-custom {
	background-color: #f3f3f3;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.product-tab-custom {
	margin: 50px;
}

.product-tabs-custom-content button {
	appearance: none;
	padding: 5px 15px;
	width: 100%;
	border: 0;
	border-right: 1px solid #000;
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #57514c;
	background-color: #eaeaea;
}

.product-tabs-custom-content button:first-child {
	border-left: 1px solid #000;
}

.product-tabs-custom-content {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1320px;
	margin-inline: auto;
	background-color: #fff;
}

.text-collapse {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ps-opinions-block-text {
	font-size: 0.875rem;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger {
	display: none;
}

/**
 * Comments list
 */
.comments-area .section-head .number {
	color: var(--main-color);
}

.comments-area .no-comments {
	margin-top: 25px;
}

.comments-list {
	position: relative;
}

.comments-list > .comment,
.comments-list > li {
	padding: 50px 0px;
	border-bottom: 1px solid #f2f2f2;
}

.comments-list .pingback {
	padding: 30px 50px;
}

.comments-list .pingback p {
	margin: 0;
}

.comments-list .comment-avatar {
	float: left;
	margin-right: 22px;
}

.comments-list .comment-avatar img {
	border-radius: 50%;
}

.comments-list .comment-content {
	overflow: hidden;
	font-family: var(--ui-font);
}

.comments-list .comment-meta {
	overflow: hidden;
	vertical-align: top;
	display: flex;
	flex-direction: column;
}

.comments-list .comment-author,
.comments-list .comment-author a {
	display: block;
	margin-top: 4px;
	margin-bottom: 3px;
	color: #161616;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1;
}

.comments-list .bypostauthor .post-author {
	display: inline-block;
	padding: 5px 7px;
	margin-top: -3px;
	margin-left: 10px;
	vertical-align: top;
	border-radius: 2px;
	background: var(--main-color);
	color: #fff;
	font-size: 0.625rem;
	font-weight: 600;
}

.comments-list .comment-time,
.comments-list .comment .edit-link {
	color: #b4b4b4;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.comments-list .comment-reply-link {
	float: right;
	margin-top: -22px;
	color: #c2961c;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.comments-list .comment-reply-link:before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	font-size: 0.4375rem;
	background: url('../img/reply.png') contain no-repeat;
	width: 7px;
	height: 7px;
}

.comment-respond .logged-in-as a,
.edit-link 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;
	font-weight: 600;
}

.edit-link a {
	margin-left: 5px;
}

.comments-list .star-rating {
	float: left;
	margin: 10px 0;
}

.comment-respond .logged-in-as a:hover,
.edit-link a:hover {
	color: #c2961c;
}

.comments-list ul.children {
	margin-top: 50px;
}

.comments-list .comment-text {
	margin-top: 6px;
}

.comments-list .comment .children {
	margin-top: 50px;
}

.comments-list .comment p:last-child {
	margin-bottom: 0;
}

.comments-list .children li.comment {
	position: relative;
	margin-top: 50px;
	padding-top: 50px;
	padding-left: 50px;
	border-top: 1px solid #f2f2f2;
}

.comments-list .children .comment:before,
.comments-list .children .comment:after {
	content: '';
	position: absolute;
	top: 50px;
	left: 0px;
	height: 65px;
	width: 1px;
	background: #f2f2f2;
}

.comments-list .children .comment:after {
	top: 90px;
	width: 18px;
	height: 1px;
}

.bypostauthor > .comment .comment-avatar img {
	box-shadow:
		0 0 0 2px #fff,
		0 0 0 3px var(--main-color);
}

.comments-list > .comment:last-child {
	border: 0;
	padding-bottom: 10px;
}

.comment-nav {
	margin: 0 -50px;
	padding: 35px 60px;
	border-top: 1px solid #efefef;
}

/**
   * Comment Form
   */
.comment-respond .section-head {
	display: block;
}

.comment-form {
	margin: 50px 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	/* 3 fields side by side */
}

.comment-form > * {
	width: 100%;
}

.comment-form .required {
	color: #efa4a4;
}

.comment-form .fields > div {
	padding: 0 13px;
	margin-bottom: 25px;
}

.comment-form .reply-field {
	margin-bottom: 25px;
}

.comment-form .inline-field {
	flex: 1 1 30%;
	width: 33.3333%;
	margin-bottom: 25px;
	font-size: 0.8125rem;
	color: #c0c0c0;
	box-sizing: border-box;
	order: -1;
}

.comment-form input[type='checkbox'] {
	vertical-align: middle;
	margin-top: -3px;
	padding: 0;
	border: 1px solid #e5e5e5;
	color: var(--main-color);
	width: 16px;
	height: 16px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.12);
}

.comment-form input[type='checkbox']:checked:before {
	content: '\2713';
	display: inline-block;
	color: currentColor;
	line-height: 15px;
	font-family: Arial, sans-serif;
	font-size: 0.8125rem;
	vertical-align: text-top;
}

.comment-form input[type='checkbox'] + label {
	margin-left: 7px;
}

.comment-form label {
	color: #505050;
	-webkit-font-smoothing: antialiased;
}

.comment-form .inline-field:first-child {
	margin-left: 0;
}

.comment-form .inline-field input {
	width: 100%;
	color: inherit;
	height: 2.8em;
	padding: 0 10px;
}

.comment-form textarea {
	display: block;
	padding: 18px 14px;
	color: #c0c0c0;
	box-sizing: border-box;
}

.comment-form .inline-field input:focus,
.comment-form textarea:focus {
	color: #777;
}

.comment-form .form-submit {
	display: block;
	margin: 0;
	order: 6;
}

.wpgdprc-checkbox {
	order: 5;
}

.comments-rating-all {
	order: 3;
}

.comment-form-cookies-consent {
	order: 4;
}

.comment-form .submit {
	display: inline-block;
}

.comments-list .wprm-comment-rating {
	margin-bottom: 15px;
}

.wprm-rating-stars {
	margin-left: 10px;
}

.comment-form-wprm-rating {
	font-weight: 600;
}

/* Nested respone form */
.children .comment-form {
	margin-bottom: 0;
}

#cancel-comment-reply-link {
	position: relative;
	float: right;
	margin-top: -22px;
	background: #fff;
	padding-left: 22px;
	color: #b4b4b4;
	font-size: 0;
}

#cancel-comment-reply-link:before {
	content: '';
	font-size: 0.8125rem;
	background: url('../img/close-comment.png') contain no-repeat;
	width: 13px;
	height: 13px;
	display: block;
}

.comment-respond .comment-subscription-form {
	margin-top: -12px;
}

.comment-respond .comment-subscription-form .subscribe-label {
	margin-left: 7px;
}

.comment-subscription-form input[type='checkbox'] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	width: 16px !important;
}

.section-head {
	position: relative;
	margin-top: 55px;
	text-align: center;
	font-family: var(--ui-font);
	font-size: 0;
	line-height: 28px;
}

.section-head:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	height: 1px;
	background: #ebebeb;
}

.section-head .title {
	position: relative;
	display: inline-block;
	padding: 0 22px;
	z-index: 1;
	background: #fff;
	text-transform: uppercase;
	font-size: var(--section-head-size, 0.8125rem);
	font-weight: 600;
	letter-spacing: var(--section-head-ls, 0.075em);
	vertical-align: middle;
}

/* Common Post Titles */
.post-title-alt {
	position: relative;
	margin-top: 9px;
	margin-bottom: 22px;
	font-family: var(--title-font);
	font-size: var(--post-title-size);
	font-weight: 600;
	line-height: 1.35;
	text-transform: none;
}

.post-title-alt a,
.post-title a {
	color: inherit;
}

.post-title {
	font-family: var(--title-font);
	font-size: var(--post-title-size);
	font-weight: 600;
	line-height: 1.35;
	text-transform: none;
}

.post-title a:hover,
a.post-title:hover,
.post-title-alt a:hover {
	opacity: 0.7;
}

.post-title:hover:after {
	width: 50px;
}

textarea#comment,
.comment-form .inline-field input {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	max-width: 100%;
	outline: 0;
	font-size: 0.8125rem;
	width: 100%;
}

.review::marker {
	font-size: 0;
}

.comment-form #comment-submit {
	appearance: none;
	background-color: #c2961c;
	color: #fff;
	padding: 13px 20px;
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1;
	height: auto;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	border: 0;
	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;
}

.comment-form #comment-submit:hover {
	box-shadow: 0px 0px 8px 0px #c2961c;
}

.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
	margin-bottom: 15px;
}

.comments-rating label {
	display: inline-block;
}

.rating-container {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
}

.rating-container * {
	font-size: 1.2rem;
}

.rating-container > input {
	display: none;
}

.rating-container > input + label {
	/* only enough room for the star */
	font-family: 'dashicons';
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}

.rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: '\f154';
	color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
	content: '\f155';
	color: #f4da0d;
	text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: 0.5em;
	margin-left: -0.5em;
}

.rating-container > .star-cb-clear + label:before {
	width: 0.5em;
}

.rating-container:hover > input + label:before {
	content: '\f154';
	color: #888;
	text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: '\f155';
	color: #f4da0d;
	text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label,
.comment-respond .rating-container > input + label:before {
	text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
	text-indent: -9999px;
}

.product-tabs-custom-content div {
	padding: 10px;
}

.your-realization .projects-subSliderr,
.your-realization {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.your-realization {
	transition: 0.3s ease transform;
	-webkit-transition: 0.3s ease transform;
	-moz-transition: 0.3s ease transform;
	-ms-transition: 0.3s ease transform;
	-o-transition: 0.3s ease transform;
	position: relative;
}

.breadcrumb_last {
	margin: 0 10px;
}

.your-realization:hover {
	transform: scale(102%);
	-webkit-transform: scale(102%);
	-moz-transform: scale(102%);
	-ms-transform: scale(102%);
	-o-transform: scale(102%);
}

.your-realization .projects-subSliderr h3 {
	font-size: 0.9375rem;
	font-weight: 400;
	margin: 12px 0;
	color: #000;
	text-align: center;
}

.your-realization .blog-category,
.your-realization .blog-date,
.new-post-menu-category {
	font-size: 0.625rem;
	color: #c2961c;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.your-realization .blog-separator {
	display: inline-block;
	margin: 0 5px;
	color: #b4b4b4;
}

.your-realization .blog-info {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.your-realization .blog-date {
	color: #b4b4b4;
}

.your-realization-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 15px 15px 15px;
}

.your-realization .projects-subSliderr {
	box-shadow: 0px 0px 18px 2px rgb(235 235 235);
}

.ps-sufiks {
	color: #757575;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	margin-left: 5px;
}

.your-realization .post-image {
	height: 100%;
	min-height: 220px;
	max-height: 220px;
	object-fit: cover;
}

.your-realization-filters p,
.your-realization-filters h2 {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}

.your-realization-filters ul {
	list-style: none;
}

.your-realization-filters ul li a {
	color: #000;
	font-weight: 400;
	font-size: 0.75rem;
	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;
}

.your-realization-filters ul li a.blog {
	font-weight: 600;
}

.your-realization-filters ul li a:hover,
.js-table-list .active a {
	color: #c2961c;
}

.search-and-sort {
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
}

.search-and-sort .filter {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-left: 15px;
}

.dgwt-wcas-search-wrapp {
	margin: 0;
	padding: 0;
}

.download-pdf-archive {
	margin-left: auto;
	text-align: right;
}

.download-pdf-archive img {
	width: 45%;
	height: auto;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	display: none;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	background-color: transparent;
}

.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill: #000;
}

.dgwt-wcas-preloader.dgwt-wcas-close,
.dgwt-wcas-preloader {
	right: 0 !important;
}

.category .your-realization-content {
	max-height: unset;
}

.category-btn-filter,
.category-btn-filter-close {
	width: 100%;
	appearance: none;
	border: 0;
	position: fixed;
	bottom: 0;
	padding: 10px 0;
	background-color: #c2961c;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	display: none;
	z-index: 99999;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	flex-direction: row-reverse;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	font-size: 1rem;
	margin-left: 0.5rem;
	border: 1px solid #c2961c;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-product-addons-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
	border-top: 2px solid #e5e5e5;
}

.cart-product-addons-btn {
	max-width: 160px;
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 7px 12px;
	text-transform: uppercase;
	font-size: 0.75rem;
	text-align: center;
}

.cart-product-addons-content h4 {
	font-weight: 400;
	font-size: 1rem;
	text-transform: none;
	max-width: 500px;
	width: 100%;
	margin: 0;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

.cart-product-addons,
.cart-product-package {
	margin-bottom: 50px;
}

.cart-product-addons-content .projects-content-price {
	font-weight: 600;
	margin: 0 10px;
}

.cart-product-addons h2,
.cart-product-package h2,
.cart-cross-sell h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5625rem;
	margin-bottom: 50px;
	letter-spacing: 1.4px;
}

.cart-cross-sell .project-slider-wrapper {
	box-shadow: unset;
}

.cart-product-package-price {
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: center;
}

.cart-product-package-desc {
	width: 100%;
}

.cart-product-package-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
	border-top: 2px solid #e5e5e5;
	padding: 10px;
	position: relative;
	gap: 10px;
}

.cart-product-package-desc ul {
	list-style-type: decimal;
	margin: 0;
	padding: 0 17px;
	text-transform: uppercase;
}

.cart-product-package-desc h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3125rem;
}

/* .cart-product-package-content:last-child,
.cart-product-addons-content:last-child {
	border-bottom: 2px solid #e5e5e5;
} */

.cart-how-much-save {
	color: #878787;
	font-size: 0.75rem;
	text-transform: lowercase;
	font-weight: 600;
}

.cart-product-package-content img {
	width: 100%;
	height: 140px;
	object-fit: contain;
}

.cross-sells .products {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cart_totals {
	background-color: #000;
	width: 100% !important;
	padding: 20px;
}

.cart-subtotal {
	display: flex;
	flex-wrap: wrap;
}

.cart-subtotal th {
	border-bottom: 1px solid #eaeaea !important;
	width: 100% !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	display: flex !important;
}

.cart-discount .woocommerce-Price-amount.amount {
	color: #fff !important;
}

.cart-subtotal td {
	display: flex !important;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #eaeaea !important;
}

.shop_table.shop_table_responsive {
	display: flex;
	flex-direction: column;
}

.single-post-banner-content {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 40px;
	z-index: 1;
}

.post-published-time {
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 600;
}

.single-post-banner-content h1 {
	font-size: 1.6875rem;
	margin: 12px 0;
}

.post-category-list-banner a {
	padding: 3px 7px;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 600;
	margin-right: 5px;
	background-color: #c2961c;
	transition: 0.3s ease background-color;
	-webkit-transition: 0.3s ease background-color;
	-moz-transition: 0.3s ease background-color;
	-ms-transition: 0.3s ease background-color;
	-o-transition: 0.3s ease background-color;
	letter-spacing: 1.3px;
}

.cart-product-package-desc li {
	font-weight: 400;
	color: #161616;
	font-size: 0.6875rem;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-next-arrow,
.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-prev-arrow {
	height: 100%;
	font-size: 1.5rem;
	top: 0;
	margin-top: 0;
}

.dashicons-arrow-left-alt2:before {
	top: 50%;
	color: #fff;
	position: absolute;
	left: 0;
	transform: translate(50%, -50%);
}

.dashicons-arrow-right-alt2:before {
	color: #fff;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
}

.post-category-list-banner a:hover {
	background-color: #000;
}

.single-post-banner {
	position: relative;
}

.woocommerce-shipping-totals.shipping {
	display: flex;
	flex-wrap: wrap;
}

.fancybox-content {
	height: 100% !important;
}

.single-product .fancybox-content {
	height: auto !important;
}

.woocommerce-shipping-totals.shipping th {
	width: 100% !important;
	border-top: 2px solid #fff !important;
}

.order-total {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	border-top: 1px solid #fff;
	align-items: baseline;
}

.order-total th {
	text-transform: uppercase;
	font-weight: 600 !important;
	display: block !important;
}

.cart_totals .saleprice,
.cart_totals td::before {
	display: none;
}

/* Bia�e teksty w podsumowaniu koszyka */
.cart_totals {
	color: #fff !important;
}

.cart_totals h2,
.cart_totals h2 * {
	color: #fff !important;
}

.cart_totals th,
.cart_totals td,
.cart_totals th *,
.cart_totals td * {
	color: #fff !important;
}

.cart_totals .woocommerce-Price-amount,
.cart_totals .woocommerce-Price-amount *,
.cart_totals .amount,
.cart_totals .amount * {
	color: #fff !important;
}

.cart-subtotal th,
.cart-subtotal td,
.cart-subtotal th *,
.cart-subtotal td * {
	color: #fff !important;
}

.order-total th,
.order-total td,
.order-total th *,
.order-total td * {
	color: #fff !important;
}

.red-dot {
	position: absolute;
	top: 0px;
	height: 16px;
	left: 15px;
	padding: 2px;
	width: 16px;
	background-color: #c2961c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	color: #fff;
	font-weight: 800;
	border-radius: 9999px;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
	-ms-border-radius: 9999px;
	-o-border-radius: 9999px;
}

#get_cart_total {
	margin-left: 20px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
}

.addon-badge-product {
	position: absolute;
	font-size: 0.75rem;
	color: #c2961c;
	font-weight: 700;
	margin-left: 5px;
	top: -5px;
}

.most-popular-badge {
	position: absolute;
	font-size: 0.75rem;
	background-color: #c2961c;
	color: #000;
	font-weight: 700;
	top: 6%;
	left: 2%;
	text-transform: uppercase;
	padding: 3px 16px;
}

.cart-product-addons-content img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	/*cursor: pointer;*/
	margin-right: 15px;
}

.cart-product-addons h3,
.cart-product-package h3 {
	margin-block: 0 20px;
	font-size: 1.3125rem;
}

.cart-product-addons-desc {
	position: fixed;
	left: -300%;
	top: 0;
	background-color: #fff;
	z-index: 999999;
	max-width: 40%;
	padding: 20px;
	overflow-y: scroll;
	height: 100%;
	transition: 0.3s ease left;
	-webkit-transition: 0.3s ease left;
	-moz-transition: 0.3s ease left;
	-ms-transition: 0.3s ease left;
	-o-transition: 0.3s ease left;
}

.cart-product-addons-desc-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	left: -300%;
	top: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.4);
	transition: 0.3s ease left;
	-webkit-transition: 0.3s ease left;
	-moz-transition: 0.3s ease left;
	-ms-transition: 0.3s ease left;
	-o-transition: 0.3s ease left;
}

.cart-product-addons-desc h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.3125rem;
}

.cart-product-addons-desc h3 {
	font-size: 1rem;
	margin-bottom: 0;
}

.cart-product-addons-desc img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	cursor: pointer;
}

.filter select {
	padding: 8px 16px;
	margin-bottom: 15px;
}

.cart_totals .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cart_totals .coupon label {
	display: none;
}

.cart_totals .coupon input {
	width: 100%;
	padding: 1px 16px;
}

.cart_totals .coupon input::placeholder {
	font-size: 0.6875rem;
	text-transform: uppercase;
	text-align: center;
}

.cart_totals .coupon button {
	background-color: #c3c3c3 !important;
	width: 100%;
	color: #000 !important;
	font-size: 0.875rem;
	text-align: center;
	text-transform: uppercase;
	height: 30px;
}

.ps-opinions,
.ps-partners {
	background-color: #000;
	color: #fff;
	padding: 70px 0;
}

.ps-partners .slick-slide img {
	width: 230px;
	height: 230px;
	object-fit: contain;
}

.missing-dream-home a {
	max-width: max-content;
	font-size: 0.875rem;
	padding: 12px 20px;
	background-color: #dabc5c;
	color: #fff;
	border: 1px solid #dabc5c;
	transition:
		0.3s ease color,
		0.3s ease background-color,
		0.3s ease border;
}

.missing-dream-home a:hover {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}

.archive .projects {
	padding-block: 50px;
}

.missing-dream-home {
	padding-bottom: 50px;
}

.missing-dream-home h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1875rem;
	color: #000;
	font-weight: 400;
	margin-bottom: 20px;
}

.ps-partners .partners-btn {
	color: #000;
	padding: 5px 12px;
	text-transform: uppercase;
	text-align: center;
	margin-inline: auto;
	background-color: var(--main-color);
	font-weight: 400;
	display: block;
	max-width: 220px;
	margin-top: 25px;
	font-size: 0.875rem;
}

.ps-opinions-block-all {
	display: flex;
	align-items: center;
}

.ps-opinions-block-meta-date {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.75rem;
}

.ps-opinions-block-meta .ps-opinions-block-meta-date img {
	width: 12px;
	height: 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.ps-opinions-block-meta-stars {
	color: #c2961c;
}

.ps-opinions-block-meta h3 {
	margin-bottom: 0;
	margin: 10px 0;
	font-size: 1.3125rem;
}

.opinion-heading {
	margin-bottom: 50px;
	color: #fff;
	font-size: 2rem;
	position: relative;
	display: inline-block;
}

.partners-heading {
	color: #000;
}

.rzut-odbicie {
	display: none;
}

.ps-opinions-block {
	align-items: center;
}

.opinion-heading::after,
.partners-heading::after {
	content: '';
	position: absolute;
	display: block;
	width: 100vw;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #fff;
}

.partners-heading::after {
	background-color: #000;
}

.ps-opinions-block-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.ps-opinions-block-meta img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.hide-on-desktop {
	display: none;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0 !important;
}

.sd-coupon-accordion p {
	display: flex;
	align-items: self-end;
	justify-content: space-evenly;
	color: #fff;
	cursor: pointer;
	font-size: 0.8125rem;
}

.go3176171171,
.go3176171171 span {
	color: #fff;
}

.sd-coupon-accordion p img {
	max-width: 20px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	cursor: pointer;
}

.sd-coupon-accordion .coupon {
	display: none;
}

.navbar .nav-item .dropdown-menu {
	columns: 1;
	padding-inline: 1em;
	column-rule: 1px dashed;
	gap: 0;
	cursor: default;
}

#ship-to-different-address {
	margin-bottom: 0;
}

#ship-to-different-address label.woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout .col2-set {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout .woocommerce-checkout-review-order {
	width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-direction: column;
}

#billing_company_field {
	order: 3;
	display: none;
}

#billing_country_field {
	order: 1;
}

#billing_faktura_field {
	order: 2;
}

#billing_nip_field {
	order: 7;
	display: none;
}

.single-post-comment-btn {
	display: block;
	margin: 20px 0;
	margin-inline: auto;
}

.wp-block-comments {
	display: none;
}

.pagination-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.pagination-list li {
	padding: 0 5px;
}

ol.commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-id-5607 h2 {
	margin: 0 !important;
	margin-bottom: 20px !important;
}

.page-id-5607 .wp-block-themeisle-blocks-advanced-column .wp-block-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-id-5607 h2.wp-block-heading {
	font-size: 2.5rem !important;
}

body.woocommerce-cart {
	overflow: unset;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	position: sticky;
	top: 65px;
	margin-top: 120px;
}

.woocommerce-cart-form,
.cart-product-addons,
.cart-product-package {
	box-shadow: 0 0 20px 0 #e3e3e3;
	padding: 20px;
}

.cart-product-package h2 {
	text-transform: none;
}

.products-in-desc .projects-content {
	box-shadow: 0 0 20px 0 #000;
	padding: 20px;
}

.projects.products-in-desc {
	padding-bottom: 0;
}

.product-tabs-custom-content iframe {
	width: 100%;
}

.products-in-desc .product-in-desc-img {
	width: 100%;
	max-height: 150px;
	object-fit: cover;
}

.products-in-desc .heading {
	font-size: 1.5rem;
	margin: 25px 0;
}

.products-in-desc div {
	padding: unset;
}

.products-in-desc .missing-dream-home {
	margin-top: 5rem;
}

.products-in-desc .row > * {
	padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
	padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
	margin-top: var(--bs-gutter-y) !important;
}

.single-product .products-in-desc .regularprice .woocommerce-Price-amount.amount {
	font-size: 0.875rem;
}

.otter-masonry {
	display: block !important;
}

.otter-masonry > figure > figure {
	width: 100% !important;
	height: 500px !important;
	position: static !important;
}

/* .otter-masonry > figure {
	height: auto!important;
	display: flex!important;
  gap: 10px!important;
	align-items: stretch!important;
	align-content: stretch!important;
} */

.otter-masonry > figure img {
	width: 100% !important;
	height: 500px !important;
	position: relative !important;
	left: initial !important;
	right: initial !important;
	top: initial !important;
	bottom: initial !important;
	object-fit: cover !important;
}

.lp-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.lp-categories {
	grid-area: 1 / 1 / 1 / 2;
}

.lp-products {
	grid-area: 1 / 2 / 1 / 7;
}

.lp-cat-list a {
	color: #000 !important;
}

.lp-header {
	display: block;
	margin: 20px 0;
}

.lp-header h1 {
	border-left: 5px solid #c2961c;
	color: #c2961c;
	padding: 8px 12px;
	font-weight: 600;
	font-size: 1.1875rem;
}

.lp-blog .projects-paragraph {
	font-size: 2rem;
	text-transform: uppercase;
}

.lp-header .lp-short-desc {
	padding: 17px;
	color: rgb(119, 119, 119);
}

.lp-categories {
	margin: 20px 0;
}

.lp-categories-title {
	font-weight: 600;
	font-size: 1.125rem;
	margin-bottom: 5px;
}

.lp-cat-list-title {
	font-size: 1rem;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 5px;
}

.lp-cat-list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 5px 0;
}

.lp-cat-list li {
	margin-right: 15px;
}

.lp-cat-list li::marker {
	position: relative;
	color: #72bf44;
}

.lp-products .projects {
	padding-bottom: 0;
}

.lp-content {
	margin: 30px 0;
	padding: 30px 0;
	border-top: 2px solid #ccc;
	color: #fff;
	font-size: 0.875rem;
}

.lp-content .read-more {
	color: #fff;
	transition: 0.3s ease-in-out border;
	border: 1px solid transparent;
}

.lp-content .read-more:hover {
	border: 1px solid #fff;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	backdrop-filter: blur(4px);
}

.fancybox-toolbar {
	background-color: #f4da0d;
	opacity: 1;
	visibility: visible;
	margin-top: 2.5rem;
}

.fancybox-toolbar .fancybox-button--zoom::before {
	content: '';
	background-image: url('../img/zoom.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
}

.fancybox-toolbar .fancybox-button--zoom svg {
	display: none;
}

.promo-slider-badage {
	position: absolute;
	z-index: 3;
	max-width: 210px;
	right: 2%;
	top: 2%;
}

#nf-form-4-cont {
	position: fixed;
	top: 25%;
	left: 0;
	right: 0;
	margin-inline: auto;
	max-width: 450px;
	width: 100%;
	display: none;
	background-color: #fff;
	padding: 2rem;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
	z-index: 100;
}

body.overlay::before {
	content: '';
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 99;
}

body.overlay {
	overflow: hidden;
}

#nf-form-4-cont .ninja-forms-field {
	border-radius: 8px;
	background-color: transparent;
	padding: 10px 12px;
}

#nf-form-title-4 {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}

#nf-form-title-4 h3 {
	margin-bottom: 0;
	pointer-events: none;
}

#nf-form-4-cont .ninja-forms-req-symbol,
#nf-field-27-container .nf-field-label,
#nf-field-26-container .nf-field-label,
#nf-field-18-container .nf-field-label {
	display: none;
}

#nf-form-4-cont .nf-form-fields-required {
	margin-bottom: 1rem;
}

#nf-form-title-4::after {
	content: '';
	background-image: url('../img/close-circle.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	padding: 1rem;
}

#nf-form-4-cont .ninja-forms-field.product-cart-download-btn {
	width: 100%;
	display: block;
	border-radius: 8px;
	color: #000;
	/*background-color: #c2961c;
    color: #fff;*/
}

#nf-form-4-cont .checkbox-container.label-right label:before {
	font-size: 0.875rem;
	left: -25px;
	top: -8px;
}

#nf-form-4-cont .checkbox-container.label-right label:after {
	top: -8px;
}

.checkbox-container.label-right .field-wrap > div {
	width: auto !important;
}

.label-right .nf-field-description {
	margin-right: 0 !important;
}

.cart-product-grid {
	grid-template-columns: repeat(3, 1fr) !important;
}

.addon-in-cart {
	border-color: #c2961c;
}

.cart-product-addons-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px;
	border: 2px solid #000;
	border-radius: 16px;
}

.cart-product-addons-content .addon-title {
	text-align: center;
}

.addon-in-cart {
	border-color: #c2961c;
}

.addon-title.in-cart {
	color: #c2961c;
	font-weight: bold;
}

.info-realization .info-icon-wrapper:hover .info-realization-pop {
	display: block;
}

.page-template-page-partnerzy .post-header {
	display: none !important;
}

.wp-block-heading {
	margin: 0 !important;
	padding-block: 50px;
	padding-inline: 0 !important;
}

.btn-100 {
	width: 100%;
}

/* ============================================================================
   ADDITIONAL STYLES FROM new.css
   ============================================================================ */

@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: 1.25rem;
}

/* 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: 2.5rem;
	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: 1.5rem;
	}
}

.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: 0.875rem;
	font-weight: 300;
	color: #fff;
}

.advantages-image {
	max-width: 80px;
}

/* contakt page*/
.contact-content__title {
	font-size: 1.25rem;
	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: 0.875rem;
}

.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: 2.5rem;
	border-bottom: 1px solid #ccc;
	padding: 0;
}

.about-text {
	margin-top: 36px;
	margin-bottom: 60px;
	font-size: 0.875rem;
	line-height: 1.2;
	color: #7d7272;
}

.about-link,
.projects-link {
	display: inline-block;
	padding: 12px 20px;
	text-decoration: none;
	font-size: 0.875rem;
	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: 1.5rem;
	margin-top: 20px;
	font-weight: 300;
	font-style: italic;
}

.icon-quote {
	color: #c2961c;
	margin-right: 12px;
	font-size: 1.625rem;
}

.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: 0.875rem;
}

.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: 0.75rem;
}

.newsletter-sign-in {
	font-size: 0.9375rem;
}

.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: 1.125rem;
}

.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: 0.8125rem;
}

#breadcrumbs a {
	color: #757575;
	margin: 0 10px;
	font-weight: 400;
}

.breadcrumb_last {
	font-weight: 700;
}

/**/
.archive-head h1 {
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.archive-page-custom .woocommerce-breadcrumb {
	text-align: center;
	font-size: 0.875rem;
	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: 3.75rem;
	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: 1.125rem;
	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: 0.75rem;
	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;
}

.search-and-sort {
	margin-bottom: 30px;
}

.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: 0.6875rem;
	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: 0.6875rem;
	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: 0.6875rem;
	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: 0.75rem;
	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: 0.6875rem;
	color: #000;
	font-weight: 600;
}

.single-product .woocommerce-product-details__short-description h2 {
	font-size: 1.125rem;
	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: 0.875rem;
}

.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: 0.6875rem;
	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: 1.5625rem;
	padding: 30px;
	width: 70%;
}

.changes-header .section-title {
	font-weight: bold;
	font-size: 1.5625rem;
}

.changes-header p {
	font-size: 0.875rem;
	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: 1.4375rem;
}

.changes-section h3 {
	font-size: 1.25rem;
}

.changes-section h4 {
	font-size: 1.125rem;
}

.changes-section h5 {
	font-size: 1rem;
}

.changes-section p {
	font-size: 0.875rem;
	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: 0.75rem;
	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: 0.6875rem;
	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: 1.25rem;
}

.dots {
	margin: 40px 0;
	text-align: center;
}

.dots::before {
	content: '\00b7 \00b7 \00b7';
	padding-left: 21px;
	color: inherit;
	font-size: 1.3125rem;
	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: 1rem;
	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 24px;
}

.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;
}

#nf-form-3-cont .nf-form-content label {
	font-weight: 400;
	font-size: 1rem;
}

#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 {
	position: relative;
}

.additional-product__img .projects-promo-info {
	position: absolute;
	top: -14px;
	left: -59px;
	font-size: 0.625rem;
	text-transform: uppercase;
	background-color: #000;
	padding: 5px 5px;
	z-index: 2;
	color: #fff;
}

.additional-product__img .projects-promo-info.second-badage {
	top: -14px;
	background-color: #000;
	color: #fff;
}

.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: 0.6875rem;
}

@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) {
	.cart-product-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 15px;
	}

	.cart-product-grid .cart-product-addons-content:nth-child(-n + 3) {
		display: none !important;
	}

	.addon-title img {
		position: absolute;
		left: -20px;
		top: 50%;
		transform: translateY(-50%);
	}
}

/* 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: 0.875rem;
}

/* Stylowanie przycisku zamknięcia */
.info-realization-pop .close-info-pop {
	background: none;
	border: none;
	color: #000;
	font-size: 1.125rem;
	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: 0.75rem;
	opacity: 1 !important;
}

/* Styl dla przycisku X */
.close-info-pop {
	background: none;
	border: none;
	color: #000;
	font-size: 1.125rem;
	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: 20px 0;
}

.yith-wcwl-icon::before {
	content: '\e80c';
	font-family: 'fontello';
}

.projects .heading {
	font-size: 1.5625rem;
	font-weight: 400 !important;
}

.yith-wcwl-icon {
	margin-right: 0 !important;
}

.section-blog-image {
	max-width: 300px;
	width: 100%;
}

.section-blog .heading {
	color: #fff;
	font-size: 1rem;
	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: 0.625rem;
	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: 1.5rem;
	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: 0.875rem;
	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: 3rem;
	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: 1.125rem;
	font-weight: bold;
}

.article-data {
	font-weight: bold;
}

.article-short-description {
	font-size: 0.875rem;
	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: 0.875rem;
	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: 2.5rem;
	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: 0.75rem;
	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: 0.9375rem;
	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: 0.875rem;
	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: 0.75rem;
	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: 0.875rem;
}

.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-addons-content {
		padding: 10px;
	}

	.cart-product-grid {
		gap: 5px;
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.cart-product-grid .cart-product-addons-content:nth-child(-n + 3) {
		display: none !important;
	}

	.single-product .info-about-realization img {
		position: absolute;
		top: 0px;
		right: 0px;
		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: 0.6875rem;
	}

	.bottom-menu-link,
	.address {
		font-size: 0.8125rem;
	}

	.bottom-menu-item > i,
	.bottom-menu-link > i {
		font-size: 1rem;
	}

	.single-product .info-about-realization {
		font-size: 0.875rem;
	}

	.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: -108px !important;
		top: unset !important;
		bottom: 105%;
	}

	/* tylko parzyste elementy w gridzie (prawa kolumna) */
	.single-product
		.cart-product-grid
		> .cart-product-addons-content:nth-child(even)
		.info-about-realization
		.info-realization-pop {
		left: -250px !important;
	}

	.slider {
		padding: 0;
	}

	.single-product .variation-change button {
		font-size: 0.875rem;
	}

	.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: 1.5rem;
	}

	.about-title {
		font-size: 1.5rem;
	}
	.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;
	}

	/* Hide filters in search-and-sort container on mobile, show only in slide-out panel */
	.search-and-sort > .filter {
		display: none !important;
	}

	/* Show filter mobile toggle on mobile/tablet */
	.filter-mobile-toggle {
		display: block !important;
		cursor: pointer;
		margin-bottom: 15px;
	}

	.filter-mobile-toggle .btn {
		background-color: #c2961c;
		color: #fff;
		padding: 10px 20px;
		border: none;
		border-radius: 4px;
		font-size: 0.875rem;
		font-weight: 600;
		text-transform: uppercase;
		width: 100%;
		text-align: center;
	}

	.filter-overlay {
		display: block !important;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 9998;
		opacity: 0;
		visibility: hidden;
		transition:
			opacity 0.3s,
			visibility 0.3s;
	}

	.filter-overlay.active {
		opacity: 1;
		visibility: visible;
	}

	/* Slide-out filter panel - always visible but positioned off-screen */
	ul.filter {
		position: fixed !important;
		top: 0 !important;
		left: -100% !important;
		width: 80% !important;
		max-width: 300px !important;
		height: 100vh !important;
		background-color: #fff !important;
		z-index: 9999 !important;
		padding: 20px !important;
		overflow-y: auto !important;
		overflow-x: visible !important;
		transition: left 0.3s ease-in-out !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 15px !important;
		margin-left: 0 !important;
		box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1) !important;
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	ul.filter.filter-open {
		left: 0 !important;
	}

	ul.filter li {
		width: 100%;
		display: block !important;
		overflow: visible !important;
	}

	ul.filter .widget {
		width: 100%;
		margin-bottom: 20px;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		overflow: visible !important;
	}

	ul.filter select,
	ul.filter .select2-container {
		width: 100% !important;
	}

	/* Select2 dropdown visibility in filter panel */
	ul.filter .select2-container {
		z-index: 10000 !important;
		position: relative !important;
		overflow: visible !important;
	}

	ul.filter .select2-dropdown {
		z-index: 10001 !important;
		position: absolute !important;
		overflow: visible !important;
	}

	ul.filter .select2-results {
		background-color: #fff !important;
		max-height: 200px !important;
		overflow-y: auto !important;
	}

	ul.filter .select2-results__option {
		padding: 8px 12px !important;
		color: #333 !important;
		background-color: #fff !important;
	}

	ul.filter .select2-results__option--highlighted {
		background-color: #c2961c !important;
		color: #fff !important;
	}

	/* Ensure select2 dropdown is visible */
	ul.filter .select2-container--open .select2-dropdown {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: absolute !important;
		top: 100% !important;
		left: 0 !important;
		width: 100% !important;
		background-color: #fff !important;
		border: 1px solid #ddd !important;
		border-radius: 4px !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
		margin-top: 4px !important;
	}

	/* Allow select2 dropdown to render outside filter panel */
	ul.filter .select2-container--open {
		z-index: 10002 !important;
	}

	/* Select2 results container */
	ul.filter .select2-results__options {
		list-style: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.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: 1rem;
	}

	.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) {
	.woocommerce-cart-form {
		opacity: 0;
		height: 0;
	}
	.advantages-wrapper .advantages-headerBox {
		max-width: 540px;
	}

	.footer-footer {
		font-size: 0.75rem;
	}

	.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: 2rem;
	}

	.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: 1.5rem;
		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;
	}

	/* Hide filters in search-and-sort container on mobile, show only in slide-out panel */
	.search-and-sort > .filter {
		display: none !important;
	}

	/* Show filter mobile toggle on mobile */
	.filter-mobile-toggle {
		display: block !important;
		cursor: pointer;
		margin-bottom: 15px;
	}

	.filter-mobile-toggle .btn {
		background-color: #c2961c;
		color: #fff;
		padding: 10px 20px;
		border: none;
		border-radius: 4px;
		font-size: 0.875rem;
		font-weight: 600;
		text-transform: uppercase;
		width: 100%;
		text-align: center;
	}

	.filter-overlay {
		display: block !important;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 9998;
		opacity: 0;
		visibility: hidden;
		transition:
			opacity 0.3s,
			visibility 0.3s;
	}

	.filter-overlay.active {
		opacity: 1;
		visibility: visible;
	}

	/* Slide-out filter panel - always visible but positioned off-screen */
	ul.filter {
		position: fixed !important;
		top: 0 !important;
		left: -100% !important;
		width: 80% !important;
		max-width: 300px !important;
		height: 100vh !important;
		background-color: #fff !important;
		z-index: 9999 !important;
		padding: 20px !important;
		overflow-y: auto !important;
		overflow-x: visible !important;
		transition: left 0.3s ease-in-out !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 15px !important;
		margin-left: 0 !important;
		box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1) !important;
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	ul.filter.filter-open {
		left: 0 !important;
	}

	ul.filter li {
		width: 100%;
		display: block !important;
		overflow: visible !important;
	}

	ul.filter .widget {
		width: 100%;
		margin-bottom: 20px;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		overflow: visible !important;
	}

	ul.filter select,
	ul.filter .select2-container {
		width: 100% !important;
	}

	/* Select2 dropdown visibility in filter panel */
	ul.filter .select2-container {
		z-index: 10000 !important;
		position: relative !important;
		overflow: visible !important;
	}

	ul.filter .select2-dropdown {
		z-index: 10001 !important;
		position: absolute !important;
		overflow: visible !important;
	}

	ul.filter .select2-results {
		background-color: #fff !important;
		max-height: 200px !important;
		overflow-y: auto !important;
	}

	ul.filter .select2-results__option {
		padding: 8px 12px !important;
		color: #333 !important;
		background-color: #fff !important;
	}

	ul.filter .select2-results__option--highlighted {
		background-color: #c2961c !important;
		color: #fff !important;
	}

	/* Ensure select2 dropdown is visible */
	ul.filter .select2-container--open .select2-dropdown {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: absolute !important;
		top: 100% !important;
		left: 0 !important;
		width: 100% !important;
		background-color: #fff !important;
		border: 1px solid #ddd !important;
		border-radius: 4px !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
		margin-top: 4px !important;
	}

	/* Allow select2 dropdown to render outside filter panel */
	ul.filter .select2-container--open {
		z-index: 10002 !important;
	}

	/* Select2 results container */
	ul.filter .select2-results__options {
		list-style: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.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: 0.8125rem;
	}

	.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: 2rem;
	}

	.single-product .variation-change-arrows img {
		width: 30px;
		height: 30px;
	}

	.single-product .variation-change button {
		font-size: 0.8125rem;
	}

	.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: 2.1875rem !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: 1rem;
	}
}

@media (max-width: 450px) {
	.barns-image {
		height: 300px;
	}
}

@media (max-width: 400px) {
	.footer-footer {
		font-size: 0.625rem;
	}
}

.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: 1.25rem;
	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;
}

.icons-under-summary-text {
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* po zmianach */

@media (max-width: 768px) {
	.single-product .cart-product-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 5px;
	}

	.projects-content-price {
		flex-direction: column !important;
	}

	.single-product .cart-product-package-price {
		text-align: center;
	}

	.single-product .cart-product-package-content {
		text-align: center;
	}

	.single-product .cart-product-package-desc {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.single-product .cart-product-addons-btn {
		margin-inline: auto;
	}

	.cart-product-package-content {
		gap: 10px;
	}

	.single-product .icons-under-summary {
		display: none !important;
	}
}

.shop-tiles {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 30px;
	padding-top: 0px !important;
}

.shop-tile p {
	font-size: 1.375rem !important;
}

@media (max-width: 992px) {
	.shop-tiles {
		grid-template-columns: repeat(2, 1fr);
	}

	.quote-text {
		font-size: 1.125rem;
	}
}

@media (max-width: 576px) {
	.shop-tiles {
		grid-template-columns: repeat(1, 1fr);
	}

	.shop-tile p {
		font-size: 1.25rem !important;
	}
}

.icons-under-summary-all .icons-under-summary-content:last-child .mt-auto {
	margin-top: 0 !important;
}

.your-realizations img {
	max-height: 350px;
}

@media (max-width: 576px) {
	.variation-images-left iframe {
		max-height: 50vh;
	}
}

/* ============================================================================
   ADDITIONAL STYLES FROM main.css
   ============================================================================ */

.archive-head h1 {
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.archive-page-custom .woocommerce-breadcrumb {
	text-align: center;
	font-size: 0.875rem;
	color: #cea525;
	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: 3.75rem;
	line-height: 0.41;
	color: #cea525;
}

#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: 1.125rem;
	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: 0.75rem;
	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: #000;
	color: #fff !important;
	font-size: 0.6875rem;
	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: 0.6875rem;
	line-height: 38px;
	background-color: #cea525 !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: #cea525;
	font-size: 0.6875rem;
	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: 0.75rem;
	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: 0.6875rem;
	color: #000;
	font-weight: 600;
}

.single-product .woocommerce-product-details__short-description h2 {
	font-size: 1.125rem;
	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: 0.875rem;
}

.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: 0.6875rem;
	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: 1.5625rem;
	padding: 30px;
	width: 70%;
}

.changes-header .section-title {
	font-weight: bold;
	font-size: 1.5625rem;
}

.changes-header p {
	font-size: 0.875rem;
	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;
}

.changes-section h2 {
	font-size: 1.4375rem;
}

.changes-section h3 {
	font-size: 1.25rem;
}

.changes-section h4 {
	font-size: 1.125rem;
}

.changes-section h5 {
	font-size: 1rem;
}

.changes-section p {
	font-size: 0.875rem;
	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: 0.75rem;
	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: #cea525;
}

.link-color {
	display: inline-block;
	background-color: #cea525;
	color: #fff;
	font-size: 0.6875rem;
	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: 1.25rem;
}

.dots {
	margin: 40px 0;
	text-align: center;
}

.dots::before {
	content: '\00b7 \00b7 \00b7';
	padding-left: 21px;
	color: inherit;
	font-size: 1.3125rem;
	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: 1rem;
	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;
}

#nf-form-3-cont .nf-form-content label {
	font-weight: 400;
	font-size: 1rem;
}

#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: #cea525; /* 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 #cea525;
	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 {
	position: relative;
}

.additional-product__img .projects-promo-info {
	position: absolute;
	top: -14px;
	left: -59px;
	font-size: 0.625rem;
	text-transform: uppercase;
	background-color: #000;
	padding: 5px 5px;
	z-index: 2;
	color: #fff;
}

.additional-product__img .projects-promo-info.second-badage {
	top: -14px;
	background-color: #000;
	color: #fff;
}

.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: 0.6875rem;
}

@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) {
	.cart-product-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 15px;
	}

	.cart-product-grid .cart-product-addons-content:nth-child(-n + 3) {
		display: none !important;
	}

	.addon-title img {
		position: absolute;
		left: -20px;
		top: 50%;
		transform: translateY(-50%);
	}
}

/* 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: 0.875rem;
}

/* Stylowanie przycisku zamknięcia */
.info-realization-pop .close-info-pop {
	background: none;
	border: none;
	color: #000;
	font-size: 1.125rem;
	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 #cea525;
	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: 0.75rem;
	opacity: 1 !important;
}

/* Styl dla przycisku X */
.close-info-pop {
	background: none;
	border: none;
	color: #000;
	font-size: 1.125rem;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}

.cart-product-addons-content .addon-title {
	text-align: center;
}

@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(2, 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;
	}

	.woocommerce-cart table.cart .product-remove,
	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	/* Mobile cart: ukryj tabelę produktów (duplikat), zostaw tylko podsumowanie z miniaturami i usuwaniem */
	.woocommerce-cart-form table.cart thead,
	.woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item {
		display: none !important;
	}

	/* Podsumowanie koszyka na mobile (<768px): ikonka produktu + ikonka usunięcia */
	.cart_totals .cart-summary-item-thumb,
	.cart_totals .cart-summary-item-remove {
		display: flex;
	}
	.cart-summary-items {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.cart-summary-item {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 10px 0;
		border-bottom: 1px solid rgba(234, 234, 234, 0.5);
	}
	.cart-summary-item:last-child {
		border-bottom: none;
	}
	.cart-summary-item-thumb {
		flex-shrink: 0;
		width: 50px;
		height: 50px;
		overflow: hidden;
		background: #2a2a2a;
		border-radius: 4px;
	}
	.cart-summary-item-thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.cart-summary-item-details {
		flex: 1;
		min-width: 0;
		display: flex;
		flex-direction: column;
		gap: 2px;
	}
	.cart-summary-item-name {
		font-size: 0.875rem;
		color: #fff;
		text-decoration: none;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.cart-summary-item-name:hover {
		color: #cea525;
	}
	.cart-summary-item-price {
		font-size: 0.8125rem;
		color: #cea525;
	}
	.cart-summary-item-remove {
		flex-shrink: 0;
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #999;
		transition: color 0.2s ease;
	}
	.cart-summary-item-remove:hover {
		color: #e74c3c;
	}
	.cart-summary-item-remove svg {
		width: 20px;
		height: 20px;
	}
}

/* Lista produktów w podsumowaniu koszyka (desktop + mobile) */
.cart-summary-items {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}
.cart-summary-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(234, 234, 234, 0.3);
}
.cart-summary-item:last-child {
	border-bottom: none;
}
/* Na desktopie w cart_totals ukryte – miniatura i usunięcie tylko na mobile (<768px) */
.cart_totals .cart-summary-item-thumb,
.cart_totals .cart-summary-item-remove {
	display: none;
}
.cart-summary-item-thumb {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	overflow: hidden;
	background: #2a2a2a;
	border-radius: 4px;
}
.cart-summary-item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cart-summary-item-details {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.cart-summary-item-name {
	font-size: 0.875rem;
	color: #fff;
	text-decoration: none;
}
.cart-summary-item-name:hover {
	color: #cea525;
}
.cart-summary-item-price {
	font-size: 0.8125rem;
	color: #cea525;
}
.cart-summary-item-remove {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	transition: color 0.2s ease;
}
.cart-summary-item-remove:hover {
	color: #e74c3c;
}
.cart-summary-item-remove svg {
	width: 18px;
	height: 18px;
}

.icons-under-summary-content {
	flex-direction: column;
}

.fancybox__thumbs {
	display: none !important;
}

/* Cart Smart Messages & Slider (Allegro Smart style) */
.cart-smart-message {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 15px;
	background-color: #1a1a1a;
	border-left: 4px solid #c2961c;
	border-radius: 4px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
}

.cart-smart-message a {
	color: #c2961c;
	text-decoration: underline;
	font-weight: 600;
}

.cart-smart-message-package {
	background-color: #1a1a1a;
	border-left-color: #c2961c;
	color: #fff;
}

.cart-smart-message-package a {
	color: #c2961c;
}

.cart-smart-banner {
	background: #000;
	border: 2px solid #c2961c;
	padding: 20px;
	margin-bottom: 0px;
	color: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	margin-bottom: 4px !important;
}

.cart-smart-banner-addons {
	background: #000;
	border: 2px solid #c2961c;
}

.cart-smart-banner-content {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.cart-smart-banner-icon {
	font-size: 2rem;
	line-height: 1;
}

.cart-smart-banner-text {
	flex: 1;
	min-width: 200px;
}

.cart-smart-banner-text strong {
	display: block;
	font-size: 1.125rem;
	margin-bottom: 5px;
}

.cart-smart-banner-text p {
	margin: 0;
	font-size: 0.875rem;
	opacity: 0.9;
}

.cart-smart-banner-button {
	background-color: #c2961c;
	color: #fff;
	padding: 12px 24px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	white-space: nowrap;
	border: none;
}

.cart-smart-banner-button:hover {
	background-color: #a88218;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(194, 150, 28, 0.3);
}

.cart-smart-slider {
	margin: 30px 0;
	padding: 25px;
	background-color: #f8f9fa;
	border-radius: 12px;
}

.cart-smart-slider-title {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #333;
}

.cart-smart-slider-subtitle {
	font-size: 0.875rem;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cart-smart-slider-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.cart-smart-slider-container {
	display: flex;
	gap: 20px;
	padding-bottom: 10px;
}

.cart-smart-slide {
	flex: 0 0 280px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.cart-smart-slide:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.cart-smart-slide-image {
	width: 100%;
	height: 180px;
	overflow: hidden;
	background-color: #f0f0f0;
}

.cart-smart-slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cart-smart-slide-content {
	padding: 15px;
}

.cart-smart-slide-content h4 {
	margin: 0 0 10px 0;
	font-size: 1rem;
	font-weight: 600;
	color: #333;
}

.cart-smart-slide-price {
	margin-bottom: 15px;
}

.cart-smart-slide-price .woocommerce-Price-amount {
	font-size: 1.25rem;
	font-weight: 700;
	color: #000;
}

.cart-smart-slide-savings {
	display: block;
	margin-top: 5px;
	font-size: 0.75rem;
	color: #28a745;
	font-weight: 600;
}

.cart-smart-slide-button {
	display: block;
	width: 100%;
	padding: 12px;
	background-color: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.75rem;
	transition: background-color 0.3s ease;
}

.cart-smart-slide-button:hover {
	background-color: #333;
	color: #fff;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.saleprice .woocommerce-Price-amount.amount {
	color: #000 !important;
}

@media (max-width: 768px) {
	.cart-smart-banner-content {
		flex-direction: column;
		text-align: center;
	}

	.cart-smart-banner-button {
		width: 100%;
		padding: 8px 13px;
		font-size: 14px;
	}

	.cart-smart-banner-text strong {
		font-size: 0.9rem;
	}

	.cart-smart-banner-icon {
		font-size: 1.6rem;
		line-height: 1;
	}

	.cart-smart-slide {
		flex: 0 0 240px;
	}

	.cart-smart-slider {
		padding: 15px;
	}

	.cart-smart-banner {
		padding: 10px !important;
	}
}

/* Filter mobile toggle - hidden on desktop by default, shown only on mobile */
.filter-mobile-toggle {
	display: none;
}

.filter-overlay {
	display: none;
}

/* Ensure filter panel slides out on mobile */
@media (max-width: 992px) {
	ul.filter.filter-open {
		left: 0 !important;
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

.projects-omnibus {
	font-size: 13px;
}

.promo-tag {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #000;
	color: #fff;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 600;
	transform: rotate(27deg);
	border-radius: 4px;
	z-index: 111;
	left: 15px;
	top: 30px;
}

.promo-tag::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

.promo-tag-icon {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.promo-tag-text {
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-size: 11px;
}
