body {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 100% !important;
}
.header {
    height: 58px;
}

.popup-image{
    width: 100%;
}

.title-logo {
    max-height: 52px;
    max-width: 160px;
    margin: -5px;
}

.back-btn {
    margin-right: -15px;
    position: absolute;
    left: 10px;
}

.shopping-cart-btn {
    position: absolute;
    right: 16px;
}

.order-list-btn {
    position: absolute;
    right: 65px;
    top: 8px;
}
.theme-background-color {
    color: white;
}

.theme-background-white {
    background-color: white !important;
    color: black !important;
}

.theme-background-color:hover, .theme-background-color:focus {
    color: white;
}

.theme-color-white {
    color: white !important;
}

.theme-color-white:hover, .theme-color-white:focus {
    color: white !important;
}

.product-list-title {
    font-size: 18px;
    /*
    white-space: nowrap;
    width: 72%;
    text-overflow: ellipsis;

     */
    overflow-x: hidden;
    line-height: 32px;
}

.list-group-item {
    padding: 10px 5px 0 !important;
}

.product-list-price {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

.product-list-add {
    margin: -12px -6px 0 16px;
    padding: 15px !important;
}

.product-list-li {
    margin: 8px 0;
    padding-bottom: 0;
    display: block;
    font-weight: 500;
}
.footer{
    background: rgba(0, 0, 0, 0.72);
    color: white;
    text-align: justify;
    padding: 8px 15px 8px; height: auto;margin: 12px 0 0;
    font-size: 16px;
    z-index: 800;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: block;
}