.CartButton
{
    border-radius: 28px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    cursor: pointer;

    margin: 1px;
    text-align: center;
}
.CartPlus
{
    background: url(../../../img/plus.png) no-repeat center center;
    background-size: auto 100%;
}
.CartMinus
{
    background: url(../../../img/minus.png) no-repeat center center;
    background-size: 100% auto;
}
.CartDelete
{
    background: url(../../../img/close.png) no-repeat center center;
    background-size: 100% auto;
}

.CurrentCartCount,
.CurrentMerkenCount
{
    position: absolute;
    right: 0px;
    top: -15px;
    font-size: 11px;
    color: #fff;
}

#Cart,
#kundenform,
.OrderPreview
{
    max-width: 600px;
    margin:auto;
    margin-bottom: 70px;
   /* font-family: Courier New;*/
}
#Cart table
{
    width: 100%;
    border-spacing: 0px;
}
#Cart table td
{
    border: solid 1px #333;
    font-size: 70%;
    line-height: 100%;
    vertical-align: top;
    margin: 0 0 0 0;
}

.rabatt_teaser
{
    background: rgba(255, 231, 0, 0.54);
    font-family: Arial;
    font-size: 65%;
    line-height: 100%;
    display: block;
    padding: 4px;
}
.smile
{
    background: url(../../../img/smile.png) no-repeat right center;
    background-size: auto 100%;
    padding-right: 25px;
}
.Gesamtsumme
{
    font-size: 120%;
    font-weight: bold;
}
.Missing
{
    border: solid 1px red;
    background-color: pink;
}
.Hinweis
{
    border: dotted 4px green;
    padding: 2px;
}

.OrderPreview table
{
    width: 100%;
}
.OrderPreview table td
{
    vertical-align: top;
    border: solid 1px #ccc;
}
.OrderPreview>table>tbody>tr.OrderPreviewHeaderData>td
{
    padding: 10px;
}

/* Wide Screen Styles  */
@media screen and (min-width: 768px)
{
    #Cart table td
    {
        border: solid 1px #ccc;
        font-size: 90%;
        line-height: 100%;
        vertical-align: top;
    }
}