﻿body {
}

#warenkorbTableDiv {
    overflow-y: auto;
    max-height: 500px;
    display: flex;
    flex-direction: column-reverse;
}

#tab_WKUebersicht tr:last-child {
    font-weight: bold;
}

#warenkorb_uebersicht {
    position: absolute;
    right: 0px;
    top: 30px;
    border: 1px solid black;
    width: 400px;
    padding: 0 5px 5px 5px;
    min-height: 50px;
    background-color: #FFFFE0;
    display: none;
    color: #000;
    font-size: 10px;
}

.sucheFixedLeiste {
    float:left;
    margin-right: 10px;
    width: 300px;
}

.hiddenSuche{
    display: none;
}

.lieferbarInfo, .lieferbarInfo_gross {
    background-color: #cf1225;
    color: #fff;
    padding: 5px;
    margin: 5px 0;
    font-size: 14px;
    font-weight: normal;
}
.lieferbarInfo {
    font-size: 10px;
    font-weight: bold;
}

.artikelListeBezeichnung {
    margin: 0;
}

.buttonsWarenkorb {
    background-color: #a41d23;
    float: right;
    margin: 0;
    height: 30px;
    border-radius: 4px;
    -moz-border-radiux: 4px;
    -webkit-border-radiux: 4px;
    cursor: pointer;
}

.favoriten {
    background-color: #bebebe;
}

.favoritenJa {
    background-color: #a41d23;
}

