/*
 Theme Name:   Kadence Child
 Theme URI:    http://example.com/kadence-child/
 Description:  Kadence Child Theme - Wszelkie prawa zastrzeżone
 Author:       Mikołaj Łuczak
 Author URI:   http://miklucz.pl/
 Template:     kadence
 Version:      1.0.0
*/

/* Dodaj tutaj dodatkowe style dla motywu potomnego */

/* ========================= */
/* Style z Sekcji A */
/* ========================= */

@media (max-width: 768px) {
    .tnp-email {
        width: 250px !important;
    }
    .tnp-submit {
        width: 250px !important;
    }
    .animation-loading {
        height: 150px !important;
        width: 150px !important;
    }
}

.tnp-email {
    background-color: #E0A726 !important;
    border: dashed 2px white !important;
}
.account-navigation-wrap {
    display: none;
}

.main-div {
    display: flex;
    flex-direction: column; /* Elementy ułożone w kolumnie */
    align-items: center;    /* Wycentrowanie elementów w poziomie */
    padding-right: 20px;
}

.first-div {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    color: white;
    font-size: 12px;
}

.first-div span {
    font-size: 12px;
    color: white;
}

.first-div .dash {
    margin: 0 5px;
    font-size: 12px;
    color: white;
}

.first-div img {
    height: 15px;
}

.second-div button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 180px;
    color: black;
    border: none;
    border-radius: 0px;
}

/* Stylizacja dla urządzeń mobilnych */
@media (max-width: 768px) {
    .main-div {
        width: 100%; /* Pełna szerokość kontenera */
        display: flex;
        flex-direction: column; /* Elementy jeden pod drugim */
        justify-content: center; /* Wyśrodkowanie w pionie */
        align-items: center; /* Wyśrodkowanie w poziomie */
        text-align: center; /* Wyśrodkowanie tekstu */
        margin: 0 auto; /* Centrowanie w kontenerze */
        padding: 10px 0; /* Dodatkowy odstęp z góry i dołu */
    }

    .first-div {
        font-size: 10px; /* Mniejsza czcionka */
        text-align: center; /* Wyśrodkowanie tekstu */
        margin-bottom: 8px; /* Odstęp od przycisku */
    }

    .first-div span {
        font-size: 10px; /* Mniejsza wielkość czcionki */
    }

    .first-div img {
        height: 12px; /* Mniejszy rozmiar SVG */
        margin-top: 5px; /* Dodatkowy odstęp */
    }

    .second-div {
        display: flex;
        justify-content: center; /* Wyśrodkowanie przycisku */
        align-items: center;
        width: 100%; /* Pełna szerokość */
    }

    .second-div button {
        padding: 8px 16px; /* Zmniejszenie marginesów */
        font-size: 12px;   /* Wielkość czcionki */
        width: 100%;        /* Dopasowanie szerokości do ekranu */
        max-width: 180px;  /* Maksymalna szerokość przycisku */
    }
}

.main-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    height: 100px;
}

.custom-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc(50% - 15px);
    margin: 0 7.5px;
    box-sizing: border-box;
}

.custom-first-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: white;
    margin-bottom: 2px;
    gap: 2px;
}

.custom-first-div span {
    font-size: 8px;
    color: white;
}

.custom-first-div img {
    height: 10px;
}

.custom-second-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.custom-button {
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    color: black;
    border: none;
    border-radius: 0px;
    background-color: #d4a017;
    text-align: center;
}

.custom-second-div button {
    font-size: 10px;
}

.custom-second-div:hover button {
    color: black;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .main-wrapper {
        flex-direction: row;
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }

    .custom-section {
        flex: 0 0 calc(50% - 15px);
        margin: 0 7.5px;
    }

    .custom-button {
        font-size: 10px;
        padding: 6px 14px;
        height: 36px;
        width: 120px;
    }
}

#menu-footer {
    font-weight: 300;
    font-size: 20px;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 30px !important;
}

#menu-footer li {
    margin: 0px;
    line-height:25px;
    padding: 0px;
    margin-left: 30px;
}

#wpforms-form-547 {
    border: 2px dashed black;
    padding: 50px;
    border-radius:50px;
    width: 550px;
    align-items: center;
    justify-content: center;
    background-color: #EDEDED;
}
#wpforms-547-field_1,
#wpforms-547-field_1-last,
#wpforms-547-field_2,
#wpforms-547-field_3,
#wpforms-547-field_4,
#wpforms-547-field_5 {
    border-radius: 50px;
    background-color: white;
    border: 1px solid black;
}
#wpforms-547-field_3 {
    width: 70%;
    border-radius: 30px;
}
.wpforms-field-container {
    width:650px !important;
}
.wpforms-field-label {
    font-size: 10px !important;
}
#wpforms-submit-547{
    width: 150px;
    border-radius: 50px;
    background-color: black;
    color: white;
}

@media screen and (max-width: 600px) {
    #wpforms-form-547 {
        width: 100% !important;
        padding: 20px;
    }
    .wpforms-field-container {
        width:100% !important;
    }
    #wpforms-547-field_3 {
        width: 100% !important;
        border-radius: 30px;
    }
}
#mapDiv {
    border-radius:20px !important;
    background-color: none !important;
}
#wpforms-confirmation-1546 {
    border-radius: 20px !important;
    border: 1px solid black;
    background-color: white !important;
}
#customer_login {
    display: none !important;
}
.woocommerce-privacy-policy-text {
    display: none;
}
