/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* 

to outputuje Elementor:

    --e-global-color-primary: #5B4D3B; //dark brown
    --e-global-color-secondary: #222222; //black   
    --e-global-color-text: #6B7177; //gray
    --e-global-color-accent: #A0895E; // light brown
    --e-global-color-6fd7172: #F6F4F1; // light gray
    --e-global-color-0a6fb34: #FFFFFFA1; // transparent white

*/

p {
    margin-bottom: 0;
}

/* Usuwa domyślną strzałkę w Safari i iOS */
summary::-webkit-details-marker {
    display: none;
}

/* Dodatkowe zabezpieczenie dla Safari */
summary::marker {
    content: "";
}

details summary {
    list-style: none;
    /* zapobiega markerom w części przeglądarek */
}

a:active,
a:hover {
    color: var(--e-global-color-secondary);
}

.elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.elementor-nav-menu--main .elementor-item {
    border-radius: 2px !important;
    line-height: 1em !important;
}

/*
body.home .elementor-nav-menu .elementor-item-active {
    background: var(--e-global-color-primary);
    color: white !important;
}
*/

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    gap: 10px;
    flex-wrap: nowrap !important;
}




html body .elementor-nav-menu--main .elementor-item::after{
	content: '';
    width: 0;
    height: 1px;
    background: #a0895e;
    transition: all .3s;
    position: absolute;
    bottom: 8px;
    left: 5px;
}

html body .elementor-nav-menu--main .elementor-item:hover::after, html body .elementor-nav-menu--main .elementor-item.elementor-item-active::after {
	width: calc(100% - 10px);
}


body .elementor-nav-menu--main .elementor-item,
.below .elementor-nav-menu--main .elementor-item {
    color: var(--e-global-color-primary) !important;
}


body .elementor-location-header .elementor-widget-button:not(.light) .elementor-button,
.below.elementor-location-header .elementor-widget-button:not(.light) .elementor-button {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary) !important;
    color: var(--e-global-color-6fd7172) !important;
}


body .light .elementor-button,
.below .light .elementor-button {
    color: var(--e-global-color-primary) !important;
}







.elementor-location-header .elementor-widget-button:not(.light) .elementor-button:hover {
    background: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    color: white !important;
}


.funeral-register-form {
    padding: 20px;
    border-radius: 8px;
    background: white;
    max-width: 600px;
    margin: 0 auto;
	border: 2px solid var(--sc-border-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
label{
    color: var(--e-global-color-secondary) !important;
}

.home .hero h1,
.home .hero h2 {

}




#funeral-register-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

label:not(.checkbox-label):not(.checkbox) {
    margin-bottom: 7px;
}

body .elementor-location-header,
.below.elementor-location-header {
    background: var(--e-global-color-6fd7172) !important;
}

#funeral-location {
    padding: 1.25em 2em;
    width: 100%;
    max-width: 100%;
	background: white !important;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	
}

.maxw{
	max-width: 800px;
}

.search-input-group {
    display: flex;
    position: relative;
}

#search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    background: var(--e-global-color-secondary) !important;
}

#use-map-button {
    width: 100%;
    font-size: 18px;
    padding: 1.25em !important;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.funeral-listing-container {
    display: flex;
}

.funeral-map-column,
.funeral-homes-column {
    width: 50%;
    display: flex;
    flex-direction: column;
}

#funeral-map {
    width: 100%;
    height: 100%;
}


.funeral-homes-column {
    padding: 20px 40px 0 40px !important;
    max-width: 800px;
}

.funeral-map-column {
    flex-grow: 1;
}

.funeral-homes-column h2 {
    margin: 0 !important;
}

.funeral-homes-column h4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #6B7177 !important;
}

.podkr .elementor-button-text {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.zr-tabs {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E9E9E9;
}

.zr-tab {
    border: none;
    border-radius: 0;
    padding: 5px 0;
    background: transparent !important;
    font-weight: 500;
    color: #6b7177b0 !important;
    border-bottom: 2px solid transparent !important;
    font-size: 16px;
}

.zr-tab:not(.active):hover {
    color: #6b7177 !important;
}

.zr-service-desc {
    font-size: 14px;
    color: #555;
    margin-left: 25px;
}

.zr-tab.active {
    color: #A0895E !important;
    border-color: #A0895E !important;
}

.elementor-shortcode {
    display: flex;
    flex-direction: column;
}

.zaklad-reservation {
    padding: 30px;
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
    border: 2px solid var(--sc-border-color);
    border-radius: var(--sc-border-radius);
    background-color: white;
}

.zaklad-reservation h4 {
    margin-top: 0 !important;
    font-size: 22px;
}

.zr-services {
    padding-top: 25px;
    border-top: 1px solid #E9E9E9;
    overflow-y: auto;
    max-height: calc(100svh - 700px);
    min-height: 200px;
}

.zr-content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.zr-price {
    font-size: 28px;
    font-weight: 600;
    color: #A0895E;
}

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

ul.custom li {
    position: relative;
    padding-left: 1.75rem !important;
    margin: .5rem 0;
    color: var(--e-global-color-secondary);
}

ul.custom li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .25rem;
    width: 1rem;
    height: 1rem;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBmaWxsPSIjYTA4OTVlIiBmaWxsLW9wYWNpdHk9Ii4xNSIgcng9IjkiLz48cGF0aCBmaWxsPSIjYTA4OTVlIiBkPSJNNy44OTA2MiAxMS44NzUgNS4yOTY4OCA5LjI4MTI1Yy0uMTU2MjYtLjE1NjI1LS4xNTYyNi0uNDIxODcgMC0uNTc4MTNsLjU2MjUtLjU2MjVjLjE1NjI0LS4xNTYyNC40MDYyNC0uMTU2MjQuNTYyNSAwbDEuNzY1NjIgMS43NSAzLjc1LTMuNzVjLjE1NjMtLjE1NjI0LjQwNjMtLjE1NjI0LjU2MjUgMGwuNTYyNS41NjI1Yy4xNTYzLjE1NjI2LjE1NjMuNDIxODggMCAuNTc4MTNMOC40Njg3NSAxMS44NzVjLS4xNTYyNS4xNTYyLS40MjE4Ny4xNTYyLS41NzgxMyAwIi8+PC9zdmc+") no-repeat center / contain;
}

.zr-service-item {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.zr-service-item label.checkbox {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.zr-service-item label.checkbox .pricek {
    margin-left: auto;
    white-space: nowrap;
}

.zr-service-item input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    background-color: transparent !important;
}

.zr-service-item input[type="checkbox"]::before {
    width: 10px !important;
    height: 10px !important;
}

.zaklad-carousel {
    padding: 50px;
    background: #333333;
    border-radius: var(--sc-border-radius);
}

.zaklad-carousel img {
    border-radius: var(--sc-border-radius);
    aspect-ratio: 1.5;
    object-fit: cover;
    object-position: center;
}

.zc-next,
.zc-prev {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    border-radius: 100%;
    background: white !important;
    padding: 0 !important;
    border: none !important;
    width: 50px;
    height: 50px;

}

.zc-next {
    right: 40px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjk5OTk5OSAxTDggOEwxIDE1IiBzdHJva2U9IiMxMTE4MjciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==") !important;
    background-repeat: no-repeat !important;
    background-size: 7px !important;
    background-position: center !important;
}

.zc-prev {
    left: 40px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTY2NDggMTQuOTk5OEwxLjAwMDE3IDcuOTY2MzJMOCAxIiBzdHJva2U9IiMxMTE4MjciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==") !important;
    background-repeat: no-repeat !important;
    background-size: 7px !important;
    background-position: center !important;
}

.zaklad-packages-tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.zp-tile {
    background-color: white;
    padding: 20px;
    border-radius: var(--sc-border-radius);
}

.zp-tile h4 {
    font-size: 20px;
}


.zaklad-logo {
    border-radius: var(--sc-border-radius) !important;
}

.container-light .buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.zaklad-faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.zaklad-faq details {
    padding: 15px 40px;
    transition: all .3s;
    border-radius: var(--sc-border-radius) !important;
    position: relative;
    background-color: white;
}

.zaklad-faq details summary::marker {
    display: none;
    content: none;
}

.zaklad-faq details summary {
    cursor: pointer;
    font-weight: 500;
    color: var(--e-global-color-secondary);
}

.zaklad-faq details>div {
    padding-top: 20px;
}

.zaklad-faq details[open] {
    background-color: white;
    padding: 40px;
}

.zaklad-faq details::after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 20px;
    top: 18px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzIyMiIgZD0iTTkgMHYxNkg3VjB6Ii8+PHBhdGggZmlsbD0iIzIyMiIgZD0iTTAgN2gxNnYySDB6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: top .3s;
}

.zaklad-faq details[open]::after {
    top: 40px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIyIiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMjIyIiBkPSJNMCAwaDE2djJIMHoiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.zr-summary {
    margin: 10px 0;
}

.zaklad-basic-grid {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap
}

.zaklad-basic-left {
    flex: 0 0 220px;
    text-align: center
}

.zaklad-basic-right {
    flex: 1;
    min-width: 300px
}

.zaklad-logo-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #E8E9EA;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zaklad-logo-circle img:not(.icon) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

#zaklad-logo-area {
    display: flex;
    position: relative;
    justify-content: center;
}

#zaklad-logo-area .icon {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 10px;
    bottom: 0px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #d9d9d9;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjgwNyAxNy4wMzkzSDIuNDU2MTFDMi4wNDgzOSAxNy4wMzkzIDEuNjU5MDkgMTYuODc3MiAxLjM3MDQ5IDE2LjU4OTlDMS4wODMxMiAxNi4zMDEzIDAuOTIxMDIxIDE1LjkxMiAwLjkyMTAyMSAxNS41MDQyVjQuNzU4NjJDMC45MjEwMjEgNC4zNTA5IDEuMDgzMTIgMy45NjE2IDEuMzcwNDkgMy42NzNDMS42NTkwOSAzLjM4NTMgMi4wNDgzOSAzLjIyMzUzIDIuNDU2MTEgMy4yMjM1M0g1LjUyNjI4TDcuMDYxMzcgMC45MjA4OEgxMy4yMDE3TDE0LjczNjggMy4yMjM1M0gxNy44MDdDMTguMjE0NyAzLjIyMzUzIDE4LjYwNCAzLjM4NTMgMTguODkyNiAzLjY3M0MxOS4xOCAzLjk2MTYgMTkuMzQyMSA0LjM1MDkgMTkuMzQyMSA0Ljc1ODYyVjE1LjUwNDJjMCAuMzgzOC0uMTYyMS43NzI5LS40NDc3IDEuMDg0N2MtLjI4NjYuMjgzNi0uNjc1OS40NTItMS4wODMxLjQ1MkgxNy44MDdaIiBzdHJva2U9IiM1NzY2NzUiIHN0cm9rZS13aWR0aD0iMS44NDIxMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMC4xMzEyIDEzLjIwMThDMTIuMDM4NCAxMy4yMDE4IDEzLjU4NDYgMTEuNjU1NyAxMy41ODQ2IDkuNzQ3MjlDMTMuNTg0NiA3Ljg0MDEgMTIuMDM4NCA2LjI5Mzk1IDEwLjEzMTIgNi4yOTM5NUM4LjIyNDAxIDYuMjkzOTUgNi42Nzc4NiA3Ljg0MDEgNi42Nzc4NiA5Ljc0NzI5QzYuNjc3ODYgMTEuNjU1NyA4LjIyNDAxIDEzLjIwMTggMTAuMTMxMiAxMy4yMDE4WiIgc3Ryb2tlPSIjNTc2Njc1IiBzdHJva2Utd2lkdGg9IjEuODQyMTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.zaklad-basic-left .buttons {
    margin-top: 10px;
}

.zaklad-basic-name {
    font-weight: 700;
    margin-top: 12px
}

.zaklad-basic-city {
    color: #666;
}

#zaklad-basic-messages {
    margin-bottom: 12px
}

.zg-ghost {
    opacity: .4
}

.zg-chosen {
    outline: 2px solid #2271b1
}

.container-light {
    background: white;
    padding: 40px 20px;
    border-radius: var(--sc-border-radius);
	border: 2px solid var(--sc-border-color);
}


.container-light input[type=text],
.container-light input[type=tel],
.container-light input[type=url],
.container-light input[type=date],
.container-light input[type=email],
.container-light input[type=number],
.container-light input[type=password],
.container-light textarea,
.container-light input[type=time],
.container-light input[type=search] {
    background-color: transparent !important;
}

#zaklad-basic-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.w100 {
    grid-column: 1 / -1;
}

#zaklad-basic-form .days {
    display: flex;
    gap: 15px;
}

label:not(.checkbox-label):not(.checkbox) {
    width: 100%;
}

#zaklad-logo-remove,
.delete-pic,
.zg-remove {
    padding: 0 !important;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    border: none !important;
    color: white !important;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDI0NDUgMTQuMzI2N0wwIDEyLjg5NDdMNS43MjI3IDcuMTYzNDRMMCAxLjQzMTk1TDEuNDI0NDUgMEw3LjE1OTYgNS43MzAxOUwxMi44OTQ3IDBMMTQuMzE5MiAxLjQzMTk1TDguNTk2NDkgNy4xNjMzNEwxNC4zMTkyIDEyLjg5NDdMMTIuODk0NyAxNC4zMjY3TDcuMTU5NiA4LjU5NjQ5TDEuNDI0NDUgMTQuMzI2N1oiIGZpbGw9IiM1NzY2NzUiLz4KPC9zdmc+) no-repeat center, white !important;
    background-size: 16px !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.zg-remove {
    left: -10px;
    top: -10px;
}

.zg-item {
    display: flex;
    position: relative;
    cursor: move;
}

.zg-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--sc-border-radius);
	border: 2px solid var(--sc-border-color);
}



#zaklad-pricing-form .packets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 80px;
}

#zaklad-pricing-form .packets ul {
    padding-bottom: 20px;
}

#zaklad-pricing-form .packets .pric {
    margin-top: auto;
}

#zaklad-pricing-form .packets>div {
    padding: 20px;
    border: 2px solid var(--sc-border-color);
    border-radius: var(--sc-border-radius);
    display: flex;
    flex-direction: column;
}


#zaklad-pricing-form .addons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#zaklad-pricing-form .addons>div {
    padding: 20px;
    border: 2px solid var(--sc-border-color);
    border-radius: var(--sc-border-radius);
}

.container-light h3 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.container-light h4,
.container-light h5 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

#zaklad-gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

#zaklad-faq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.faq-item {
    padding: 20px;
    border: 2px solid var(--sc-border-color);
    border-radius: var(--sc-border-radius);
}

.woocommerce-EditAccountForm {
    background: white;
    padding: 40px 20px;
    border-radius: var(--sc-border-radius);
}

.woocommerce-message {
    margin-bottom: 20px !important;
}


.pac-logo:after {
    display: none;
    content: none;
}

.pac-item {
	border-top: unset !important;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
    color: var(--e-global-color-secondary);
    font-family: "Inter";
    cursor: pointer;
}

.funeral-homes-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    margin-top: 20px !important;
	overflow-x: hidden;
	padding-right: 20px;
	padding-bottom: 20px;
}

.pac-container {
    font-family: "Inter";
    background-color: white !important;
	box-shadow: none !important;
	margin-top: -6px;
    border: 2px solid #e7e0da !important;
    border-top: 0 !important;
    border-radius: 0 0 8px 8px !important;
	box-sizing: content-box;
}

.funeral-home-item {
    display: flex;
    gap: 30px;
    padding: 30px;
    background: white;
    border: 2px solid #e7e0da;
    border-radius: var(--sc-border-radius);
    position: relative;
}


.funeral-home-item .prices {
    font-size: 16px;
    font-weight: 400;
	margin-top: 10px;
}

.funeral-home-item .prices span {
    color: #A0895E !important;
	font-weight:500;
}

.funeral-home-item h3 {
	margin: 5px 0 !important;
    font-size: 24px;
}

.funeral-home-item .address {
    font-size: 14px;
}

.funeral-home-item .address strong{
	display: none;
}
.funeral-home-item .address::before{
	content: '';
	  background-image: url("data:image/svg+xml;base64,\
PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMS\
IgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1\
MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNjgyLjY2NyA2OD\
IuNjY3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6\
c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiIG\
NsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBkPSJNMCA1MTJoNTEyVjBI\
MFoiIGZpbGw9IiM1YjRkM2IiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMD\
AiPjwvcGF0aD48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjYSkiIHRy\
YW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNjgyLjY2NykiPjxwYX\
RoIGQ9Ik0wIDBjLTYwIDkwLTE2NSAyMTItMTY1IDMxNyAwIDkwLjk4MSA3NC4wMTkgMTY1\
IDE2NSAxNjVzMTY1LTc0LjAxOSAxNjUtMTY1QzE2NSAyMTIgNjAgOTAgMCAwWiIgc3R5bG\
U9InN0cm9rZS13aWR0aDozMDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpv\
aW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLWRhc2hhcnJheTpub25lO3\
N0cm9rZS1vcGFjaXR5OjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1NiAxNSkiIGZpbGw9\
Im5vbmUiIHN0cm9rZT0iIzViNGQzYiIgc3Ryb2tlLXdpZHRoPSIzMCIgc3Ryb2tlLWxpbm\
VjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1p\
dD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9Im5vbmUiIHN0cm9rZS1vcGFjaXR5PSIiIGRhdG\
Etb3JpZ2luYWw9IiMwMDAwMDAiIG9wYWNpdHk9IjEiPjwvcGF0aD48cGF0aCBkPSJNMCAw\
Yy00MS4zNTMgMC03NSAzMy42NDctNzUgNzVzMzMuNjQ3IDc1IDc1IDc1IDc1LTMzLjY0Ny\
A3NS03NVM0MS4zNTMgMCAwIDBaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjMwO3N0cm9rZS1s\
aW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdD\
oxMDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIgdHJhbnNmb3Jt\
PSJ0cmFuc2xhdGUoMjU2IDI1NykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzViNGQzYiIgc3\
Ryb2tlLXdpZHRoPSIzMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpv\
aW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9Im\
5vbmUiIHN0cm9rZS1vcGFjaXR5PSIiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIG9wYWNp\
dHk9IjEiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
	width: 1em;
	height: 1em;
	display: inline-flex;
}

.funeral-home-item .metas {
    display: flex;
    gap: 15px;
    font-size: 14px;
    margin-top: 10px;
    color: #6B7177;
}

.funeral-home-item .type-label{
	font-size: 12px;
}

.fhi {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.fhi-left {
    width: 70%;
    max-width: 70%;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fhi-left .head img {
    display: none !important;
}

.fhi-desc {
    margin: 15px 0;
    color: #6B7177;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* liczba linii */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
	display: none !important;
}

.fhi-right {
    width: 30%;
    max-width: 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.fhi-right .button {
    margin-top: auto;
    text-align: center;
	white-space: nowrap;
}

.fhi-right img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 100px;
    margin: auto;
    border-radius: var(--sc-border-radius);
}

.icon-star {
    width: 18px;
    height: 17px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmYmEzMyIgZD0iTTcuMTc1MzYuOTY3NTAxQzcuNTk0NDUtLjMyMjMzNCA5LjQxOTIyLS4zMjIzMzUgOS44MzgzMi45Njc0OTlMMTAuODg2NyA0LjE5NDA1Yy4xODc0LjU3NjgzLjcyNDkuOTY3MzcgMS4zMzE1Ljk2NzM3aDMuMzkyNmMxLjM1NjIgMCAxLjkyMDEgMS43MzU0Ny44MjI5IDIuNTMyNjNMMTMuNjg5IDkuNjg4MTZjLS40OTA3LjM1NjU0LS42OTYuOTg4NDQtLjUwODYgMS41NjUyNGwxLjA0ODQgMy4yMjY2Yy40MTkxIDEuMjg5OC0xLjA1NzIgMi4zNjI0LTIuMTU0NCAxLjU2NTJsLTIuNzQ0NjYtMS45OTQxYy0uNDkwNjktLjM1NjUtMS4xNTUxMi0uMzU2NS0xLjY0NTggMGwtMi43NDQ2NyAxLjk5NDFjLTEuMDk3Mi43OTcyLTIuNTczNDctLjI3NTQtMi4xNTQzOC0xLjU2NTJsMS4wNDgzNy0zLjIyNjZjLjE4NzQyLS41NzY4LS4wMTc5LTEuMjA4Ny0uNTA4NTgtMS41NjUyNEwuNTgwMDE2IDcuNjk0MDVjLTEuMDk3MTk5LS43OTcxNi0uNTMzMTMxLTIuNTMyNjMuODIyOTA0LTIuNTMyNjNoMy4zOTI1OWMuNjA2NTEgMCAxLjE0NDA1LS4zOTA1NCAxLjMzMTQ4LS45NjczN3oiLz48L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.zaklad-account-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 10px;
    border-radius: var(--sc-border-radius);
    font-weight: 500;
	border: 2px solid var(--sc-border-color);
}

.zaklad-account-badge img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}


.media-frame-toolbar .media-toolbar {
    background: white;
}

.opis img {
    width: 100%;
    border-radius: var(--sc-border-radius);
    margin-top: 20px;
}

.opis {
    line-height: 1.75em;
}

#zcf-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gm-style-iw-ch {
    display: none;
}



.gm-style-iw-chr {
    position: absolute;
    right: 10px;
    top: 10px;
}

.gm-style .gm-style-iw-d {
    max-height: unset !important;
    overflow: hidden !important;
}

.gm-style-iw-chr button {
    width: 20px !important;
    height: 20px !important;
}

.gm-style-iw-chr button span {
    margin: 0 !important;
}

.gm-style .gm-style-iw-c {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    max-width: unset !important;
    max-height: unset !important;
    padding: 20px !important;
    border-radius: var(--sc-border-radius) !important;
	border: 2px solid #e7e0da !important;
}

.gm-style .gm-style-iw-tc{
	top: -1px;
}

.map-info-window {
    max-width: 200px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.map-info-window img {
    width: 100px;
    height: 100px;
    border-radius: var(--sc-border-radius);
    margin-bottom: 2px;
    object-fit: contain;

}

.map-info-window h5 {
    margin: 0 !important;
}

.map-info-window a.button {
    margin-top: 5px;
}

.map-info-window>p{
	font-family: "Inter";
}

.zmsg-item {
    position: relative;
    padding: 20px;
    border: 2px solid var(--sc-border-color);
    border-radius: var(--sc-border-radius);
}

.zmsg-item.new {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: var(--e-global-color-primary) !important;
    color: #f6f4f1;
    border-color: var(--e-global-color-primary) !important;
}

.woocommerce-MyAccount-content .zmsg-item.new a {
    color: #f6f4f1 !important;
}

.zmsg-head .badge {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #f6f4f1;
    padding: 5px;
    line-height: 1em;
    border-radius: 3px;
    font-weight: 400;
}

.zmsg-head .badge.nowe {
    color: var(--e-global-color-primary) !important;
}



.zmsg-body {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: start;
    justify-content: center;
    align-content: center;

}

#insert-media-button {
    padding: 10px !important;
    margin-bottom: 10px;
}

.wp-editor-tools:after {
    display: none !important;
}

#wp-funeral_full_description-wrap button:hover {
    background: transparent !important;
}

.media-modal.wp-core-ui [type=button] {
    color: #222222;
}

.media-modal.wp-core-ui button:hover {
    background-color: transparent !important;
}

.wp-editor-tools {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.zaklad-account-badge__counter,
.sc-badge {
    background: var(--e-global-color-primary) !important;
    color: white;
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    font-weight: 300;
}

#zaklad-jobs-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#gus_fetch {
    margin-top: 10px;
}

hr {
    height: 1px !important;
    border: none;
    background-color: var(--sc-border-color) !important;
}

.elementor-widget-button .elementor-button {
    line-height: 1.25em;
}

#kontaktfoot input,
#kontaktfoot textarea {
    background-color: #363636 !important;
    border-color: #363636 !important;
    color: white !important;
}

.elementor-message:before {
    display: none !important;
}

.nip-group {
    display: flex;
    flex-direction: column;
}

.sc-premium-banner {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: var(--sc-border-radius) !important;
    background: #5b4d3b;
    color: white;
    display: inline-flex;
    align-items: center;
}

.sc-premium-banner .button {
    margin-left: auto !important;
}

.woocommerce-checkout table.shop_table tr.cart_item td.product-name>.product-quantity {
    order: 999;
}

.sc-edit-before-accept {
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    color: #222222;
    display: flex;
    flex-direction: column;
    gap: 10px;
	border-radius: 8px;
}

.listing-type-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.listing-type-filter>label {
    width: auto !important;
    cursor: pointer;
}

.elementor-button{
	padding: 10px 24px;
	border-radius: 8px !important;
}


@media(min-width: 768px) {

    .zaklad-reservation {
        overflow-y: auto;
        max-height: calc(100dvh - 155px);
    }

    body {
        display: flex;
        flex-direction: column;
        min-height: 100svh;
    }

    footer {
        margin-top: auto;
    }

    .mobgo {
        display: none !important;
    }

    .ikonchange .elementor-icon {
        padding-top: 18px;
    }

    .mlautod {
        margin-left: auto;
    }
}

.myaccbut a {
    white-space: nowrap;
}

@media(max-width: 1024px) {
	
	html body .elementor-nav-menu--main .elementor-item{
		color: white !important;
	}
	
    .zaklad-packages-tiles {
        grid-template-columns: repeat(1, 1fr);
    }

    .zaklad-carousel {
        padding: 30px;
    }

    .logo {
        margin-right: auto !important;
    }

    .onlydesktop {
        display: none;
    }

    body .below .ham:not(.active) .line,
    body .ham:not(.active) .line {
        stroke: #5b4d3b !important;
    }

    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        grid-template-columns: 100% !important;
    }

    .notabsikc {
        position: relative !important;
        transform: none !important;
        left: unset !important;
        top: unset !important;
    }

}

.woocommerce-checkout .woocommerce-info.sc-checkout-instruction {
    background: white !important;
    color: #222 !important;
    padding: 32px !important;
}

.woocommerce-checkout .woocommerce-info.sc-checkout-instruction>strong{
	font-weight: 500;
}


@media(max-width: 767px) {

    .zaklad-account-badge img {
        width: 30px;
        height: 30px;
    }

    .zaklad-account-badge__name {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /* liczba linii */
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
    }

    .zaklad-account-badge__counter,
    .sc-badge {
        flex-shrink: 0 !important;
    }

    #zaklad-basic-form .days {
        flex-wrap: wrap;
    }

    #zaklad-pricing-form .packets,
    #zaklad-pricing-form .addons,
    #zaklad-faq-list {
        grid-template-columns: repeat(1, 1fr);
    }

    #zaklad-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }



    #search-btn {
        position: relative;
        transform: none;
        border: none !important;
        right: unset !important;
        top: unset !important;
    }

    #zaklad-basic-form {
        grid-template-columns: repeat(1, 1fr);
    }

    .zaklad-carousel {
        padding: 20px;
    }

    .elementor-location-header>.e-con {
        height: 70px !important;
    }



    .search-input-group {
        flex-direction: column;
    }

    .funeral-listing-container {
        flex-direction: column;
        height: calc(100svh - 70px);
    }

    .funeral-map-column,
    .funeral-homes-column {
        width: 100%;
        max-height: 50%;
        min-height: 50%;
    }

    .funeral-homes-column {
        padding: 20px !important;
        padding-bottom: 0 !important;
        border-bottom: 2px solid var(--sc-border-color) !important;
    }

    .funeral-homes-column h2 {
        font-size: 26px;
        margin-bottom: 10px;
        margin-top: 0 !important;
    }

    .funeral-homes-column h4 {
        font-size: 18px;
    }

    .funeral-homes-list {
        max-height: none;
        padding-bottom: 20px;
    }

    .funeral-home-item {
        gap: 20px;
        padding: 15px;
        flex-direction: column;
    }



    .fhi-right {
        width: 100%;
        max-width: 100%;
        order: -1;
    }

    .fhi-left {
		width: 100%;
        display: flex;
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 10px;
        align-items: center;
    }

    .fhi-right {
        display: none;
    }

    .fhi-left .head img {
        display: inline-flex !important;
        max-height: 50px;
        max-width: 50px;
    }

    .fhi-left .head {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .fhi-left .head>div {
        display: flex;
        flex-direction: column;
    }

    .fhi-desc {
        margin: 10px 0;
        -webkit-line-clamp: 3;
    }

    .funeral-home-item .prices {
        font-size: 15px;
    }

    .funeral-home-item h3 {
        font-size: 18px;
    }

    .funeral-home-item .address {
        font-size: 12px;
    }

    .funeral-home-item .mobgo {
        content: '';
        position: absolute;
        display: block;
        border-radius: 8px;
        width: 30px;
        height: 30px;
        right: 10px;
        bottom: 10px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGZpbGw9IiNmNmY0ZjEiIGQ9Im0xNDggMC0zOS44IDM5LjggMjE2IDIxNi4xLTIxNi4xIDIxNi4yIDM5LjggMzkuOSAyNTYtMjU2LjF6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIi8+PC9zdmc+), #5b4d3b;
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: center;

    }

    .funeral-home-item .metas {
        margin-top: 5px;
    }

    .zc-prev {
        left: -10px;
    }

    .zc-next {
        right: -10px;
    }

    /*

    .creator {
        position: fixed;
        transform: translatey(calc(100% - 80px));
        left: 0;
        bottom: 0;
        height: calc(100svh - 70px);
        overflow-y: auto;
        z-index: 99999;
    }

    .creator.active {
        transform: translatey(0px);
    }

    .creator.active .zaklad-reservation {
        min-height: calc(100svh - 70px);
    }


    */
    :root {
        /* domyślnie dynamiczny viewport, ale z fallbackiem */
        --creator-vh: 100dvh;
    }

    /* fallback dla przeglądarek bez dvh */
    @supports not (height: 100dvh) {
        :root {
            --creator-vh: 100vh;
        }
    }

    .creator {
        position: fixed;
        inset-inline: 0;
        inset-block-end: 0;
        /* bottom: 0 */

        /* wysokość oparta o _dynamiczny_ viewport */
        height: calc(var(--creator-vh) - 70px);

        /* stan „schowany” – wystaje tylko 80px */
        transform: translateY(calc(100% - 80px));
        transition: transform 0.25s ease-out;

        overflow-y: hidden;
        z-index: 99999;

        /* żeby nie wlazło pod gest home na iPhone */
        padding-bottom: env(safe-area-inset-bottom);

    }

    /* stan otwarty – pełny ekran */
    .creator.active {
        transform: translateY(0);
        overflow-y: auto;
    }

    .creator.active .zaklad-reservation {
        min-height: calc(var(--creator-vh) - 70px);
    }






    .creator.active .zaklad-reservation>h4::after {
        content: '';
        display: block;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJjbG9zZSIgd2lkdGg9IjEwLjYwNyIgaGVpZ2h0PSIxMC42MDciIHZpZXdCb3g9IjAgMCAxMC42MDcgMTAuNjA3Ij48ZyBkYXRhLW5hbWU9Ikdyb3VwIDEyMTciPjxnIGRhdGEtbmFtZT0iR3JvdXAgOTQ3Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTkuODk5Mzg4MTYgOS44OTkzODgxNi43MDcuNzA3IiBkYXRhLW5hbWU9IlBhdGggNDAzIj48L3BhdGg+PC9nPjxnIGRhdGEtbmFtZT0iR3JvdXAgOTQ4Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgZD0iTS43MDc2MTE4NCA5Ljg5OTM4ODE2IDkuOS43MDciIGRhdGEtbmFtZT0iUGF0aCA0MDMiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==) !important;
        background-size: 10px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        cursor: pointer !important;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 10px;
        top: 20px;
        background-color: #f6f4f1;
        border-radius: 4px;
    }

    .creator:not(.active) .zaklad-reservation>h4::after {
        content: '';
        display: block;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjk5OTk5OSAxTDggOEwxIDE1IiBzdHJva2U9IiMxMTE4MjciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==) !important;
        background-size: 7px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        cursor: pointer !important;
        cursor: pointer !important;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 10px;
        top: 20px;
        background-color: #f6f4f1;
        border-radius: 4px;
    }

    .zr-services {
        max-height: none !important;
    }
}