﻿.bottom-align-text {
    position: absolute;
    bottom: 1px;
    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;
    word-break: break-all;
}

.category-select-div {
    border-width: 3px !important;
    /*border-style: dotted !important;*/
    border-color: green !important;
}

.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;
    word-break: break-all;
}

.product-price {
    color: DarkGreen;
    width:100%;
}

.product-bonus {
    color: blue;   
    font-size: 10px;   
    width: 100%;
    text-align:right;
}

#divOrderItems table td, th {
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    font-weight: bold;
}