﻿.bottom-align-text {
    position: absolute;
    bottom: 7px;
    right: 0;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.right-align-text {
    position: absolute;
    bottom: 3px;
    right: 3px;
    text-align: right;
    /*margin:0;*/
    /*padding:0 3px 0 0;*/
    line-height:7px;
}

.category-div {
    position: relative;
    height: 140px;
    margin-right: 5px;
    padding: 2px;
    border: 1px solid black;
    width: auto;
}

.product-div {
    padding: 0px;
    border: 1px solid black;
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-div-opacity {
    background-position: center;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    padding: 3px 0px
}

.product-label {
    color: DarkRed;
    text-align: center;
    padding: 0px;
    line-height: 13px;
}

.product-price {
    color: DarkGreen;
}

.product-bonus {
    color: indigo;
    padding:0;
    margin:0;
    font-size:10px;
    top:0;
}

#divOrderItems table td, th {
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    font-weight: bold;
}