/*
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 : 28/02/2017, 3:29:23 PM
    Author     : Jasweb
*/

#shoppingCart{
  background: #FFF;
  padding: 10px;
  border: solid thin #DDD;
  margin-bottom: 40px;
}
.btn-add{
  border-radius: 0;
  border:solid thin #CCC;
}
.btn-add:hover{
  background: #F78F1E;
  color: #FFF;
}
.heading{
  padding: 5px;
  background: #DDD;
  font-weight: 300;
}