/* body{
    background-color:#151515;
    color: #fff;
} */
.ongrid{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;

}
.single-row{
    display: flex;
    flex-wrap: nowrap;
    /* color:#fff; */
    border:1px #666 solid;
    text-align: left;
    padding: 14px;
    align-content: center;
    align-items: center;
}
.element{
    width: 20%;
}
.nazwa{
    width:40%;
    display:flex;
    flex-wrap: wrap;
}
.dtr{
    width: 10%;
}
.stan{
    width: 10%;
}
.ilosc{
    width: 10%;
}
.cena{
    width: 10%;
}

.nazwa .nazwa-zdjecie{
    width: 20%;
}
.nazwa .nazwa-zdjecie .nazwa-zdjecie-img{
    width: 100%;
    height: 100px;
    /* background-image: url("img/LG355N1C-V5.jpg"); */
    background-color: bisque;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}
.nazwa .nazwa-opcje{
    width: 80%;
}
.ilosc input{
    width: 60%;
}
.nazwa-falowniki>div{
    width: 100%;
}
.mocowanie-optymizer,
.przewod{
    width: 100%;
}












