/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 18, 2017, 12:16:07 PM
    Author     : Antney U
*/

body
{
    color: #444; 
}


.my-cart-header
{
    border-bottom: 1px solid #333;
    padding-bottom: 5px;

}

#cart-empty
{
    color: #c0c0c0;
    border-bottom: none!Important;
}

#cart-items-list
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#cart-items-list p{
    margin: 0px;
}
.miniMum{display: none}
.sm-grey-text{
    font-size: 10pt;
    color: #979797;
}

#cart-items-list li {
    margin: 10px 0px;
    list-style-type: none;
    border-bottom: 1px solid #c0c0c0;
}




#detailsWrapper, #errorWrapper{
    display: none;
}

#result-row{
    margin-top: 15px;
    padding: 20px 0px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}