/*
@font-face {
  font-family: 'social-media';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/icons-social-media.ttf') format('truetype'),
}
*/
html {
    font-family: Helvetica,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
 
:root {
  --main-color: rgb(0 129 141);
}
html {
    box-sizing: border-box
}

*,*::before,*::after {
    box-sizing: inherit
}


body,html {
    /* height: 100% */
}

body {
    font-family: Helvetica, Arial, sans-serif;
	font-family: system-ui;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400; 
    background-color: #fff;
    color: #000;
    /* height: 100%; */
    line-height: 26px;
    letter-spacing: .8px
}

body:not(#index) header#header {
    position: relative;
}

body:not(#index) header#header::before {
    content: '';
    background: lightgrey;
}

/*header*/
#header {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
    overflow: auto;
}


#header .header-nav .left-nav {
    float: left;
    margin: 0;
    width: auto;
    display: flex;
    height: 32px;
    flex-direction: row;
}

.left-nav {
	/* gap: 35px; */
}
.kontakt {
    display: flex;
    align-items: center;
	gap: 8px;
	position: relative;
}

#header .header-nav .right-nav {
    width: auto;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 35px
}

/*header*/

#_desktop_cart>div {
    padding: 0
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline-width: 0
}

b,strong {
    font-weight: 700
}


img {
    vertical-align: middle;
    max-width: 100%;
    border-style: none
}


figure {
    margin: 1em 40px
}


button,input,select,textarea {
    font: inherit
}


button,input,select {
    overflow: visible
}

button,input,select,textarea {
    margin: 0
}

button,select {
    text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    cursor: pointer
}


button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}





h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin: 0 0 10px 0
}


ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}


a {
    color: #000;
    text-decoration: none
}



a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}


figure {
    margin: 0 0 1rem
}

[role="button"] {
    cursor: pointer
}

a,area,button,[role="button"],input,label,select,summary,textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}


input,button,select,textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0
}


h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,.h1 {
    font-size: 18px
}

h2,.h2 {
    font-size: 38px
}

h3,.h3 {
    font-size: 15px
}

h4,.h4 {
    font-size: 14px
}


.display-1 {
    font-size: 3.125rem;
    font-weight: 400
}

















.container {
    margin-left: auto;
    margin-right: auto
}



.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
 
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}






@media (min-width: 544px) {
    .container {
        max-width:576px
    }}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }}

@media (min-width: 992px) {
    .container {
        max-width:940px
    }}

@media (min-width: 1200px) {
    .container {
        max-width:1170px
    }}

@media (min-width: 1450px) {
    .container {
        max-width:1400px
    }}




.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-11,.col-lg-12,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.btn {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .8px;
    padding: 15px 30px;
    background-color: #00818d;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    white-space: nowrap
}





.breadcrumb {
    padding: 0;
    list-style: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0
}





    .text-sm-center {
        text-align: center!important
    }}



@media (min-width: 544px) {
    .hidden-sm-up {
        display:none!important
    }}


@media (min-width: 768px) {
    .hidden-md-up {
        display:none!important
    }}


ul {
    list-style: none;
    padding-left: 0
}


.h1,.h2,.h3 {
    font-weight: 500
}

.h4 {
    font-weight: 500
}




#mobile_top_menu_wrapper {
    float: left;
    width: 100%
}







.special-products .tab-main-title,#index .all-product-link {
    display: none
}


#custom-text {
    margin-bottom: 20px;
	margin-top: 2rem;
    padding: 0 10px 50px;
    float: left;
    width: 100%;
    background-color: #fff
}


.ui-widget-content {
    border: 1px solid #e5e5e5!important
}


#content-wrapper {
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0;
    padding: 0;
    width: 100%;
    float: right
}




.block_newsletter form {
    position: relative;
    width: auto
}

.block_newsletter form .col-xs-12 {
    padding: 0;
    float: left;
    position: relative
}

.block_newsletter form .input-wrapper {
    overflow: hidden;
    width: auto;
    display: block;
    vertical-align: top;
    border-radius: 0
}


.block_newsletter form input[type="email"] {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 7px 5px 7px 20px;
    text-align: left;
    text-transform: none;
    width: 100%;
    height: 44px;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    margin-inline-end:0}

.block_newsletter form input.btn {
    margin: 15px 0 0 0;
    opacity: 1;
    width: auto;
    padding: 15px 30px;
    background-color: #00818d;
    color: #FFFFFF;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0
}


.block-social {
    padding: 0;
    width: auto;
    float: left;
	    width: 100%;
    margin-top: 2rem;
}


.block-social ul {
    margin: 0;
    width: 100%;
    text-align: left;
    display: inline-block;
    margin-top: 10px;
	display: flex;
	    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px;
}


#footer {
    clear: both;
    width: 100%;
    padding-top: 0
}

.footer-container {
    overflow: hidden;
    position: relative;
    background-size: cover
}

.footer-container>.container {
    padding-bottom: 50px;
    padding-top: 90px
}


.footer-container li {
    margin-bottom: 5px
}


.block-contact {
    border: medium none!important
}


.footer-container .links {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left
}

#footer .footer-container .block-contact {
    width: 100%;
    padding: 0;
    float: left;
    position: relative;
    bottom: auto;
    margin-block:0}


#_desktop_cart {
    padding: 0;
    float: right;
    position: relative;
    cursor: pointer
}


#_desktop_user_info .user-info {
    margin: 0;
    text-align: left;
    z-index: 999;
    border-radius: 0;

}

#_desktop_user_info .user-info a {
    display: flex;
    justify-content: start;
    align-items: start;
}


#header .header-nav #menu-icon .menu-close,#header .header-nav #menu-icon.active .menu-open,.header-top .header-div .container::after,#header .header-nav .container::after {
    display: none
}









.header-top .header-div {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto
}

.header-top .header-div .header-left {
    justify-self: flex-start;
    display: flex;
    align-items: center
}

.sub-container {
    display: flex;
    grid-template-columns: auto 1fr auto;
    padding: 0 12px;
    align-items: center;
    justify-content: flex-end;
}

.header-top .header-div .sub-container .header-right {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
    justify-content: end
}


.header-top .header-div .sub-container .header-center {
    text-align: center
}


#header .header-nav .right-nav {
    width: auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    gap: 35px;
    height: 32px;
    display: none;
}


#_desktop_user_info>.user-info a {
    clear: both;
    float: left;
    color: #000;
    margin-bottom: 0;
    margin-right: 0;
    text-transform: capitalize;
    width: 100%;
	gap: 8px;
}


.right-nav #_desktop_user_info {
    display: flex;
    flex-direction: row;
    grid-gap: 35px;
    align-items: center
}


.cart-products-counthome {
    position: absolute;
    height: 22px;
    width: 22px;
    right: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #00818d;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
    font-weight: 400;
    top: -6px;
    left: 16px;
	display: flex;
    justify-content: center;
}



#header .header-top {
    display: none;
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    height: 90px;
}

nav.header-nav {
    /* height: 32px; */
}

#wrapper {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 700px;
    clear: both
}


#index .breadcrumb[data-depth="1"],#index #breadcrumb_wrapper {
    display: none!important
}





#main .page-footer {
    margin: 0;
    float: left;
    padding-bottom: 20px
}


.page-home {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 100%
}


.container::after {
    content: "";
    display: table;
    clear: both
}





.clear {
    clear: both
}

div#_mobile_logo img.logo.img-fluid {
    width: 240px;
	height: 48px;
}
 






.products.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	justify-content: center;
} 

.kat-pom-div-img {
    width: 300px;
}

img.kat-pom-img {
    width: 300px;
    height: auto;
}

p.kat-pom-tekst {
	
    text-align: center;
    font-size: 1.2rem;

}

p.footer-column-title {
    font-size: 1.2rem;
    margin-bottom: 30px;
	font-family: helvetica, sans-serif; 
	text-transform: uppercase;
}

.footer-container .wraper {
    display: flex;
    flex-direction: column;
}

.block-social a {
    font-family: 'social-media';
    font-size: 4rem;
	filter: grayscale(1) brightness(1);
	transition: 0.5s;
}
.block-social a:hover {
    filter: none;
	transition: 0.5s;
}
 
 .mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    display: flex;
    justify-content: space-between;
    padding: 12px 24px;
    z-index:999;
	    border-top: 1px solid #e5e5e5;
}

.insert {
    background: white;
    width: 90px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #e5e5e5; */
}

.insert span.material-symbols-outlined {
    font-size: 36px;
	    font-weight: 600;
} 

div#menu-icon {
    display: none;
}

div#_mobile_cart {
    display: none;
}

div#_mobile_user_info {
    display: none;
}

.header-banner {
    display: none;
}

kontakt kontakt-mail przegroda:nth-child(2) {}

.kontakt.kontakt-mail.przegroda {
    width: 36px;
    height: 36px;
    /* font-size: 36px!important; */
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.kontakt.kontakt-telefon span:nth-child(2) {
    display: none;
}

.kontakt.kontakt-mail.przegroda span:nth-child(2) {
    display: none;
}

.kontakt.kontakt-telefon {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

 .footer-container .row {
    display: flex;
	flex-wrap: wrap;
	row-gap: 24px;
	margin-bottom: 24px;
	    flex-direction: column;
    align-items: center;
    width: 100%;
} 

.footer-container .kolumna {
    width: 100%;
    display: flex;
	padding-left: 10px;
	padding-right: 10px;
}



div#custom-text div#hiddenContent {
    visibility: hidden;
    max-height: 0;
    transition: 1s;
}
div#custom-text div#hiddenContent.visible {
    visibility: visible;
    max-height: 1700px;
    transition: 1s;
} 

.footer-container .kolumna:nth-child(4) {width: 100%;}

.footer-container .kolumna:nth-child(1) {
    width: 100%;
}

.block-social.col-lg-4.col-md-12.col-sm-12 {
    padding-left: 30px;
    padding-right: 30px;
} 

.mobile-bottom-menu .insert a {
    display: flex
;
    flex-direction: column;
    align-items: center;
}

button#toggleBtnSearch {
    border: 0;
    background: none;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#hiddenContentSearch {
    position: fixed;
    bottom: 0;
    background: #FFFF;
    width: 100%;
    transition: 1s;
    z-index:99
    
}

div#hiddenContentSearch.visible {
    bottom: 117px;
    transition: 1s;
	z-index:999;
}

div#search_widget {
    margin-bottom: 0;

}

#search_widget form {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: center;
    gap: 9px;
}

div#search_widget input[type="text"] {
    width: calc(100% - 45px);
    height: 36px;
    border: 1px solid lightgray;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.left-nav div#search_widget {
    display: none;
}

ul.mm_menus_ul.clicktext_show_submenu.active {
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
    backdrop-filter: blur(5px);
    background: none;
}
li.mm_menus_li.mm_sub_align_full {
    background: white;
	    min-height: 45px;
}

li.close_menu {
    background-color: rgb(0 129 141) !important;
}

ul.mm_columns_ul.active {
    top: 0;
} 
header#header {

        height: 90px;
    }
	
.left-nav a {
    display: flex
;
    gap: 8px;
}

.kontakt.kontakt-znajdz.przegroda a {
    display: flex
;
} 

.mylivechat_inline {
    z-index: 9;
}

.material-icons {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.breadcrumb li {
    text-align: center;
}

.breadcrumb ol {
	padding-inline-start: unset;
	
}

span.menu-mobile-podpis {
    font-size: 1rem;
}

@media screen and (max-width: 389px) {
  span.menu-mobile-podpis {
    font-size: 4vw;
}
}


.breadcrumb ol {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: flex
;
    flex-direction: row;
    list-style: none;
    
}

.breadcrumb li a::after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 21px;
    background-color: #bfbfbf;
}
.breadcrumb li a {
    position: relative;
	padding-inline:8px;
	
}
.breadcrumb li:first-child a {
    padding-inline-start:0}

.breadcrumb li:last-child a::after {
    display: none
}

.news_home_image_holder img {
    aspect-ratio: 3 / 2 !important;
    max-height: unset !important;
    max-width: 360px;
}

.smart-blog-home-news-date {
    font-family: Helvatica;
    color: #595959;
}

.popular-products-tabs button.products-tab-btn.active {
    color: #fff;
}

.popular-products-tabs button.products-tab-btn {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
    color: #000;
    border: 1px solid #ebe6e6;
    border-radius: 30px;
    padding: 3px 15px;
    font-weight: 600;
    box-shadow: 0 7px 8px #00000017;
    transition: color .35s ease;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
}

.popular-products-tabs button.products-tab-btn.active::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.popular-products-tabs button.products-tab-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00646d;
    border-radius: inherit;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .45s ease;
}

.popular-products-tabs button.products-tab-btn span {
    position: relative;
    z-index: 2;
}

.popular-products-tabs button.products-tab-btn.active {
    color: #fff;
}

.popular-products-tabs button.products-tab-btn {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
    color: #000;
    border: 1px solid #ebe6e6;
    border-radius: 30px;
    padding: 3px 15px;
    font-weight: 600;
    box-shadow: 0 7px 8px #00000017;
    transition: color .35s ease;
}

.popular-products-tabs button.products-tab-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00646d;
    border-radius: inherit;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .45s ease;
}

.popular-products-tabs button.products-tab-btn span {
    position: relative;
    z-index: 2;
}

.popular-products-switcher .products-tab-panels {
    position: relative;
    overflow: hidden;
    transition: height .4s ease;
}

.popular-products-switcher .products-tab-content.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    z-index: 2;
    transition: opacity .4s ease, transform .4s ease, visibility 0s linear 0s;
}

.popular-products-switcher .products-tab-content {
    position: absolute;
    inset: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity .4s ease, transform .4s ease, visibility 0s linear .4s;
}


/* slider */

.popular-products-tabs button.products-tab-btn.active {
    color: #fff;
}

.popular-products-tabs button.products-tab-btn {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
    color: #000;
    border: 1px solid #ebe6e6;
    border-radius: 30px;
    padding: 3px 15px;
    font-weight: 600;
    box-shadow: 0 7px 8px #00000017;
    transition: color .35s ease;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
}

.popular-products-tabs button.products-tab-btn.active::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.popular-products-tabs button.products-tab-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00646d;
    border-radius: inherit;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .45s ease;
}

.popular-products-tabs button.products-tab-btn span {
    position: relative;
    z-index: 2;
}

.popular-products-tabs button.products-tab-btn.active {
    color: #fff;
}

.popular-products-tabs button.products-tab-btn {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
    color: #000;
    border: 1px solid #ebe6e6;
    border-radius: 30px;
    padding: 3px 15px;
    font-weight: 600;
    box-shadow: 0 7px 8px #00000017;
    transition: color .35s ease;
}

.popular-products-tabs button.products-tab-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00646d;
    border-radius: inherit;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .45s ease;
}

.popular-products-tabs button.products-tab-btn span {
    position: relative;
    z-index: 2;
}

.popular-products-switcher .products-tab-panels {
    position: relative;
    overflow: hidden;
    transition: height .4s ease;
}

.popular-products-switcher .products-tab-content.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    z-index: 2;
    transition: opacity .4s ease, transform .4s ease, visibility 0s linear 0s;
}

.popular-products-switcher .products-tab-content {
    position: absolute;
    inset: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity .4s ease, transform .4s ease, visibility 0s linear .4s;
}

@media (max-width: 767px) {
	
    header#header {
	background: none;	
	z-index: 9;
	        position: absolute;
	}
	
	header#header::before {
    content: '';
    position: absolute;
    inset: 0;
    backdrop-filter: blur(12px);
}
	.kontakt.kontakt-mail.przegroda a {
		color: white;
	}
	
	.kontakt.kontakt-telefon a {
		color: white;
	}
	
	img.logo.img-fluid {
    z-index: 99;
    position: relative;
}
	
	
	 
}

.mylivechat_inline.mylivechat_inline_family_64_100.mylivechat_template75.mylivechat_template75_default_round.mylivechat_no_animation {
	width: 100%!important;
	right: 0!important;
	bottom: 100px!important;
	
}

/* Mobile mega menu: anchor the action bar to the screen bottom and scroll only the opened section. */
.mobile-bottom-menu {
    z-index: 10040;
}

.mobile-bottom-menu ul.mm_menus_ul.clicktext_show_submenu.active {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 10050;
    justify-content: flex-end !important;
    align-items: stretch;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: 100vh !important;
    padding-bottom: 0;
}

.mobile-bottom-menu:has(ul.mm_menus_ul.clicktext_show_submenu.active),
.mobile-bottom-menu .insert:has(ul.mm_menus_ul.clicktext_show_submenu.active) {
    z-index: 10040;
}

.mobile-bottom-menu ul.mm_menus_ul.clicktext_show_submenu.active > li.mm_menus_li {
    flex: 0 0 auto;
    position: relative;
    z-index: 10051;
}

.mobile-bottom-menu ul.mm_columns_ul.active,
.mobile-bottom-menu .mm_columns_ul.active {
    position: relative;
    z-index: 10052;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    max-height: calc(100vh - 300px) !important;
    -webkit-overflow-scrolling: touch;
}
