:focus {
    outline: 0px solid #007bff; /* Przykład koloru i stylu odznacznika */
}

/* .container .cr-p a {
    color: #7D6951;
} */

/* Ukryj odznacznik fokusu dla myszy */
/* :focus:not(:focus-visible) {
    outline: none;
} */

.contact-card a:hover {
    text-decoration: underline;
}

.footer-bottom .footer-menu li a:hover {
    text-decoration: underline;
}

.councelling-wrap .content-title .link-one:hover {
    text-decoration: underline;
}

body a:focus-visible {
    outline: solid 3px var(--secondaryColor) !important;
    outline-offset: 5px;
 }

 body a:focus, body button:focus {
    outline: solid 3px var(--secondaryColor) !important;
    outline-offset: 5px;
}

.error404 .hero-slider.owl-carousel .owl-nav {
    display: none;
}

.scroll_anchor {
    display: block;
    height: 600px;
    margin-top: -600px;
    visibility: hidden;
	position: absolute;
}

span.page-nav.list-style.mt-30.active{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 57px;
    height: 60px;
    color: var(--blackColor);
    border: 1px solid var(--secondaryColor);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.28px;
    text-align: center;
    transition: var(--transition);
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
}



.simple-wrap-fullwidth:before{
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 45.1%;
    height: 250px;
    background-image: url(../img/bg-shape-3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    z-index: -1;
}


 .skip-to-content-link {
    left: 50%;
    position: absolute;
    transform: translateY(-100%);
  }

  .skip-to-content-link {
    background: var(--secondaryColor);
    color: var(--whiteColor);
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -0.72px;
    left: 40%;
    padding: 10px;
    padding-bottom: 20px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: 999;
  }
  
  .skip-to-content-link:focus {
    transform: translateY(0%);
  }


  .header-wrap .header-top .header-top-left .select-font-weight ul li button:hover {
    text-decoration: underline;
    color: var(--secondaryColor);
  }

  /* Ukryj komunikat "If you are human, leave this field blank." */
div.frm_show_form {
    display: none !important;
}

.frm_verify {
    display: none;
}


.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    display: block;
    padding-left: 30px;
    text-indent: 0px;
    font-size: 16px !important;
    line-height: 20px !important;
}


.frm_checkbox input {
    background-color: transparent !important;
    border: 2px solid #A4A4A4 !important;
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    position: absolute !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    margin-right: 5px !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;
}

a#rozwinButton {
    font-weight: bold;
    text-decoration: underline;
}

a#rozwinButton:hover  {
  color: var(--primaryColor);
}


.rodo-link {
    text-decoration: underline;
}

#wiecejInfo {
    display: none;
  }

  .contact-wrap .contact-content p {
    margin-bottom: 15px;
  }

.contact-content a {
    text-decoration: underline;
    color: var(--primaryColor);
}  

.contact-content a:hover {
    color: var(--secondaryColor);
}

.contact-desc {
    margin-bottom: 70px;
}


.blog-desc p a:hover {
    color: var(--secondaryColor);
}

.frm_error {
    color: red;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 13px;
}



.frm_checkbox label {
    position: relative;
        cursor: pointer;
        color: var(--blackColor);
        padding-left: 36px;
        color: var(--black-900, #000);
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.28px;
    }

    .frm6 {
        display: inline-block;
        width: 49%;
        box-sizing: border-box;
        vertical-align: top;
        float: left;
    }


    .frm_first{
        margin-right: 2%;
    }


  .partner-slider {
    display: flex;
    justify-content: center; /* Wyśrodkowanie w poziomie */
    align-items: center; /* Wyśrodkowanie w pionie */
    height: 90px; /* Wysokość kontenera */
    }

    .partner-logo {
        margin: 0 10px; /* Odstęp między elementami */
        width: auto; /* Automatyczna szerokość */
        padding: 16px 50px
    }

    .partner-logo:hover {
        border: 1px solid #cf2e9b;
    }


    .partner-logo img {
        width: auto !important;
        margin: 0 auto;
        height: 90px;
    }

    .br-wrap .br-menu-wrap .br-menu li {
        display: inline-block;
        margin-right: 30px;
        font-size: 14px;
    }

    .br-wrap .br-menu-wrap .br-bar span {
        font-size: 14px;
    }

    .br-wrap .br-menu-wrap .br-bar:after {
        right: -10px;
    }




  @media only screen and (min-width: 1200px){
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 18px;
    }

    .cta-content {
        margin-top: 50px;
    }
}

@media (max-width: 991px){
    .br-wrap .br-menu-wrap .br-menu li {
        display: block;
        margin-right: 30px;
        text-align: left;
        padding: 5px;
    }
}

.blog-desc p,
.wp-block-post-content p {
    padding-bottom: 15px;
}


.blog-desc ul,
.wp-block-post-content ul {
    list-style: circle;
    padding-left: 30px;
    padding-bottom: 15px;
}

.blog-desc li,
.wp-block-post-content li {
    padding-bottom: 10px;
}


.block-prosta-tresc ol, 
.block-prosta-tresc ul {
    list-style: normal;
    padding-left: 30px;
    padding-bottom: 15px;
    color: #000;
    letter-spacing: 0;
    margin-top: 15px;
}

.block-prosta-tresc li {
    padding-bottom: 10px;
    padding-left: 5px;
}

.block-prosta-tresc ul {
    list-style: circle;
}



.hero-left-item h1 {
    color: #FFF;
    font-size: 41.05px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.052px;
    margin-bottom: 24px;
}

p.has-text-align-right {
    text-align: right;
}

p.has-text-align-left {
    text-align: left;
}

p.has-text-align-center {
    text-align: center;
}

.wpis-content-wrapper {
    text-align: justify;
}

.news-items:hover h2 {
    color: #7d6951;
}

.nnbtn:hover {
    text-decoration: underline;
}

.callto_action-btn:hover {
    background: #eee;
}

.bank-account {
    padding-top: 30px;
}

.bank-account-link {
    color: #fff;
}

.bank-account-link:hover {
    color: #7d6951;
}

.footer-meddle-inner-big {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 23px;
}

.wpis-content-wrapper .wp-block-embed iframe,
.wp-block-post-content iframe {
    width: 100%;
    height: 400px;
}

.news-page-pagenation .actives {
    background-color: #7D6951;
    color: #fff;
    display: flex;
    justify-content: center; /* Wyśrodkowanie w poziomie */
    align-items: center; /* Wyśrodkowanie w pionie */
    width: 100%;
    height: 100%;
}

.news-page-pagenation ul li a {
    color: #000;
}

.news-page-pagenation ul li:hover a {
    color: #fff;
}

.wpis-content-wrapper a {
    color: #7D6951;
}

.wpis-content-wrapper a:hover {
    text-decoration: underline;
}

.small-sp {
    color: #7D6951;
    font-size: 12px;
    font-style: italic; 
}

.bank-account-link:hover {
    cursor: pointer;
}

.footer__copyright {
    text-align: right;
    color: #fff;
    padding-top: 15px;
    margin-bottom: -15px;
    font-size: 12px;
}

.footer__copyright a {
    color: #7D6951;
}

.footer__copyright a:hover {
    color: #fff;
}

.document-items .dc_btn  {
    margin-bottom: 15px;
}

.drop_down>ul {
    min-width: 320px;
}

.rezerwacja-right p {
    margin-top: 0px;
}

.rezerwacja-right p:first-child {
    margin-top: 100px;
}

.rezerwacja-right p {
    margin-bottom: 15px;
}


.video-thumbnail {
    position: relative;
    display: inline-block;
    overflow: hidden; /* Dla efektu zoomu */
    width: 368px; /* Żądana szerokość */
    height: 226px; /* Żądana wysokość */
}

.video-thumbnail img {
    transform: scale(1.5);
    width: 100%;
    height: 100%;
    object-fit: cover; /* Zapewnia, że obraz będzie pokrywać całą powierzchnię kontenera */
    object-position: center; /* Skupia obraz na środku */
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1); /* Początkowe ustawienie ikony */
    font-size: 2em; /* Rozmiar ikony */
    color: white; /* Kolor ikony */
    transition: transform 0.3s ease, color 0.3s ease; /* Animacja transformacji i zmiany koloru */
}

.video-thumbnail:hover .play-icon {
    transform: translate(-50%, -50%) scale(1.3) rotate(360deg); /* Obrót i powiększenie ikony na hover */
    color: #fff; /* Zmiana koloru ikony */
}

#nsbBOXText {
    display: block;
    position: fixed;
    z-index: 1001;
    padding: 15px;
    left: 50%; /* Ustawienie elementu poziomo na środku */
    bottom: 80px; /* Odległość od dołu */
    transform: translateX(-50%); /* Przesunięcie elementu w lewo o połowę jego szerokości */
    width: auto; /* Szerokość elementu */
    line-height: 30px;
    font-size: 22px;
    background-color: rgba(31, 34, 54,.3);
    color: #fff;
    text-align: center;
}

.gallery-item {
    position: relative;
}

.gallery-image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: #fff;
    text-align: center;
    background-color: rgba(31, 34, 54,0.7);
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.nsbbox:hover .gallery-image-title {
    display: block;
}

.wyptate-Uni-right ul li {
    color: #1F2236;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: start;
    margin-bottom: 0px;
    justify-content: safe;
}

.wyptate-Uni-left ul li span {
    display: inline-block;
    margin-right: 16px;
}

.wyptate-Uni-left ul li {
    color: #1F2236;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: start;
    margin-bottom: 0px;
    justify-content: safe;
}

.wpis-content-wrapper {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: -0.72px;
}

.wpis-content-wrapper div {
    margin-bottom: 24px;
}

.hero-left-item a {
    color: #fff;
    /* text-decoration: underline; */
}



/* .hero-left-item a:hover {
    color: #7D6951;
    text-decoration: underline;
} */

.hero-left-item  .pagination-top a{
    text-decoration: none;
}

p.pogrzeb-wrapper-p {
    color: #7d6951;
    font-size: 14px;
}

.Pogrzeb-items:hover p.pogrzeb-wrapper-p {
    color: #d7d7d7;
    font-size: 14px;
    
}

.Pogrzeb-items {
    min-height: 240px;
}

.home  .Pogrzeb-items {
    min-height: 180px;
}

.cr-p ul {
    list-style: disc;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cr-p a {
    color: #7d6951;
}

.cr-p a:hover {
   text-decoration: underline;
}


.block-usluga-banner a:hover {
    color: #7d6951;
}

.st_list-p a {
    color: #7d6951;
}

.st_list-p a:hover {
    text-decoration: underline;
}

span.related {
    display: inline;
    padding-right: 5px;
}

i.fa-solid.fa-circle-exclamation {
    color: red;
}

.wyptate-Uni-right a {
    color: #7d6951;
}

.block-banner-strona a:hover {
    color: #7d6951;
}

.wpis-content-wrapper img {
    max-width: 100%;
    height: auto;
}

.hero-btm-menu-list .active a:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px; /* Długość podkreślenia */
    background-color: #7d6951; /* Kolor podkreślenia */
    position: static;
    bottom: 20px; /* Ustaw odstęp (padding) od tekstu */
    left: 0;
}

.hero-left-inner h3 {
    color: #1F2236;
    font-size: 22.78px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.911px;
    margin-bottom: 24px;
}

.left-top-header a.active {
    font-weight: bold !important;
}

.universum-poz-item h3 {
    color: #1F2236;
    font-size: 25.63px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.319px;
    letter-spacing: -1.025px;
    padding: 24px 0;
}

i.fa-brands.fa-facebook-f.fb-top {
    font-size: 20px;
    padding-left: 10px;
    margin-top: 3px;
}

@media (min-width: 768px){
    .callto_action-btn {
        display: none !important;
    }

    a.nav-link.active {
        font-weight: bold;
    }
}

@media (max-width: 991px){
    .modal-body iframe {
        width: 100%;
    }
}

@media (max-width: 767px){
    .callto_action-btn {
        display: inline-block !important;
    }

    

    .Pogrzeb-items {
        min-height: auto;
    }

    .callto_action-btn {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        line-height: 35px;
        background: #F7F7F7;
        display: block;
        text-align: center;
        padding-top: 8px;
        font-size: 16px;
        position: fixed;
        left: 10px;
        bottom: 10px;
        display: none;
        z-index: 99999;
        transition: 0.2s all ease;
        -webkit-transition: 0.2s all ease;
        -moz-transition: 0.2s all ease;
        z-index: 99999;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) { 
    .rezerwacja-right p:first-child {
        margin-top: 37px;
    } 
}

@media screen and (max-width: 767px) { 
    .rezerwacja-right p:first-child {
        margin-top: 37px;
    } 
}


/* JUSIFY */
.niesiemy-right p {
    text-align: justify;
}

.funeral-services-industry-left p,
.hero-left-item p {
    text-align: justify;
}

.universum-poz-item p {
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
}

.rezerwacja-right p,
.ceremonia-right-item p,
.cr-p p,
.death-took-items p {
    text-align: justify;
}

.wpis-content-wrapper p {
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
}

.wyptate-Uni-left p,
.wyptate-Uni-left div,
.wyptate-Uni-right p {
    text-align: justify;
}

.funeral-services-industry-right {
    text-align: justify;
}

.we-are-active-item p {
    text-align: justify;
}

.cr-p p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.mapa-mobile-lokalizacje {
    padding-bottom: 15px;
}

#tabs-mobile {
    display: none;
}

#tabs-desktop {
    display: block;
}

#tabs-mobile .funeral_plants-map iframe {
    height: 300px;
}


.pozostate_bottom-item .bank-account-link {
    color: #000;
}

.pozostate_bottom-item p {
    margin-bottom: 10px;
}

.gren-fixed {
    position: fixed;
}

.oddziaty_title h2 {
    margin-bottom: 30px;
}

.oddziaty_title p {
    color: #fff;
    margin-bottom: 50px;
}

.oddziaty-itemss p small {
    color: #988464;
}

.pozostate-itemss i {
    color: #998565;
    font-weight: bold;
}

.frm_checkbox a {
    color: #998565;
    font-weight: bold;
}

.frm_checkbox a:hover {
    text-decoration: underline;
}

.kontakt-legend {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.oddziaty_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.oddzialy-p {
    color: #fff;
    margin-bottom: 50px;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    font-size: 14px!important;
    font-weight: 400!important;
    display: block;
    width: 100% !important;
    padding: 12px 20px!important;
    border: 1px solid #C8C8C8!important;
    margin-bottom: 15px!important;
    outline: none!important;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 20px;
    width: 100%!important;
}

.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    text-indent: 0px !important;
}
.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    display: block !important;
    padding-left: 20px!important;
    padding-right: 10px!important;
    margin-top: -20px!important;
    text-align: justify;
    font-size: 14px !important;
    line-height: 20px !important;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field label, .frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_limit_error {
    color: #B94A48;
    margin-top: 20px;
    margin-bottom: 20px;
}

.universum-video .video-container img{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -190px;
}

@media (max-width: 768px){
    #tabs-mobile {
        display: block;
    }

    #tabs-desktop {
        display: none;
    }
}


/*KONICZYNA VET*/

.logo img {
    height: 100%;
    width: 100%;
}

#map {
    height: 346px; /* Wysokość kontenera */
    width: 100%; /* Szerokość kontenera */
}

.gm-style-iw-d {
    max-width: 200px;
}

.heading-map {
    color: #0A5170;
    font-size: 16px;
    font-style: normal;
    font-family: "ClashDisplay-Semibold", sans-serif;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

#map :focus {
    outline: 0px solid transparent;
}

#map .link-map {
    color: #0A5170;
    font-weight: bold;
    font-family: "ClashDisplay-Regular", sans-serif;
}

#map .link-map:hover {
    color: #30CAFB;
    font-weight: bold;
}

#map p {
    margin-bottom: 10px;
    font-family: "ClashDisplay-Regular", sans-serif;
}

.przy-banner .hero-left a {
    background: #1AAA55;
    padding: 16px 24px;
    color: #fff;
}

.breadcrums a{
    background: none !important;
    padding: 0 !important;
    color: #0A5170 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin: 0 0 24px;
}

.breadcrums a:hover,
.breadcrums a:focus {
    color: #30CAFB !important;
}

.lista-banner-shape img {
    max-width: 80%;

}

.podpis-icon img {
    width: 50px;
    max-height: 50px;
}

.krotki-right p {
    font-size: 1.8rem;
}



.zespot-banner .lista-banner-shape {
    /* top: -130px; */
    max-height: 80%;
}

.grupa-banner .lista-banner-shape {
    top: -130px;
}

.single-usluga .grupa-banner .lista-banner-shape {
    top: -0px;
}

.short-cnt-left p {
    font-size: 1.8rem;
    text-align: justify;
}

.short-cnt-left ul li {
    font-size: 1.8rem;
}

.nagtowek-right ul {
 color: #fff;
 padding-left: 30px;
 list-style: circle;
}

.short-cnt-right p a {
    background: none;
    color: #0092CA;
}

.short-cnt-right p a:hover {
    background: none;
    text-decoration: underline;
    color: #0092CA;
}

.lang-single-person {
    height: 24px !important;
    width: 24px !important;
}

.nasz-info-main {
    min-height: 230px;
}

.follow-social-media {
    padding-right: 15px;
}

.social_icon {
    padding-right: 5px;
}

.footer_text_sm {
    color: #fff;
}

.footer_text_sm {
    padding-right: 10px;
}

.link_service__list {
    color: #0A5170;
}

.link_service__list:hover {
    color: #0092CA;
}

.short-cnt-left ul,
.podpis-left ul,
.krotki-right ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 15px;
}

.p-1,
.nagtowek-right p {
    text-align: justify;
}

.p-1 ul,
.nagtowek-right p ul {
    text-align: left;
}


.podpis-cnt .p-1  {
    text-align: left;
}

.podpis-icon {
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.hero-left {
    padding-right: 15px;
}

.ustugi-content {
    min-height: 120px;
}

.podpis-main-wrapper--two-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    padding-top: 60px;
}

.podpis-main-wrapper--three-items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    padding-top: 60px;
}

.short-cnt-left__list {
    padding-left: 0px !important;
}

.short-cnt-left .short-cnt-left__list li span {
    padding: 16px 20px;
    border: 1px solid#0092CA;
    margin-right: 24px;
    width: 50px;
    min-width: 50px;
    text-align: center;
}


.page-id-24 .grupa-banner .lista-banner-shape {
    top: 0px;
}

/*Formidable Forms */

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    color: #FFF !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 23.4px !important;
    background-color: #0092CA !important;
    background:#0092CA !important;
    border: none !important;
    display: block !important;
    border-radius: 0 !important;
    padding: 16px 24px !important;
    text-align: center !important;
    width: 100% !important;
}

.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background-color: #0056b3 !important;
    background:#0056b3 !important;
    color: #fff !important;
}

.with_frm_style .frm_primary_label {
   
    color: #0A5170!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 21px!important;
    margin: 0 0 8px!important;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 5px!important;
    width: 100%!important;
}

.frm_checkbox label {
    display: block;
    padding-left: 0px;
    color: #0A5170 !important;
    font-size: 12.64px !important;
    font-weight: 400;
    line-height: 18.96px;
    cursor: pointer;
    transition: 0.2s;
}

.with_frm_style .vertical_radio .frm_checkbox label {
    color: #0A5170 !important;
    font-size: 12.64px !important;
    padding-left: 40px!important;
    margin-top: 20px!important;
}

/*Formidable Forms */

a.copyright__author {
    color: #eee;
    font-weight: bold;
    font-size: 12px;
}

a.copyright__author:hover {
    text-decoration: underline;
}

.footer_bottom .fb_icon {
    display: flex;
    align-items: baseline;
}

.col-lg-8.footer_btm_p {
    margin-bottom: 10px;
}


.single-post figure.wp-block-image {
    margin: 0;
}

.single-post .wp-block-image img {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-post .poj-details-wrapper ul {
    padding-left: 40px;
    margin-bottom: 30px;
}

.single-post .poj-details-wrapper ul li {
    list-style: circle;
    display: list-item;
    margin-bottom: 10px;
}

.gallery-col {
    margin-bottom: 30px;
}

.gallery-title h2 {
    font-size: 25.63px;
    font-weight: 600;
    line-height: 33.319px;
    margin-bottom: 30px;
}


.single-post .poj-details-wrapper p {
    font-size: 18px;
    line-height: 26px;
}

.single-post .poj-details-wrapper ul li {
    font-size: 18px;
    line-height: 26px;
}

.author_info_content p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}



@media (min-width: 1200px){
    .nasz-slider-content .nasz-info {
        min-height: 330px;
    }

    .nasz-slider-content .nasz-link {
        position: static;
        padding-top: 25px;
    }

    .mt-8, .my-8 {
        margin-top: 8rem!important;
    }

    #menu>li>a {
        font-weight: bold !important;
        font-size: 1.6rem !important;
    }
    
    .logo {
        max-width: 30.9rem;
    }
    
    /* .logo img {
        height: 100%;
        width: 290px;
    } */
}

@media (max-width: 768px) {
    .short-cnt-left p {
        font-size: 1.5rem;
    }

    .short-cnt-left ul li {
        font-size: 1.5rem;
    }

    .checkbox input {
        width: 30px !important;  
    }

    .button-umow-wizyte {
        margin-top: 30px;
        display: inline-block;
    }
	
	.fb_icon_new {
		margin-top: 0rem;
	}
    
}


#wpadminbar {
    position: fixed;
    top: 0 !important;
}

.header__menu {
    margin: 0px;
    list-style: none;
}

.footer__newsletter {
    color: #fff;
}

.footer_logo_kz {
    max-width: 200px !important;
    margin-bottom: 15px;
}

ol {
    list-style: circle !important;
}

.woocommerce-checkout .checkout-bar li.active:after,
ul.checkout-bar li.visited:after, ul.checkout-bar:before {
    background-color: #dc9814 !important;
}

.header__cart {
    position: relative;
    display: inline-block;
}

.header__cart .cart-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    background-color: #dc9814;
    color: white;
    border-radius: 50%;
    padding: 5px 5px;
    line-height: 1;
    min-width: 20px;
    text-align: center;
    margin-left: 10px;
    margin-top: -15px;
}





#main-section .entry-title {
    margin-bottom: 30px;
}

#main-section p {
    margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content{
    margin-bottom: 30px;
}



strong {
    font-weight: 700;
}

#wp-admin-bar-comments,
#wp-admin-bar-wp-logo,
#wp-admin-bar-new-content {
    display: none !important;
}


.woocommerce-billing-fields__field-wrapper #billing_country_field {
    display: none;
}


.wpcf7-form p {
    margin: 0;
    padding: 0;
    display: inline-block; /* lub inline, w zależności od potrzeb */
}

.control p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.checkbox p {
    display: flex;
    align-items: center;
}

.checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.control p .wpcf7-form-control {
    flex-grow: 1;
    border-radius: 5px 0 0 5px;
}

.control button[type="submit"] {
    border-radius: 0 5px 5px 0;
}


.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: none !important; 
}

.footer form .control input {
    width: 100% !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000 !important;
    color: #fff;
    background: #ff0000;
    font-size: 14px;
}

.container__title {
    margin-top: 0px;
}

.course__image img {
    width: 100% !important;
}

.course__image {
    border-radius: 24px 24px 0 0 !important;
}


.product-details-wrapper, .single-product .woocommerce-Tabs-panel, .single-product .archive-header .woocommerce-breadcrumb, .plp-below.archive.woocommerce .archive-header .woocommerce-breadcrumb, .related.products, .site-content #sspotReviews:not([data-shortcode="1"]), .upsells.products, .composite_summary, .composite_wrap, .wc-prl-recommendations, .yith-wfbt-section.woocommerce {
    max-width: 100% !important;
}


#sspotReviews, .product-details-wrapper, .related.products, .single-product .archive-header .woocommerce-breadcrumb, .single-product .woocommerce-Tabs-panel, .upsells.products, .wc-prl-recommendations, .woocommerce-tabs.wc-tabs-wrapper, .yith-wfbt-section.woocommerce {
    padding-right: 0px !important;
    padding-left: 0px !important;
}




@media (min-width: 993px) {
    .woocommerce-tabs {
        padding-top: auto;
        padding-bottom: auto;
    }
}

.related-wrapper {
    display: none;
}

@media (min-width: 993px) {
    .woocommerce-tabs {
        padding-top: 0px !important;
        padding-bottom: 0px  !important;
    }
}


.woocommerce-tabs .panel {
    padding-top: 0px !important;
}

@media (max-width: 768px){
    .header__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    a.header__cart {
        padding-right: 15px;
    }
}


.wpcf7-list-item {
    margin: 0 0 0 0em !important;
}

/* 
td.product-quantity {
    display: none !important;
} */


@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}

@media (max-width: 768px){
    h3 {
        font-size: 26px;
    }
}

.timeline-design-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 100px 0;
}

img.timeline-img-content {
    max-width: 400px;
    padding-top: 15px;
}

.timeline-design {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline {
    width: 80%;
    height: auto;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.timeline-content {
    padding: 0 1.75rem 1.75rem 1.75rem;
    color: #444344;
    transition: 0.4s ease;
    overflow-wrap: break-word !important;
    margin: 1rem;
    margin-bottom: 20px;
    border-radius: 6px;
}



.timeline-component {
    margin: 0px 20px 20px 20px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .timeline {
        display: grid;
        grid-template-columns: 1fr 3px 1fr;
    }

    .timeline-component.timeline-content:nth-child(3n + 1) {
        grid-column: 1 / 2; /* Elementy wstawiane w pierwszej kolumnie (lewa strona) */
    }

    .timeline-component.timeline-content:nth-child(3n + 2) {
        grid-column: 3 / 4; /* Elementy wstawiane w trzeciej kolumnie (prawa strona) */
    }

    .timeline-middle {
        position: relative;
        width: 3px;
        height: 100%;
        grid-column: 2 / 3; /* Linia pośrodku */
    }

    .timeline-middle:before {
        content: '';
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 100px;
        background: repeating-linear-gradient(
            to bottom,
            #444344,
            #444344 50px,
            #444344 50px,
            #444344 100px
        );
    }

    .timeline-middle:nth-of-type(2):before {
        content: '';
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 100px;
        background: linear-gradient(
            to bottom,
            #ffffff,
            #444344
        );
    }

    .timeline-middle:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 100%;
        background: #444344;
    }

    .timeline-circle {
        position: absolute;
        top: 0;
        left: 50%;
        width: 45px; /* Zwiększono rozmiar, aby lepiej pasowało do SVG */
        height: 45px;
        border-radius: 50%;
        background-image: url('https://kasia-zasiadly.jelly.ak4.pl/wp-content/themes/kasia-zasiadly/assets/star.svg');
        background-size: cover; /* Ustawienie na 'cover' dopasowuje obraz do rozmiaru kontenera */
        background-position: center;
        background-repeat: no-repeat;
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px){
    .timeline {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
        display: grid;
        flex-direction: column;
        position: relative;
    }
}

@media (max-width: 1024px){
    img.timeline-img-content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .timeline {
        display: flex;
        flex-direction: column;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .timeline-content img {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .timeline-design-section {
        padding: 0px 0;
    }

    img.timeline-img-content {
        max-width: 100%;
    }

    .timeline-middle {
        display: none;
    }

    .timeline-component.timeline-content {
        padding-left: 0px;
        position: relative;
        margin-left: auto;
        width: 100%; /* Zapewnia odpowiednie wyrównanie */
    }

    .timeline-component {
        margin-right: 0px;
        padding-right: 0px;
    }

    .timeline-circle {
        position: absolute;
        top: 20px;
        left: -20px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-image: url('https://kasia-zasiadly.jelly.ak4.pl/wp-content/themes/kasia-zasiadly/assets/star.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (max-width: 420px){
    img.timeline-img-content {
        max-width: 280px;
    }
}


.text-center {
    text-align: center;
}

#timeline-header {
    padding-bottom: 50px;
}


.logo-grid-section {
    padding: 20px;
    background-color: #f4f4f4;
    min-height: 120px;
}

.logo-grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1230px;
    margin: 0 auto;
}

.logo-item {
    flex: 1 1 calc(16.666% - 20px); /* Sześć elementów w linii na większych ekranach */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: calc(16.666% - 20px);
    height: 120px; /* Zapewnienie, że kontener ma odpowiednią wysokość */
}

.logo-item img {
    max-height: 100%; /* Ustawienie maksymalnej wysokości na 100% kontenera */
    width: auto;
    height: auto;
    max-width: 100%;
}

@media (max-width: 1024px) { /* Dla tabletów i mniejszych komputerów */
    .logo-item {
        flex: 1 1 calc(33.333% - 20px); /* Trzy elementy w linii na tabletach */
        max-width: calc(33.333% - 20px);
    }
}

@media (max-width: 768px) { /* Dla większych telefonów */
    .logo-item {
        flex: 1 1 calc(50% - 20px); /* Dwa elementy w linii na telefonach */
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 480px) { /* Dla mniejszych telefonów */
    .logo-item {
        flex: 1 1 calc(50% - 20px); /* Dwa elementy w linii na małych telefonach */
        max-width: calc(50% - 20px);
    }
}

input#main__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ea42a6;
    color: #fffefc;
    height: 64px;
    padding: 16px 32px;
    border-radius: 40px;
    gap: 6px;
    font-size: 24px;
    transition: background-color ease .5s;
}

.block-formularz-kontaktowy input[type=email], .block-formularz-kontaktowy input[type=password], .block-formularz-kontaktowy input[type=tel], .block-formularz-kontaktowy input[type=text], .block-formularz-kontaktowy input[type=url], .block-formularz-kontaktowy textarea {
    margin-bottom: 15px;
    border-radius: 20px;
    padding: 15px;
    font-size: 16px;
}

.added_to_cart.disabled, .added_to_cart:disabled, .button.disabled, .button:disabled, button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled {
    opacity: 1 !important;
}

.block-formularz-kontaktowy input#main__button {
    margin-bottom: 0px;
    width: 100%;
}

.block-formularz-kontaktowy input[type="checkbox"], .block-formularz-kontaktowy input[type="radio"] {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-color: #fff;
}

.block-formularz-kontaktowy input[type=email]::placeholder, 
.block-formularz-kontaktowy input[type=password]::placeholder, 
.block-formularz-kontaktowy input[type=tel]::placeholder, 
.block-formularz-kontaktowy input[type=text]::placeholder, 
.block-formularz-kontaktowy input[type=url]::placeholder, 
.block-formularz-kontaktowy textarea::placeholder {
    color: #B3B3B3;
    opacity: 1; /* Upewnij się, że placeholder nie jest zbyt przezroczysty */
}

/* Dla starszych przeglądarek */
.block-formularz-kontaktowy input[type=email]::-webkit-input-placeholder, 
.block-formularz-kontaktowy input[type=password]::-webkit-input-placeholder, 
.block-formularz-kontaktowy input[type=tel]::-webkit-input-placeholder, 
.block-formularz-kontaktowy input[type=text]::-webkit-input-placeholder, 
.block-formularz-kontaktowy input[type=url]::-webkit-input-placeholder, 
.block-formularz-kontaktowy textarea::-webkit-input-placeholder {
    color: #B3B3B3;
}

.block-formularz-kontaktowy input[type=email]:-moz-placeholder, 
.block-formularz-kontaktowy input[type=password]:-moz-placeholder, 
.block-formularz-kontaktowy input[type=tel]:-moz-placeholder, 
.block-formularz-kontaktowy input[type=text]:-moz-placeholder, 
.block-formularz-kontaktowy input[type=url]:-moz-placeholder, 
.block-formularz-kontaktowy textarea:-moz-placeholder {
    color: #B3B3B3;
}

.block-formularz-kontaktowy input[type=email]::-moz-placeholder, 
.block-formularz-kontaktowy input[type=password]::-moz-placeholder, 
.block-formularz-kontaktowy input[type=tel]::-moz-placeholder, 
.block-formularz-kontaktowy input[type=text]::-moz-placeholder, 
.block-formularz-kontaktowy input[type=url]::-moz-placeholder, 
.block-formularz-kontaktowy textarea::-moz-placeholder {
    color: #B3B3B3;
}

.block-formularz-kontaktowy input[type=email]:-ms-input-placeholder, 
.block-formularz-kontaktowy input[type=password]:-ms-input-placeholder, 
.block-formularz-kontaktowy input[type=tel]:-ms-input-placeholder, 
.block-formularz-kontaktowy input[type=text]:-ms-input-placeholder, 
.block-formularz-kontaktowy input[type=url]:-ms-input-placeholder, 
.block-formularz-kontaktowy textarea:-ms-input-placeholder {
    color: #B3B3B3;
}


span.wpcf7-list-item-label {
    font-size: 14px;
    line-height: 14px;
}


.block-formularz-kontaktowy label {
    display: inline-flex;
    align-items: flex-start; /* Wyrównanie checkboxa i tekstu do góry */
}

.block-formularz-kontaktowy label .wpcf7-list-item-label {
    margin-left: 10px; /* Odstęp między checkboxem a tekstem */
    line-height: 1.5; /* Opcjonalne - poprawienie czytelności tekstu */
}

.block-formularz-kontaktowy label input[type="checkbox"] {
    margin-top: 3px; /* Opcjonalne - dopasowanie pozycji checkboxa */
}


.block-formularz-kontaktowy .wpcf7-not-valid {
    background-color: #ffdff2;
}

.block-formularz-kontaktowy .wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

@media (max-width: 768px){
    .main__image_contact {
        margin-top: 15px;
    }
}

.cart-count {
    display: none;
}


@media (max-width: 768px){
    .checkout-wrap {
        margin-bottom: 90px !important;
        margin-top: -25px !important;
    }
    ul.checkout-bar li {
        font-size: 12px !important;
    }
}


.company-field {
    display: none; /* Ukrywanie domyślne */
    margin-bottom: 20px;
}


#billing_company_select_field label {
    font-size: 14px !important;
    font-weight: 700;
}

.form-row label {
    display: block;
    font-family: Montserrat !important;
}

#payment .payment_methods li p, .woocommerce-shipping-calculator,
#main-section p{
    font-family: Montserrat !important;
}


/* Stylizacja dla popupu */
.search-popup {
    display: none; /* Ukryty na początku */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* Półprzezroczyste tło */
}

.search-popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Szerokość okna popup */
    max-width: 600px; /* Maksymalna szerokość */
    text-align: center;
}

.search-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.search-close:hover,
.search-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.hero-paginations-content ul li a {
    text-transform: uppercase;
}

#payment .place-order .button, .woocommerce a.checkout-button.button.alt {
    color: #fff;
}

#payment .place-order .button:hover, .woocommerce a.checkout-button.button.alt:hover {
    color: #fff;
    background: #7d6951;
}

.checkout_coupon .form-row button {
    color: #fff;
}

.checkout_coupon .form-row button:hover {
    color: #fff;
    background: #7d6951;
}

.checkout_coupon input {
    color: #000;
}

.col-full, .single-product .site-content .shoptimizer-sticky-add-to-cart .col-full, body .woocommerce-message, .single-product .site-content .commercekit-sticky-add-to-cart .col-full, .wc-block-components-notice-banner {
    max-width: 100% !important;
} 


.xoo-wsc-img-col img {
    width: 190px !important;
    height: auto !important;
    max-height: 100px !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.xoo-wsc-img-col img {
    width: 80px !important;
    height: 80px !important;
}

.logo-dostawy-footer {
    height: 30px;
    width: auto;
}

span.woocommerce-Price-amount.amount {
    padding-left: 0px !important;
}

.button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-color: #7d6951 !important;
    background-color: #7d6951 !important;
    color: #fff !important; 
}

.button.alt.geowidget_show_map, #geowidget_show_map {
    width: 100% !important; 
    max-width: 100% !important;
    padding: 12px 10px 12px 10px !important;
    font-weight: normal;
}

.product-item-thumbnail img {
    width: 50px !important;
    height: 50px!important;
    object-fit: cover!important; 
}

.includes_tax .woocommerce-Price-amount.amount {
    padding-left: 0px !important;
}

.call-back-feature {
    display: none !important;
}

@media (max-width: 768px){
    .woocommerce-cart .woocommerce-notices-wrapper {
        margin-top: 60px !important;
    }

}

@media (max-width: 991px){
    .woocommerce-cart-form {
        width: 100% !important;
    }

    .cart-collaterals {
        width: 100% !important;
    }

    .cart-custom-field img {
        max-width: 100%;
    }
}


.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 100px;
}


div#tab-description {
    margin-top: 100px;
}


.newslettera-form input[type="checkbox"] {
    width: 5% !important;
    float: left;
    margin-top: 10px;
    height: 20px;
    margin-right: 15px !important;
    margin-bottom: 30px !important;
}

.sub-btns {
    margin-top: 30px;
}


.filtruj-producty-menu-page h1.woocommerce-products-header__title.page-title {
    display: none !important;
}

@media (max-width: 992px) {
    .sticky-m .mobile-filter, .sticky-m #cgkitpf-horizontal {
        top: 0px !important;
    }

    .filtruj-producty-menu-page {
        padding: 15px 0 !important;
    }

    .filtruj-producty-menu-right {
        display: none !important;
    }

    .woocommerce.archive.filter-open #secondary, .wc-active.search-results.filter-open #secondary, .page-template-template-woocommerce-archives.filter-open #secondary, .woocommerce.archive.yith-wcan-preset-modal-open #secondary {
        z-index: 99999 !important;
    }

    .filter-open .filters.close-drawer {
        z-index: 99999 !important;
    }

    .mySwiper1 .swiper-slide {
        height: 62px !important;
        margin-top: 5px !important;
    }

    .checkout-pagi-link ul {
        display: inline-block !important;
    }

    .checkout-pagi-link ul li {
        display: inline !important;
        padding-right: 2px;
    }

    .checkout-pagi-link ul li a {
        margin-bottom: 0px;
    }
   
}

#searchPopup .product_price {
    display: flex;
    align-items: center;
    margin: 0 auto;
} 

#searchPopup .product_price .symbol {
    order: 2; /* Przesuwa symbol waluty za kwotę */
    margin-left: 5px; /* Opcjonalne: odstęp pomiędzy kwotą a symbolem */
}

#searchPopup .product_price .tax_text {
    order: 3; /* Ustawienie kolejności dla tax_text, jeśli ma być na końcu */
}

#searchPopup .product_price span {
    order: 1; /* Ustawienie kolejności dla kwoty */
}


.ss_modal .ss_modal_header .ss_modal_search label:after {
    background-color: #7D6951 !important;

}

@media screen and (max-width: 576px) {
    .mobile-menu-item .menu-item {
        display: block !important;
    }
}
.sub-menu {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    transform: translateY(0) !important;
    z-index: 1000 !important;
    background-color: #fff !important;
    border: 1px solid #b0b0b0 !important;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1) !important;
    min-width: 200px !important;
    margin-left: 0px !important;
}

.menu-item:hover > .sub-menu {
    display: block !important;
}

.sub-menu li {
    display: block !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    white-space: nowrap !important;
}

.sub-menu li a {
    color: #333 !important;
    text-decoration: none !important;
    display: block !important;
}

.sub-menu li a:hover {
    background-color: #fff !important;
    color: #7d6951 !important;
}

.menu-item {
    position: relative !important;
}

.menu-item:hover > .sub-menu {
    transform: translateY(0) !important;
}

.icon-wrapper {
    display: none !important;
}

.menu-item ul li a {
    text-transform: uppercase !important;
}

.shop-menu-link a {
    color: #ccb28a !important;
    font-weight: bold !important;
}

.current_page_item a,
.current-menu-item a {
    font-weight: bold !important;
}

.sub-menu .current-menu-item {
    background: #ccb28a !important;
}

.mobile-menu-item a {
    text-transform: uppercase !important;
}

.mobile-menu-item .shop-menu-link a {
    color: #fff !important;
}

@media (max-width: 768px){
    #searchPopup {
        width: 80% !important;
    }
}


.container.checkout-container {
    margin-top: 70px;
}

.woocommerce-MyAccount-navigation ul {
    width: 100%;
}

.woocommerce-MyAccount-content a {
    color: #7D6951 !important;
}

.woocommerce-MyAccount-content a:hover {
    color: #7D6951 !important;
    font-weight: bold;
}


.woocommerce-MyAccount-content a.woocommerce-Button.wc-forward.button {
    background: transparent !important;
    color: #fff !important;
}

.woocommerce-MyAccount-content a.button.wc-forward {
    background: transparent !important;
    color: #fff !important;
}

.woocommerce-Address-title {
    display: contents !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
}

.addresses header.title a {
    margin-left: 0 !important;
    margin-bottom: 20px !important;
}

p.woocommerce-LostPassword.lost_password a {
    color: #7D6951 !important;
}

form.woocommerce-form.woocommerce-form-login.login {
    max-width: 400px;
}

a.woocommerce-terms-and-conditions-link {
    color: #7D6951 !important;
}

.woocommerce-MyAccount-navigation-link--payment-methods {
    display: none !important;
}

ul.product-categories {
    font-family: "Montserrat", sans-serif;
}


.widget .widget-title, .widget .widgettitle, .widget.widget_block h2 {
    color: #383838;
    font-family: "Playfair Display" !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 26px !important;
    margin-bottom: 16px;
}

.below-woocommerce-category h2 {
    font-family: "Playfair Display" !important; 
}

.below-woocommerce-category p {
    font-family: "Montserrat", sans-serif !important;
    margin-bottom: 20px; 
}

.new-pd-img img {
    max-height: 350px !important;
}


#product-slider-left .swiper-slide img {
    max-height: 700px;
    width: auto;
    margin: 0 auto;
}

span.ckit-chosen-attribute_semicolon {
    display: none !important;
}

.variations .cgkit-chosen-attribute {
    display: none !important;
}

.variations .label {
    padding: 0px;
    display: block;
    width: 100%;
}

.variations_form table td, .variations_form .variations table th {
    padding: 0px;
    text-align: left;
    vertical-align: top;
    display: block;
}

h1.product_title.entry-title {
    color: #383838;
    font-family: "Playfair Display";
    font-size: 41.05px;
    font-style: normal;
    font-weight: 600;
    line-height: 53.365px;
    margin-bottom: 16px;
}

.single-product .container.checkout-container {
    margin-top: 0px !important;
}


.single-product .checkout-product-details .price {
    color: #BC9153 !important;
    font-size: 25.63px !important;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 33.319px !important;
    display: inline-flex !important;
    margin-bottom: 0px !important;
}

.single-product .checkout-product-details .price bdi {
    color: #BC9153 !important;
    font-size: 25.63px !important;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 33.319px !important;
    display: inline-flex !important;
    margin-bottom: 0px !important;
    padding-right: 5px;
    padding-left: 5px;
}

.single-product .checkout-product-details span.woocommerce-Price-currencySymbol {
    color: #BC9153;
    font-size: 25.63px;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 33.319px;
    display: inline-flex !important;
    margin-bottom: 0px !important;
}


.single-product .woocommerce-product-details__short-description p {
    color: #434343;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 32px;
    font-family: "Montserrat", sans-serif;
}

.single-product fieldset {
    padding: 5px 0px !important;
    border: 0px solid transparent !important;
}

.single-product .product-widget fieldset legend {
    display: none !important;
}

.single-product .product-widget fieldset img {
    display: block;
    width: 100%;
}


.single-product .variations tbody tr {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
}

.single-product .variations tbody {
    display: flex;
    flex-wrap: wrap;
}

.single-product .variations th.label,
.single-product .variations td.value {
    width: 100%;
}


a.reset_variations {
    display: none !important;
}

.single-product input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: auto !important;
    margin: 0 !important;
}


/* Show the spinner controls even when not focused */
.single-product input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 55px;
}

/* Force the spinner controls to be visible on all states */
.single-product input[type="number"]::-webkit-inner-spin-button, 
.single-product input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
    opacity: 1; /* Ensure the arrows are visible */
    display: block;
}


.single-product .quantity-add-to-cart {
    display: flex;
    align-items: center; /* Wyrównanie elementów w pionie */
}

.single-product .quantity {
    margin-right: 10px; /* Odstęp między polem ilości a przyciskiem */
}

.single-product .add-to-cart-button {
    padding: 10px 20px; /* Dostosowanie rozmiaru przycisku */
    white-space: nowrap; /* Zapobiega łamaniu tekstu w przycisku */
}


.single-product .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    align-items: center;
}

.single-product .woocommerce-variation-add-to-cart .quantity {
    margin-right: 10px; /* Odstęp między polem ilości a przyciskiem */
}

.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    margin: 0; /* Usuń ewentualne marginesy, które mogłyby przesunąć przycisk */
}


.accordion h3 {
    line-height: normal !important;
    font-family: "Montserrat", sans-serif !important;
    margin-bottom: 0px !important;
}

.checkout-faq-inner {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* .single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
    width: 100%;
    padding: 16px 20px;
    background-color: #AD7E45 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}


.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
    width: 100%;
    padding: 16px 20px;
    background-color: #000 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
} */

p.stock.in-stock {
    display: none;
}


.checkout-product-details small.omnibus-lowest-price {
    color: #1c781b;
}

.woocommerce-variation-price, .omnibus-container {
    display: flex;
}

.woocommerce-variation-price {
    display: flex;
    align-items: center;
}

.woocommerce-variation-price .price {
    margin-right: 10px; /* Dostosuj odstęp między ceną a tekstem */
}

small.omnibus-lowest-price {
    display: flex;
}


.omnibus-container .woocommerce-Price-currencySymbol {
    color: #1c781b !important;
    font-size: 14px !important;
}

.checkout-product-details .omnibus-container {
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.accordion>div p {
    padding-bottom: 15px;
    margin-top: 15px;
    color: #434343;
}

.accordion ul {
    padding-left: 30px;
}

.accordion ul,
.accordion li {
    color: #434343;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    list-style-type: circle;
}


.commercekit-ajs-results {
    position: absolute;
    overflow-y: auto;
    min-height: 280px;
    overflow-x: hidden;
    background: #fff !important;
    z-index: 333;
}

a.commercekit-ajs-view-all {
    color: #fff !important;
}

.product-widget {
    margin-bottom: 50px !important;
}

button.single_add_to_cart_button.button.alt {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0px;
    background: #AD7E45 !important;
}


button.single_add_to_cart_button.button.alt:hover {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    background: #000 !important;
}

.omnibus-lowest-price {
    font-family: "Montserrat", sans-serif !important; 
}

.omnibus-lowest-price span.woocommerce-Price-amount.amount {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    color: #1c781b;
}

.omnibus-lowest-price .woocommerce-Price-currencySymbol {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    color: #1c781b !important;

}

.omnibus-lowest-price bdi {
    margin-left: 5px;
    margin-right: 5px;
}

.single-product .cart {
    min-height: 50px;
}

p.price-100ml {
    color: #858282;
    font-style: italic;
}





.single-product .cart {
    display: flex;
}

.single-product .swiper-slide img {
    max-height: 600px !important;
    max-width: 600px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    margin: 0 auto;
}

.single-product .checkout-sub-btn {
    margin-bottom: 32px;
    width: 100%;
}

.single-product .variations_form {
    display: block !important;
}

.cross-sells h2 {
    font-family: "Playfair Display" !important; 
}

#secondary .widget .current-cat > a, #secondary .widget .current-cat > a:hover {
    color: #bc9153;
    font-weight: 800 !important;
    text-decoration: underline;
}

.woocommerce-widget-layered-nav-list__item--chosen a {
    color: #bc9153 !important;
    font-weight: 800 !important;
    font-family: "Montserrat", sans-serif !important; 
    text-decoration: underline !important;
}

.img-post {
    max-height: 500px !important;
    width: auto !important;
}


.cat-item-129,
.cat-item-142,
.cat-item-136,
.cat-item-135,
.cat-item-146,
.cat-item-141,
.cat-item-145,
.cat-item-149,
.cat-item-148,
.cat-item-130,
.cat-item-143,
.cat-item-150,
.cat-item-152,
.cat-item-151 {
	display: none !important;
}

.single-product .thums-img-item img {
    max-width: 100px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
    object-fit: fill;
    margin: 0 auto;
}





a.showlogin {
    font-weight: bold;
    text-decoration: underline;
}


@media screen and (max-width: 576px) {
    .new-pd-img {
        height: 300px !important;
    }

    .woocommerce-pagination .page-numbers li .page-numbers {
        width: 30px;
        height: 30px; 
    }
}


.woocommerce-checkout footer,
.woocommerce-cart footer {
    display: none !important;
}

.vat-info {
    display: inline;
}


.vat-info, .vat-info .woocommerce-Price-amount, .vat-info bdi, .vat-info .woocommerce-Price-currencySymbol {
    font-size: 11px !important;
    color: #030303 !important;
    font-weight: 300 !important;
    display: inline;
}


.wips__content__top__card ul {
    display: flex;
    flex-direction: column;
    list-style: decimal;
    gap: 14px;
    padding-left: 20px;
}


.organic__content {
    max-width: 525px;
}

#organic__content2 {
    max-width: 100% !important; 
}
.euthis-cart-notices {
    margin-bottom: 24px;
}

.euthis-cart-notices .woocommerce-error,
.euthis-cart-notices .woocommerce-info,
.euthis-cart-notices .woocommerce-message {
    margin: 0 0 16px;
    list-style: none;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background: #435a1b;
    padding: 10px 14px;
    color: #fff !important;
    border: 0;
}

.woocommerce-error {
    margin-bottom: 10px !important;
}

.coupon__row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.coupon__row .input__field {
    flex: 1;
    margin-bottom: 0;
}

.coupon__row .input__field input {
    width: 100%;
    height: 24px;
}

.coupon__row .btns {
    min-width: 160px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-item-meta dl {
    margin: 8px 0 0;
}

.cart-item-meta dt,
.cart-item-meta dd {
    font-size: 14px;
    line-height: 1.4;
}

#product__cart__cards__btn-buy a {
    background: #2c3a15;
    color: #fff;
}

#product__cart__cards__btn-buy a:hover {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold);
}

.product__table .cart-remove-btn,
.mobile__product__cart .cart-remove-btn {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #c79a2b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    transition: 0.3s ease;
    padding: 0;
}

.product__table .cart-remove-btn:hover,
.mobile__product__cart .cart-remove-btn:hover {
    background: #b88b21;
    transform: scale(1.04);
}

.product__table .cart-remove-btn img,
.mobile__product__cart .cart-remove-btn img {
    width: 22px;
    height: 22px;
    display: block;
    object-fit: contain;
}

.product__table td:last-child {
    text-align: center;
    vertical-align: middle;
}

/* =========================
   QUANTITY
========================= */

.product__table td:nth-child(2) {
    width: 150px;
}

.product__table .quantity__count,
.mobile__products__all__cards .quantity__count {
    display: grid;
    grid-template-columns: 42px 44px 42px;
    width: 128px;
    min-width: 128px;
    max-width: 128px;
    height: 42px;
    border: 1px solid #4a5a2a;
    overflow: hidden;
    background: #fff;
}

.product__table .quantity__count .qty-btn,
.mobile__products__all__cards .quantity__count .qty-btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border: 0;
    background: #fff;
    color: #111;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
}

.product__table .quantity__count .qty-btn.minus,
.mobile__products__all__cards .quantity__count .qty-btn.minus {
    border-right: 1px solid #d9d9d9;
}

.product__table .quantity__count .qty-btn.plus,
.mobile__products__all__cards .quantity__count .qty-btn.plus {
    border-left: 1px solid #d9d9d9;
}

.product__table .quantity__count .qty-number,
.mobile__products__all__cards .quantity__count .qty-number {
    width: 44px;
    min-width: 44px;
    height: 42px;
    background: #2c430b;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
}

.product__table .quantity__count .qty-btn:hover,
.mobile__products__all__cards .quantity__count .qty-btn:hover {
    background: #f7f7f7;
}

.product__table .quantity__count .qty-btn:focus,
.product__table .quantity__count .qty-btn:active,
.mobile__products__all__cards .quantity__count .qty-btn:focus,
.mobile__products__all__cards .quantity__count .qty-btn:active {
    outline: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .coupon__row {
        flex-direction: column;
    }

    .coupon__row .btns {
        width: 100%;
        min-width: 100%;
    }
}


.coupon__row .btns:hover {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold);
}


.product__cart__cards h6 {
    margin-bottom: 20px;
}

.product__cart__card {
    padding: 0px;
    background: #fff;
}

.product__cart__card #order_review {
    width: 100%;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
}

.product__cart__card .prodcut__cart__s__card {
    display: flex;
    align-items: flex-start !important;
    justify-content: space-between;
    gap: 16px;
    padding: 0 0 18px;
    margin: 0 0 18px;
    border-bottom: 1px solid #e5e5e5;
}

.product__cart__card .table__imgs {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1 1 auto;
    min-width: 0;
}

.product__cart__card .table__imgs img {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
    height: auto;
    display: block;
}

.product__cart__card .table__imgs > div {
    min-width: 0;
    flex: 1 1 auto;
}

.product__cart__card .table__imgs h6 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.3;
}

.product__cart__card .table__imgs p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

.product__cart__card .summary-line-price {
    min-width: 90px;
    text-align: right;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.3;
    padding-top: 4px;
}

.product__cart__card .summary__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
}

.product__cart__card .summary__row span:first-child {
    color: #111;
}

.product__cart__card .summary__row span:last-child {
    text-align: right;
}

.product__cart__card .summary__row--total {
    border-bottom: 0;
    padding-bottom: 0;
}

.product__cart__card .summary__row--total h4 {
    margin: 0;
}

.euthis-checkout-submit {
    margin-top: 20px;
}

.euthis-checkout-submit .sogno-checkout-consents,
.euthis-checkout-submit .sogno-checkout-consents--marketing {
    margin-bottom: 18px;
}

.euthis-checkout-submit .form-row {
    margin-bottom: 12px;
}

.euthis-checkout-submit .woocommerce-form__label.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.euthis-checkout-submit .woocommerce-form__input-checkbox {
    margin-top: 3px;
    min-width: 16px;
}

.product__cart__cards__btn .btns,
#place_order.btns {
    width: 100%;
}

@media (max-width: 991px) {
    .product__cart__card {
        padding: 20px;
    }

    .product__cart__card .table__imgs img {
        width: 64px;
        min-width: 64px;
        max-width: 64px;
    }

    .product__cart__card .summary-line-price {
        min-width: 80px;
    }
} 


ul.payment_methods li[class*=payment_method] {
    margin: 0;
    padding: 15px 15px !important;
}

#kupuje-place button {
    background: #2c3a15;
}

#kupuje-place button:hover {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold);
}


.quality__verify__rules .accordion-item {
    border-bottom: 1px solid #d9d9d9;
}

.quality__verify__rules .accordion-collapse.show {
    border-bottom: 1px solid #314712;
}

.quality__verify__rules .accordion-item:has(.accordion-collapse.show) {
    border-bottom: 0;
}

.quality__verify__rules .accordion-item {
    border-bottom: 1px solid #d9d9d9;
}

.quality__verify__rules .accordion-item:has(.accordion-collapse.show) {
    border-bottom: 1px solid #314712;
}

.quality__verify__rules .accordion-button {
    position: relative;
}

.quality__verify__rules .accordion-item {
    border: 0;
    background: transparent;
}

.quality__verify__rules .accordion-header {
    position: relative;
}

.quality__verify__rules .accordion-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d9d9d9;
    pointer-events: none;
}

.quality__verify__rules .accordion-button {
    position: relative;
    padding: 0 50px 28px 0;
    background: transparent;
    box-shadow: none !important;
    border: 0 !important;
}

.quality__verify__rules .accordion-button.collapsed {
    padding-bottom: 28px;
}

.quality__verify__rules .accordion-button:not(.collapsed) {
    padding-bottom: 28px;
    color: #314712;
}

.quality__verify__rules .accordion-collapse {
    border: 0 !important;
    background: transparent;
}

.quality__verify__rules .accordion-body1 {
    padding: 28px 0 22px 0;
    box-shadow: inset 0 -1px 0 transparent;
}

.quality__verify__rules .accordion-collapse.show .accordion-body1 {
    box-shadow: inset 0 -1px 0 #314712;
} 

.euthis-myaccount-sidebar .product__cart__card {
    padding: 0;
}

.euthis-myaccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.euthis-myaccount-navigation li {
    border-bottom: 1px solid #e5e5e5;
}

.euthis-myaccount-navigation li:last-child {
    border-bottom: 0;
}

.euthis-myaccount-navigation a {
    display: block;
    padding: 16px 20px;
    color: #1f1f1f;
    text-decoration: none;
    transition: 0.2s ease;
}

.euthis-myaccount-navigation a:hover {
    color: #314712;
}

.euthis-myaccount-navigation .is-active a {
    background: #314712;
    color: #fff;
}

.euthis-myaccount-content {
    min-height: 100%;
}

.euthis-myaccount-content .woocommerce-message,
.euthis-myaccount-content .woocommerce-info,
.euthis-myaccount-content .woocommerce-error {
    margin-bottom: 20px;
}

.euthis-myaccount-content h2,
.euthis-myaccount-content h3 {
    margin-bottom: 20px;
}

.euthis-myaccount-content .woocommerce-Addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.euthis-myaccount-content .woocommerce-Address {
    border: 1px solid #e5e5e5;
    padding: 20px;
}

@media (max-width: 991px) {
    .euthis-myaccount-content .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }
}

.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
}  

.input__field textarea {
    width: 100%;  
}


.mobile__product__cart img {
    width: 100px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .products__quantity2 {
        width: 100%;
    }
}


.quantity__count {
    min-width: 200px;
}

.check__filter {
    min-width: 16px;
}


.product__table table th,
.product__table table td {
	text-align: center;
	vertical-align: middle;
}

.product__table table th:first-child,
.product__table table td:first-child {
	text-align: left;
}


.cart-item-multibuy-row td {
	padding-top: 0 !important;
	border: 0 !important;
}

.cart-item-multibuy-row__inner {
	padding: 0 0 18px 0;
}

.cart-item-multibuy-row__inner .excellent.euthis-cart-multibuy-bar,
.cart-item-multibuy-mobile .excellent.euthis-cart-multibuy-bar {
	display: flex;
	align-items: center;
	margin: 0;
	max-width: 760px;
}

.cart-item-multibuy-mobile {
	margin-top: 16px;
}

.cart-item-multibuy-row__inner .excellent.euthis-cart-multibuy-bar p,
.cart-item-multibuy-mobile .excellent.euthis-cart-multibuy-bar p {
	margin: 0;
}

span.woocommerce-input-wrapper {
    width: 100%;
}


.header__search input[type="search"] {
  padding-left: 15px;
}

.header__search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-left: 12px;
  cursor: pointer;
  background: no-repeat center / 18px 18px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23C89B2B' stroke-width='2.2' stroke-linecap='round'><path d='M5 5l10 10M15 5L5 15'/></svg>");
} 


.blog__list__wrap .row > [class*="col-"] {
    display: flex;
}

.blog__list__wrap .blog__list__single__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.blog__list__wrap .blog__card__img {
    height: 260px; 
    overflow: hidden;
    flex-shrink: 0;
}

.blog__list__wrap .blog__card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog__list__wrap .blog__card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.blog__list__wrap .blog__card__content .btns {
    margin-top: auto;
}


 .header__menu ul li a:hover
 {
    font-weight: 500 !important;
}

.filter__single__card.position-relative {
    padding-bottom: 30px;
}


.hero__area {
	overflow: hidden;
}

.hero__img__right,
.hero__img__left {
	pointer-events: none;
	will-change: transform;
	backface-visibility: hidden;
}

/* prawa gałązka */
.hero__img__right {
	transform-origin: 80% 20%;
	animation: euthis-olive-sway-right 8s ease-in-out infinite;
}

/* lewa gałązka */
.hero__img__left {
	transform-origin: 20% 25%;
	animation: euthis-olive-sway-left 9s ease-in-out infinite;
	animation-delay: -2s;
}

@keyframes euthis-olive-sway-right {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
	20% {
		transform: translate3d(-2px, 1px, 0) rotate(-1deg);
	}
	40% {
		transform: translate3d(1px, -1px, 0) rotate(0.8deg);
	}
	60% {
		transform: translate3d(-1px, 1px, 0) rotate(-0.7deg);
	}
	80% {
		transform: translate3d(2px, 0, 0) rotate(0.9deg);
	}
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
}

@keyframes euthis-olive-sway-left {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
	20% {
		transform: translate3d(2px, 1px, 0) rotate(1deg);
	}
	40% {
		transform: translate3d(-1px, -1px, 0) rotate(-0.8deg);
	}
	60% {
		transform: translate3d(1px, 1px, 0) rotate(0.6deg);
	}
	80% {
		transform: translate3d(-2px, 0, 0) rotate(-0.9deg);
	}
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero__img__right,
	.hero__img__left {
		animation: none;
	}
} 


.euthis-myaccount-content {
	--euthis-account-bg: #f8f6ef;
	--euthis-account-white: #ffffff;
	--euthis-account-border: #d8dece;
	--euthis-account-text: #5f665b;
	--euthis-account-heading: #102f1c;
	--euthis-account-accent: #a3b18a;
	--euthis-account-radius: 20px;
}

.euthis-myaccount-content .woocommerce-message,
.euthis-myaccount-content .woocommerce-error,
.euthis-myaccount-content .woocommerce-info {
	margin-bottom: 24px;
	border-radius: 16px;
	border: 1px solid var(--euthis-account-border);
	background: var(--euthis-account-white);
	padding: 16px 20px;
}

.euthis-account-section-title {
	margin: 0 0 10px;
	color: var(--euthis-account-heading);
	font-size: 32px;
	line-height: 1.15;
	font-weight: 600;
}

.euthis-account-section-desc,
.euthis-account-intro {
	margin: 0;
	color: var(--euthis-account-text);
	font-size: 16px;
	line-height: 1.7;
}

.euthis-account-addresses__intro {
	margin-bottom: 28px;
}

.euthis-address-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.euthis-address-card {
	background: var(--euthis-account-white);
	border: 1px solid var(--euthis-account-border);
	border-radius: var(--euthis-account-radius);
	padding: 26px;
	height: 100%;
}

.euthis-address-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--euthis-account-border);
}

.euthis-address-card__label {
	display: inline-block;
	margin-bottom: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--euthis-account-bg);
	color: var(--euthis-account-heading);
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.euthis-address-card__title-wrap h3,
.euthis-account-address-form__heading h2 {
	margin: 0;
	color: var(--euthis-account-heading);
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
}

.euthis-address-card__content address,
.euthis-address-card__content p {
	margin: 0;
	color: var(--euthis-account-text);
	font-size: 16px;
	line-height: 1.8;
	font-style: normal;
}

.euthis-address-card__empty {
	opacity: 0.9;
}

.euthis-account-address-form {
	background: var(--euthis-account-white);
	border: 0px solid var(--euthis-account-border);
	border-radius: var(--euthis-account-radius);
	padding: 0px;
}

.euthis-account-address-form__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.euthis-account-back-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 20px;
	border: 1px solid var(--euthis-account-border);
	border-radius: 0px !important;
	background: transparent;
	color: var(--euthis-account-heading);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s ease;
	white-space: nowrap;
}

.euthis-account-back-link:hover {
	background: var(--euthis-account-bg);
	color: var(--euthis-account-heading);
}

.euthis-address-form .woocommerce-address-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.euthis-address-form .form-row {
	width: 100%;
	margin: 0;
	float: none;
}

.euthis-address-form .form-row-first,
.euthis-address-form .form-row-last {
	width: calc(50% - 10px);
}

.euthis-address-form label {
	display: block;
	margin: 0 0 10px;
	color: var(--euthis-account-heading);
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
}

.euthis-address-form .required {
	color: #b42318;
}

.euthis-address-form input.input-text,
.euthis-address-form select,
.euthis-address-form textarea {
	width: 100%;
	min-height: 58px;
	padding: 16px 20px;
	border: 1px solid var(--euthis-account-border);
	border-radius: 0px;
	background: #fff;
	box-shadow: none;
	color: var(--euthis-account-heading);
	font-size: 15px;
	line-height: 1.4;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.euthis-address-form textarea {
	min-height: 140px;
	resize: vertical;
}

.euthis-address-form input.input-text::placeholder,
.euthis-address-form textarea::placeholder {
	color: #98a092;
	opacity: 1;
}

.euthis-address-form input.input-text:focus,
.euthis-address-form select:focus,
.euthis-address-form textarea:focus {
	outline: none;
	border-color: var(--euthis-account-accent);
	box-shadow: 0 0 0 3px rgba(163, 177, 138, 0.16);
}

.euthis-address-form .select2-container {
	width: 100% !important;
}

.euthis-address-form .select2-container--default .select2-selection--single,
.euthis-address-form .select2-container--default .select2-selection--multiple {
	min-height: 58px;
	border: 1px solid var(--euthis-account-border);
	border-radius: 14px;
	background: #fff;
}

.euthis-address-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 20px;
	padding-right: 42px;
	color: var(--euthis-account-heading);
	line-height: 56px;
}

.euthis-address-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 56px;
	right: 14px;
}

.euthis-address-form .select2-container--default.select2-container--focus .select2-selection--single,
.euthis-address-form .select2-container--default.select2-container--focus .select2-selection--multiple,
.euthis-address-form .select2-container--default.select2-container--open .select2-selection--single,
.euthis-address-form .select2-container--default.select2-container--open .select2-selection--multiple {
	border-color: var(--euthis-account-accent);
	box-shadow: 0 0 0 3px rgba(163, 177, 138, 0.16);
}

.select2-dropdown {
	border: 1px solid var(--euthis-account-border);
	border-radius: 14px;
	overflow: hidden;
}

.euthis-address-form__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 28px;
}

.euthis-address-form__actions .btns,
.euthis-address-form__actions .button {
	min-height: 56px;
	padding: 14px 28px;
	border: 0;
	cursor: pointer;
}

@media (max-width: 991px) {
	.euthis-address-cards {
		grid-template-columns: 1fr;
	}

	.euthis-account-address-form {
		padding: 24px;
	}

	.euthis-account-address-form__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.euthis-address-form .form-row-first,
	.euthis-address-form .form-row-last {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.euthis-address-card {
		padding: 20px;
	}

	.euthis-account-section-title {
		font-size: 26px;
	}

	.euthis-address-card__header {
		flex-direction: column;
		align-items: flex-start;
	}
} 

@media (min-width: 991px){
.item__icon__wrap {
    justify-content: space-between !important;
}
}

@media (min-width: 320px) and (max-width: 991px) {
    section.item__icon.mb-100 {
        padding-top: 0px !important;
    }
}



.filter__single__card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.filter__card__img {
	height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #f6f3ea;
}

.filter__card__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.filter__card__content {
	flex-grow: 1;
}

@media (max-width: 991px) {
	.filter__card__img {
		height: 340px;
	}
}

@media (max-width: 767px) {
	.filter__card__img {
		height: 280px;
	}
}


@media (min-width: 992px) {
	.products__quantity.products__quantity2 {
		display: grid !important;
		grid-template-columns: auto 1fr;
		grid-template-areas:
			"count price"
			"button button";
		column-gap: 20px;
		row-gap: 18px;
		align-items: center;
	}

	.products__quantity.products__quantity2 .quantity__count {
		grid-area: count;
	}

	.products__quantity.products__quantity2 .quantity__text {
		grid-area: price;
		min-width: 0;
	}

	.products__quantity.products__quantity2 > .btns,
	.products__quantity.products__quantity2 > button.btns,
	.products__quantity.products__quantity2 .single_add_to_cart_button {
		grid-area: button;
		width: 100% !important;
		display: block !important;
		margin: 0 !important;
	}
}

.products__quantity.products__quantity2.d-flex.align-items-center.mb-30 {
    width: 100%;
}


.quantity__text > div h6 {
    font-weight: 500;
    color: #000000 !important;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account {
    display: none !important;
}


.blog__card__content > p span {
    font-size: 14px;
    text-transform: uppercase;
}

.beyond__card__content h4 {
    font-family: "Playfair Display", serif !important;
}


.euthis-myaccount-content .woocommerce-error, .euthis-myaccount-content .woocommerce-info {
    margin-bottom: 24px;
    border-radius: 0;
    border: 1px solid var(--euthis-account-border);
    background: var(--euthis-account-white);
    padding: 16px 20px;
    color: #000 !important;
}

.woocommerce-Address-edit .btns .btns--small {
    min-width: 150px !important;
}


@media (max-width: 767px) {
	.selling__product .filter__single__card {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.selling__product .filter__card__img {
		width: 100%;
		height: 260px;
		aspect-ratio: 4 / 3;
		overflow: hidden;
		background: transparent;
		display: block;
	}

	.selling__product .filter__card__img img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: center;
	}

	.selling__product .card__btn .btns {
		width: 100%;
	}
} 


@media (max-width: 767px) {
	.selling__product .filter__card__img {
		width: 100%;
		height: 260px;
		overflow: hidden;
		background: transparent;
	}

	.selling__product .filter__card__img img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: center;
	}
}

@media (max-width: 420px) {
	.selling__product .filter__card__img {
		height: auto;
		aspect-ratio: 4 / 5; /* prostokąt na wysokość */
		overflow: hidden;
	}

	.selling__product .filter__card__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
} 


@media (max-width: 767px) {
	.filter__all__cards .filter__card__img,
	.selling__product .filter__card__img {
		width: 100%;
		height: 420px !important;
		min-height: 420px !important;
		aspect-ratio: unset !important;
		overflow: hidden;
		background: transparent !important;
		display: block;
	}

	.filter__all__cards .filter__card__img img,
	.selling__product .filter__card__img img {
		width: 100% !important;
		height: 100% !important;
		display: block;
		object-fit: cover !important;
		object-position: center;
	}
}

@media (max-width: 420px) {
	.filter__all__cards .filter__card__img,
	.selling__product .filter__card__img {
		height: 360px !important;
		min-height: 360px !important;
	}
}


.product__sort {
	margin-bottom: 30px;
	justify-content: space-between;
}

.product__sort * {
	font-size: var(--font-14);
	font-weight: 500;
}

.product__sort-count,
.product__sort-order {
	flex-basis: 346px;
}

.product__sort-order {
	justify-content: flex-end;
	gap: 16px;
}

.product__sort-label {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	margin: 0;
}

.product__sort .euthis-shop-ordering {
	position: relative;
	width: 100%;
	max-width: 444px;
}

.product__sort .euthis-shop-ordering::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-image: url("/wp-content/themes/euthis/assets/img/all-icon/arrow-down.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
	z-index: 2;
}

.product__sort .euthis-sort-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 50px;
	padding: 15px 60px 15px 24px;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	background-color: #fff;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	color: #232323;
}

.product__sort .euthis-sort-select::-ms-expand {
	display: none;
}

.product__sort .euthis-sort-select:focus,
.product__sort .euthis-sort-select:hover {
	outline: none;
	box-shadow: none;
	border-color: #c8c8c8;
}

@media (max-width: 991px) {
	.product__sort {
		flex-direction: column;
		align-items: stretch !important;
		gap: 16px;
	}

	.product__sort-count,
	.product__sort-order {
		flex-basis: auto;
		width: 100%;
	}

	.product__sort-order {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 12px;
	}

	.product__sort .euthis-shop-ordering {
		max-width: 100%;
	}

	.product__sort .euthis-sort-select {
		height: 64px;
		padding: 16px 52px 16px 18px;
		font-size: 15px;
	}

	.product__sort .euthis-shop-ordering::after {
		right: 18px;
		width: 16px;
		height: 16px;
	}
}


.price-line.has-old-price .current-price,
.current-price.current-price--highlight {
	color: #d9472b !important;
}


.quantity__contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px;
	border: 1px solid #d9d9d9;
}

.quantity__contact__text h6 {
	margin-bottom: 8px;
}

.quantity__contact__text p {
	margin: 0;
}

.bulk-order-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.25s ease;
    padding: 50px;
}

.bulk-order-modal.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.bulk-order-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.bulk-order-modal__dialog {
	position: relative;
	z-index: 2;
	max-width: 1100px;
	margin: 40px auto;
	background: #fff;
	max-height: calc(100vh - 80px);
	overflow-y: auto;
}

.bulk-order-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	font-size: 32px;
	line-height: 1;
	z-index: 3;
}

.bulk-order-modal-open {
	overflow: hidden;
}

.bulk-order-form .input__field select {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	padding-right: 40px;
}

@media (max-width: 767px) {
	.quantity__contact {
		flex-direction: column;
		align-items: stretch;
	}

	.bulk-order-modal__dialog {
		margin: 20px;
		max-height: calc(100vh - 40px);
	}
}

#modal-inside {
    padding: 30px;
}

@media (min-width: 320px) and (max-width: 991px) {
    .greek__olives__all {
        display: block !important;
    }
}

@media (max-width: 991px) {
	.greek__olives__all > .greek__olive__all__saving.deals-container,
	.greek__olives__all > .toggle-deals-btn {
		display: none !important;
	}

	.greek__olives__all > .greek__olive__all__saving.d-flex.d-lg-none {
		display: flex !important;
	}
} 


.woocommerce-variation-price {
    display: none !important;
}

select.euthis-variation-select {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.euthis-variation-select {
    margin-top: 5px;
}


.header__bottom.header__bottom2 {
    position: relative;
    z-index: 1000;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.header__bottom.header__bottom2.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

body.has-sticky-header {
    padding-top: var(--sticky-header-height, 0px);
}

.admin-bar .header__bottom.header__bottom2.is-sticky {
    top: 32px;
	background: var(--darkGreen);
        padding: 8px 0px!important;
}

@media (max-width: 782px) {
    .admin-bar .header__bottom.header__bottom2.is-sticky {
        top: 46px;
    }
}

/*NOWE*/
@media (max-width: 991px) {
	.product__add {
		gap: 0;
		margin-bottom: 30px;
	}

	.product__add > a.euthis-mobile-shop-trigger {
		width: 100%;
		min-height: 50px;
		padding: 0 28px;
		border: 1px solid #e3e3e3;
		background: #fff;
		margin: 0 0 12px;
		text-decoration: none;
	}

	.product__add > a.euthis-mobile-shop-trigger span {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.2;
		color: #25252a;
	}

	.product__add > a.euthis-mobile-shop-trigger img {
		width: 16px;
		height: 16px;
		object-fit: contain;
		transition: transform 0.25s ease;
	}

	.product__add > a.euthis-mobile-shop-trigger.is-active {
		margin-bottom: 0;
		border-bottom: 0;
	}

	.product__add > a.euthis-mobile-shop-trigger.is-active img {
		transform: rotate(45deg);
	}

	.product__add > a.euthis-mobile-shop-trigger[data-target="#euthis-mobile-sort"].is-active img {
		transform: rotate(180deg);
	}

	.euthis-mobile-shop-panel {
		width: 100%;
		padding: 0 28px 22px;
		margin: 0 0 12px;
		border: 1px solid #e3e3e3;
		border-top: 0;
		background: #fff;
		animation: euthisMobilePanelOpen 0.22s ease both;
	}

	.euthis-mobile-shop-panel[hidden] {
		display: none !important;
	}

	.euthis-mobile-shop-panel .d-flex.flex-column {
		gap: 8px;
	}

	.euthis-mobile-shop-panel a {
		width: auto;
		min-height: unset;
		padding: 0;
		padding-top: 5px;
		border: 0;
		margin: 0;
		background: transparent;
		display: inline-block;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.45;
		color: #25252a;
		text-decoration: none;
	}

	.euthis-mobile-shop-panel a.active {
		font-weight: 600;
	}

	.euthis-mobile-shop-panel p {
		margin: 0;
		font-size: 16px;
		line-height: 1.45;
		color: #25252a;
	}

	.euthis-mobile-shop-ordering {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.euthis-mobile-shop-ordering .euthis-sort-select {
		width: 100%;
		height: auto;
		min-height: unset;
		padding: 5px 24px 0 0;
		border: 0;
		background-color: transparent;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.45;
		color: #25252a;
		outline: none;
		box-shadow: none;
		appearance: auto;
		-webkit-appearance: auto;
	}

	.euthis-mobile-shop-ordering .euthis-sort-select:focus,
	.euthis-mobile-shop-ordering .euthis-sort-select:active {
		outline: none !important;
		box-shadow: none !important;
		border: 0 !important;
	}

	#euthis-mobile-sort {
		padding-top: 0;
	}

	#euthis-mobile-sort .euthis-sort-select {
		cursor: pointer;
	}

	#euthis-mobile-filters .accordion {
		margin: 0;
	}

	#euthis-mobile-filters .accordion-item {
		border: 0;
		background: transparent;
	}

	#euthis-mobile-filters .accordion-button {
		padding: 14px 0;
		background: transparent;
		box-shadow: none;
		font-size: 16px;
		font-weight: 600;
		color: #25252a;
	}

	#euthis-mobile-filters .accordion-body {
		padding: 0 0 16px;
	}

	#euthis-mobile-filters .product__check__list ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.product__add > p {
		margin: 18px 0 26px;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.3;
		color: #25252a;
	}

	.product__add > p span {
		font-weight: 600;
	}

	a.euthis-mobile-shop-trigger[data-target="#euthis-mobile-filters"],
	#euthis-mobile-filters {
		display: none !important;
	}

	@keyframes euthisMobilePanelOpen {
		from {
			opacity: 0;
			transform: translateY(-6px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
}

@media (min-width: 320px) and (max-width: 991px) {
    .product__add2 {
        gap: 0px !important;
    }
}

.header__area--simple-checkout .header__bottom__wrap {
	justify-content: center !important;
}

.header__area--simple-checkout .header__logo {
	margin: 0 auto;
	text-align: center;
}

.header__area--simple-checkout .header__logo a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.header__area--simple-checkout .header__bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #fff !important;
    border-radius: 0px !important;
}

span.select2-selection__arrow {
    display: none !important;
}

@media (min-width: 992px) {
	.greek__olive__oil__area .col-lg-5 {
		position: relative;
	}

	.greek__olive__oil__left {
		position: relative;
		will-change: transform;
		transform: translate3d(0, 0, 0);
	}
}

@media screen and (min-width: 782px) {
    .wp-core-ui .quicktags-toolbar input.button.button-small {
        font-size: 12px;
        min-height: 26px;
        line-height: 2;
        min-width: auto !important;
    }
}

