/*

Theme Name: House Of Bio
Description: Motyw dla House Of Bio
Author: Arkadiusz Skibiński
Author URL: cemit.pl

*/


/* Reset stylów */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#op-select-from-map {
  background: red;
  color: #fff!important;
  padding: 5px 20px;
  border-radius: 4px;
box-shadow: 0px 10px 20px #0000005c;
}

.select2-container {
    width: auto!important;
}

.woocommerce ul#shipping_method li:first-child  label:after{
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(images/orlen_paczka.png);
    background-size: cover;
    position: absolute;
    bottom: -43px;
    left: -14px;
}

.woocommerce ul#shipping_method li:first-child {
	
	padding-bottom: 37px;
}


.woocommerce ul#shipping_method  li:nth-child(5) label:after,
.woocommerce ul#shipping_method  li:nth-child(6) label:after {
  /* style dla 5. i 6. li */
      content: '';
    width: 40px;
    height: 40px;
    background-image: url(images/ups.png);
    background-size: cover;
    position: absolute;
    bottom: -43px;
    left: -14px;
}

.woocommerce ul#shipping_method li:nth-child(5),
.woocommerce ul#shipping_method li:nth-child(6) {
	
	padding-bottom: 37px;
}

.woocommerce ul#shipping_method li label{
position: relative;

}


span#select2-paczka_w_ruchu_punkt_odbioru-container {
    padding: 12px 40px 12px 20px!important;
}

.page-id-8 .wc-block-components-product-metadata__description p{
display: none;
}


#content .woocommerce-info::before {
  color: #1e85be;
  display: none!important;
}

p.wc-block-components-totals-footer-item-tax
 {
    display: none;
}

.bread {
    border-bottom: solid 1px #ccc;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

span.breadcrumb-item {
    color: #aaa;
}

h3#order_review_heading {
  width: 100%;
  background: #064a29;
  color: #fff;
  padding: 20px;
  border-radius: 7px 7px 0px 0px;
	margin-top: 30px;
}
 .woocommerce .products span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 7px;
background-color: #99c326;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    padding: 0px 15px;
    box-shadow: 2px 2px 20px #00000036;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #aaa!important;
}

.opis_kategorii {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
}

.category-description {
    width: 80%;
    margin-left: 5%;
}

.sklep h1.category-title {
    float: none;
	margin-bottom: 30px;
}

.miniatura_kat {
    width: 30%;
    border-radius: 10px;
}

.miniatura_kat img {
    max-height: 100%;
    width: auto;
    border-radius: 10px;
}

.high-contrast {
    filter: grayscale(100%) contrast(120%);
}

.high-contrast section.promotions h2 {
    color: #000;
}

.high-contrast section.promotions{
	border: solid 3px #000;
}


.wp-block-button__link {
    color: #fff;
    background-color: #064a29!important;
}

body {
      font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    color: #333;
		font-size: 100%; /* Domyślny rozmiar fontu */
}


#content .wc-block-components-checkout-step__heading-content {
  font-size: 1em;
  margin-top: 5px;
  display: table;

  border-radius: 7px;
  padding: 13px 30px;

}

#reg_email {
  border: solid 1px #ccc;
}


#content .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  padding: 10px;
  border: solid 1px #ccc;
	color: #064a29;
}

.newsletter .fm-form .wd-justify-content-left {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.newsletter .fm-form .button-reset:not(:last-child), .fm-form .button-submit {
    margin-right: 0;
}

#content .woocommerce table.my_account_orders .button {
    white-space: nowrap;
    margin-right: 5px;
}

#content nav.woocommerce-breadcrumb {
    border-bottom: solid 1px #ccc;
    margin-bottom: 40px;
    display: block;
    padding-bottom: 20px;
	color: #aaa;
}

h1 {
    color: #064a29;
    font-size: 2em;
	margin-bottom: 50px;
}

.sklep h1 {
    color: #064a29;
    font-size: 2em;
    margin-bottom: 0px;
    float: left;
}

button.button-submit {
    background: #064a29;
    color: #fff;
    font-weight: 700;
    padding: 13px 50px;
    border: none;
    border-radius: 9px;
}

body a{
  color: #064a29;	
}

::selection{
    background: #afdc3c;
    color: #fff;
}

a{
-webkit-transition: 0.2s ease;
-o-transition: 0.2s ease;
transition: 0.2s ease;
    
}

p{
	line-height: 160%;
	margin-bottom: 20px;
}

a:hover{
    filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

section#content.produkty {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}


#content select#wc-block-components-sort-select__select-0 {
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 7px;
}

.kategorie {
    width: 250px;

}

.kategorie div#block-6 {
    margin-bottom: 30px;
}

.kategorie :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 4px;
    border-radius: 7px;
}

.produkty .sklep{
	    width: calc(100% - 300px);
}

.kategorie :where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 7px;
    color: #064a29;
	background: #f0f0f0;
}

.kategorie .wc-block-components-price-slider__range-input-progress {

    color: #b7e97e;
}

.newsletter .fm-form-container.fm-theme1 .fm-form input[type="text"]:not(.ui-spinner-input), .fm-form-container.fm-theme1 .fm-form input[type="number"]:not(.ui-spinner-input), .fm-form-container.fm-theme1 .fm-form input[type=password], .fm-form-container.fm-theme1 .fm-form input[type=url], .fm-form-container.fm-theme1 .fm-form input[type=email], .fm-form-container.fm-theme1 .fm-form textarea, .fm-form-container.fm-theme1 .fm-form .StripeElement, .fm-form-container.fm-theme1 .fm-form .ui-spinner, .fm-form-container.fm-theme1 .fm-form .ui-slider, .fm-form-container.fm-theme1 .fm-form .ui-slider-handle, .fm-form-container.fm-theme1 .fm-form select {

    font-size: 13px;
	padding: 21px;
    border-radius: 7px !important;
}

/* Kontener dla postów w układzie grid */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Dwie kolumny o równych szerokościach */
    gap: 20px; /* Odstęp między kafelkami */
    margin: 20px 0;
}

/* Stylizacja pojedynczego kafelka wpisu */
.post-tile {
    background: #f9f9f9; /* Jasne tło dla każdego kafelka */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Lekki cień pod kafelkiem */
    transition: transform 0.3s; /* Efekt powiększenia na hover */
}

.post-tile:hover {
    transform: scale(1.05); /* Powiększenie kafelka na hover */
}

/* Stylizacja miniatury */
.post-tile a img {
    width: 100%; /* Miniatura zajmuje pełną szerokość kontenera */
    border-radius: 4px; /* Lekko zaokrąglone rogi miniatury */
    margin-bottom: 10px;
	height: auto;
}

.post-tile h2 {
    font-size: 0.6em;
    margin: 10px 0;
    color: #064a29;
    text-align: left;
}

/* Stylizacja fragmentu wpisu */
.post-tile p {
    font-size: 0.5em;
    font-weight: 600;
    color: #666;
    margin-bottom: 15px;
    text-align: left;
}

/* Stylizacja przycisku "czytaj więcej" */
.read-more-button {
    display: inline-block;
    padding: 8px 15px;
    background-color: #064a29;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.4em;
    text-align: center;
    transition: background-color 0.3s;
    font-weight: 600;
}

.read-more-button:hover {
    background-color: #042e1b; /* Ciemniejszy kolor na hover */
}

.post-date {
    font-size: 12px;
    font-weight: 400;
    color: #aaa;
    text-align: right;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
}


a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    border-radius: 30px;
    color: #fff;
    background: #064a29;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    padding: 10px 30px;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    text-align: center;
}


.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 10px;
    border-radius: 7px;
    border: solid 1px #ccc;
}


.kategorie :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    font-size: 13px;
}

/* Nagłówek */
header {
width: 90%;
    height: auto;
margin: 0 auto;
    max-width: 1200px;
}

.use {
    display: inline-flex;
}

img{
    max-width: 100%;
}


 #nav_menu-4 ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #064a29;
	 border-radius: 10px;
}

 #nav_menu-4 ul.menu > li {
    position: relative;
}

 #nav_menu-4 ul.menu > li a {
    display: block;
    padding: 12px 30px 10px 12px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

 #nav_menu-4 ul.menu > li a:hover,
 #nav_menu-4 ul.menu > li a:focus {
    background-color: #042e1b;
}

/* Stylizacje dla podmenu */
#nav_menu-4 ul.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #dfecc6;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    width: 100%;
	border-radius: 0px 7px 7px 0px;
}

 #nav_menu-4 ul.sub-menu li a {
    padding: 11px 20px;
    color: #042e1b;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

 #nav_menu-4 ul.sub-menu li a:hover,
 #nav_menu-4 ul.sub-menu li a:focus {
        background-color: #acc183;
	color: #042e1b;
}

/* Stylizacje dla elementów z podmenu */
#nav_menu-4 .menu-item-has-children > a::after {
    content: ' ▼';
    font-size: 0.6em;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 14px;
}

/* Obsługa rozwijania podmenu po kliknięciu */
 #nav_menu-4 .menu-item-has-children > a {
    cursor: pointer;
}

p.woocommerce-result-count {
    clear: both;
}

span.posted_in {
    display: block;
    margin-bottom: 10px;
}

 #nav_menu-4 .menu-item-has-children > a:hover + .sub-menu,
 #nav_menu-4 .menu-item-has-children > a:focus + .sub-menu,
 #nav_menu-4 .menu-item-has-children > .sub-menu:hover,
 #nav_menu-4 .menu-item-has-children > .sub-menu:focus {
    display: block;
}

/* Stylizacje dla podmenu w pionie */
 #nav_menu-4 ul.menu > li:hover > ul.sub-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
}



section#content{
	max-width: 1200px;
	margin: 50px auto;
	width: 90%;
	min-height: 800px;
}

.contact-info {
display: flex;
        justify-content: space-between;
    align-items: center;
    padding: 13px 20px;
    background: #dfecc6;
    border-radius: 0px 0px 5px 5px;
}

.contact-info span{
    color: #6f8a17;
    font-size: 14px;
}

.contact-info a{
    text-decoration: none;
    font-weight: 700;
    color: #064a29;
    display: flex;
    align-items: center;
}

.logo-and-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 0px 0px;
   
}

.logo-and-menu .align_left{
    display: flex;
        align-items: center;
}

.logo-and-menu .align_right{
    display: flex;
        align-items: center;
    justify-content: flex-end;
}

.logo-and-menu nav {
    margin-left: 30px;
}

.use a.contrast img{
    width: 18px;
}

.use a.font img{
    width: 20px;
    margin-left: 15px;
}

.search-bar{
    visibility: hidden;
}

.avatar img {
    width: 20px;
    margin-left: 20px;
}

.konto {
    display: inline-flex;
    margin-right: 30px;
}

.koszyk{
	position: relative;
}

.cart-icon {
    position: absolute;
    top: -17px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-icon a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 100%;
    background: #064a29;
    color: #fff;
    border-radius: 5px;
}

.koszyk img {
    width: 24px;
}

.koszyk img {
    width: 24px;
}


.logo img {
    width: 250px;
    height: 78px;
}

header nav ul {
    list-style: none;
    display: flex;
}


header nav ul li {
    margin: 0 10px;
	    min-width: 43px;
}

nav.woocommerce-MyAccount-navigation li {
    list-style: none;
}

nav.woocommerce-MyAccount-navigation li a{
    list-style: none;
	  color: #fff;
	  background: #064a29;
	display: block;
	width: 100%;
	padding: 15px;
		margin-bottom: 3px;
}

nav.woocommerce-MyAccount-navigation li:first-child a{
border-radius: 10px 10px 0px 0px;
}

nav.woocommerce-MyAccount-navigation li:last-child a{
border-radius: 0px 0px 10px 10px;
}


#content .woocommerce-MyAccount-content {
    float: right;
    width: calc(100% - 300px);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 250px!important;
    border-radius: 10px;

}

nav.woocommerce-MyAccount-navigation ul{
	border-radius: 10px;
}

nav ul li a {
text-decoration: none;
    color: #064a29;
  font-weight: 700;
    font-size: 0.9em;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #064a29!important; /* Czerwony kolor tła */
    color: #ffffff; /* Biały kolor tekstu */

}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 8px!important;
}

span.sku_wrapper {
    display: none;
}


.language-and-search {
    display: flex;
    align-items: center;
}

.language-switcher button {
background-color: transparent;
    border: 2px solid #bcbcbc;
    padding: 5px 16px;
    cursor: pointer;
    border-radius: 15px;
    font-weight: 700;
    color: #bcbcbc;
}

.search-bar input {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Baner główny */
/*.main-banner {
display: flex;
    justify-content: space-between;
    padding: 20px 55px;
    max-width: 1200px;
    margin: 0 auto;
    background-image: url(images/slider.webp);
        height: 569px;
     margin-top: -10px;
}*/

.main-banner{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    max-width: 1200px;
    margin: 0 auto;
  
    height: auto;
    /* margin-top: -10px; */
    border-radius: 30px;
}

.banner-content {
    max-width: 40%;
    padding-top: 90px;
}

.banner-content h1 {
  font-size: 2.5em;
    margin-bottom: 10px;
    color: #042940;
    font-weight: 800;
}

.banner-content h1 span.light{
    font-weight: 400;
}

.banner-content p {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 40px;
    color: #042940;
}

.banner-content .cta-button {
    display: inline-block;
    padding: 10px 40px;
    background: rgb(23,86,53);
background: -moz-linear-gradient(90deg, rgba(23,86,53,1) 0%, rgba(151,186,60,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(23,86,53,1) 0%, rgba(151,186,60,1) 100%);
background: linear-gradient(90deg, rgba(23,86,53,1) 0%, rgba(151,186,60,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#175635",endColorstr="#97ba3c",GradientType=1);
    color: #fff;
        text-decoration: none;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.banner-image img {
    max-width: 100%;
    height: auto;
}


.promotions .products {
    padding: 0px 0px 0px 100px;
}

section.promotions, section#ikons {
    max-width: 1200px;
    width: 90%;
    margin: 70px auto;
    min-height: 400px;
}

section.bestsellers {
     margin: 0px auto 70px auto;
    max-width: 1200px;
    width: 90%;
     min-height: 400px;
}

section h2{
    color: #064a29;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
    
}

.promotions {
    background: #dfecc6;
    border-radius: 5px;
    padding: 0px 50px 0px 0px;
}

.newsletter .wdform-label-section.wd-width-100.wd-flex-row.wd-align-items-center {
    display: none;
}

#form6 .wdform_section{
	width: 500px;
}

#form6 .fm-form .fm-header-bg, .fm-form .wdform-field:not([type=type_hidden]) {
    padding: 0;
}

.wdform_column:first-child{
	 background: #fff;
    border-radius: 10px;
	width: 400px;
}

section.promotions h2.rotate{
    color: #fff;
    font-size: 50px;
    transform: rotate(90deg);
    transform-origin: 30px 60px;
        display: block;
    margin: 0;
}

section.promotions {

    min-height: 450px;
}


/*.home .products {
    display: flex;
    justify-content: space-between;
}

*/

/*
.product {
    text-align: center;
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 23%;
}

.product img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.product p {
    font-size: 1.1em;
    margin-bottom: 5px;
}

.product span {
    font-size: 1.2em;
    color: #27ae60;
}

.old-price {
    text-decoration: line-through;
    color: #999;
}

.new-price {
    color: #e74c3c;
}

*/

.align_left {
    width: 70%;
}

.align_right {
    width: 30%;
}

/* Opinie klientów */
.testimonials {
background-image: url(images/opinie.webp);
    background-size: contain;
    background-position: right center;
    width: 100%;
    padding: 120px 0px;
    background-repeat: no-repeat;
    background-color: #eeeeee;
}

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

.testimonials h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
    max-width: 40%;
    margin-bottom: 50px;
}
.testimonial blockquote {
    font-size: 1.1em;
    line-height: 1.5em;
    color: #333;
    max-width: 40%;
    padding: 40px 0px 0px 40px;
    background-image: url(images/paragraf.png);
    background-position: left top;
    background-repeat: no-repeat;
}


section.newsletter {
    max-width: 1200px;
    width: 90%;
    margin: 70px auto 0px auto;
   background-image: url(images/leaf.webp);
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    padding: 80px;
}

section.newsletter h2{
    margin-bottom: 10px;
}

section.newsletter p{
    font-size: 1.4em;
    margin-bottom: 50px;
    color: #064a29;
}

.newsletter form{
background: #fff;
    display: table;
    padding: 10px;
    border-radius: 8px;
    margin: 0 auto;
}

input[type="email"] {
    border: none;
    padding: 15px 20px;
    color: #ccc;
}

.newsletter form button {
    background: #064a29;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 15px 22px;
    border-radius: 6px;
}


section#ikons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    min-height: 200px;
    margin: 30px auto;
}

.ikona{
    display: inline-flex;
    margin: 0 30px;
}

.ikona.jakosc img{
    width: 54px;
    margin-right: 30px;
}

.ikona.wsparcie img{
    width: 58px;
    margin-right: 30px;
}

.ikona.ochrona img{
    width: 58px;
    margin-right: 30px;
}

.ikona h4 {
    color: #064a29;
    margin-bottom: 10px;
    font-size: 20px;
}


.language-switcher button{
    -webkit-transition: 0.4s ease;
-o-transition: 0.4s ease;
transition: 0.4s ease;
}

.language-switcher button:hover {
    color: #064a29;
}



/* Stopka */
footer {
    background-color: #efefef;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
}

.footer-menu ul {
    list-style: none;
}

.footer-menu ul li {
    margin: 5px 0;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #6b8639;
    line-height: 2.3em;
}

.footer-bottom {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 40px;
}

.social-media a img, .payment-methods img {
    max-width: 30px;
    margin: 0 10px;
}

.stopka {
    background: #064a29;
    color: #137b48;
    padding: 40px 5%;
    display: flex;
    justify-content: space-between;
}

.stopka a, .stopka p{
    color: #137b48;
    font-size: 13px;
}

.contact img {
    width: 230px;
    display: block;
    margin-bottom: 30px;
}

.contact a {
    font-size: 1.1em;
    line-height: 1.4em;
    display: block;
    text-decoration: none;
    color: #064a29;
    font-weight: 700;
}

.footer-menu.social p {
    color: #c9c8c8;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.footer-menu.social img{
    margin-left: 10px;
}

div#block-15 {
    margin-bottom: 30px;
}

div#block-14{
		display: none;
	}

@media (max-width: 1200px) {
 
	section#ikons {
    padding: 0 0px;
	}
	
	.footer-info {
    padding: 50px 50px;
}
	
	.koszyk {
    position: relative;
    width: 32px;
}
	
	.main-banner {
    
    width: 90%;
    background-size: contain;
    background-repeat: no-repeat;
}
	.banner-content {
    max-width: 45%;
    padding-top: 50px;
}
	
	.banner-content h1 {
    font-size: 2.2em;
 }
	
	.testimonials {

    padding: 120px 50px;

}
	
}

@media (max-width: 1137px) {

.align_right {
    width: 150px;
}
	
	.align_left {
    width: calc(100% - 150px);
}
	
}

@media (max-width: 1000px) {
	
	section#ikons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    min-height: 200px;
    margin: 30px auto;
    flex-direction: column;
}
	
	
	.ikona {
    display: inline-flex;
    margin: 0 30px;
    flex-direction: column;
    align-items: center;
}
	
	.ikona.jakosc img {
    width: 54px;
    margin-right: 0;
		
}
	.ikona img{
		margin-bottom: 20px;
	}
	
	.opis {
    text-align: center;
    margin-bottom: 40px;
}
	
	.ikona.wsparcie img {
    width: 58px;
    margin-right: 0px;
}
	
	.ikona.ochrona img {
    width: 58px;
    margin-right: 0px;
}
	
	.footer-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
	
	div#nav_menu-3 {
    margin-bottom: 40px;
}
	
	
}

@media (max-width: 960px) {
	
	header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
}
	
	.logo-and-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
}
	
	    .main-banner {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }
	
	.main-banner {

    height: 460px;

}
	
	section.newsletter {
    max-width: 1200px;
    width: 100%;
    margin: 40px auto 50px auto;
    background-image: url(images/leaf.webp);
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    padding: 50px;
}
	
	
}


@media (max-width: 898px) {
	
	select#wc-block-components-sort-select__select-0 {
    display: none;
}
	
	div#block-16 {
    display: none;
}
	
	div#block-14{
		display: block;
	}
	
	ul.wp-tag-cloud {
    text-align: center;
    margin-top: 50px;
}
	
 .menu{
	display: none;
	clear: both;
    width: 100%;
    text-align: center;
	}
	
.home .menu.visible {
    display: block;
    position: absolute;
    left: 20px;
    top: 200px;
    background: #064a29;
    width: calc(100% - 40px);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 5px 5px 20px 5px;
		 z-index: 999;

  }
	
	.page .menu.visible, .archive .menu.visible, .single .menu.visible{
    display: block;
    position: absolute;
    left: 20px;
    top: 200px;
    background: #064a29;
    width: calc(100% - 40px);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 5px 5px 20px 5px;
		 z-index: 999;

  }
	
	.page #menu-menu-glowne.menu.visible, .archive #menu-menu-glowne.menu.visible {
    display: none;
	}
	
	
	
	#nav_menu-4 ul.menu {
   list-style-type: none;
        padding: 0;
        margin: 0;
        background-color: #064a29;
        border-radius: 10px;
        position: absolute;
        width: 100%;
        left: 0px;
        top: 0px;
        border-radius: 9px;
        width: 100%;
}
	
	.menu_res{
	float: right;
    width: 70px;
    height: 50px;
	}
	
	a.menu-toggler {
    display: block;
    width: 100%;
    height: auto;
		cursor: pointer;
	}
	
	    span.bar {
        width: 100%;
        height: 4px;
        background: #064a29;
        display: block;
        border-radius: 5px;
        margin: 8px 0px;
    }
	
	.metaslider.ms-theme-clarity .flexslider {
    margin-bottom: 0px!important;
}
		
	nav li {
    display: block;
	}
	
	header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: block;
    float: none;
    padding: 10px 0px;
    position: relative;
	border-bottom: solid 1px #58913b;
}
	
	.banner-content h1 {
    font-size: 1.8em;
  }
	
	section#content {
    max-width: 1200px;
    margin: 0px auto 50px auto;
    width: 90%;
    min-height: 800px;
}

	
	#nav_menu-4 ul.menu > li:hover > ul.sub-menu {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 0;
}
	
	#nav_menu-4 ul.menu > li a {
    display: block;
    padding: 6px 30px 6px 12px;
    font-size: 0.8em;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}
	
	
	.posts-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 20px 0;
    justify-items: center;
}
	
	.kategorie {
    width: 250px;
    position: absolute;
    z-index: 995;
    background: white;
}
	
	section#content.produkty {
    display: block;
}
	
	.contact-info a {
    font-size: 0.7em;
	}	
	
	.contact-info span {
    color: #6f8a17;
    font-size: 10px;
    font-weight: 700;
}
	
	.use a.contrast img {
    width: 13px;
}
	
	.use a.font img {
    width: 18px;
    margin-left: 10px;
}
	
	    .align_left {
        width: calc(100% - 170px);
    }
	
	    .menu_res {
        float: right;
        width: 50px;
        height: 51px;
    }
	
	.main-banner {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
	}
	
	    .banner-content h1 {
        font-size: 1.2em;
    }
	
    .banner-content {
        max-width: 53%;
        padding-top: 10px;
    }

.banner-content p {
    font-size: 0.8em;
    line-height: 1.2em;
    margin-bottom: 20px;
    color: #042940;
}
	
    .menu_res {
        float: right;
        width: 50px;
        height: 39px;
    }

	.logo-and-menu nav {
    margin-left: 14px;
}
	
	.language-switcher button {
    background-color: transparent;
    border: 2px solid #bcbcbc;
    padding: 5px 6px;
    cursor: pointer;
    border-radius: 15px;
    font-weight: 700;
    color: #bcbcbc;
    font-size: 11px;
}
	
	/*.main-banner {

    background-image: url(images/slider_2.webp);
	}	*/
	
	.banner-content .cta-button {
    display: inline-block;
    padding: 10px 19px;
	}
	
	    .main-banner {
        height: auto;
        margin-bottom: 0px;
    }
	
	    span.bar {
        width: 100%;
        height: 4px;
        background: #064a29;
        display: block;
        border-radius: 5px;
        margin: 5px 0px;
    }

	.fm-form-container.fm-theme1 .fm-form .button-submit {
    max-width: 100%;
    width: 100%;
}
	.menu_res{
	        position: relative;
        z-index: 999;
	}
	
	    .kategorie {
        width: 100%;
        position: relative;

        z-index: 995;
        background: white;
    }
	
	#nav_menu-4 ul.sub-menu {
    display: none;
    position: relative;
    left: 0;
		top: 0;
	}

	
	.sklep h1 {
    color: #064a29;
    font-size: 2em;
    margin-bottom: 0px;
    float: none;
}
	
.produkty .sklep {
    width: 100%;

}
	
	/*.kategorie{
		display: block;
	}
	
		.kategorie {
    width: 250px;
    position: absolute;
    z-index: 995;
    background: white;
    margin-left: -270px;
}
	
	.kategorie::after {
     content: 'kategorie';
        display: block;
        background-color: #064a29;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase;
        padding: 13px;
        text-align: center;
        transform: rotate(90deg);
        position: absolute;
        top: 202px;
        right: -85px;
        border-radius: 7px;
		cursor: pointer;
    }
	*/
	
}


@media (max-width: 425px) {
	
	.konto {
    display: inline-flex;
    margin-right: 15px;
}
	
	    .align_right {
        width: 110px;
    }
	
	    .align_left {
        width: calc(100% - 140px);
    }
	
}
