﻿.GaleriaProduktu {
    display: flex; 
    flex-wrap: wrap; 
    align-items: flex-start; 
}
.imgProduktu {
    width: 100%;
    height: auto;
    border-radius: 30px;
    cursor: pointer;
}

.imgProduktuMale {
    width: 100%;
    height: auto;
    max-height: 100px;
    border-radius: 30px;
    cursor: pointer;
}
.imgProduktuCol {
    border: 2px solid #7F7F7F;
    border-radius: 30px;
}
.karuzela {
    position: relative;
    width: 100%; /* Maksymalna szerokość karuzeli */
    height: 100%;
    margin: auto;
    overflow: hidden; /* Ukrywa nieaktywne obrazy */
}
.karuzelaObrazki {
    width: 100%; /* Maksymalna szerokość karuzeli */
    height: 100%;
    display: flex;
    justify-content: center; /* Wyśrodkowanie w poziomie */
    align-items: center; /* Wyśrodkowanie w pionie */
    flex-wrap: wrap;
}
    .karuzelaObrazki img {
        width: auto; /* Obrazy zajmują całą szerokość kontenera */
        height: 100%;
        display: none; /* Ukrywa wszystkie obrazy */
    }

.karuzelaObrazki img.active {
    display: block; /* Pokazuje tylko aktywny obraz */
}
button.poprzedniGaleria {
    height: 100px;
    position: relative;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    top: 50%;
    z-index: 100;
    outline: none;
}
    button.poprzedniGaleria:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }
button.nastepnyGaleria {
    height: 100px;
    position: relative;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 100;
    top: 50%;
    right: 20px;
    outline: none;
}
    button.nastepnyGaleria:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }
button.poprzedniPowieksz, button.nastepnyPowieksz {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 100;
    outline: none;
}

.poprzedniPowieksz {
    width:30px;
    height: 300px;
    left: 10px;
}
.poprzedniPowieksz:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.nastepnyPowieksz {
    width: 30px;
    height: 300px;
    right: 10px;
}
.nastepnyPowieksz:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.dodajDoKoszykaBtn {
    padding-top: 6px;
    border: 1px solid #ccc;
    height: 55px;
    width: 300px;
    background-color: #EC2127 !important;
    color: white !important;
    font-weight: 200;
    font-family: Ubuntu, sans-serif;
    font-size: 17px;
}

.dodajDoUlubionychBtn {
    background-color: black !important;
    padding-top: 6px;
    border: 1px solid #ccc;
    height: 55px;
    width: 300px;
    color: white !important;
    font-weight: 200;
    font-family: Ubuntu, sans-serif !important;
    font-size: 17px;
}
.bi bi-truck{
    font-size:17px;
}
.ProduktCena{

}
#deliveryTime {
    margin-left: 5px !important;
}
.ProduktCena {
    font-size: 30px;
    color: #464646;
    text-align: center;
    font-weight: 500
}

    .ProduktCena a {
        font-weight: 400;
        font-size: 13px
    }

.parametryTable {
    padding-top: 20px;
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    overflow: auto;
}

.parametryRow td, th {
    border: 1px solid #dddddd;
    text-align: left;
    font-size: 22px;
    padding: 8px;
    overflow: auto;
}

.parametryRow:nth-child(even) {
    overflow: auto;
    background-color: #f6f2f2;
}
.parametryTekst {
    font-weight: 600;
    font-size: 20px;
}

.parametryTekst a {
    font-weight: 400;
    font-size: 20px;
}
.uwagaLi {
    padding-top: 6px;
    font-size: 22px
}
.zadajPytanieTextBox {
    margin-top: 15px;
    border-radius: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    height: 45px;
    width: 100%;
}

.zadajPytanieTrescTextBox {
    margin-top: 15px;
    border-radius: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    height: 250px;
    width: 100%;
}

.wyslijWiadomoscBtn {
    border-radius: 20px;
    padding-top: 6px;
    border: 1px solid #ccc;
    height: 45px;
    width: 200px;
    background-color: red !important;
    color: white !important;
    font-weight: 200;
    font-family: Ubuntu, sans-serif;
}
.imgPrzedPo {
    max-width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.kontenerSwitch {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #EC2127;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.zwrocSciezkeProd a{
    font-size:12px;
    color:dimgray;
    text-decoration:none;
}
.zwrocSciezkeProd a:hover {
    color:#EC2127;
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
@media (max-width:1000px) {
    .parametryRow td, th {
        font-size: 11px;
    }

    .parametryTekst {
        font-weight: 600;
        font-size: 14px;
    }
        .parametryTekst a {
            font-weight: 400;
            font-size: 14px;
        }

    .uwagaLi {
        font-size: 12px
    }
}