﻿@media screen and (min-width: 768px) {
    #pageNavbar_licart{
        display:none;
    }   
}

.dvpopcart{
    background-color: white;
    height: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: height 0.5s ease;          
    z-index: 1000;
    box-shadow: 0px -5px 10px gray;
}

.btnclose-cart{
    border-radius: 25px;
    color: #999999;
    padding: 2px 11px 5px;
    font-size: 25px;
    float:right;
}

.btndel-cart{
    background: none;
    border: none;
    padding-left:30px;
}

.imgcart{
    max-width:80px;
}

.row-cart{
    border-bottom: 1px solid #CDCDCD;
    padding-top: 12px;
    padding-bottom: 12px;
}

.row-cart-info{
    padding-top: 5px;
    padding-bottom: 5px;
}

.row-cart-total{
    border-bottom: 1px solid #CDCDCD;
    padding-top: 12px;
    padding-bottom: 12px;
}

.row-carttotal{
    background-color:#E2E2E2;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-checkout{
    height: 47px;
    width: 172px;
    font-size: 20px;
    margin-bottom:10px;
}

.lblmemberprice{
    color:red;
}