:root{
    --szary: #EAEAEA;
    --zolty: #FBC251;
    --czarny: #000;
 

}
*{
    transition: 0.3s;
    font-family: "Noto Sans", serif;
 
}

.row {
    --bs-gutter-x: 0px !important;
}

.current-cat a {
    color: var(--zolty) !important;
    /* text-decoration: underline !important; */
    font-weight: bold;
}
.woocommerce nav.woocommerce-pagination ul{
    border: 0px !important;
}
.woocommerce-ordering {
    display: flex;
    align-items: center;
    gap: 1rem;
     background-color: #f9f9f9;
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    max-width: 300px;
    margin: 1rem 0;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .woocommerce-ordering select.orderby {
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    font-size: 0.95rem;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='%23999'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 1rem;
  }
  
  .woocommerce-ordering select.orderby:focus {
    border-color: #8884ff;
    box-shadow: 0 0 0 3px rgba(136, 132, 255, 0.2);
    outline: none;
  }
  
  @media (max-width: 480px) {
    .woocommerce-ordering {
      flex-direction: column;
      align-items: stretch;
    }
  }
  
img.kategoria-ikona {
     height: 100px !important;
    object-fit: contain;
}
.ikonyprodukt {
    top: 20px;
    right: 20px;
}
.color{
    color: var(--zolty) !important;
}
.topbar{
    height: 20px;
    width: 100%;
    background-color: var(--zolty);
}
body{
    background-color: #FFF;
}
.row{
    
    --bs-gutter-x: 0px !important;
}
.maxw{
    max-width: 1600px;
}
img.custom-logo {
    height: 60px;
    width: auto;
}

h2.widget-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    text-align: left !important;
}
footer ul {
    margin: 0px;
    padding: 0px;
    text-align: left !important;
    list-style: none;
}

footer a {
color: black;
margin-bottom: 20px;
text-decoration: none;
}
.dwa-zdjecia{
    background-color: var(--szary);
}
.zapisz{
    color: white !important;
}
.kontakt{
    background-color: #D4DFE3;
}
span.wpcf7-form-control-wrap{
    width: 100% !important;
}
span.wpcf7-form-control-wrap input{
    width: 100% !important;
    padding: 10px;
    border: solid 2px black;
    background-color: transparent;
    border-radius: 30px;
}
span.wpcf7-form-control-wrap input::placeholder{
    color: black !important;
    font-weight: bold;
}
.top-kontakt p{
    display: flex;
    justify-content: space-between;
}
.top-kontakt span.wpcf7-form-control-wrap{
    width: 48% !important;
}
textarea.wpcf7-form-control.wpcf7-textarea{
    padding: 10px;
    border: solid 2px black;
    background-color: transparent;
    border-radius: 30px;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
    color: black !important;
    font-weight: bold;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%;
    max-height: 500px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    float: right;
    background-color: #FF2132;
    color: white;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    transform: scale(1.2);
}
.kontakt li i{
    margin-right: 10px;
}
.kontakt li{
    margin-bottom: 10px;
}
.kontakt li a{
    color: black !important;
    text-decoration: none;
    font-weight: bold;
}
.kontakt li a:hover{
    text-decoration: underline;
}
.kontakt h2{
    font-weight: bold;
    color: black;
}
.kontakt p{
    color: black !important;
}
.kontakt ul{
    padding: 0px !important;
    margin: 0px !important;
    list-style-type: none !important;
}
.przycisk-bialy{
    background: white;
    color: black !important;
    text-decoration: none !important;
    font-weight: bold;
    padding: 10px;
    border-radius: 30px;
}
.przycisk:hover, .przycisk-bialy:hover {
    padding: 15px !important;
    transform: scale(1.2);
}

button.search-button.position-absolute.z-1 {
    background: transparent;
    border: 0px;
    right: 0px;
    height: 100%; 
    top: 0px;
}
input#search-input-yem {
    background: #F3F3F3;
    border: 0px;
    padding: 10px;
    width: 100%;
    color: black;
}

div#search-results {
    position: absolute;
    z-index: 100;
    background: white;
    max-height: 500px;
    overflow-y: scroll;
    margin-top: 10px;
     width: 100%;
}
.searchlist:hover a {
    text-decoration: underline !important;
}

.searchlist:hover img{
    transform: scale(1.1);
}
.searchlist img{
    transition: 0.3s;
}

.post, .page {
    margin: 0 !important;
}
div#search-results img {
    background: white;
    height: 50px !important;
    width: 50px;
    margin-right: 20px;
    padding: 0px;
    object-fit: contain;
}
div#search-results  a {
 text-decoration: none;
 color: black;
}
.fs-14{
    font-size: 14px !important;
}

.koszyk {
    width: auto !important;
}

.opis-koszyk {
    text-align: right;
    margin-left: 10px;
}

.title-kwota {
    font-size: 17px !important;
    font-weight: bold;
    text-decoration: none !important;
    color: black !important;
}

.title-koszyk {
    font-size: 10px;
    font-weight: normal;
    color: black !important;
}
.ikona.koszyk {
     right: 0px;
    height: 100%;
    font-size: 25px;
    top: 10px;
    color: #BEBEBA !important;
} 

.ikona {
    margin-top: 5px;
}
span.yellow {
    background: var(--zolty);
    padding: 2px;
    position: absolute;
    color: black !important;
    right: -5px;
    top: -10px;
    font-size: 12px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fs-12{
    font-size: 12px;
}

.koszyk-link {
    text-decoration: none !important;
}

a.malynumer {
    font-size: 9px;
    color: black;
    text-decoration: none;
}

a.duzynumer {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    text-decoration: none !important;
    font-weight: bold;
    color: black;
    margin-bottom: -3px;
}

.bordertop{
    border-top: 2px #EAEAEA solid;
}
.kolor{
    color: #404040 !important;
}
.ikonaR {
    font-size: 13px;
}

.ikontop{
    margin-top: 6px !important;
}

.ka {
    border-right: 2px solid #eaeaea;
}

.hidden{
    display: none !important;

}

footer#colophon {
    background: var(--szary);
    clear: both;
}

.kat {
    width: 600px;
    height: 400px;
    background: white;
 
    padding: 20px;
    border: solid 2px var(--zolty);
    border-radius: 10px;
    z-index: 10000;
}

.zdjecieproduktu {
    height: 250px;
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zdjecieproduktu img {
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100% !important;
}
.height {
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: thin;  /* Firefox */
    scrollbar-color: var(--zolty) #f1f1f1; /* Firefox */
}
.baner-wpis{
    background-color: var(--szary);
}
.height::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
}

.height::-webkit-scrollbar-thumb {
    background-color: var(--zolty); /* Scrollbar color */
    border-radius: 10px; /* Rounded corners */
}
.rounded{
    border-radius: 30px;
}
.height::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Track color */
    border-radius: 10px;
}

.height::-webkit-scrollbar-thumb:hover {
    background-color: var(--zolty); /* Darker color when hovered */
}

div#product-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.category-product {
    height: 100%;
    align-items: center;
    justify-content: center;
}
.wpisblogowy img {
    object-fit: cover !important;
    border-radius: 30px;
    height: 100%;
    width: 100%;
}

.fotkabloga {
    width: 100%;
    height: 200px;
    /* margin-left: 5%; */
    position: relative;
    margin-bottom: 20px;
}


.blog-item {
    padding: 20px;
    text-align: left;
    height: 350px;
}



.woocommerce-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.woocommerce-pagination .page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 8px;
}

.woocommerce-pagination .page-numbers li {
    display: inline-block;
    margin: 0 5px !important;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: var(--czarny);
    background: var(--szary);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce-pagination .page-numbers a:hover {
    background: var(--zolty);
    color: var(--czarny);
}

.woocommerce-pagination .page-numbers .current {
    background: var(--zolty);
    color: var(--czarny);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-pagination .page-numbers .prev,
.woocommerce-pagination .page-numbers .next {
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: var(--zolty);
    color: var(--czarny);
    border-radius: 50%;
}

.woocommerce-pagination .page-numbers .prev:hover,
.woocommerce-pagination .page-numbers .next:hover {
    background: var(--czarny);
    color: var(--zolty);
}

.woocommerce nav.woocommerce-pagination ul li{
    border: 0px  !important;
}

label.emaillabel.d-flex {
    flex-direction: column;
    justify-content: center;
 }

 input.mt-2 {
    background: var(--zolty);
    border-radius: 30px !important;
    font-weight: bold;
    margin-top: 20px !important;
}


/* 🔹 Ogólny kontener panelu klienta */
.woocommerce-MyAccount-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

/* 🔹 Stylizacja zakładek w menu */
.woocommerce-MyAccount-navigation {
    background: var(--szary);
    padding: 15px;
    border-radius: 10px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px;
    background: white;
    border-radius: 8px;
    color: var(--czarny);
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--zolty);
    color: var(--czarny);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* 🔹 Nagłówki w sekcjach */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    color: var(--czarny);
    font-weight: bold;
    margin-bottom: 15px;
}

/* 🔹 Formularze w panelu użytkownika */
.woocommerce-MyAccount-content form {
    background: var(--szary);
    padding: 20px;
    border-radius: 10px;
}

/* 🔹 Pola formularzy */
.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--czarny);
    border-radius: 5px;
    margin-bottom: 10px;
    background: white;
}

/* 🔹 Przycisk ZAPISZ */
.woocommerce-MyAccount-content button {
    background: var(--zolty);
    color: var(--czarny);
    font-weight: bold;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-content button:hover {
    background: var(--czarny);
    color: var(--zolty);
}

/* 🔹 Lista zamówień */
.woocommerce-MyAccount-content .woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-MyAccount-content .woocommerce-orders-table th {
    background: var(--zolty);
    color: var(--czarny);
    padding: 12px;
    text-align: left;
}

.woocommerce-MyAccount-content .woocommerce-orders-table td {
    padding: 12px;
    border-bottom: 2px solid var(--szary);
}

.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:hover {
    background: var(--zolty);
    transition: background 0.3s ease;
}

/* 🔹 Status zamówienia */
.woocommerce-orders-table .woocommerce-orders-table__cell-order-status {
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.woocommerce-orders-table .order-status-processing {
    background: var(--zolty);
    color: var(--czarny);
}

.woocommerce-orders-table .order-status-completed {
    background: #28a745;
    color: white;
}

.woocommerce-orders-table .order-status-cancelled {
    background: #dc3545;
    color: white;
}


.obrazekstartsklepu{
    max-height: 48vh;
}
/* 🔹 Responsywność dla małych ekranów */
@media (max-width: 911px) {
    .woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 10px;
        font-size: 14px;
    }

    .woocommerce-MyAccount-content {
        padding: 15px;
    }

    .fota {
        height: 200px;
    }

    .banersklep {
        height: 450px !important;
    }
}