.header-flex {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.prices-flex {
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(0,0,0,0.15);
    border-right: 1px solid rgba(0,0,0,0.15);
    border-top: 1px solid rgba(0,0,0,0.15);
}
.prices-flex:hover {
    background-color: #f7f7f7;
}
.prices-border-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.imgPrices img {
    width: 50%;
}
.headerPrices {
    width: 100%;
    text-align: center;
}
.namePrices {
    padding: 0px 0px 0px 0px;
}

.outerPrices {
    border-left: 1px solid rgba(0,0,0,0.15);
    border-right: 1px solid rgba(0,0,0,0.15);
    border-top: 1px solid rgba(0,0,0,0.15);
    padding: 15px 0px;
    background: #b1b1b1;
    color: #000;
}
.outerPrices:hover {
    background: #c6c6c6;
}
.categoryPricesName {
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.pricesOn {
    display: block;
}

.pricesOff {
    display: none;
}


.katalog-pdf-flex {
    display: flex;
    align-items: center;
}

@media print {
    body {
    }
    .container, .row, .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
        float: none;
        width: 100%;
    }
}