#fkaehgiwyihjq34>a {

    display: flex;
    flex-direction: column;
    align-items: center;
}

.container::before,
.container::after {
    content: none;
}



#fkaehgiwyihjq34>a>span {

    font-size: 0.75rem;
}



#catalogue-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#search-caption {
    display: none;
}

.active {
    font-weight: bold;
    display: flex;
    flex-direction: row;
}


.filters_submit {
    width: 100%;
    margin-top: 20px;
}

.btn-primary,
.filters_submit {
    color: #fff;
    background-color: #183d74;
    border-color: #14325f;
}

.filters-wrapper h3 {
    margin-top: 20px;
}

.filters-wrapper input[type="checkbox"] {


    width: 15px;
    margin: 2px 5px 0 0;
    height: 15px;
}

.filter_input_checkbox {
    display: flex;
    align-items: center;
}



.dodaj_do_koszyka_tooltip {
    top: 30vh;
    font-size: 16px;
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 0 12px rgb(17 16 13 / 27%);
    border-radius: 11px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    position: fixed;
    z-index: 1;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    padding: 10px;
    justify-content: center;
    text-align: center;
    min-height: 40vh;
}
.page { font-size: 1.2rem}


@media (max-width: 1600px) {
    .dodaj_do_koszyka_tooltip {
        width: 70%;
    }
}

@media (max-width: 1250px) {
    .dodaj_do_koszyka_tooltip {
        width: 85%;

    }


}

@media (max-width: 900px) {
    .dodaj_do_koszyka_tooltip {

        top: 15vh;
    }


    .dodaj_do_koszyka_tooltip a span {
        font-size: 14px;

    }
}





.layer_cart_cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.product-image-container img {
    margin: 20px auto;
}

.filter-box.control-group {
    margin: 8px 0;
}

.filter-name {
    font-weight: bold;
    margin-bottom: 5px;
    margin-bottom: 6px;
}

label.filter_input_checkbox {
    font-weight: normal;
    font-size: 14px;

}


.div-rozmiar-check {

    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    background: white;
    padding-inline: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--primary-color);
    transition: all 0.3s ease;
    user-select: none;



}

.button__box__div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    width: 100%;
    gap: 20px;
}


.newsletter__policy {
    width: 100%;
}

.button__dostepnosc__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    cursor: pointer;
}


.button__box__input {
    background: #fff;
    border: 1px solid #dedede;
    width: 60%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 10px 10px;
}





/* ---------------- */





.price-table td,
.price-table th {

    padding: 15px;


}

.bg-tr {
    background-color: #f0f0f0;
}

.price-table thead {
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
}





.tabelka-wymiary table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
}

.tabelka-wymiary thead {
    background-color: #060638;
    color: white;
}

.tabelka-wymiary th,
td {
    padding: 10px;
    text-align: left;
    border: 0px solid #ccc;
}

.tabelka-wymiary tbody tr:nth-child(even) {
    background-color: #f0f0f0;
}

.tabelka-wymiary {
    font-size: 16px;
    max-width: 100%;
}

.img-wymiary {
    margin-top: 30px;
}

.img-wymiary img {
    margin: auto;
    max-width: 300px;
}



@media (max-width: 768px) {
    .news-wrapper {
        padding: 16px;
    }

    .news-title {
        font-size: 22px;
    }

    .blog-post-content {
        padding-inline: 35px;
    }

    .tabelka-wymiary {
        font-size: 12px;
        max-width: 100%;
    }



}

.modal {
    bottom: unset;
}


.size-chart {
    text-align: right;

}

.last-szt0 {
    width: 100%;
    margin-top: 20px;
}

.product {
    min-height: 80vh;
}


.submit1 {

    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border: 2px solid black;
    border-radius: 8px;
    background: var(--primary-color);
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
    color: white;
    transition: all 0.3s ease;
    user-select: none;



}


.submit1_selected {

    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    background: white;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
    color: black;
    transition: all 0.3s ease;
    user-select: none;



}




.search-fields {
    display: none;
    align-items: center;
    gap: 8px;
}

.search-fields.active {
    display: flex;
}

.search-form-top,
.search-form-top-mobile {
    display: flex;
    flex-direction: column;


}



.search-icon {
    cursor: pointer;
}

.product__price--package strong {
    font-size: 1.2rem !important;
}

.wariant--active {
    border: 1px solid var(--primary-color) !important;
}

.navbar__links_sidebar li {
    width: 100%;
}

.navbar__links>li span {

    display: block !important;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin: 0.5rem 0 0 0;

}

.navbar__links>li form .search-icon {

    display: flex;
    margin-right: 5px;
    flex-direction: column;


}

.navbar__links_sidebar>li form .search-icon {


    flex-direction: row;
    gap: 5px;


}




.button__box__submit {
    background-color: var(--primary-color);
    font-size: 18px;
    width: 30%;
    font-weight: 600;
    color: #fff;
    border: 2px solid #000;
    transition: all 0.5s ease;
}

.search-icon svg {
    width: auto;
    height: 20px;
}




.navbar__links_sidebar {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.navbar__links_sidebar>li a,
.navbar__links_sidebar #fkaehgiwyihjq34 a {

    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;


}

.navbar__links_sidebar>li {
    margin: 0;

}

.header--slider {
  & .swiper-slide {
    & .header__img {
      min-height: 50vh;}}}


@media (max-width: 768px) {

    .navbar__links_sidebar_desktop {
        display: none;
    }

    .navbar__links>li form span {
        display: none;


    }

    .navbar__links_sidebar>li form span {
        display: block;
    }


    .search-icon svg {
        width: auto;
        height: 24px;
    }
}

.navbar__links_sidebar_desktop {}

.navbar__links_sidebar_desktop .search-form-top {
    flex-direction: row;
    ;

}

.display-brutto {
    font-size: 0.9rem;
    display: block;
}

.ph0 {
    padding-inline: 0;
}

.product__price p {
    margin-bottom: 0.5rem;
}

.flex-end {
    justify-content: flex-end;
}

.insert-page-list {
    margin: 0px 0px 10px 0;

}

.product-box {
    padding: 15px;
}

.product-box img {
   max-height: 90%;
}


#phone {
    height: 44px;
}

.cart-info {
    color: #e70000;
}

.w-40 {
    width: 40%;
}

.stan-magazynowy {
    margin-bottom: 20px;
}

.row-reverse {
    flex-direction: row-reverse;
}

.catautoload_addload {
    border-radius: 25px;
    display: block;
    width: max-content;
    padding: 10px 30px;
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    cursor: pointer;
    margin: 20px auto;
    transition: all 0.3s ease;
}

.catautoload_addload:hover {

    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
}

.product__sizes-wrapper {
    margin-top: 30px;
}

.products-single .price-package {
    display: none;
}

.stan-magazynowy {
    display: flex;
    gap: 10px;
}

.stan-magazynowy img {
    max-width: 150px;
}

.cart-price-unit {
    font-size: 14px;
}

#przeloguj {
    font-size: 14px;
}

#przeloguj p {
    margin-bottom: 4px;
}

#przeloguj input {
    font-size: 14px;
}

#przeloguj select {
    margin-right: 4px;
    border-radius: 8px;
    font-size: 16px;
    padding: 5px 10px;
}

.ilebrakuje-alls {
    font-size: 16px;
    text-align: right;


}

.edit_ico_5 img {
    max-width: 40px;
    height: auto;
}

.button_rabat {
    margin-left: auto;
    display: block;
    float: right;
}

.usr-menu {
    row-gap: 10px;
}

.ph0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



.article_title {
    font-size: 20px;
    margin-top: 10px;
		text-align:left;

}

.article_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* ilość linii */
    overflow: hidden;
    font-size: 16px;

}

.news-box {
    margin-bottom: 30px;
}

.article_date {
    font-size: 12px;
}

.page_101 .page-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.news-last-image img {
    margin: 0 auto;
    display: block;
}

.news-content {
    font-size: 1.2rem;
}

#podmenu-guzik {
    display: none;
}




@media (max-width: 991px) {

    .guzik-box {
        width: 100%;
    }


    .guzik-kategorie {
        order: 1;
    }

    .products-filters {
        order: 2;
    }

    .products-list {
        order: 3;
    }

    .header__title  {
        width: 100%;
    }




    #podmenu-guzik {
        margin: 20px auto;
        display: flex;
        touch-action: manipulation;
        cursor: pointer;
        justify-content: center;
        color: #fff;
        max-width: 280px;
        background-color: var(--primary-color);
        border: 0;
        border-radius: 12px;
        padding: 12px 20px;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.42857143;
        text-transform: uppercase;
        transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    }

    #podmenu-guzik:hover {
        background-color: #000;
        color: #fff;
        text-decoration: none;
    }


    .menu-hidden {
        display: none;
    }

}

#podmenu-guzik .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 1px;
}



@media (max-width: 500px) {

    .section--gallery-icons img {

        max-width: 100px;

    }
	.product-box img {
   max-height: 310px
}


}

.select1 {
    max-width: 100%;

}

.page_4 .header__title  {
    text-align: left;
}

.justify-between {
    justify-content: space-between;
}

p.product__title {
    margin-bottom: 20px !important;
}

.usr-cart .btns-wrapper .btn {
    
    width: 100%;
}

.usr-menu abbr {
    font-size: 16px;
}


.page_89, .page_107  {
    font-size: 20px;

}
 
.certyfikat {
    max-width: min( 350px, 100% );
    margin: 30px auto;
}




.kontakt {
  margin-bottom: 40px;
}

.kontakt p {
  margin-bottom: 5px;
}

.kontakt .icon {
  padding: 8px;
  border-radius: 50%;
  border: 1px solid var(--primary-darken-color);
  width: fit-content;
  text-align: center;

}

.kontakt-col {
  align-items: flex-start;
  gap: 10px;
  max-height: 200px;
  margin-bottom: 30px;
  

  
}



@media (max-width: 992px) {
  .circle-image-wrapper {
    margin-top: calc(-5.25%);
    /* ujemny margines górny */
    margin-bottom: calc(-5%);
  }

  .kontakt-col {
    margin-bottom: 40px;
        align-items: center;
        justify-content: center;
  }

  .kontakt-text {
  text-align: center;
  width: 100%;
}
}





.formName {color:var(--primary-color);font-size:1.5rem;font-weight:900;text-align:left;text-transform:uppercase;margin:0 0 2rem 0}
#zobacz-film {cursor:pointer}
.formSubmit {display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.25rem}
div.zgodaform1, div.zgodaform2 {width:100%;margin:10px 0;font-size:12px}
.forms-formshow-desc .input1, .forms-formshow-desc .textarea1, .forms-formshow-desc .select1 {width:100%;display:block;max-width:650px;padding:6px 12px;font-size:18px;line-height:1.42857143;color:var(--black-color);margin:0 auto;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:12px}
.forms-formshow-desc .select1 {padding:5px 10px}
.select1 {color:black}
.select1 option {padding:5px 10px}
button.submit1 {background-color:var(--primary-color);border:2px solid var(--primary-color);border-radius:10rem;color:var(--white-color);font-weight:700;padding:0.625rem 4rem;transition:background-color 0.15s ease-in-out, color 0.15s ease-in-out}
button.submit1:hover {background-color:var(--white-color);border:2px solid var(--primary-color);border-radius:10rem;color:var(--primary-color);font-weight:700;padding:0.625rem 4rem;transition:background-color 0.15s ease-in-out, color 0.15s ease-in-out}
.forms-formshow-desc {width:100%;float:none !important;padding:10px 0px 10px 0 !important}
.forms-formshow-title {display:none}
.forms-formshow-desc70 {float:none !important}
.forms-formshow-top4, .forms-formshow-top12 {font-size:12px;width:100%}
input[type="checkbox"] {margin-top:0;width:15px;height:15px;margin-right:8px}
.cdweb_token td {margin:0 10px;padding-inline:10px;text-align:center}
.form_1 {max-width:700px}
.form_4 {max-width:800px}
.form_4 form {margin:0 auto}
.form-wycena table {margin:0 auto}
.kontakt-form table {margin:0 auto}
.section--two-cols3 .section__img-wrapper {background-color:var(--primary-color)}
.section--two-cols2 .section__img-wrapper:before, .section--two-cols3 .section__img-wrapper:before {content:none}
.zgodaform1, .zgodaform2 {max-width:600px}


#street_number_home, #street_number_local {
    max-width: 250px;
    width: 40%;
} 

.page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-inline: 1.5rem;
    text-align: justify;
}


.article_desc {
    text-align: left;
}
