/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* TESTING MACHEN */
.single-item {
	height: 100%;
}
@media screen and (max-width: 767px) {
	.single-item-wrapper.active-item .single-item-content {
		display: block;
		background: lightgrey;
		padding: 10px;
	}
	div.custom-container {
		display: block;
	}
	div.custom-container:after {
		top: 0;
	}
	.single-item-wrapper {
		margin-top: 20px;
	}
	.custom-container .single-item-title {
		margin-bottom: 8px;
	}
	.custom-container .single-item-text {
		margin-bottom: 14px;
	}
}
@media screen and (min-width: 768px) {
	.single-item-content {
		display: none !important;
	}
}
/* END TESTING MACHEN */

@font-face {
	font-family: "Poppins-Regular";
	src: url("fonts/Poppins-Regular.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Poppins-Medium";
	src: url("fonts/Poppins-Medium.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Poppins-Bold";
	src: url("fonts/Poppins-Bold.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Khand-Light";
	src: url("fonts/Khand-Light.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Khand-Regular";
	src: url("fonts/Khand-Regular.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Khand-Medium";
	src: url("fonts/Khand-Medium.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Khand-SemiBold";
	src: url("fonts/Khand-SemiBold.woff2") format("woff2");
	font-style: normal;
}
.archive .archive-title,
.f-khand-light {
	font-family: "Khand-Light", sans-serif;
}
.widget-title,
.product-categories a,
header .menu li a,
.f-khand-regular {
	font-family: "Khand-Regular", sans-serif;
}
.single-product div.product .product_title,
.custom-shortcode-section .woocommerce-pagination .page-numbers,
.woocommerce-order-received h2,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3,
#order_review_heading,
.cart-summary h2,
.cart_totals h2,
.f-khand-medium {
	font-family: "Khand-Medium", sans-serif;
}
.f-khand-semibold {
	font-family: "Khand-SemiBold", sans-serif;
}
.woocommerce a.added_to_cart,
.archive .product a,
.woocommerce-cart .button,
.wc-proceed-to-checkout a,
.woocommerce-cart th,
.single-product .price,
.single-product .woocommerce-tabs h2,
.single-product .related h2,
.single-product .woocommerce-tabs p,
.f-poppins-regular {
	font-family: "Poppins-Regular", sans-serif;
}
.custom-shortcode-section .woocommerce-loop-product__title,
.f-poppins-medium {
	font-family: "Poppins-Medium", sans-serif;
}
.single-product .quantity.spinners-added input.minus, 
.single-product .quantity.spinners-added input.plus,
.single-product .quantity.spinners-added input[type="number"] {
	font-family: "Poppins-Medium", sans-serif !important;
}
.single-product .related .product-action-wrap a,
.single-product div.product form.cart .button,
.archive.woocommerce ul.products li.product .price,
.contact-info-section input[type="submit"],
.f-poppins-bold {
	font-family: "Poppins-Bold", sans-serif;
}
.f-s-18 {
	font-size: 18px;
	line-height: 1.1em;
}
header .menu li a,
.f-s-20 {
	font-size: 20px;
	line-height: 1.1em;
}
.f-s-24 {
	font-size: 24px;
	line-height: 1.1em;
}
.f-s-32 {
	font-size: 32px;
	line-height: 1.1em;
}
.f-s-36 {
	font-size: 36px;
	line-height: 1.1em;
}
.f-s-48 {
	font-size: 48px;
	line-height: 1.1em;
}
.diff-clr {
	color: var(--primary-clr);
}
.d-flex {
	display: flex;
}
.gap-14 {
	gap: 14px;
}
.m-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.t-uppercase {
	text-transform: uppercase;
}
.text-justify {
	text-align: justify;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-50 {
	margin-bottom: 50px;
}
.created-by {
	margin: 0;
	text-align: right;
}
.custom-width {
	width: 100%;
	max-width: 380px;
}
.content-area {
	margin-bottom: 0 !important;
}
:root {
	--primary-clr: #C0DB1B;
}
header#masthead {
	background: transparent;
}
header#masthead .site-main-header-wrap {
	background: #FFF;
}
footer .site-container,
header#masthead .site-main-header-wrap {
	max-width: 1290px;
}
header .header-cart-inner-wrap {
	margin-bottom: 10px;
}
header .header-cart-inner-wrap .kadence-svg-iconset svg {
	height: 1.7em;
    width: 1.7em;
}
header .header-cart-button {
	position: relative;
}
header .header-cart-button span.header-cart-total {
	background: var(--primary-clr);
    color: #FFF;
    font-size: 12px;
    line-height: 1em;
    font-weight: 600;
    position: absolute;
    right: -10px;
    top: -5px;
}
header .menu {
	gap: 3px;
}
header .nav--toggle-sub .dropdown-nav-toggle {
	top: 30%;
}
header .menu > li > a {
	position: relative;
    overflow: hidden;
	text-transform: uppercase;
}
header .menu > li > a:after {
    content: "";
    position: absolute;
    background: var(--primary-clr);
    transform: translate(-100%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    opacity: 0;
    z-index: -1;
}
header .menu > li:hover > a:after {
    opacity: 1;
    transform: translate(0%);
}
header .sub-menu {
	left: 0;
	right: 0;
	overflow: hidden;
}
header .sub-menu a {
	font-size: 16px !important;
	text-transform: uppercase;
}
div.entry-content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
.footer-title {
	margin-top: 0;
	margin-bottom: 16px;
}
.footer-info {
	gap: 20px;
	align-items: flex-start;
}
.footer-info img {
	width: 20px;
	height: 20px;
}
.footer-info p {
	margin: 0;
}
.footer-info .footer-contact:first-child {
	align-items: flex-start;
}
.footer-info .footer-contact:first-child img {
	width: 18px;
}
.footer-info .footer-contact:not(:first-child) {
	align-items: center;
}
div.posts-container p {
	margin-bottom: 0;
	color: #FFF;
}
.posts-blog-title {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.posts-top {
	margin-bottom: 40px;
}
.posts-container .big-post {
	padding: 34px 26px 26px 26px;
	background: rgb(30 30 30 / 83%);
}
.posts-container .big-post .post-title {
	margin-bottom: 20px;
}
.posts-container .post-datetime {
	color: var(--primary-clr);
}
.posts-left-col .post-datetime {
	margin-bottom: 40px;
}
.posts-right-col .post-datetime {
	display: inline-block;
	padding: 16px 10px;
	background: rgb(30 30 30 / 83%);
	max-width: 176px;
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}
.posts-left-col {
	width: 36%;
}
.posts-right-col {
	width: 64%;
	padding-left: 50px;
}
div.posts-right-col .posts-prev {
	text-transform: uppercase;
	margin-bottom: 40px;
}
.posts-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.post-title a {
	color: #FFF;
	text-decoration: none;
	transition: all .2s ease-in-out;
}
.post-link-more {
	color: var(--primary-clr);
	text-align: right;
	transition: all .2s ease-in-out;
}
.post-title a:hover,
.post-link-more:hover {
	color: #E1FF29;
}
.post-footer {
	margin-top: 16px;
	text-align: right;
}
.post-single {
	margin-bottom: 30px;
}
.about-company-title {
	text-transform: uppercase;
}
.text-with-logo {
	gap: 4px;
}
div.text-with-logo p {
	margin-bottom: 10px;
}
.chosen-cats .wpb_wrapper {
	display: flex;
	gap: 30px;
}
.about-company-section {
	padding-top: 60px;
	padding-bottom: 70px;
}
.chosen-cats .cats-block {
	display: flex;
	gap: 30px;
	justify-content: center;
}
.chosen-cats a {
	text-decoration: none;
	color: #000;
	padding: 10px;
}
div.chosen-cats a:hover,
div.chosen-cats a:focus {
	font-weight: 600;
	color: #000;
}
.chosen-cats p {
	text-transform: uppercase;
	margin-bottom: 0 !important;
	display: inline-block;

	z-index: 1;
}
.chosen-cats p,
.chosen-cats .square-with-text {
	position: relative;
}
.chosen-cats .square-with-text {
	height: 44px;
	display: flex;
	align-items: center;
	transition: all .2s ease-in-out;
}
.chosen-cats .square-under {
	position: absolute;
	background: #FCFFEE;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: all .2s ease-in-out;
}
.chosen-cats .square-with-text:hover .square-under {
	/*background: var(--primary-clr);*/
}
.chosen-cats .square-with-text:hover p {
	font-weight: 600;
}
.chosen-cats .square-with-text {
	position: relative;
    overflow: hidden;
	text-transform: uppercase;
}
.chosen-cats .square-with-text .square-under:after {
    content: "";
    position: absolute;
    background: var(--primary-clr);
    transform: translate(-100%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    opacity: 0;
    z-index: -1;
}
.chosen-cats .square-with-text:hover > .square-under:after {
    opacity: 1;
    transform: translate(0%);
}
.custom-container {
	display: grid;
	grid-gap: 10px;
	grid-auto-flow: row;
}
.custom-container {
	padding: 20px;
	position: relative;
}
.custom-container > * {
	position: relative;
	z-index: 1;
}
.custom-container:after {
	content: "";
	position: absolute;
	right: 0;
	width: 90%;
	height: 90%;
	background: #C0DB1B;
	z-index: 0;
}
.custom-container .single-item {
	position: relative;
	cursor: pointer;
	transition: all .4s ease-in-out;
    overflow: hidden;
}
.custom-container .single-item,
.custom-container .big-item {
	background: #FFF;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.custom-container .single-item .cat-title {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
	padding: 6px 20px;
	text-transform: uppercase;
	z-index: 1;
	transition: all .3s ease-in-out;
}
.custom-container .single-item:not(.active) .cat-title,
.custom-container .single-item:not(:hover) .cat-title {
	background: rgb(156 155 155 / 30%);
    color: #000;
}
.custom-container .single-item.active .cat-title, 
.custom-container .single-item:hover .cat-title {
   /* display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	top: 0;
    bottom: 0;*/
	width: 100%;
	color: var(--primary-clr);
	background: transparent;
	transition: all .3s ease-in-out;
	display: block;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 20px;
    height: unset;
    bottom: unset;
}
.custom-container .active:after,
.custom-container .single-item:after {
	content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    background: rgb(30 30 30 / 70%);
	transition: all .3s ease-in-out;
	top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin:auto;
    text-align: center;
}
.custom-container .single-item:after {
	opacity: 0;
}
.custom-container .active:after,
.custom-container .single-item:hover:after {
	opacity: 1;
}
.custom-container .big-item-title {
	margin-bottom: 13px;
}
.custom-container .big-item-subtitle {
	margin-bottom: 18px;
	padding-bottom: 18px;
	display: inline-block;
	position: relative;
}
.custom-container .big-item-subtitle:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	height: 1px;
	width: 90%;
}
.custom-container .big-item-body-title {
	margin-bottom: 8px;
}
.custom-container .big-item-body-text {
	margin-bottom: 14px;
}
.custom-container .big-item {
	padding: 70px 20px 20px 20px;
	grid-column: 3 /span 3;
    grid-row: 1;
}
.custom-container .show-all-cats a {
	background: #1E1E1E;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 14px;
	display: inline-block;
	text-align: center;
}
.custom-container .show-all-cats {
    top: 0;
    right: 0;
    position: absolute;
}
.animated { 
	animation: fadeIn .8s;
}
.about-company-section.no-padding {
	padding-top: 0;
	padding-bottom: 0;
}
.contact-info-section {
	color: #FFF;
	border-top: 26px solid var(--primary-clr);
	border-bottom: 26px solid var(--primary-clr);
}

.contact-info-block .contact-row {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}
.contact-info-block .contact-row img {
	height: 100%;
}
.contact-info-block .contact-row a {
	color: #FFF;
	transition: all .2s ease-in-out;
}
.contact-info-block .contact-row a:hover,
.contact-info-block .contact-row a:focus {
	color: var(--primary-clr);
}
.social-media-block {
	display: flex;
	gap: 20px;
}
.social-media-block .social-media-col a {
	transition: all .2s ease-in-out;
	width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-media-block .social-media-col a:hover {
	background: var(--primary-clr);
}
.social-media-col img {
	height: 20px;
}

/* KONTAKT FORM */
.contact-info-section label {
	display: inline-block;
}
.contact-info-section .form-row {
	margin-bottom: 30px;
}
.contact-info-section .form-row,
.contact-info-section .form-field,
.contact-info-section .form-field input {
	width: 100%;
	max-width: 100%;
}
.contact-info-section .form-row:not(.no-flex) {
	display: flex;
    gap: 20px;
}
.contact-info-section .form-field {
	display: flex;
	flex-direction: column-reverse;
}
.contact-info-section textarea {
	resize: vertical;
}
div.contact-info-section input,
div.contact-info-section textarea {
	color: #FFF !important;
}
.contact-info-section input[type="text"],
.contact-info-section input[type="email"],
.contact-info-section textarea {
	background: transparent;
    border: 0;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
}
.contact-info-section .wpcf7-acceptance input[type="checkbox"],
.contact-info-section .wpcf7-exclusive-checkbox input[type="checkbox"] {
	display: inline-grid;
	place-content: center;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	width: 1.15em;
	height: 1.15em;
	transform: translateY(0em);
	cursor: pointer;
}
.contact-info-section .wpcf7-exclusive-checkbox input[type="checkbox"],
.contact-info-section .wpcf7-exclusive-checkbox input[type="checkbox"]::before {
	border-radius: 50%;
}
.contact-info-section .wpcf7-acceptance input[type="checkbox"]:before,
.contact-info-section .wpcf7-exclusive-checkbox input[type="checkbox"]::before {
	content: "";
	width: 1.15em;
	height: 1.15em;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--primary-clr);
}
.contact-info-section .wpcf7-acceptance input[type="checkbox"]:checked:before,
.contact-info-section .wpcf7-exclusive-checkbox input[type="checkbox"]:checked::before {
	transform: scale(1);
}
.contact-info-section .wpcf7-exclusive-checkbox .first {
	margin-left: 0;
}
.contact-info-section .wpcf7-exclusive-checkbox .wpcf7-list-item label {
	display: flex;
	gap: 10px;
	align-items: center;
}
.contact-info-section .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.contact-info-section .wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 13px;
	line-height: 1.3em;
}
.contact-info-section .wpcf7-acceptance label {
	text-align: justify;
    display: flex;
	gap: 10px;
}
.contact-info-section input[type="submit"] {
	background: var(--primary-clr);
    color: #000 !important;
	transition: all .2s ease-in-out;
	padding: 10px 30px;
}
.contact-info-section input[type="submit"]:hover,
.contact-info-section input[type="submit"]:focus {
	background: #9fb323;
}
.contact-info-section .form-choose {
	margin-bottom: 10px;
}
/* END KONTAKT FORM */

.single-post #inner-wrap,
.blog #inner-wrap {
	border-bottom: 8px solid var(--primary-clr);
}
.single-post header .site-header-inner-wrap,
.blog header .site-header-inner-wrap {
	box-shadow: 0 0 7px -2px rgb(0 0 0 / 54%);
}
.blog .entry-title a:hover,
.blog .entry-title a:focus,
.blog .more-link-wrap a:hover,
.blog .more-link-wrap a:focus {
	color: var(--primary-clr);
}
.single-post .entry-related .entry,
.blog .entry.loop-entry {
	transition: all .2s ease-in-out;
	box-shadow: 0px 6px 15px 9px rgba(0,0,0,0.05);
}
.single-post .entry-related .entry:hover,
.blog .entry.loop-entry:hover {
	box-shadow: 0px 6px 15px 9px rgb(192 219 27 / 40%);
}
.blog a.post-more-link {
	font-size: 100%;
}
.single-post .content-area {
	margin-top: 50px !important;
}
.single-post .entry-related .entry-summary {
	display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.single-post .entry-related .splide__track {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.catalog-section .chosen-cats {
	display: flex;
	justify-content: flex-end;
}
.catalog-section a {
	color: #000;
	transition: all .2s ease-in-out;
}
.catalog-section a:hover,
.catalog-section a:focus {
	color: var(--primary-clr);
}
/* CART */
div.woocommerce button.button.alt,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart table.cart td.actions .button,
body.woocommerce-cart table.cart td.actions .button:disabled:hover,
body.woocommerce-cart table.cart td.actions .button:disabled:focus {
	background: #C0DB1B;
    color: #FFF;
}
div.woocommerce button.button.alt:hover,
div.woocommerce button.button.alt:focus,
body.woocommerce-cart table.cart td.actions .button:hover,
body.woocommerce-cart table.cart td.actions .button:focus,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
	background: #9BAE2A;
}
div.woocommerce .woocommerce-message,
div.woocommerce .woocommerce-info {
	border-left-color: var(--primary-clr);
}
.woocommerce-privacy-policy-text a {
	color: #000;
}
.woocommerce-privacy-policy-text a:hover,
.woocommerce-privacy-policy-text a:focus {
	color: var(--primary-clr);
}
body.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 1.5em;
}
/* END CART */

/* tabela produkt */
.divTable {
    display: table;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.divTableBody {
    display: table-header-group;
}
.divTableRow {
    display: table-row;
}
.tabelka_czerwona .barteo_tab_kolum {
    background: #e96656 !important;
}
.tabelka_zielona .barteo_tab_kolum {
    background: #34d293 !important;
}
.tabelka_niebieska .barteo_tab_kolum {
    background: #3ab0e2 !important;
}
.tabelka_zolta .barteo_tab_kolum {
    background: #ff9315 !important;
    color: #000 !important;
}
.barteo_tab_kolum2 {
    border: 1px solid #fff;
    display: table-cell;
    background-color: #3ab0e2 !important;
    color: #fff;
    vertical-align: middle;
    padding: 0;
}
.barteo_tab_kolum2 div:first-child, .barteo_tab_kolum div:first-child {
    display: inline-table !important;
    width: 48%;
    padding: 4px 5px 4px 0 !important;
    background-color: inherit !important;
    border: none !important;
    color: #fff;
    vertical-align: middle;
    font-size: 1em !important;
}
.barteo_tab_kolum2 div:nth-child(2), .barteo_tab_kolum div:nth-child(2) {
    display: inline-table !important;
    width: 49%;
    padding: 4px 5px 4px 0 !important;
    border-left: 2px solid #fff;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    color: #fff;
    vertical-align: middle;
    background-color: inherit;
    font-size: 1em !important;
}
.barteo_tab_kolum {
    font-size: 0.7em;
}
.barteo_tab_tytul {
    font-size: .7em;
}
.barteo_tab_zaw {
    font-size: .7em;
}
.barteo_tab_zaw, .barteo_tab_kolum {
    border: 1px solid #fff;
    display: table-cell;
    padding: 3px 10px;
    background-color: #454545;
    color: #fff;
    vertical-align: middle;
    padding: 4px 5px 4px 0 !important;
}
/* end tabela produkt */

/* katalog produktów */
.custom-shortcode-section {
	padding-top: 20px;
}
.custom-shortcode-section .products {
	column-gap: 1.3rem;
	row-gap: 1.3rem;
}
.custom-shortcode-section .products .product {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.custom-shortcode-section {
	z-index: 1;
}
.custom-shortcode-section:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #D3D3D3;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.custom-shortcode-section .product:hover .product-details,
.custom-shortcode-section .product:hover .product-details > * {
	width: 100%;
	height: 100%;
}
.custom-shortcode-section .product:hover .product-details {
	background: transparent;	
}
.custom-shortcode-section .woocommerce ul.products li.product .entry-content-wrap {
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.50);
	margin: 0;
	width: 100%;
	max-width: 100%;
}
.custom-shortcode-section .woocommerce ul.products li.product:hover .entry-content-wrap a {
	display: flex;
	justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    background: transparent;
	color: var(--primary-clr);
}
.custom-shortcode-section .entry-content-wrap {
	text-align: center;
}
.custom-shortcode-section .entry-content-wrap a {
	position: relative;
	z-index: 1;
}
.custom-shortcode-section .woocommerce ul.products li.product:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    background: rgb(30 30 30 / 70%);
    transition: all .2s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
	opacity: 0;
}
.custom-shortcode-section .woocommerce ul.products li.product:hover:after {
	opacity: 1;
}
.custom-shortcode-section .product {
	height: 227px;
}
.woocommerce-pagination .page-numbers {
	font-size: 18px;
}
body.archive nav.woocommerce-pagination ul li .page-numbers:hover,
body.archive nav.woocommerce-pagination ul li .page-numbers:focus,
body.archive nav.woocommerce-pagination ul li span.current,
div.woocommerce nav.woocommerce-pagination ul li a:hover, 
div.woocommerce nav.woocommerce-pagination ul li a:focus,
div.woocommerce nav.woocommerce-pagination ul li span.current {
	border-color: var(--primary-clr);
    background: var(--primary-clr);
    color: #FFF;
}
/* end katalog produktów */

/* Kategoria prod. */
.archive .content-area {
	margin-top: 0;
}
.single-product .widget-title,
.archive .archive-title, 
.archive aside .widget-title {
	padding-top: 50px;	
}
.archive .archive-title {
    padding-bottom: 16px;
    position: relative;
    text-transform: capitalize;
}
.archive .archive-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #000;
}
.archive .archive-title {
	font-size: 36px;
}
.single-product .primary-sidebar.widget-area .widget-title,
.archive .primary-sidebar.widget-area .widget-title {
	font-size: 26px;
}
.single-product .product-categories a,
.archive .product-categories a {
	font-size: 20px;
}
.archive.woocommerce ul.products li.product {
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.archive .entry.loop-entry {
	box-shadow: 0 0 0 0 transparent;
}
.archive.woocommerce a.added_to_cart {
	width: 100%;
    text-align: center;
    justify-content: center;
    color: #FFF !important;
}
.archive.woocommerce a.added_to_cart,
.archive .add_to_cart_button {
    transition: all .2s ease-in-out;
	background: var(--primary-clr) !important;
    padding: 15px 6px;
    border-radius: 0;
	text-transform: uppercase;
}
.archive.woocommerce ul.products li.product .price {
	font-size: 16px;
}
.product-categories li:hover,
.product-categories .current-cat {
	background: var(--primary-clr);
}
.product-categories .current-cat a,
.product-categories li:hover a {
	color: #FFF;
	padding-left: 10px;
	transition: all .3s ease-in-out;
}
/* End kategoria prod. */

/* PRODUKT */
.single-product .quantity.spinners-added,
.single-product .quantity input[type="number"] {
	background: #E0E0E0;
}
.single-product .summary input,
.single-product .quantity.spinners-added input.minus, 
.single-product .quantity.spinners-added input.plus {
	color: #FFF;
    font-size: 20px;
	line-height: 1em;
}
.single-product .quantity.spinners-added input[type="number"] {
	border-radius: 0;
	border-left: 1px solid rgba(99, 99, 99, 0.50);
	border-right: 1px solid rgba(99, 99, 99, 0.50);
}
.single-product .quantity.spinners-added input[type="button"] {
	padding: 0 0.4em;
}
.single-product.woocommerce ul.products.woo-archive-btn-button .button:not(.kb-button):hover,
.single-product.woocommerce ul.products.woo-archive-btn-button .button:not(.kb-button),
.single-product div.product form.cart .button {
	background: var(--primary-clr);
}
.single-product div.product .product_title {
	line-height: 1.2em;
}
.single-product .contact-info-section {
	padding: 20px 0;
	border: 0;
	margin-top: 40px;
	background: url(https://seclock.roboczeveleo.pl/wp-content/uploads/2023/10/tlo-formularz.webp) no-repeat center / cover;
}
.single-product .contact-info-section form .form-row label {
	line-height: unset;
	font-size: unset;
	font-weight: unset;
	color: #FFF;
}
.single-product.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: flex;
}
.single-product.woocommerce form .form-row {
	margin: 10px 0;
}
.single-product .wpcf7-form-control-wrap {
	margin-top: 20px;
}
.single-product .wpcf7-submit {
	margin-top: 30px;
}
/* END PRODUKT */
.home .contact-info-section,
.page-id-129 .contact-info-section {
	border-bottom: 0;
}
footer {
    border-top: 26px solid var(--primary-clr);
}
.blog article footer {
	border: 0;
}
.blog .content-area,
.single-product main > .product {
	margin-bottom: 60px !important;
}



@keyframes fadeIn {
	0% { opacity: 0; }
	50% { opacity: .5; }
	100% { opacity: 1; }
}
@keyframes transformToTop {
	0% { transform: translateY(100%); }
	100% { transform: translateY(0%); }
}
.toTop {
	animation: transformToTop .3s;
}
@media screen and (min-width: 1330px) {
	.archive.has-left-sidebar #main {
		margin-left: 50px;
	}
	.woocommerce-tabs .row {
		gap: 20px;
	}
	.woocommerce-tabs .row.d-flex .col-md-6,
	.woocommerce-tabs .col-md-6 {
		width: 49%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1329px) {
	.archive .products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media screen and (max-width: 1329px) {
	.woocommerce-tabs .row {
		display: block;
	}
	.woocommerce-tabs .col-md-6 {
		overflow-x: auto;
		white-space: nowrap;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1310px) {
	.chosen-cats .cats-block,
	.chosen-cats .wpb_wrapper {
		gap: 10px;
	}
	.chosen-cats a {
		padding: 6px;
	}
}
@media screen and (min-width: 1301px) {
	.custom-container {
        grid-auto-rows: 250px;
        grid-template-rows: 250px;
	}
}
@media screen and (max-width: 1299px) {
	.custom-container .cat-title {
		font-size: 16px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
	.f-s-32 {
		font-size: 26px;
	}
	.custom-container .big-item {
		padding: 70px 20px 30px 20px;
	}
	.custom-container {
		grid-auto-rows: 270px;
		grid-template-rows: 270px;
	}
}
@media screen and (max-width: 1099px) {
	.chosen-cats .square-with-text {
		margin-bottom: 10px;
	}
	.chosen-cats .square-with-text:last-child {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1025px) {
	header#masthead .site-main-header-wrap {
		margin-top: 0;
	}
	.single-product .sidebar-inner-wrap:after,
	.archive .sidebar-inner-wrap:after {
		content: "";
		position: absolute;
		right: -106px;
		top: 0;
		bottom: 0;
		background: linear-gradient(90deg, rgba(99, 99, 99, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
		width: 100px;
		height: 100%;
	}
	.single-product .primary-sidebar,
	.single-product .sidebar-inner-wrap,
	.archive .primary-sidebar,
	.archive .sidebar-inner-wrap {
		max-width: 393px;
		position: relative;
		height: 100%;
	}
	.single-product .content-container,
	.archive .content-container {
		max-width: 1920px;
	}
	.single-product.has-left-sidebar .content-container,
	.archive.has-left-sidebar .content-container {
		grid-template-columns: 1fr 5fr;
	}
	.archive.has-left-sidebar #main {
		max-width: 1200px;
	}
}
@media screen and (max-width: 1024px) {
	body.mobile-transparent-header #masthead {
		position: relative;
	}
	.archive .site-container,
	.single-product .site-container {
		display: flex;
		flex-direction: column;
	}
	.archive .primary-sidebar,
	.single-product .primary-sidebar {
		order: 1;
	}
	.archive .site-main,
	.single-product .site-main {
		order: 2;
	}
	.archive .primary-sidebar,
	.single-product .primary-sidebar {
		margin: unset;
	}
	.single-product .widget-title,
	.archive .archive-title, 
	.archive aside .widget-title {
		padding-top: 0;
	}
	.archive .product-categories {
		margin-bottom: 0;
	}
	.single-product .content-area {
		margin-top: 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
	.catalog-section .chosen-cats .cats-block,
	.catalog-section .chosen-cats .cats-block {
		display: flex;
	}
	.chosen-cats .cats-block,
	.chosen-cats .wpb_wrapper {
		display: block;
	}
}
@media screen and (min-width: 992px) {
	.contact-info-block {
		padding-bottom: 70px;
	}
	.custom-container {
        height: 100%;
        grid-template-columns: repeat(5, 1fr);
        grid-auto-columns: 1fr;
        grid-auto-flow: row;
        grid-template-areas: unset;
    }
}
@media screen and (max-width: 991px) {
	.f-s-24 {
		font-size: 20px;
	}
	.f-s-32 {
		font-size: 26px;
	}
	.f-s-36 {
		font-size: 30px;
	}
	.f-s-48 {
		font-size: 40px;
	}
	.posts-row {
		display: block;
	}
	.posts-left-col,
	.posts-right-col {
		width: 100%;
		max-width: 100%;
	}
	.posts-left-col {
		margin-bottom: 20px;
	}
	.posts-right-col {
		padding-left: 26px;
	}
	.footer-info {
		display: block;
	}
	.footer-contact {
		margin-bottom: 10px;
	}
	.custom-order .vc_col-md-4:nth-child(2n) {
		order: 1;
	}
	.custom-order .vc_col-md-4:last-child {
		order: 2;
	}
	.custom-order .vc_col-md-4:first-child {
		order: 3;
	}
	.contact-info-block {
		padding-bottom: 30px;
	}
	.section-with-logo img {
		width: 100%;
		max-width: 220px !important;
	}
	.custom-container img {
        margin: 0 auto;
    }
	.created-by {
		text-align: left;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .custom-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: unset;
        grid-template-areas: unset;
    }
    .custom-container .big-item {
        grid-row: 1;
        grid-column: 1 / span 2;
    }
}
@media screen and (min-width: 768px) {
	.catalog-section .line,
	.application-section .line,
	.about-company-section .line {
		position: relative;
	}
	.application-section .line:after {
		height: 485px;
	}
	.catalog-section .line:after,
	.application-section .line:after,
	.about-company-section .line:after {
		content: "";	
		position: absolute;
		top: 0;
		bottom: 0;
		background: var(--primary-clr);
		width: 100%;
		max-width: 53px;
	}
	.catalog-section .line-left:after,
	.application-section .line-left:after,
	.about-company-section .line-left:after {
		left: -63px;
	}
	.about-company-section .line-right:after {
		right: -63px;
	}
	.custom-padding-top {
		padding-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.text-with-logo {
		flex-direction: column;
	}
	.text-with-logo p {
		order: 2;
	}
	.text-with-logo p:last-child {
		order: 1;
	}
	.custom-container .big-item {
		grid-area: unset;
	}
	.custom-container {
		grid-template-columns: 1fr;
		grid-template-rows: unset;
		grid-auto-columns: unset;
		grid-auto-rows: unset;
		grid-auto-flow: unset;
		grid-template-areas: unset;
	}
	.custom-container img {
		margin: 0 auto;
	}
	.custom-container .show-all-cats {
		margin: 0 auto;
	}
}
@media screen and (min-width: 721px) {
	.single-product .tabs {
		display: none;
	}
}
@media screen and (max-width: 720px) {
	.single-product .woocommerce-tabs h2 {
		display: none;
	}
}
@media screen and (max-width: 579px) {
	.posts-grid {
		display: block;
	}
	.contact-info-section .form-row:not(.no-flex) {
		display: block;
		margin-bottom: 20px;
		gap: unset;
	}
	.contact-info-section .form-field {
		margin-bottom: 20px;
	}
	.contact-info-section .wpcf7-exclusive-checkbox .wpcf7-list-item {
		display: flex;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.contact-info-section .wpcf7-exclusive-checkbox .wpcf7-list-item:last-child {
		margin-bottom: 0;
	}
	.single-product .contact-info-section {
		padding: 20px;
	}
}
@media screen and (min-width: 576px) and (max-width: 768px) {
	.archive .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (min-width: 480px) and (max-width: 991px) {
	.chosen-cats .cats-block {
		display: flex;
	}
}
@media screen and (max-width: 479px) {
	.catalog-section .chosen-cats,
	.chosen-cats .cats-block,
	.chosen-cats .wpb_wrapper {
		display: block;
	}
}