/* font-family: 'Anton', sans-serif;
font-family: 'Anybody', cursive;
font-family: 'Montserrat', sans-serif; */

main,
.content-area {
	flex-grow: 1;
}

html,
body {
	height: 100%;
	width: 100%;
}

body {
	word-break: break-word;
	font-family: 'Montserrat', sans-serif;
}

header,
main,
footer {
	flex-shrink: 0;
}

ul {
	list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

.woocommerce ul.products li.product .button {
	display: none;
}

img {
	width: 100%;
	height: auto;
}

p {
	line-height: 1.6;
}

.woocommerce div.product {
	padding-top: 3em;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

header {
	padding-block: 1em;
}

/*Nawigacja */

.page-header {
	position: fixed;
	z-index: 2;
	left: 0;
	right: 0;
	background-color: #fff;
	top: 0;
}

.logo-img {
	max-width: 100px !important;
	transition: scale 0.3s linear;
	-webkit-transition: scale 0.3s linear;
	-moz-transition: scale 0.3s linear;
	-ms-transition: scale 0.3s linear;
	-o-transition: scale 0.3s linear;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	text-align: center;
}

.icon-basket {
	padding-right: 1em;
	color: #000;
}

.icon-search {
	cursor: pointer;
	width: 20px;
}

.searchBar-active {
	opacity: 1;
	min-width: 230px;
	margin-left: -230px;
}

.shop_table {
	position: relative;
}

.logo-link {
	z-index: 100000;
}

.button,
.product-card-btn,
.animate.more,
.wpcf7-submit,
.checkout-button {
	cursor: pointer;
	padding: 0.625em 0.9375em;
	text-transform: uppercase;
	border: 2px solid transparent;
	font-size: 1rem;
	display: inline-block;
	line-height: 1;
}

.button {
	color: white;
	background-color: #000;
}

.button,
.product-card-btn,
.animate.more .button,
.black-button,
.wpcf7-submit,
.checkout-button {
	transition: color 0.4s linear, background-color 0.4s linear, border-color 0.4s;
	-webkit-transition: color 0.4s linear, background-color 0.4s linear, border-color 0.4s;
	-moz-transition: color 0.4s linear, background-color 0.4s linear, border-color 0.4s;
	-ms-transition: color 0.4s linear, background-color 0.4s linear, border-color 0.4s;
	-o-transition: color 0.4s linear, background-color 0.4s linear, border-color 0.4s;
}

.btn-border {
	border: 2px solid #000;
	margin-top: auto;
}

.button:hover {
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.white-button {
	background-color: #fff;
	color: #000;
}

.white-button:hover {
	color: white;
	background-color: #000;
}

.icons {
	display: flex;
	align-items: center;
	max-height: 50px;
}

/* Product*/

.product-box {
	margin-bottom: 50px;
}

.product-version {
	display: block;
	text-align: center;
	color: #000;
	font-weight: 500;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
	margin-top: -10px !important;
	margin-left: -10px !important;
	width: 20px !important;
	height: 20px !important;
	font-size: 36px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,
.sb_instagram_header.sbi_medium .sbi_header_img,
.sb_instagram_header.sbi_medium .sbi_header_img img {
	width: 50px !important;
	height: 50px !important;
	border-radius: 40px;
}

.fea .woocommerce ul.products li.product .button {
	display: none;
}

.woocommerce div.product p.stock {
	grid-row: 2/3;
	grid-column: 2/3;
	justify-content: center;
	align-items: center;
	display: grid;
	color: #000;
	font-size: 1.25rem;
	font-weight: bold;
}

.single_add_to_cart_button.disabled.wc-variation-is-unavailable {
	display: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 200px;
}

.fr-page-products {
	padding: 8em 0 8em 0;
}

.category-products {
	padding-top: 4em;
}

.product-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	text-align: center;
	transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-ms-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	margin-inline: auto;
}

.product-inner:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 3px 2px 8px 3px;
}

.product-inner img,
.woocommerce ul.products li.product a img {
	transition: scale 0.5s;
	-webkit-transition: scale 0.5s;
	-moz-transition: scale 0.5s;
	-ms-transition: scale 0.5s;
	-o-transition: scale 0.5s;
	overflow: hidden;
}

.product-inner img:hover,
.woocommerce ul.products li.product a img:hover {
	scale: 1.1;
}

.product-inner h3 {
	font-size: 1.125rem;
	padding-block: 0.5em;
	color: #000;
	font-weight: normal;
}

.product-inner .img-product {
	overflow: hidden;
}

.fr-products .section-title {
	text-align: left;
	padding-bottom: 2em;
}

.fr-products img,
.wp-post-image,
.woocommerce ul.products li.product a img {
	object-fit: contain;
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	max-width: 200px !important;
}

.main-page .woocommerce ul.products li.product {
	display: flex;
	justify-content: center;
}

.product-card .product-title {
	color: #000;
	padding-top: 0.5em;
}

.product-card .product-price {
	display: flex;
	width: 100%;
	justify-content: space-around;
	color: #000;
	padding-top: 1em;
	font-size: 1.3rem;
}

.product-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.fr-products-cards {
	padding-bottom: 6em;
}

.fr-products-cards .card-product {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	transition: box-shadow 0.4s;
	-webkit-transition: box-shadow 0.4s;
	-moz-transition: box-shadow 0.4s;
	-ms-transition: box-shadow 0.4s;
	-o-transition: box-shadow 0.4s;
}

.product-card {
	height: 100%;
}

/*page title*/
.fr-page-title {
	margin-top: 1em;
	padding-block: 16em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.fr-page-title .page-title {
	color: #fff;
	text-align: center;
	padding-bottom: 0.4em;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 4.375rem;
}

/* Stopka */

.fr-footer {
	background-color: #000;
}

.fr-footer h4 {
	color: #fff;
}

.fr-footer-info {
	padding-top: 0.5em;
}

.fr-footer .fr-footer-info a {
	color: #fff;
	padding-block: 0.4em;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	gap: 0.7em;
}

.fr-footer .fr-footer-info a:hover {
	color: #000;
}

.fr-footer .copyright {
	text-align: center;
	color: #fff;
	font-size: 0.75em;
	margin-top: 2em;
}

.art_tresc ol {
	padding-inline: 0.7em;
}

.woocommerce ul.products li.product .price {
	display: flex;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #000;
	font-size: 1.6rem !important;
	padding-block: 1em;
	font-weight: bold;
}

.summary .cart {
	grid-column: 2/3;
	grid-row: 2/3;
	display: grid !important;
}

.price-info {
	grid-column: 1/2;
	margin-bottom: 1em;
}

.product-price del bdi {
	opacity: 0.5;
}

.product-card .product-img {
	position: relative;
}

.product-card .product-img .onsale {
	position: absolute;
	top: 0%;
	right: 0;
}

.one-btn {
	padding-inline: 3em;
}

.product-card-btn {
	margin-top: auto;
	justify-content: center;
	display: flex;
}

.category-title {
	font-weight: normal;
	text-align: center;
	padding-bottom: 1em;
}

.product-card-btn,
.animate.more,
.checkout-button {
	border: 2px solid black !important;
	color: #fff !important;
	background-color: #000 !important;
	text-align: center;
	transition: color 0.5s linear, background-color 0.5s linear;
	-webkit-transition: color 0.5s linear, background-color 0.5s linear;
	-moz-transition: color 0.5s linear, background-color 0.5s linear;
	-ms-transition: color 0.5s linear, background-color 0.5s linear;
	-o-transition: color 0.5s linear, background-color 0.5s linear;
	width: auto;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	display: block;
	text-transform: uppercase;
	font-weight: 800;
}

.single_add_to_cart_button {
	width: 270px;
}

.woocommerce ul.products li.product .price ins {
	margin-left: auto;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	color: #000;
}

.woocommerce a.remove {
	color: #000 !important;
}

.woocommerce a.remove:hover {
	background-color: #000 !important;
}

.woocommerce span.onsale,
.product-card .product-img .onsale {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	padding: 0.3em 0.6em;
	background-color: #000 !important;
	color: #fff;
}

.product-card-btn:hover,
.animate.more:hover,
.wpcf7-form-control {
	color: #000 !important;
	background-color: #fff !important;
}

/* single product*/
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 100% !important;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.product-info {
	grid-column: 1/3;
}

.woocommerce-product-details__short-description {
	order: 6;
	grid-column: 1/3;
}

.product-info span {
	font-size: 1.5rem;
}

.woocommerce table.shop_table td {
	text-transform: uppercase;
}

.woocommerce div.product .product_title {
	text-transform: capitalize;
}

.woocommerce .woocommerce-breadcrumb {
	padding-top: 2em;
}

.wpcf7-submit,
.single_add_to_cart_button,
.form-row.place-order .button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-block: 1.5em !important;
	background-color: #e8e8e8 !important;
	border: 0 !important;
	color: #000 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	padding: 1em 2em;
}

/* .woocommerce-checkout #payment ul.payment_methods {
	display: none;
} */

.form-row {
	background-color: #fff;
}

.woocommerce-message {
	border-top-color: #000;
}

.woocommerce-message::before {
	color: #000;
}

#order_review_heading {
	padding-block: 1em;
}

.input-text {
	padding: 0.5em;
}

.wc-backward {
	display: none !important;
}

.woocommerce-terms-and-conditions-wrapper {
	display: none !important;
}

.wpcf7-submit:hover,
.single_add_to_cart_button:hover,
.form-row.place-order .button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	color: #e8e8e8 !important;
	background-color: #000 !important;
}

.form-row.place-order .button.alt {
	width: 50%;
}

.iframe-container {
	overflow: hidden;
	/* 16:9 aspect ratio */
	padding-top: 56.25%;
	position: relative;
	margin-bottom: 3em;
}

.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.content-area {
	padding-top: 2em;
}

.woocommerce-info {
	border-top-color: #000 !important;
}

.woocommerce-info::before {
	color: #000 !important;
}

.woocommerce-products-header__title {
	padding-bottom: 1em;
	text-align: center;
	font-size: 1.3rem;
}

.mega-menu-link::after {
	content: '' !important;
	position: absolute;
	right: 0;
	bottom: -4px;
	width: 50px;
	border-bottom: 2px solid black;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.mega-menu-link:hover::after {
	width: 100%;
	left: 0;
}

.yoast-bread {
	text-align: center;
	padding-block: 1em;
	font-size: 1.3rem;
}

.yoast-bread a,
.product-name a {
	color: #000 !important;
	border-bottom: 1px solid !important;
}

.yoast-bread a:hover {
	opacity: 0.5;
}

.fr-footer-info h4 {
	padding-bottom: 0.5em;
	font-size: 1.25rem;
}

.fr-footer .fr-footer-info a:hover {
	color: #fff;
}

/* max mega menu*/
.mega-toggle-animated-inner,
.mega-toggle-animated-inner::after,
.mega-toggle-animated-inner::before {
	background: #000 !important;
}

#mega-menu-wrap-header-menu
	#mega-menu-header-menu[data-effect='fade_up']
	li.mega-menu-item.mega-menu-megamenu
	> ul.mega-sub-menu {
	margin-top: 62px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:first-child {
	margin-left: auto;
}

#mega-menu-wrap-header-menu {
	justify-content: end;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.cart-item > a {
	border: 0 !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.cart-item > a::before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 20px;
}

.page-numbers {
	color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
label.error {
	background: #000 !important;
	color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 1.4em;
}

.woocommerce-product-details__short-description p {
	margin-bottom: 0.5em;
}

.archive .woocommerce ul.products li.product .price {
	display: none;
}

/*archive products*/
.archive-products .price,
.up-sells .price {
	display: none !important;
}

.up-sells h2 {
	text-align: center;
	padding-bottom: 2em;
	font-size: 1.5rem;
}

.price::after {
	content: 'brutto /1 dzień';
	padding-left: 1em;
	font-size: 0.8rem;
}

.woocommerce .products ul {
	display: flex;
	justify-content: center;
}

.fr-footer-info .logo-img {
	max-width: 100px !important;
}

.contact-footer {
	margin-inline: auto;
}

.logos {
	border-top: 1px solid #000;
	padding-block: 4em;
}

.logos img {
	display: flex;
	width: 50%;
	margin: 0 auto;
}

.bestseller {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-block: 5em;
}

main {
	padding-top: 140px;
}

.main-page {
	padding-top: 45px;
}

.products.columns-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-img {
	width: 100%;
	object-fit: cover;
}

.address-text {
	font-size: 1rem;
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #000;
}

p {
	font-size: 1.25rem;
}

.single .summary p {
	font-size: 1rem;
}

.address-text span a {
	color: #000;
}

.contact-box {
	padding-block: 6em;
}

.woocommerce div.product form.cart div.quantity {
	display: none;
}

.cart-collaterals .cart_totals h2 {
	padding-bottom: 1em;
}

.copyright {
	border-top: 1px solid #fff;
}

.primary-nav {
	position: relative;
}

.count {
	position: absolute;
	right: 20px;
	top: 32px;
	background-color: #000;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
}

.main_img {
	margin-top: 100px;
}

.main-img-section {
	padding-bottom: 4em;
}

.abouts .button,
.gaffer .button,
.pages .button {
	display: block;
	text-align: center;
	margin-top: 2em;
	padding-block: 2em;
	transition: scale 0.5s, color 0.5s, background-color 0.5s;
	-webkit-transition: scale 0.5s, color 0.5s, background-color 0.5s;
	-moz-transition: scale 0.5s, color 0.5s, background-color 0.5s;
	-ms-transition: scale 0.5s, color 0.5s, background-color 0.5s;
	-o-transition: scale 0.5s, color 0.5s, background-color 0.5s;
}

.pages .button {
	max-width: 210px;
	margin-left: auto;
	margin-top: -10%;
	margin-bottom: 1em;
}

.abouts .button:hover,
.gaffer .button:hover,
.pages .button:hover {
	scale: 1.1;
}

.abouts_btn {
	display: flex;
	align-items: flex-end;
}

.abouts .button,
.gaffer .button {
	margin-left: auto;
	margin-bottom: 1em;
}

.pages {
	padding-bottom: 5em;
	padding-top: 2em;
}

.gaffer {
	padding-bottom: 6em;
}

.section-tittle {
	font-size: 1.5rem;
	padding-block: 1em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.tittle {
	font-size: 2.5rem;
}

.fr-footer .contact-footer p {
	color: #fff;
	font-size: 1rem;
}

.fr-footer address {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 0.5em;
}

.contact-footer,
.contact-link {
	padding-top: 1.5em;
}

.woocommerce ul.products li.product a {
	transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-ms-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	max-width: 200px;
	overflow: hidden;
}

.woocommerce ul.products li.product a:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 3px 2px 8px 3px;
}

#mega-menu-wrap-header-menu
	#mega-menu-header-menu[data-effect='fade_up']
	li.mega-menu-item.mega-menu-megamenu
	> ul.mega-sub-menu {
	padding-inline: 12px;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce-page ul.products li.product {
	display: flex;
	justify-content: center;
	margin-inline: auto;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3,
.sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3 {
	display: none;
}

.instagram-feed {
	width: 50%;
	margin-inline: auto;
	padding-bottom: 3em;
}

.size-p {
	font-size: 2rem;
}

#sb_instagram #sbi_load {
	display: none;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
	opacity: 1 !important;
	background-color: #000;
	transition: background-color 0.5s;
}

.sb_instagram_header .sbi_header_img_hover:hover {
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.sb_instagram_header.sbi_medium .sbi_header_img img {
	display: none !important;
}

.address-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#mega-menu-wrap-header-menu
	#mega-menu-header-menu
	> li.mega-menu-megamenu
	> ul.mega-sub-menu
	> li.mega-menu-item
	> a.mega-menu-link:hover {
	transition: scale 0.5s;
}

#mega-menu-wrap-header-menu
	#mega-menu-header-menu
	> li.mega-menu-megamenu
	> ul.mega-sub-menu
	> li.mega-menu-item
	> a.mega-menu-link:hover {
	scale: 1.2;
}

.sbi {
	display: flex !important;
	height: auto !important;
}

.sb_instagram_header {
	width: auto !important;
	margin-top: 47px !important;
}

.single .products {
	padding-top: 6em;
}

.address-text i {
	padding-right: 0.4em;
}

#mega-menu-wrap-header-menu
	#mega-menu-header-menu
	> li.mega-menu-megamenu
	> ul.mega-sub-menu
	> li.mega-menu-item
	li.mega-menu-item
	> a.mega-menu-link:hover,
#mega-menu-wrap-header-menu
	#mega-menu-header-menu
	> li.mega-menu-megamenu
	> ul.mega-sub-menu
	> li.mega-menu-item
	li.mega-menu-item
	> a.mega-menu-link {
	max-width: fit-content;
}

.swiper-wrapper {
	height: 300px;
}

.woocommerce-order p:nth-child(3) {
	display: none;
}

.label {
	line-height: 2;
	font-size: 1.25rem;
}

.input-text {
	width: 100%;
	border-width: 2px;
	border-style: inset;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	border-image: initial;
	padding: 10px;
	font-size: 20px;
}

.woocommerce-additional-fields {
	display: flex;
	flex-direction: column;
}

#orddd-lite-checkout-fields {
	order: 3;
}
