/*
Theme Name: rd-fast
Author: Robert Dorosz
Author URI: https://www.facebook.com/robert.dorosz.9/
Description: Szybki i responsywny szablon. 
Version: 1.0
License: GNU General Public License and Flothemes general license
License URI: Licensing/README_License.txt
Tags: A charming, fun design for powerful, creative women.
*/

:root {
	--primary-color: #002112;
	--second-color: #01693a;
	--three-color: #83d713;
}
.bg-products::after {
	background-image: var(--bg-products);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}
.bg-gallery {
	background-image: var(--bg-gallery);
}
.bg-cta {
	background-image: var(--bg-cta);
}


@font-face {
	font-family: "POPPINS-REGULAR";
	src: url("styles/fonts/POPPINS-REGULAR.eot");
	src: url("styles/fonts/POPPINS-REGULAR.woff2") format("woff2");
	src: url("styles/fonts/POPPINS-REGULAR.ttf") format("ttf"), url("styles/fonts/POPPINS-REGULAR.otf") format("opentype")
}
@font-face {
	font-family: "POPPINS-BOLD";
	src: url("styles/fonts/POPPINS-BOLDd.eot");
	src: url("styles/fonts/POPPINS-BOLD.woff2") format("woff2");
	src: url("styles/fonts/POPPINS-BOLD.ttf") format("ttf"),
		url("styles/fonts/POPPINS-BOLD.otf") format("opentype")
}


.nunito-normal {
	font-family: "Nunito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.wc-block-grid__product {
	list-style-type: none;
}
.nunito-bold {
	font-family: "Nunito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

body {
	font-family: "Nunito", sans-serif !important;
	font-optical-sizing: auto;
	line-height: 1.5rem;
	font-style: normal;
	color: #303030;
	font-size: 14px !important;
	font-display: swap;
}
body {
	background: #f9fafc;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden !important;
}
html,
body {
	height: 100%;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#site-content,
.main-content,
.site-content,
.container {
	flex: 1 0 auto;
}

footer {
	margin-top: auto;
}
body .main-content>* {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto;
	margin-right: auto;
}
#content a {
	color: #0a746d;
}
.title-primary {
	color: var(--primary-color);
	font-family: 'POPPINS-BOLD';
}
#content {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.page-kontakt #content {
	background-color: transparent;
}
body .main-content>.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

body .main-content>.fullwidth {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.phone-call {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 1px solid var(--three-color);
	border-radius: 100%;
	color: var(--three-color);
	font-size: 20px;
	height: 50px;
	line-height: 35px;
	min-width: 50px;
	text-align: center;
	max-width: 50px;
}
.wc-block-grid__product {
	list-style-type: none;
}
.phone-call:hover{
	animation: phone 1.2s linear;
}
@keyframes phone {
  16.65% {
    transform:rotate(20deg)
  }
  33.33% {
    transform:rotate(-15deg)
  }
  49.95% {
    transform:rotate(10deg)
  }
  66.6% {
    transform:rotate(-5deg)
  }
  83.25% {
    transform:rotate(1deg)
  }
  to {
    transform:rotate(0)
  }
}
.border-container h2 strong {
	background: #fff;
	padding: 0rem 2rem;
}
.border-container h2 {
	font-family: 'POPPINS-BOLD';
	color: var(--primary-color);
	padding: 0;
	margin: -20px 0px 1rem 0px;
}
.border-container.orange h2 {
	color: var(--second-color);
}
.border-container h2 span {
	font-family: 'POPPINS-REGULAR';
}
.border-container.small h2 {
	font-size: 1.4rem;
	margin-top: -15px;
}
.border-container.small h2 strong {
	padding: 0rem 1.8rem;
}
.o-kamapanii-right img {
	max-width: 100px;
}
.home .post.entry-title.col-md-4 {
	display: none;
}
#footer {
	color: #fff;
}
ul .product {
	background: #fff;
	padding: 1rem;
	border-radius: 20px;
}
.produkt-kafelek h2 {
	color: #222 !important;
	font-size: 1rem;
	font-weight: 600 !important;
	text-align: left;
	line-height: 1.3rem;
	margin-top: 1rem;
}
.rbb_woo_products .item-product .bg-product::before {
	background-color: var(--three-color);
	border-radius: 18px;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all .3s ease;
	visibility: hidden;
	width: 100%;
	z-index: -1;
}
.woocommerce-tabs.wc-tabs-wrapper h2 {
	font-size: 1.2rem;
}
.rbb_woo_products .item-product:hover .bg-product::before {
	opacity: 1;
	transform: rotate(3deg);
	visibility: visible;
}
.wp-block-column-is-layout-flow.flip {
	border: solid 2px #c80b58;
	background-color: #fff;
}
.entry-content .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: auto;
}
.sub-title {
	color: var(--three-color);
  font-size: 16px;
  font-weight: 700;
}
.punkt-bg-out {
	stroke: #d50a4e;
	-webkit-animation: pulsate 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: pulsate 2s ease-out;
	-moz-animation-iteration-count: infinite;
	-ms-animation: pulsate 2s ease-out;
	-ms-animation-iteration-count: infinite;
	animation: pulsate 2s ease-out;
	animation-iteration-count: infinite;
}

.tnp-subscription-minimal {
	border: solid 1px #1f9116;
	border-radius: 30px;
	float: left;
}

html, body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	margin: auto;
	font-family: "Nunito", sans-serif;
	font-weight: 800 !important;
}

h1 {
	font-size: 2.2rem;
	line-height: 2.3rem;
}
a {
	text-decoration: none !important;
}
p {
	margin: 0px;
	position: relative;
	width: -moz-available;
	width: -webkit-fill-available;
}
.three-color {
	color: var(--three-color); 
}
#one {
	transform: translate(21rem, 33rem);
}
#two {
	transform: translate(23rem, 28rem);
}
#three {
	transform: translate(23rem, 6rem);
}
#four {
	transform: translate(14rem, 10rem);
}
#five {
	transform: translate(15rem, 1rem);
}
.punkt-bg {
	stroke: #d5004d;
	fill: #d50a4e;
}
.icon-menu i {
	font-size: 1.6rem;
}

.ikons:hover {
	background-color: #01693a;
	border-radius: 50%;
}
.ikons:hover a i {
	color: #fff !important;
}
.dashed-lines {
	border-style: dashed;
		border-width: 2px 2px 2px 2px;
		border-color: #84D814;
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		padding: 12px 55px 13px 55px;
		border-radius: 145px 145px 145px 145px;
}
.dashed-lines p {
	margin-bottom: 0px;
	font-size: 0.8rem;
}
.dashed-lines img {
	width: 4rem;
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
	transition-duration: 0.3s;
}
@keyframes hexagon_icon {
	16.65% {
		transform: translate(5px)
	}

	33.3% {
		transform: translate(-4px)
	}

	49.95% {
		transform: translate(3px)
	}

	66.6% {
		transform: translate(-2px)
	}

	83.25% {
		transform: translate(1px)
	}

	to {
		transform: translate(0)
	}
}
.hexagon_icon:hover img {
	animation: hexagon_icon 1s linear infinite;
}
.pay svg {
	height: 40px; 
}
.pay {
	padding: 0rem 0.5rem;
}
.ikons a i {
	color: var(--primary-color) !important;
}
.wow-wishlist .ion-heart::before {
	color: gray !important;
	font-size: 1.4rem;
}
.wow-wishlist .added .ion-heart::before {
	color: red !important;
}
#cart-count, #wishlist-count {
	position: absolute;
		top: -5px;
		right: 0px;
		background: red;
		color: #fff;
		border-radius: 50%;
		font-size: 10px;
		line-height: 18px;
		width: 18px;
		height: 18px;
		text-align: center;
}

.star-rating {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	/* rozmiar gwiazdek */
	line-height: 1;
	color: #ccc;
	/* szare gwiazdki (tło) */
}

.star-rating::before {
	content: "★★★★★";
	color: #ccc;
	/* puste gwiazdki */
}

.star-rating span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #ffc600;
	/* kolor wypełnionych gwiazdek */
}

.star-rating span::before {
	content: "★★★★★";
}
@keyframes bounce-heart {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}

.product-single-wishlist.added i {
	animation: bounce-heart 0.3s ease-in-out;
}
.wow-wishlist .ion-heart:hover,
.wow-wishlist .ion-heart:hover::before {
	color: #000 !important;
}
.product-single-wishlist:hover {
	background-color: transparent;
}
.col-4.iko {
	padding: 0;
}
a:hover .punkt-bg {
	stroke: #0063be;
	fill: #0063be;
	transition: 0.3s;
}
.active path {
	fill: #f7dbdb;
}
.header .container {
	width: 100%;
	margin: 0 auto;
	padding: 0 105px;
	padding: 0 10.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.menu li {
	position: relative;
}
#menu-menu-1 li:hover a::before {
	width: 100%;
}
#three-section .post {
	float: left;
	position: relative;
	display: block;
	padding: 25px;
}
#three-section .entry-title {
	font-size: 1.3rem;
	line-height: 1.5rem;
}
.read-more a {
	float: left;
	background-color: #fedd00;
	padding: 10px 25px;
	color: #fff;
	margin: auto;
	text-decoration: navajowhite;
}
.read-more {
	float: left;
	width: 100%;
	margin: auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 20px;
}
.single-post .alignleft.wp-post-image {
	width: 100%;
	height: auto;
	margin: 20px 0px;
}
.wrap {
	margin: auto;
	max-width: 1120px;
	align-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
}
.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio {
	text-align: center;
}
.content-post {
	float: left;
	margin-bottom: 50px;
	text-align: justify;
}
#three-section .entry-title {
	min-height: 3.2rem;
}
.archive-post img {
	width: 100%;
	height: auto;
}
.archive-post {
	padding: 20px;
}
.archive-post h2 a {
	text-decoration: none;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5rem;
	margin-bottom: 20p;
	float: left;
	margin: 12px 0px;
	width: 100%;
}
.read-more a:hover {
	color: #000;
	transition: 0.3s;

}
.wpis-eksperta {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.img-autor {
	display: inline-block;
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
}
.wpis-eksperta img {
	width: auto;
	height: 100%;
	margin-left: -50px;
}
.feature-content {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#three-section .post img {
	width: 100%;
	height: auto;
}
*, ::after, ::before {
	box-sizing: border-box;
}
.feature-content h3 {
	padding: 10px 0px;
}
.related_products {
	background-color: #e5f0ef;
	padding-bottom: 3rem;
	padding-top: 3rem;
}
#lista p {
	margin-bottom: 5px;
	line-height: 1rem;
	min-height: 3.3rem;
}
.lista-p-off p {
	min-height: auto !important;
	background-color: #f3f6fa;
	padding: 0.9rem 1rem;
}
.clearfix::after {
	content: "\00A0";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.slick-slide {
	position: relative;
}
.menu li {
	list-style-type: none;
	padding: 16px 15px;
	float: left;
}
.shoping-c button {
	float: right;
	background-color: #ef7d00;
	border-radius: 12px;
	padding: 1rem 2rem;
	text-transform: uppercase;
	margin-top: 8px;
}
.col-md-3.shoping-c a {
	float: right;
	margin: 0px 3px;
}
.shoping-c button:hover {
	background-color: #E6334B;
	transition: 0.3s;
}
.team img {
	border: solid 3px #0A746D;
}
.darkHeader .seo-home.page-header .logo img {
	max-width: 135px;
}
.darkHeader .icon-menu {
	margin-top: -4px;
}
.icon-in {
	width: 100%;
}
.menu-up ul li a:hover {
	color: #ebebeb;
	transition: 0.3s;
}
.menu-up .sub-menu li a:hover {
	color: #444444;
}
.menu li:hover .sub-menu {
	display: block;
}
ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease;
	left: 0;
	display: none;
  }
ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.menu li:hover .sub-menu li {
	display: block;
	background-color: #fff;
	border-bottom: solid 4px #fedd00;
}
ul li ul li {
	clear: both;
	width: 100%;
  }
.products.columns-4 li {
	margin-left: 0px !important;
}
.sub-menu {
	white-space: nowrap;
}
.en .menu li {
	padding: 10px 25px;
}
.menu .sub-menu {
	display: none;
}
.title-slider span {
	color: rgb(29, 29, 29);
}
.podtytul_slider p {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6rem;
	margin-top: 1rem;
}
.left-info-first.up-info, .right-info-first.up-info {
background-color: #2f3967;
}
.up-info .contact-title {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3rem;
	padding: 40px 20px;
}
.contact-title span, .section-title span {
	font-family: 'Poppins' sans-serif;
}
.up-info p {
	padding: 0px 30px 20px 30px;
	margin: 0px;
	color: #fff;
}
.footer-main p {
	display: flex;
}
.adress i {
	color: var(--second-color);
	font-size: 1.125rem;
}
.adress-info {
	margin-left: 1rem;
	font-size: 0.9rem;
}
.input-icon {
	position: relative;
	margin-bottom: 15px;
}

.input-icon i {
	position: absolute;
	left: 1.2rem;
	top: 15px;
	font-size: 1.4rem;
	/* opacity: 0.7; */
	z-index: 2;
	border-right: solid 1px var(--primary-color);
	padding: 0.2rem 0.8rem 0 0;
	color: var(--primary-color);
	width: 35px;
}
#form-contact p {
	padding: 0;
}
.wpcf7-form-control-wrap input {
	width: 100%;
}

.input-icon input,
.input-icon textarea {
	padding-left: 65px !important;
}

.textarea-icon i {
	top: 15;
	/* dla textarea — dopasowanie */
}
.footer-main li {
	color: #fff;
	line-height: 1.6rem;
	list-style-type: none;
	font-size: 0.9rem;
}
.footer-main li a {
	color: #fff;
	transition: linear 0.3s;
}
.footer-main li a:hover {
	color: var(--second-color);
	transition: linear 0.3s;
}
.footer-main ul {
	padding-left: 0;
}
.footer-main h4 {
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-size: 1.2rem;
}
button {
	padding: 15px 25px;
	border: solid 1px #fff;
	color: #fff;
	margin: 10px 10px 30px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	background: var(--primary-color); 
}
button:hover {
	background: var(--second-color);
	transition: 0.3s;
}
.button-trans {
	margin: auto;
	text-align: center;
}
.up-info {
	float: left;
	position: relative;
	border-radius: 5px;
}
.entry.home-one {
	position: relative;
}
.first-cont {
	margin-top: 130px;
}
.title-gradiant {
	background: rgb(239, 124, 26);
	background: linear-gradient(10deg, rgb(239, 181, 30) 0%, rgb(241, 189, 58) 38%, rgb(242, 210, 126) 100%);
	margin: auto;
	color: #fff;
	font-size: 2rem;
	line-height: 2.5rem;
}
#three-section .slick-slide, #opinie-slider .slick-slide, .one-kurs {
	padding: 30px;
	border: solid 2px #fff;
	margin: 10px;
	border-radius: 15px;
}
.slide-kursy.float-left.col-md-4 img {
	max-width: 100%;
}
.newsletter {
	background-color: #ee344e;
	float: left;
	width: 100%;
}
.tnp-email {
	float: left;
	width: auto !important;
	margin: 0px 10px !important;
}
.tnp-field label {
	float: left;
	display: none !important;
}
.newsletter span {
	float: left;
	color: #fff;
	font-size: 1.5rem;
	padding: 23px 20px;
}
.tnp-field.tnp-field-button {
	margin: 0px !important;
	padding: 0px !important;
}
.tnp-subscription {
	font-size: 13px;
	display: block;
	margin: 15px auto;
	max-width: max-content !important;
	width: auto;
	float: left;
	border: solid 1px #1f9116;
	border-radius: 30px;
	min-width: 100%;
}
.newsletter .container.text-center {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}
.intro-content ul {
	list-style: none;
}
.intro-content li p {
	float: right;
	width: 170px;
	text-align: left;
	color: #fff;
}
.intro-content li {
	content: "";
	display: block;
	clear: both;
}
.intro-content li span {
	color: #fff;
}
.patronat.container {
	text-align: center;
}
.title-section-area {
	position: relative;
}
.feature-single .icon {
	width: 70px;
	float: left;
	padding: 8px 25px 30px 0px;
}
.title-section-area {
	position: relative;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	margin-top: 20px;
}
#second-section {
	float: left;
	position: relative;
}
.red-h {
	color: #ee344e;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 26px;
}
.ts-right-column {
	float: right;
	width: 50%;
	color: #fff;
}
#opinie {
	background-color: #CCFFE5;
	position: relative;
}
.ts-right-column p {
	padding: 25px 25px 0px 25px;
	max-width: 560px;
	font-size: 2rem;
	line-height: 2.6rem;
	font-style: italic;
}
.title-ts-rc span {
	font-family: 'Poppins' sans-serif;
}
.title-ts-rc {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 0px 0px 25px;
	max-width: 860px;
	float: left;
}

.feature-single .feature-content {
	padding-right: 20px;
	margin-bottom: 40px;
	float: right;
	width: 85%;
}
.container.four-s {
	position: relative;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
#footer{
	position: relative;
}
.footer-main {
	background-color: var(--primary-color);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-bottom: 0px;
	padding: 20px 0px 0px 0px;
}
.copyright-info span {
	font-size: 0.9rem;
	line-height: 2.3rem;
}
.social-icons span{
	height: 43px;
	background: #001a0e;
	width: 43px;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 100px 100px 100px 100px;
	transition: linear 0.3s;
}
.social-icons a span:hover {
	background: var(--second-color);
}
.social-icons a {
	float: left;
	padding: 0 0.2rem;
}
.home.wp-singular.page-template.page-template-page-home {
	background-color: #002112;
	color: #fff;
}
.home .product-rating {
	color: #000;
}
.social-icons span i {
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}
.scrollTo_top.ribbon {
	position: fixed;
	bottom: 20px;
	z-index: 999;
	right: 10px;
}
.scrollTo_top.ribbon i {
	color: #fff;
}
.scrollTo_top.ribbon:hover i {
	color: #000;
	transition: 0.3s;
}
#footer .col-md-4 ul li, #footer .col-md-4 p, #footer .col-md-4 span {
	color: #fff;
}
#woocommerce-product-search-field-0:focus-visible {
	outline: none;
	box-shadow: none;
}
.top-bar-event.ts-top p {
	width: auto;
	float: right;
}
.text-right {
	text-align: right !important;
	line-height: 2.098rem;
}
.ml-auto, .mx-auto {
	margin-left: auto !important;
}
.top-bar-social-icon ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-bar-social-icon li {
	display: inline-block;
}
.ts-top-bar {
	position: relative;
	z-index: 2;
}
.ts-top-bar::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	content: "";
	background: #2f3967;
}
.top-bar-social-icon li a {
	display: block;
	padding: 0 8px;
}
.top-bar-event.ts-top {
	text-align: right;
}
.top-contact-info li {
	float: left;
	position: relative;
}
.about {
	position: relative;
}
 .about::before {
	content: "";
	position: absolute;
	background-image: rl("../rd-fast/img/bg-bn5-2.png");
	background-position: center right;
	background-repeat: no-repeat;
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	width: 50%;
	height: 100%;
	right: 0;
	z-index: -1;
} 
.about::after{
	content: "";
	position: absolute;
	background-color: #002112;
	background-image: url("../rd-fast/img/bg-bn5-1.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.top-contact-info span img {
	width: 30px;
}
.button-icon.w-10.h-10 {
	width: 40px;
	background: var(--three-color);
	height: 40px;
	float: right;
	border-radius: 50%;
	margin: 0 0 0 1.2rem;
}
.btn.btn-primary {
	background-color: var(--primary-color);
	line-height: 1rem;
	border: solid 1px #FFF;
	padding: 1rem 3rem;
}
.wp-block-button__link {
	color: #fff;
	background-color: #0A746D;
	border-radius: 1rem;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 1.125em;
	border: solid 2px;
	padding: 0.7rem 3rem;
}
.purple-bg {
	background-image: url(https://stopspiralizadluzenia.pl/wp-content/uploads/2025/12/bg-logo.png);
	background-size: contain;
}
.bg-first::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.1;
	background-image: url(https://stopspiralizadluzenia.pl/wp-content/uploads/2025/12/bg-logo.png);
	background-size: 100%;
}
.transp .btn.btn-primary {
	background-color: transparent;
	color: #000;
}
.btn.btn-slider {
	background-color: #fff;
	border-radius: 30px;
	font-size: 0.8rem;
	display: inline-flex;
	padding-left: 20px;
	transition: linear 0.3s;
	color: var(--primary-color);
	font-weight: 700; 
}
.btn.btn-slider:hover {
	background-color: var(--second-color);
	color: #fff;
}
.link_slider .btn::after {
	top: 0px;
}

.top-contact-info .btn {
	height: 36px;
	padding: 8px 32px;
	line-height: 24px;
}
.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: 1px solid #E6334B;
	font-family: 'Poppins' sans-serif;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.header-angle {
	position: relative;
	z-index: 2;
}
.link_slider.en .btn {
	height: 37px;
}
#menu-glowne-menu li a img, #menu-glowne-menu-en li a img {
	width: 22px !important;
	height: 15px !important;
	margin-top: 7px;
}
.btn-primary {
	background: transparent;
	color: #fff;
	border: 1px solid transparent;
	position: relative;
}
.top-contact-info a.btn-primary {
	position: relative;
	top: -8px;
}
.info-wrapper .info-title {
	font-size: 0.9rem;
	color: #101010;
	line-height: 0.9rem;
}
.top-contact-info {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.info-wrapper {
	display: inline-block;
	margin-right: 10px;
}
.text-right ul {
	float: right;
}
.top-contact-info .contact-width span img {
	width: 50px;
}
.contact-width span a {
	margin-bottom: 3px;
	position: relative;
	float: left;
}
.top-contact-info li:nth-child(2) span a {
	margin-bottom: 1px;
	position: relative;
	float: left;
}
.top-contact-info li:nth-child(1) span a {
	margin-bottom: 1px;
	position: relative;
	float: left;
}
.fa.fa-volume-control-phone {
	transform: rotate(-45deg);
	padding: 15px 15px 0px 10px;
}
.bg-contact .fa.fa-volume-control-phone {
	padding: 0px 15px 0px 10px;
}
.bg-contact .fa.fa-envelope-o {
	padding: 0px 10px 0px 8px;
}
.info-contact a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
}
.wpcf7-response-output {
	float: left;
	margin: -45px 0px 0px 0px !important;
	padding: 4px 10px !important;
	color: #fff;
}
.white-h {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 26px;
}
.top-contact-info li .fa.fa-envelope-o {
	padding: 15px 10px 0px 20px;
}
.spacing {
	position: absolute;
	top: 10px;
}
.top-contact-info a {
	color: #444;
	text-decoration: none;
}
.right-header-row {
	float: right;
}
.header-angle {
	position: relative;
	z-index: 2;
}
#menu-glowne-menu, #menu-glowne-menu-en  {
	float: right;
	position: relative;
	margin: 6px 0px;
}
#menu-glowne-menu li, #menu-glowne-menu-en li {
	text-transform: uppercase;
	font-family: 'Poppins' sans-serif;
}
#menu-glowne-menu li a, #menu-glowne-menu-en li a {
	color: #fff;
	text-decoration: none;
}
.wp-block-columns {
	width: 100%;
}
.punktowanie {
	width: 100%;
	margin: 1rem 0rem;
	padding: 0px;
}
.punktowanie li {
	font-size: 1rem;
}
.offerta h2 {
	line-height: 2.6rem;
	font-size: 2.5rem;
}
.offerta p {
	padding: 0px;
	line-height: 2rem;
	font-size: 2rem !important;
	margin: 0px !important;
}
.wp-block-file__button.wp-element-button {
	color: white !important;
}
.icon.icon-clock {
	width: 20px;
	margin-right: 10px;
	top: 9px;
	position: relative;
	margin-left: 10px;
}
.btn.btn-primary {
	text-decoration: none;
}
.entry.home-one-two-block {
	text-align: justify;
	margin-bottom: 40px;
	float: left;
	position: relative;
	width: 100%;
	margin-top: 40px;
	padding: 10px;
}
.left-about.col-md-6.float-left img {
	width: 98%;
}
.right-about {
	padding: 0px 20px;
}
.feature-content.one-element {
	margin-top: 0px;
}
.entry.home-one-two-block.fade .blue {
	color: #004976;
}
.entry.home-one-two-block.fade .yellow {
	color: #ffde00;
}
.widget-title {
	position: relative;
	color: #fff;
}
.widget-title span {
	color: #E6334B;
	font-family: 'Poppins' sans-serif;
}
.nagrody-orla img {
	float: left;
	width: 100px;
	margin: 20px 10px 0px 0px;
}
.text-logo-bootom {
	float: left;
	padding-right: 30px;
}
.dark-text {
	text-align: center;
	padding: 0px 0px 20px 0px;
	font-family: 'Poppins' sans-serif;
}
.right-about h1 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#three-section {
	background-color: #EEE8AA;
}
#rozmowy-o-zdrowiu {
	background-color: #EEE8AA;
}
.btn.btn-primary:hover,
#menu-glowne-menu li a:hover,
#menu-glowne-menu-en li a:hover {
	color: #fff;
	transition: 0.3s;
	background-color: #0a58ca;
}
.copyright-info {
	background: var(--primary-color);
	color: #fff;
	position: relative;
}
.copyright-info {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #1A382A;;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 15px 0px 15px 0px;
}
.scrollTo_top.ribbon {
	background: var(--primary-color);
	height: 50px;
	width: 50px;
	padding: 12px 16px;
	border: solid 2px #fff;
}
.col-md-2.shoping-c {
	max-width: 90px;
}
.przyciski button a {
	color: #fff;
}
.plakat {
	width: 100%;
	margin: auto;
	text-align: center;
}
.plakat img {
	max-width: 800px;
	margin-bottom: 40px;
}
.dark-text.min {
	color: #ef7d00;
	padding: 15px 10px 0px 10px;
	font-size: 2.2rem;
	/* text-shadow: 0.1em 0.1em 0.2em black; */
}
.info-subtitle a {
	color: #000;
	text-decoration: none;
}
.cennik-uslug {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.ceny-right {
	text-align: right;
}
.opis_uslugi {
	font-style: italic;
	font-size: 1rem;
}
.my-service {
	position: relative;
	display: table;
	padding: 5px 20px;
}
.my-service.redBox {
	background-color: #fafafa;
	position: relative;
	display: table;
}
.disable-section button {
	border: solid 2px #fedd00;
	color: #000;
}
.disable-section button:hover {
	color: #fff;
}
.disable-section {
	width: 100%;
	text-align: center;
}
#page-default {
	padding: 0px 15px 0px 15px;
}
.alignfull figure {
	margin-bottom: 0 !important;
}
.wp-block-image.alignfull.size-large {
	margin-bottom: 0;
}
.image-logo-pr.col-md-6.float-left {
	max-width: 100%;
}
.do-pobrania.w-100 li a {
	color: #c80b58;
	font-size: 1.2rem;
	line-height: 2rem;
}
.text-slider {
	font-size: 1.3rem;
}
.home .wp-block-latest-posts.wp-block-latest-posts__list li {
	list-style-type: none !important;
	padding-left: 0 !important;
}
.postid-769 .wp-post-image {
	display: none;
}
.wp-block-latest-posts__featured-image {
	margin-bottom: 0.7rem;
}
.wp-block-latest-posts li {
	position: relative;
}
.wp-block-latest-posts__post-title {
	color: #000;
	font-size: 1rem;
}
.menu-up .sub-menu {
	padding-left: 0;
}
.menu-up .sub-menu li a {
	color: #000;
}
.wp-block-latest-posts__list.is-grid.columns-3.has-dates.wp-block-latest-posts li {
	list-style-type: none !important;
	padding-left: 0 !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt a {
	display: block;
	padding: 1rem 2rem;
	background-color: #0A746D;
	max-width: 220px;
	color: #000;
	text-align: center;
	margin: 2rem auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.3s linear;
}
.wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt a:hover {
	background-color: #56257b;
	color: #ffffff !important;
}
.read-more-text {
	padding: 10px;
}
.single .price {
	text-align: center;
	font-size: 1.6rem !important;
	color: #000 !important;
}
.single .section .image-item {
	position: relative;
	max-width: 200px;
}
.single .section .image-item img {
	height: 200px;
	/* docelowa wysokość */
	width: auto;
	/* szerokość dopasowana proporcjonalnie */
	object-fit: cover;
	/* przycina obraz, żeby wypełnił wysokość */
	display: block;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.has-image {
	float: left;
	margin: 0rem 3rem 0 0;
}
.item:not(.has-image) {
	float: none;
		clear: both;
		/* <--- wymusza, żeby zaczynał pod wszystkimi floatami */
		display: block;
		/* dla pewności */
}
.single .section .image-item::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--three-color);
	opacity: 1;
	transform: rotate(3deg);
	visibility: visible;
	transition: all .3s ease;
	z-index: -1;
}
.title-section-area h2 {
	margin-bottom: 10px;
}
.checkout-button.button.alt.wc-forward {
	background: #ef7d00;
}
.box-shadow-down {
	position: relative;
}
.box-shadow-down::before {
	content: '';
	position: absolute;
	left: 50%;
	margin: 0;
	bottom: 15px;
	width: 90%;
	height: 16px;
	background: #fff;
	border-radius: 290px / 8px;
	-moz-border-radius: 290px / 8px;
	-webkit-border-radius: 150px / 8px;
	box-shadow: 0 10px 20px #000;
	-moz-box-shadow: 0 10px 20px #000;
	-webkit-box-shadow: 0px 11px 29px #000;
	z-index: -1;
	transform: translate(-50%, 50%) !important;
}
.checkout-button.button.alt.wc-forward:hover {
	background: #5bc0cf;
}
/* .page-template-default.page-kontakt .post.entry-title {
	display: none;
} */
.feature-single img {
	float: left;
	max-width: 100%;
}
.feature-content a {
	text-decoration: none;
	color: #fff;
	float: left;
	width: 100%;
	text-align: center;
}
.feature-content a:hover {
	color:  #000;
	transition: 0.3s;
}
.slider-home, .bg-products {
	position: relative;
}
.slider-home::before, .bg-products::before {
	background: url(../rd-fast/img/bg-slide5.png);
	bottom: 0;
	content: "";
	height: 55px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
.product-single-wishlist {
	background-color: transparent;
	padding: 15px;
}
.slider-track {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }
	.image-logo-pr.col-md-6.float-left {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.podkreslenie {
		margin: 2rem 0rem 3rem 0rem;
		position: relative;
	}
.mapka-loga img {
	transition: linear 0.3s;
}
.mapka-loga img:hover {
	scale: 1.05;
	border: solid 1px #0063be;
}
.border-image img {
	filter: drop-shadow(16px 16px #c80b58);
}
.wp-block-button__link.has-background.wp-element-button {
	border: solid 3px;
	margin-bottom: 1rem;
	text-transform: uppercase;
	transition: 0.3s;
	padding: 0.7rem 3rem;
}
.wp-block-button__link.has-background.wp-element-button:hover {
	color: #000;
	transition: 0.3s;
	background-color: #c80b58 !important;
	border: solid #fff;
}
  .videoshow.bg-white {
	border-radius: 50%;
	border: solid 2px #000;
	position: relative;
	width: 60px;
	height: 60px;
}
.lookvideo {
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 1.2rem;
}
.slider-info.container i {
	color: var(--second-color);
	font-size: 1.2rem;
	line-height: 2.5rem;
	padding: 0px;
	margin-left: -2px;
}
.feature-content a span {
	font-size: 1.2rem;
	width: 100%;
}
.button-trans button {
	padding: 5px 10px 6px 10px;
	margin: 0px 10px;
	float: left;
	position: absolute;
}
.fb-icon {
	position: fixed;
	right: 5px;
	background-color: #ef7d00;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	top: 135px;
	z-index: 2;
}
.tw-icon {
	position: fixed;
	right: 5px;
	/* padding: 20px; */
	background-color: #ef7d00;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	top:190px;
	z-index: 2;
}
.fb-icon:hover, .tw-icon:hover {
	background-color: #5bc0cf;
	transition: 0.3s;
}
.produkt-kafelek .button.add_to_cart_button,
.produkt-kafelek .button.add_to_cart_button:hover
 {
	background-color: transparent;
}

ul.products:before,
ul.products:after {
    content: none !important;
    display: none !important;
}

.related.products h2 {
	padding-bottom: 30px;
}
.summary.entry-summary .price {
	text-align: left;
}
.menu {
	float: left;
	padding-left: 0px;
}
.logo img {
	max-width: 165px;
}

.clearHeader .black-logo {
	display: none !important;
}
.darkHeader .black-logo {
	display: block;
}
.copyright-info a {
	color: #a5a5a5;
	text-decoration: none;
}
.about-icon img {
	filter: invert(15%) sepia(93%) saturate(4790%) hue-rotate(327deg) brightness(79%) contrast(98%);
	max-width: 6rem;
}
.about-icon .wp-block-column {
	background: #fff;
	padding-top: 2rem;
	transition: linear 0.3s;
}
.about-icon .wp-block-column:hover {
	background: #f9fafc;
}
.copyright-info a:hover {
	text-decoration: underline;
	transition: 0.3s;
}
.tabs.wc-tabs {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.col-md-3.shoping-c {
	float: right;
}
.header_service_row h3 {
	font-size: 1rem !important;
	text-align: left;
	float: left;
	padding: 0px !important;
	margin: 0px !important;
}
input.search_ticket_number {
	width: 70% !important;
	float: left;
	font-size: 60px;
	margin: 20px 0px;
	padding: 7px 30px;
}
.thwepo-extra-options.thwepo_simple {
	padding: 20px 0px;
}
.thwepof-input-field {
	padding: 10px 10px;
	margin: 0px 10px;
}
.thwepo-extra-options.thwepo_variable {
	margin-bottom: 20px;
}
.button.fa.fa-search.search_ticket_button {
	width: 28%;
	border: solid 1px #9d8383;
	margin: 20px 0px;
	font-size: 29px;
	padding: 29.4px 0px;
	color: #000;
}
.yith_wcevti_check_in .check_in_panel.dialog_panel {
	background: #ffde00;
}
.yith_wcevti_check_in .check_in_panel.dialog_panel.red-info {
	background: red;
}
.yith_wcevti_check_in .check_in_panel.dialog_panel.prawidlowy {
	background: rgb(0, 134, 67);
}
.up-sells.upsells.products {
	float: left;
	width: 100%;
}
.up-sells.upsells.products h2 {
	margin-bottom: 36px;
}
.single_add_to_cart_button.button.alt {
	background-color: #fff !important;
	border: 1px solid var(--second-color);
	border-radius: 50px;
	display: inline-block;
	font-family: var(--typography-button);
	font-size: var(--typography-button-font-size);
	font-weight: var(--typography-button-variant);
	height: 50px;
	letter-spacing: var(--typography-button-letter-spacing);
	margin-left: 30px;
	position: relative;
	text-align: center;
	text-transform: var(--typography-button-text-transform);
	transition: .3s;
	width: calc(100% - 220px);
	color: #000 !important;
	transition: linear 0.3s;
}
.single_add_to_cart_button.button.alt:hover {
	background-color: var(--three-color) !important;
	color: #fff !important; 
}
.quantity .minus {
	border-radius: 25px 0 0 25px;
	border: 0;
	background-color: #ececec;
	color: #000;
	font-weight: bold;
	transition: linear 0.3s;
}
.quantity .plus {
	border-radius: 0px 25px 25px 0px;
	border: 0;
	background-color: #ececec;
	color: #000;
	font-weight: bold;
	transition: linear 0.3s;
}
.quantity .plus:hover,
.quantity .minus:hover {
	background-color: var(--second-color);
}
.woocommerce-MyAccount-navigation {
	background-color: #f2f2f2;
	display: grid;
	padding: 30px;
	border-radius: 1rem;
}
.opinie-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../rd-fast/img/opinie-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
}
.woocommerce-tabs ul.tabs li a::before {
	background: var(--three-color);
	bottom: 0;
	content: "";
	height: 15px;
	left: -10px;
	opacity: 0;
	position: absolute;
	right: -10px;
	transition: .3s;
	z-index: -1;
}
/* Kontener */
.woocommerce div.product form.cart .quantity {
	display: flex;
	max-width: 180px;
}

/* Input */
.woocommerce div.product form.cart .quantity input.qty {
	text-align: center;
	width: 60px;
	border: 0px solid #ccc;
	background-color: #ececec;
}

/* Przycisk + / - */
/* .woocommerce div.product form.cart .quantity:before,
.woocommerce div.product form.cart .quantity:after {
	content: attr(data-minus);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	background: #eee;
	cursor: pointer;
	font-weight: bold;
	user-select: none;
} */

.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.itsnew {
	position: absolute !important;
	left: 0;
	top: 22px;
	background: var(--three-color);
	padding: 0.1rem 0.5rem;
	color: #fff;
}
.produkt-kafelek {
	height: 100%;
}
.produkt-kafelek {
	display: flex;
	flex-direction: column;
}
.produkt-kafelek .row.align-items-center {
	margin-top: auto;
}
.bg-product::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--three-color);
	border-radius: 18px;
	opacity: 0;
	visibility: hidden;
	transform: rotate(0deg);
	transition: all .3s ease;
	z-index: 0;
}
.adress-info a {
	color: #fff;
}
.woocommerce-MyAccount-navigation li {
	border-bottom: solid 1px #ddd;
	padding: 1rem 0rem;
}
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
	width: 100%;
	border: solid 1px #ddd;
	margin: 0.5rem 0rem;
	padding: 1rem;
}
.woocommerce-Address-title.title .edit {
	background-color: var(--second-color);
	color: #fff !important;
	padding: 0.5rem 1.5rem;
	border-radius: 1rem;
}
.product_meta span {
	display: inline-block;
}
.product_meta {
	background-color: #ececec;
	padding: 1rem;
}
.product_meta a {
	color: #0a746d;
}
.kafelek-bg {
	background-color: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position:absolute !important;
	border-radius: 25px;
}
.bg-product {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.produkt-kafelek>*:not(.bg-product) {
	position: relative;
	z-index: 2;
}
.wishlist-icon.position-absolute.top-0.end-0.mt-2.me-2 {
	z-index: 9 !important;
}
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
	border: solid 1px #ddd;
	border-radius: 30px;
	transition: linear 0.3s;
}
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block:hover {
	background-color: var(--three-color);
	color: #fff !important; 
}
/* Ukrycie strzałek w input type=number */

/* Chrome, Safari, Edge, Opera */
.woocommerce div.product form.cart .quantity input::-webkit-outer-spin-button,
.woocommerce div.product form.cart .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.woocommerce div.product form.cart .quantity input[type=number] {
	-moz-appearance: textfield;
}
.produkt-kafelek:hover .bg-product::before {
	opacity: 1;
	transform: rotate(3deg);
	visibility: visible;
}
.rbb_woo_products .item-product:hover .bg-product::before {
	opacity: 1;
	transform: rotate(3deg);
	visibility: visible;
}
#kontakt .panel-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../rd-fast/img/kontakt-bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	opacity: 0.6;	
}
.wc-block-components-product-name {
	font-weight: 400 !important;
}
.center-form {
	padding: 40px 60px 0px 50px;
}
.info-up-cnt {
	padding: 40px 0px;
}
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	height: 130px;
	padding: 15px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0em 0em 1em !important;
	padding: 0.2em 1em !important;
	border: 2px solid #00a0d2 !important;
}
.wpcf7-response-output {
	float: none !important;
	color: #000 !important;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	padding: 1rem;
	background: #f1f1f1;
	border: 0;
	color: var(--second-color);
}
.wpcf7-form-control.wpcf7-submit {
	padding: 10px 20px;
	/* width: 100%; */
	right: 0;
	float: right;
	background-color: var(--primary-color);
	color: #fff;
	border: solid 0;
	margin-bottom: 1rem;
}
#kontakt {
	background-color: #EE344E;
}
.slide-kursy a h2 {
	color: #fff;
	text-decoration: none;
}
.hide-menu-image-icons {
	padding: 2px;
	font-size: 1.6rem;
	height: 30px;
	width: 30px;
}
#menu-item-129, #menu-item-130 {
	padding: 14px 0px;
}
.zegar li span {
	display: block;
	font-size: 4.5rem;
	line-height: 5.5rem;
	color: #ea561e;
}
.entry.home-one.warsztaty .feature-single {
	padding: 30px;
}
.um-field-label label {
	font-size: 12px;
}
#odliczanie li {
	color: #000;
}
.font-bold {
	font-family: 'POPPINS-BOLD';
}
.zegar li {
	display: inline-block;
	font-size: 1.5em;
	list-style-type: none;
	padding: 1em;
	text-transform: uppercase;
	text-align: center;
}
#odliczanie {
	color: red !important;
	padding: 20px;
}
.zegar {
	text-align: center;
}
.center-item {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}
.um.um-register.um-5 {
	width: 100% !important;
	max-width: 100%;
}
.um-field-text {
	max-width: 450px;
	margin: auto;
}
.feature-single.col-md-4.center-item img {
	/* width: 20px; */
	max-width: 160px;
	margin-bottom: 20px;
}
.img-inst {
	float: left;
	margin: auto;
	text-align: center;
	width: 100%;
	background-color: #fff;
}
.container.first-cont {
	margin-bottom: 40px;
}
.top-bg img {
	max-width: 100%;
	width: 100%;
}
.lisc {
	position: absolute;
	bottom: 20px;
	z-index: -1;
}
.lisc img {
	max-width: 350px;
}
.home-zegar #odliczanie {
	padding: 0px 20px;
}
.zegar.home-zegar li {
	padding: 0px 20px 20px 20px;
}
.zegar.home-zegar p {
	margin: 0px;
}
.um-field-checkbox.um-field-half {
	background: white;
	max-width: max-content;
	padding: 0px 10px;
}
#um_field_5_zgoda_przetwarzanie {
	max-width: 66%;
	margin: auto;
}
.black-bg.w-100.ekspert {
	background: rgb(133,19,7);
	background: linear-gradient(10deg, rgb(239, 181, 30) 0%, rgb(241, 189, 58) 38%, rgb(242, 210, 126) 100%);
	padding: 0px 0px 40px 0px;
	float: left;
	color: #fff;
}
.ekspert .col-md-4.float-left img {
	border-radius: 50%;
	border: solid 4px;
}
.col-md-4.float-left.photo img {
	max-width: 95%;
}
#um_field_5_jestem_lekarzem {
	max-width: 450px;
	margin: auto;
}
.col-md-12.text-center.partner img {
	max-width: 180px;
	margin: 20px;
}
.content.partner-h {
	margin: 20px 0px 0px 10px;
}

.my-list li::marker {
	content: "\f046";
	font-family: 'FontAwesome';
	font-size: 1.2em;
	color: #007ec5;
	margin-right: 0.5rem;
}
.attractions-icon p strong {
	color: #0063be;
}
img.vert-move {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}
.attractions-icon img {
	-webkit-animation: mover 1s infinite alternate;
		animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

/*animacja lista*/
#lista .wp-block-column {
	opacity: 0;
	animation: fadeIn 1s ease-in both;
	/* named animation keyframes referenced 'fadeIn' */
}

/* apply to #list add a 10 second delay difference  to each for a staggered start, matching the 'fadeIn' time */
#lista .wp-block-column:nth-child(2) {
	animation-delay: 0.5s;
}

#lista .wp-block-column:nth-child(3) {
	animation-delay: 1s;
}

#lista .wp-block-column:nth-child(4) {
	animation-delay:1.5s;
}

#lista .wp-block-column:nth-child(5) {
	animation-delay: 2s;
}
#lista .wp-block-column:nth-child(6) {
	animation-delay: 2.5s;
}
#lista .wp-block-column:nth-child(7) {
	animation-delay: 3s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
		/* from opacity 0 and -y (simulates 'drop') */
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		/* to opacity 1 and y=0 */
	}
}

.text .char {
  display: inline-block;
  -webkit-animation-delay: calc(0.25s + var(--char-index) * 0.1s);
          animation-delay: calc(0.25s + var(--char-index) * 0.1s);
  transition: all 0.25s calc(0.25s + var(--char-index) * 0.1s);
}
.text--enter [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate(0, -150%);
          transform: translate(0, -150%);
}
.text--enter .char {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.text--random [data-scroll='out'] .char:nth-of-type(1) {
  -webkit-transform: translateX(-129%) translateY(-213%);
          transform: translateX(-129%) translateY(-213%);
}
.text--random [data-scroll='out'] .char:nth-of-type(2) {
  -webkit-transform: translateX(144%) translateY(-161%);
          transform: translateX(144%) translateY(-161%);
}
.text--random [data-scroll='out'] .char:nth-of-type(3) {
  -webkit-transform: translateX(-117%) translateY(-221%);
          transform: translateX(-117%) translateY(-221%);
}
.text--random [data-scroll='out'] .char:nth-of-type(4) {
  -webkit-transform: translateX(54%) translateY(-123%);
          transform: translateX(54%) translateY(-123%);
}
.text--random [data-scroll='out'] .char:nth-of-type(5) {
  -webkit-transform: translateX(-153%) translateY(-123%);
          transform: translateX(-153%) translateY(-123%);
}
.text--random [data-scroll='out'] .char:nth-of-type(6) {
  -webkit-transform: translateX(-49%) translateY(-229%);
          transform: translateX(-49%) translateY(-229%);
}
.text--swapsies [data-scroll='in'] .char:nth-of-type(odd),
.text--swapsies [data-scroll='out'] .char:nth-of-type(odd) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.text--swapsies [data-scroll='in'] .char:nth-of-type(even),
.text--swapsies [data-scroll='out'] .char:nth-of-type(even) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.text--swapsies [data-scroll='in'] .char {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.text--swapsies [data-scroll='in'] .char:nth-of-type(odd) {
  -webkit-animation-name: swap-left;
          animation-name: swap-left;
}
.text--swapsies [data-scroll='in'] .char:nth-of-type(even) {
  -webkit-animation-name: swap-right;
          animation-name: swap-right;
}
@-webkit-keyframes swap-right {
  25% {
    -webkit-transform: translateX(-100%) translateY(-100%);
            transform: translateX(-100%) translateY(-100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(-100%);
            transform: translateX(0) translateY(-100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes swap-right {
  25% {
    -webkit-transform: translateX(-100%) translateY(-100%);
            transform: translateX(-100%) translateY(-100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(-100%);
            transform: translateX(0) translateY(-100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes swap-left {
  25% {
    -webkit-transform: translateX(100%) translateY(100%);
            transform: translateX(100%) translateY(100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(100%);
            transform: translateX(0) translateY(100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes swap-left {
  25% {
    -webkit-transform: translateX(100%) translateY(100%);
            transform: translateX(100%) translateY(100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(100%);
            transform: translateX(0) translateY(100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
.text--fading [data-scroll='out'] .char {
  opacity: 0;
}
.text--flipping [data-scroll='out'] .char {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.text--slide .char {
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--slide [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate(-300%, 0) skewX(20deg);
          transform: translate(-300%, 0) skewX(20deg);
}
.text--karaoke .char {
  color: rgba(255,255,255,0.15);
  transition-duration: 0.1s;
}
.text--karaoke .char:after {
  color: #fff;
  visibility: visible;
}
.nagroda {
	background-color: var(--primary-color);
	color: #fff;
	font-size: 1.4rem;
}
.nagroda-border .nagroda {
	border-radius: 1rem;
}
.text--karaoke [data-scroll='in'] .char:after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.text--karaoke [data-scroll='out'] .char:after {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.text--filling .char {
  color: rgba(255,255,255,0.15);
}
.text--filling .char:after {
  color: #fff;
  visibility: visible;
}
.text--filling [data-scroll='in'] .char:after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.text--filling [data-scroll='out'] .char:after {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.text--blocks [data-scroll='out'] .char {
  visibility: hidden;
}
.text--blocks [data-scroll='in'] {
  overflow: hidden;
  position: relative;
}
.text--blocks [data-scroll='in'] .char {
  transition-delay: 0.5s;
}
.text--blocks [data-scroll='in']:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-animation: block 0.5s 0.25s both;
          animation: block 0.5s 0.25s both;
}
@-webkit-keyframes block {
  0% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
}
@keyframes block {
  0% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
}
.text--scaling [data-scroll='out'] .char {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.text--turning [data-scroll='out'] .char {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}
.text--folding [data-scroll='out'] .char {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.text--bulge [data-scroll='in'] .char {
  -webkit-animation-name: bulge;
          animation-name: bulge;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}
@-webkit-keyframes bulge {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes bulge {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.text--perspective {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.text--perspective .char {
  transition: opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
}
.text--perspective [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate3d(-25px, -20px, -800px);
          transform: translate3d(-25px, -20px, -800px);
}
.text--zipping .char {
  transition: opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
}
.text--zipping [data-scroll='out'] .char {
  opacity: 0;
}
.text--zipping [data-scroll='out'] .char:nth-of-type(odd) {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.text--zipping [data-scroll='out'] .char:nth-of-type(even) {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.text--spinning [data-scroll='out'] .char {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}
.text--tumbling .char {
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--tumbling [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate(-300%, -50%) rotate(1080deg) scale(0);
          transform: translate(-300%, -50%) rotate(1080deg) scale(0);
}
.text--bubbling .char {
  transition-timing-function: cubic-bezier(0.75, -2, 0.75, 2);
}
.text--bubbling .char:nth-of-type(1) {
  transition-delay: 0.6s;
}
.text--bubbling .char:nth-of-type(2) {
  transition-delay: 0.6s;
}
.text--bubbling .char:nth-of-type(3) {
  transition-delay: 0.2s;
}
.text--bubbling .char:nth-of-type(4) {
  transition-delay: 0.6s;
}
.text--bubbling .char:nth-of-type(5) {
  transition-delay: 0.7s;
}
.text--bubbling .char:nth-of-type(6) {
  transition-delay: 0.3s;
}
.text--bubbling .char:nth-of-type(7) {
  transition-delay: 0.5s;
}
.text--bubbling .char:nth-of-type(8) {
  transition-delay: 0.5s;
}
.text--bubbling [data-scroll='out'] .char {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.text--swinging .char {
  -webkit-transform-origin: calc((var(--char-total) - var(--char-index)) * 100%) -100%;
          transform-origin: calc((var(--char-total) - var(--char-index)) * 100%) -100%;
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--swinging [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.text--rolling .char {
  transition: opacity 0.2s, -webkit-transform 1s;
  transition: transform 1s, opacity 0.2s;
  transition: transform 1s, opacity 0.2s, -webkit-transform 1s;
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--rolling [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate(-500%, 0) scale(0) rotate(-1440deg);
          transform: translate(-500%, 0) scale(0) rotate(-1440deg);
}
.text--blowing .char {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation-delay: calc(var(--char-index) * 0.025s);
          animation-delay: calc(var(--char-index) * 0.025s);
}
.text--blowing [data-scroll='in'] .char {
  -webkit-animation-name: blowing;
          animation-name: blowing;
}
@-webkit-keyframes blowing {
  50%, 60%, 70% {
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
  }
  55%, 65%, 75% {
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
}
@keyframes blowing {
  50%, 60%, 70% {
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
  }
  55%, 65%, 75% {
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
}
.text--meeting .char {
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--meeting .char:nth-of-type(even) {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.text--meeting .char:nth-of-type(odd) {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.text--meeting [data-scroll='out'] .char {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.text--conveyor [data-scroll='in'] .char {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation: convey 1s both linear;
          animation: convey 1s both linear;
  -webkit-animation-delay: calc((var(--char-total) - var(--char-index)) * 0.15s);
          animation-delay: calc((var(--char-total) - var(--char-index)) * 0.15s);
  transition: none;
}
@-webkit-keyframes convey {
  0% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
  }
  40% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
            transform: translate(0, 0) rotate(0deg) translate(0, 0);
  }
}
@keyframes convey {
  0% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
  }
  40% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
            transform: translate(0, 0) rotate(0deg) translate(0, 0);
  }
}

/* --- HEADER --- */
#header {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: padding 0.6s ease;
}

	#header.start-absolute {
		position: absolute;
		transform: translateY(0);
		opacity: 1;
		background-color: transparent;
		box-shadow: none;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
.lg\:mr-\[30px\] {
	margin-right: 30px;
}
	.header-angle.navbar-fixed.active {
		display: block;
		opacity: 1;
		transition: 0.3s fadein;
	}
	.w-6 {
		width: 1.5rem;
	}
	.menu_close.w-6.h-4 {
		display: block;
		cursor: pointer;
		float: left;
	}
	.h-4 {
		height: 1rem;
	}
	.top-\[7px\] {
		top: 43%;
	}
	.menu_close:hover::after {
		transform: translateX(0);
		transition-delay: .45s;
	}
		.menu_close:hover::before {
			transform: translateX(0);
			transition-delay: .3s;
		}
		.menu_close:hover .line.icon-2 {
			width: 100% !important;
		}
	#wc-search-input {
		margin: 0;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		border: 1px solid #ddd;
		border-radius: 30px;
		box-shadow: 0 8px 10px 0 #007a4b0d;
		padding: 10px 25px 10px 25px;
		height: 50px;
		max-width: 433px;
		outline: none;
		float: left;
	}
	.flex-control-nav.flex-control-thumbs img {
		border: solid 1px #ddd;
		border-radius: 10px;
		padding: 1rem;
	}
	.flex-control-nav.flex-control-thumbs {
		margin: 1rem;
	}
	.flex-viewport {
		margin-bottom: 1rem;
		border: solid 1px #ddd;
		border-radius: 10px;
	}
	.iko {
		float: left;
		padding: 0rem 0.4rem;
	}
		#navtrigger {
			width: 25px;
			height: 20px;
			display: block;
			cursor: pointer;
		}
	#header.start-fixed {
		position: fixed;
		transform: translateY(-100%);
		opacity: 0;
		background-color: rgba(255, 255, 255, 0);
		box-shadow: none;;
	}
	.menu_close .line {
		background: #fff;
		border-radius: 12px;
		height: 3px;
		left: 0;
		position: absolute;
		transform: translateX(0);
		transition: all .21s ease-in-out;
		transition-delay: 0s;
		width: 100%;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
	width: 100% !important;
}
/* aktywny stan (krzyżyk) */
#navtrigger.active .icon-1 {
	transform: rotate(45deg);
	top: 41% !important;
	/* środek */
	position: absolute;
	transform: translateY(50%) rotate(45deg);
}

#navtrigger.active .icon-2 {
	opacity: 0;
	/* środkowa linia znika */
}

#navtrigger.active .icon-3 {
	transform: rotate(-45deg);
	bottom: 43% !important;
	/* środek */
	position: absolute;
	transform: translateY(50%) rotate(-45deg);
}
#woocommerce-product-search-field-0 {
	border: 0;
	float: left;
	font-size: 0.9rem;
	line-height: 1.7rem;
	background: transparent;
	color: #fff;
}
.-right-\[370px\] {
	right: -370px;
}
#wc-search-input button {
	padding: 0;
	background: top;
	color: #bdbdbd;
	font-size: 1.2rem;
	float: right;
	border: 0;
}
/* --- Animacja slideDown --- */
@keyframes slideDown {
	0% {
		transform: translate(-50%, -100%);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 0);
		opacity: 1;
	}
}

/* --- Fixed + visible po scroll --- */
#header.fixed.visible {
	position: fixed;
	animation-name: slideDown;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	padding: 0;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.produkt-kafelek {
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 25px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.produkt-kafelek .thumb img {
	width: 100%;
	height: auto;
}
.produkt-kafelek .price {
	margin: 0;
	text-align: left;
	font-size: 1rem !important;
	color: var(--three-color) !important;
	font-weight: 700;
}
/* 4 kolumny - desktop */
.moje-produkty-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4, 1fr);
}

/* 3 kolumny - tablet poziomo */
@media (max-width: 1200px) {
	.moje-produkty-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* 2 kolumny - tablet pionowo */
@media (max-width: 900px) {
	.moje-produkty-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* 1 kolumna - telefon */
@media (max-width: 500px) {
	.moje-produkty-grid {
		grid-template-columns: 1fr;
	}
}

.opacity-0 {
	opacity: 0;
}

.produkt-kafelek .title-tooltips::after {
	border-bottom: 5px solid #0000;
	border-left: 6px solid var(--second-color);
	border-top: 5px solid #0000;
	content: "";
	height: 0;
	left: 100%;
	margin-left: -1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
	width: 0;
}
.produkt-kafelek .title-tooltips {
	background: var(--second-color);
	border-radius: 4px;
	box-shadow: 4px 4px 10px 0 #0003;
	font-family: var(--typography-body);
	font-size: 10px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	margin-right: 19px;
	min-width: 84px;
	padding: 0 15px;
	right: 100%;
	text-transform: capitalize;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
	visibility: hidden;
	position: absolute;
}
.produkt-kafelek .cart:hover .title-tooltips {
	margin-right: 14px;
	opacity: 1 !important;
	visibility: initial !important;
}

/* Wrapper dla toastów */
.woocommerce-notices-wrapper {
	position: fixed !important;
	top: 20px;
	right: 20px;
	z-index: 99999;
	width: 320px;
	max-width: 90%;
	pointer-events: none;
}

/* Każdy komunikat */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
	animation: wcToastSlide 0.5s ease forwards;
	margin-bottom: 10px;
	border-radius: 8px;
	pointer-events: all;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Animacja wjazdu */
@keyframes wcToastSlide {
	from {
		opacity: 0;
		transform: translateX(40px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* Auto hide po 4s */
.woocommerce-notices-wrapper .wc-toast-hide {
	animation: wcToastHide 0.4s ease forwards;
}

@keyframes wcToastHide {
	to {
		opacity: 0;
		transform: translateX(40px);
	}
}
.button.wc-forward {
	background-color: var(--second-color);
	padding: 0.2rem 0.8rem;
	border-radius: 2rem;
	color: #fff;
	margin-top: 0.5rem;
	font-size: 0.8rem;
}
#header #shoping-cart, #header #shoping-cart {
	background-color: transparent;
}

#shoping-cart:hover .cls-1 {
	fill: #fff;
}
/*swiper slider */

.slider {
  margin: 0 auto;
  max-width: 1200px;
}

.swiper {
  padding-bottom: 20px;
}

.swiper-scrollbar {
  background: #d6d6d6;
}

.swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 2px;
  height: 5px;
  width: 200px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-wrapper img {
  width: 100%;
}
/* Wymuszamy normalne proporcje obrazów i wyśrodkowanie */
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image img {
	width: auto !important;
	height: auto !important;
	object-fit: unset !important;
	flex: unset !important;
	display: block !important;
	margin: 0 auto;
}

/* Opis pod obrazem */
.wp-block-gallery figure.wp-block-image figcaption {
	position: static !important;
	transform: none !important;
	margin-top: 10px;
	text-align: center;
	background: none !important;
}
.multiple img:hover  {
	transform: translateY(-15px);
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block;
	height: auto;
	max-width: 100% !important;
	width: auto;
}

.subscribe {
	background-image: url("../rd-fast/img/dash-arrow.png");
	background-position: 417px 55px;
	background-repeat: no-repeat;
	background-size: 108px auto;
}
.newsletter-form {
	background-color: var(--second-color);
	padding: 2rem;
	border-radius: 28px;
	position: relative;
	background-image: url("../rd-fast/img/bg-news.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.newsletter-form::before {
	background-color: var(--three-color);
	border-radius: 28px;
	bottom: 0;
	content: "";
	height: 100%;
	left: -6px;
	position: absolute;
	transform: rotate(.9deg);
	transition: all .4s ease;
	width: calc(100% + 12px);
	z-index: -1;
}
.tnp-submit {
	border-radius: 2rem !important;
	padding: 15px 40px !important;
	background-color: #074127 !important;
	float: right !important;
}
.tnp-field.tnp-field-email {
	float: left;
	margin-bottom: 0 !important;
}
.tnp-email {
	background: transparent !important;
	color: #fff !important;
	line-height: 1.8rem !important;
}
#tnp-1:focus-visible, .qty:focus-visible {
	outline: none;
}
.related.products {
	display: block;
}
/* Dajemy odstęp między miniaturami w galerii WooCommerce */
.flex-control-thumbs {
	display: flex;
	/* upewniamy się, że to flex container */
	gap: 8px;
	/* odstęp między miniaturami */
	justify-content: flex-start;
}

/* Miniatury jako bloki */
.flex-control-thumbs li {
	display: block;
}

/* Miniatury obrazki w pełnej szerokości li */
.flex-control-thumbs li img {
	display: block;
	width: 100%;
	height: auto;
}
.product-title {
	font-size: 1.6rem;
}
.guarantee-safe-checkout {
	background-color: #ededed;
	border-radius: 16px;
	margin-top: 1rem;
}
.woocommerce-Price-amount.amount {
	font-weight: 800;
	color: var(--second-color);
}
.product-price .price {
	margin-top: 1rem;
}


#want_invoice {
	border: 1px solid color-mix(in srgb,currentColor 48%,transparent);
	border-radius: 4px;
	box-sizing: border-box;
	height: 20px;
	margin: 0;
	min-width: 20px;
	width: 20px;
}

#invoice_fields_wrap {
	width: 100%;
}

.wc-block-components-checkout-step__title.wc-block-components-title {
	display: none;
}
.wc-block-components-checkbox.wc-block-checkout__use-address-for-billing {
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
}
.product-single-wishlist {
	border: 0;
}
#shipping-fields .wc-block-components-text-input.wc-block-components-address-form__devikit-fakturownia-billing_nip {
	display: none;
}
#shipping-fields {
	margin-bottom: 0;
}

#shipping-fields #shipping-company {
	display: none;
}

#billing .wc-block-components-text-input.wc-block-components-address-form__first_name,
#billing .wc-block-components-text-input.wc-block-components-address-form__last_name {
	display: none;
}

.product-meta .sku_wrapper,
.product-meta .posted_in {
	width: 100%;
}

.avatar.avatar-60.photo {
	display: none;
}
.comment-text {
	margin: 0 !important;
}
.woocommerce .products .star-rating {
	float: left !important;
}
.product-rating {
	min-height: 21px !important;
}