:root{
    --wysokoscobrazka: 65vh;
  }

.kreska {
    height: 2px;
    width: 100%;
    background: var(--szary);
}
p.price bdi {
    font-size: 40px;
    font-weight: 700;
    color: black;
}

p.price{
    color: black !important;
    margin: 0px;
}

.woocommerce-product-details__short-description {
    font-size: 12px;
    color: black !important;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background: var(--zolty);
    border-radius: 30px;
    color: black;
}
p.stock.in-stock {
    color: black !important;
    font-size: 12px;
    
}

.product_meta {
    display: flex;
    flex-direction: column;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    float: inherit !important;
}

.woocommerce div.product div.images{
    height: 100%;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.woocommerce-product-gallery__image {
height: 100%;
}
.product_meta {
display: flex;
flex-direction: column;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
height: var(--wysokoscobrazka);
}

.wp-post-image   {
 
    height: var(--wysokoscobrazka) !important;
    padding: 49px;
}
.woocommerce div.product div.images img {
 position: absolute;
 object-fit: contain;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    padding: 20px;
    border: 2px solid var(--szary);
    border-radius: 30px;
}
form.cart{
    margin-bottom: 20px !important;
}
.product_meta a {
    color: black !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.stickymenu {
    background-color: var(--zolty);
}

.menu-sticky a {
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 15px;
    border-radius: 30px;
    border: solid 2px black;
    transition: 0.3s;
}
.menu-sticky li {
    margin-right: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    background: var(--zolty) !important;
}

.menu-sticky .active{
    background-color: black !important;
    color: white !important;
} 

.zolty{
    color: var(--zolty) !important;
}

.naglowekopis {
    border-top: 2px solid var(--zolty);
    padding-top: 10px;
    padding-bottom: 30px;
    cursor: pointer;
}
 

.active i {
    transform: rotate(90deg);
}

.naglowekopis i {
    line-height: 30px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.naglowekopis:hover i{
    transform: rotate(90deg);

}

.active:hover i{
    transform: rotate(0deg);

}




 
/* Styl dla tabeli */
.opistekt table {
    width: 100%;
    border-collapse: collapse;
}

/* Styl dla nagłówków tabeli */
.opistekt table th {
    background: var(--zolty);
    color: var(--czarny);
    padding: 12px;
    font-weight: bold;
    text-align: left;
    width: 40%;
    border-right: 2px solid white;
}

/* Naprzemienne kolory wierszy */
.opistekt table tbody tr:nth-child(odd) {
    background-color: var(--szary);
}

.opistekt table tbody tr:nth-child(even) {
    background-color: white;
}

/* Efekt hover na wierszach */
.opistekt table tbody tr:hover {
    background: var(--zolty);
    transition: background 0.3s ease;
}

.opistekt table td {
    padding: 12px;
    color: var(--czarny);
    background: transparent !important;
    border: 0px;
    box-shadow: none !important;
}



@media screen and (max-width: 992px){

    section#section1 {
        flex-direction: column;
    }
    #menuska {
        justify-content: space-between;
        flex-wrap: wrap !important;
        justify-content: center !important;
        width: 450px;
    }
    .menu-sticky li{
        margin-top: 15px !important;
    }

    .menu-sticky {
        overflow-x: scroll;
        height: 50px;
    }
}